FrmPurchase.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. namespace LYFZ.Software.UI.InventoryManagement.PurchasingManagement
  2. {
  3. partial class FrmPurchase
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurchase));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx();
  36. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnNotPurchase = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.lblNr = new LYFZ.ComponentLibrary.LabelEx();
  39. this.btnPurchase = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  41. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Ppt_PurchaseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Prod_Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Prod_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Ppt_PurchasePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Ppt_PurchaseVendor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Ppt_PurchasePerson = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Ppt_PurchaseTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // plExMainContainer
  64. //
  65. this.plExMainContainer.Controls.Add(this.panelEx2);
  66. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  67. //
  68. // btnAppFormMaximize
  69. //
  70. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  71. //
  72. // btnAppFormExit
  73. //
  74. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  75. //
  76. // btnAppFormMinimize
  77. //
  78. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  79. //
  80. // panelEx2
  81. //
  82. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  83. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  84. this.panelEx2.BorderWidth = 1;
  85. this.panelEx2.Controls.Add(this.btnPrint);
  86. this.panelEx2.Controls.Add(this.cmbFactory);
  87. this.panelEx2.Controls.Add(this.btnExport);
  88. this.panelEx2.Controls.Add(this.btnNotPurchase);
  89. this.panelEx2.Controls.Add(this.lblNr);
  90. this.panelEx2.Controls.Add(this.btnPurchase);
  91. this.panelEx2.Controls.Add(this.dgv1);
  92. this.panelEx2.Controls.Add(this.btnClose);
  93. this.panelEx2.Controls.Add(this.btnSave);
  94. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  96. this.panelEx2.Name = "panelEx2";
  97. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  98. this.panelEx2.TabIndex = 198;
  99. //
  100. // btnPrint
  101. //
  102. this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  103. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  104. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  105. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  106. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  107. this.btnPrint.ForeColor = System.Drawing.Color.White;
  108. this.btnPrint.IsCustomBackImg = false;
  109. this.btnPrint.IsShowText = true;
  110. this.btnPrint.Location = new System.Drawing.Point(711, 4);
  111. this.btnPrint.Name = "btnPrint";
  112. this.btnPrint.Size = new System.Drawing.Size(80, 25);
  113. this.btnPrint.TabIndex = 226;
  114. this.btnPrint.Text = "打印";
  115. this.btnPrint.UseVisualStyleBackColor = false;
  116. //
  117. // cmbFactory
  118. //
  119. this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  120. this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  121. this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  122. this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F);
  123. this.cmbFactory.FormattingEnabled = true;
  124. this.cmbFactory.IsCustomColor = false;
  125. this.cmbFactory.Location = new System.Drawing.Point(385, 68);
  126. this.cmbFactory.Name = "cmbFactory";
  127. this.cmbFactory.ReadOnly = true;
  128. this.cmbFactory.Size = new System.Drawing.Size(157, 22);
  129. this.cmbFactory.TabIndex = 219;
  130. this.cmbFactory.Visible = false;
  131. //
  132. // btnExport
  133. //
  134. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  135. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  136. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  137. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  138. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  139. this.btnExport.ForeColor = System.Drawing.Color.White;
  140. this.btnExport.IsCustomBackImg = false;
  141. this.btnExport.IsShowText = true;
  142. this.btnExport.Location = new System.Drawing.Point(625, 4);
  143. this.btnExport.Name = "btnExport";
  144. this.btnExport.Size = new System.Drawing.Size(80, 25);
  145. this.btnExport.TabIndex = 225;
  146. this.btnExport.Text = "导出";
  147. this.btnExport.UseVisualStyleBackColor = false;
  148. //
  149. // btnNotPurchase
  150. //
  151. this.btnNotPurchase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  152. this.btnNotPurchase.BackColor = System.Drawing.Color.Transparent;
  153. this.btnNotPurchase.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotPurchase.BackImg")));
  154. this.btnNotPurchase.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  155. this.btnNotPurchase.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  156. this.btnNotPurchase.ForeColor = System.Drawing.Color.White;
  157. this.btnNotPurchase.IsCustomBackImg = false;
  158. this.btnNotPurchase.IsShowText = true;
  159. this.btnNotPurchase.Location = new System.Drawing.Point(539, 5);
  160. this.btnNotPurchase.Name = "btnNotPurchase";
  161. this.btnNotPurchase.Size = new System.Drawing.Size(80, 25);
  162. this.btnNotPurchase.TabIndex = 217;
  163. this.btnNotPurchase.Text = "不采购";
  164. this.btnNotPurchase.UseVisualStyleBackColor = false;
  165. //
  166. // lblNr
  167. //
  168. this.lblNr.AutoSize = true;
  169. this.lblNr.BackColor = System.Drawing.Color.Transparent;
  170. this.lblNr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  171. this.lblNr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  172. this.lblNr.Location = new System.Drawing.Point(9, 9);
  173. this.lblNr.Name = "lblNr";
  174. this.lblNr.Size = new System.Drawing.Size(56, 17);
  175. this.lblNr.TabIndex = 216;
  176. this.lblNr.Text = "采购商品";
  177. //
  178. // btnPurchase
  179. //
  180. this.btnPurchase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  181. this.btnPurchase.BackColor = System.Drawing.Color.Transparent;
  182. this.btnPurchase.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchase.BackImg")));
  183. this.btnPurchase.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  184. this.btnPurchase.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  185. this.btnPurchase.ForeColor = System.Drawing.Color.White;
  186. this.btnPurchase.IsCustomBackImg = false;
  187. this.btnPurchase.IsShowText = true;
  188. this.btnPurchase.Location = new System.Drawing.Point(453, 5);
  189. this.btnPurchase.Name = "btnPurchase";
  190. this.btnPurchase.Size = new System.Drawing.Size(80, 25);
  191. this.btnPurchase.TabIndex = 210;
  192. this.btnPurchase.Text = "采购";
  193. this.btnPurchase.UseVisualStyleBackColor = false;
  194. //
  195. // dgv1
  196. //
  197. this.dgv1.AllowUserToAddRows = false;
  198. this.dgv1.AllowUserToDeleteRows = false;
  199. this.dgv1.AllowUserToOrderColumns = true;
  200. this.dgv1.AllowUserToResizeRows = false;
  201. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  202. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  203. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  204. | System.Windows.Forms.AnchorStyles.Left)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  207. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  208. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  209. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  210. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  211. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  212. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  214. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  215. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  216. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  217. this.dgv1.ColumnHeadersHeight = 24;
  218. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  219. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  220. this.ID,
  221. this.Ppt_PurchaseNumber,
  222. this.Ir_ProductName,
  223. this.Prod_Quantity,
  224. this.Sc_ClassName,
  225. this.Prod_AlarmQuantity,
  226. this.Prod_PreSaleQuantity,
  227. this.Prod_Class,
  228. this.Prod_Number,
  229. this.Ppt_PurchasePrice,
  230. this.Ppt_PurchaseVendor,
  231. this.Status,
  232. this.Ppt_PurchasePerson,
  233. this.Ppt_PurchaseTime});
  234. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  235. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  236. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  238. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  239. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  240. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  241. this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
  242. this.dgv1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  243. this.dgv1.EnableHeadersVisualStyles = false;
  244. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  245. this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify");
  246. this.dgv1.IsCompleteBonding = false;
  247. this.dgv1.IsCopyCellValue = true;
  248. this.dgv1.Location = new System.Drawing.Point(9, 40);
  249. this.dgv1.Name = "dgv1";
  250. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  251. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  252. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  254. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  255. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  256. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  257. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  258. this.dgv1.RowHeadersVisible = false;
  259. this.dgv1.RowTemplate.Height = 23;
  260. this.dgv1.RowTemplate.ReadOnly = true;
  261. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  262. this.dgv1.Size = new System.Drawing.Size(869, 475);
  263. this.dgv1.TabIndex = 208;
  264. //
  265. // ID
  266. //
  267. this.ID.HeaderText = "ID";
  268. this.ID.Name = "ID";
  269. this.ID.Visible = false;
  270. //
  271. // Ppt_PurchaseNumber
  272. //
  273. this.Ppt_PurchaseNumber.HeaderText = "采购单号";
  274. this.Ppt_PurchaseNumber.Name = "Ppt_PurchaseNumber";
  275. this.Ppt_PurchaseNumber.ReadOnly = true;
  276. //
  277. // Ir_ProductName
  278. //
  279. this.Ir_ProductName.HeaderText = "商品名称";
  280. this.Ir_ProductName.Name = "Ir_ProductName";
  281. this.Ir_ProductName.ReadOnly = true;
  282. //
  283. // Prod_Quantity
  284. //
  285. this.Prod_Quantity.HeaderText = "采购数量";
  286. this.Prod_Quantity.Name = "Prod_Quantity";
  287. //
  288. // Sc_ClassName
  289. //
  290. this.Sc_ClassName.HeaderText = "商品类别";
  291. this.Sc_ClassName.Name = "Sc_ClassName";
  292. this.Sc_ClassName.ReadOnly = true;
  293. //
  294. // Prod_AlarmQuantity
  295. //
  296. this.Prod_AlarmQuantity.HeaderText = "报警数量";
  297. this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
  298. this.Prod_AlarmQuantity.ReadOnly = true;
  299. this.Prod_AlarmQuantity.Visible = false;
  300. //
  301. // Prod_PreSaleQuantity
  302. //
  303. this.Prod_PreSaleQuantity.HeaderText = "预售数量";
  304. this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
  305. this.Prod_PreSaleQuantity.ReadOnly = true;
  306. this.Prod_PreSaleQuantity.Visible = false;
  307. //
  308. // Prod_Class
  309. //
  310. this.Prod_Class.HeaderText = "商品类别编号";
  311. this.Prod_Class.Name = "Prod_Class";
  312. this.Prod_Class.ReadOnly = true;
  313. this.Prod_Class.Visible = false;
  314. //
  315. // Prod_Number
  316. //
  317. this.Prod_Number.HeaderText = "商品编号";
  318. this.Prod_Number.Name = "Prod_Number";
  319. this.Prod_Number.ReadOnly = true;
  320. this.Prod_Number.Visible = false;
  321. //
  322. // Ppt_PurchasePrice
  323. //
  324. this.Ppt_PurchasePrice.HeaderText = "商品单价";
  325. this.Ppt_PurchasePrice.Name = "Ppt_PurchasePrice";
  326. //
  327. // Ppt_PurchaseVendor
  328. //
  329. this.Ppt_PurchaseVendor.HeaderText = "商品厂商";
  330. this.Ppt_PurchaseVendor.Name = "Ppt_PurchaseVendor";
  331. this.Ppt_PurchaseVendor.ReadOnly = true;
  332. this.Ppt_PurchaseVendor.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  333. //
  334. // Status
  335. //
  336. this.Status.HeaderText = "采购状态";
  337. this.Status.Name = "Status";
  338. this.Status.ReadOnly = true;
  339. //
  340. // Ppt_PurchasePerson
  341. //
  342. this.Ppt_PurchasePerson.HeaderText = "采购人";
  343. this.Ppt_PurchasePerson.Name = "Ppt_PurchasePerson";
  344. this.Ppt_PurchasePerson.ReadOnly = true;
  345. //
  346. // Ppt_PurchaseTime
  347. //
  348. this.Ppt_PurchaseTime.HeaderText = "采购时间";
  349. this.Ppt_PurchaseTime.Name = "Ppt_PurchaseTime";
  350. this.Ppt_PurchaseTime.ReadOnly = true;
  351. //
  352. // btnClose
  353. //
  354. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  355. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  356. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  357. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  358. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  359. this.btnClose.ForeColor = System.Drawing.Color.White;
  360. this.btnClose.IsCustomBackImg = false;
  361. this.btnClose.IsShowText = true;
  362. this.btnClose.Location = new System.Drawing.Point(797, 4);
  363. this.btnClose.Name = "btnClose";
  364. this.btnClose.Size = new System.Drawing.Size(80, 25);
  365. this.btnClose.TabIndex = 204;
  366. this.btnClose.Text = "关闭";
  367. this.btnClose.UseVisualStyleBackColor = false;
  368. //
  369. // btnSave
  370. //
  371. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  372. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  373. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  374. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  375. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  376. this.btnSave.ForeColor = System.Drawing.Color.White;
  377. this.btnSave.IsCustomBackImg = false;
  378. this.btnSave.IsShowText = true;
  379. this.btnSave.Location = new System.Drawing.Point(355, 5);
  380. this.btnSave.Name = "btnSave";
  381. this.btnSave.Size = new System.Drawing.Size(95, 25);
  382. this.btnSave.TabIndex = 205;
  383. this.btnSave.Text = " 保存更改";
  384. this.btnSave.UseVisualStyleBackColor = false;
  385. this.btnSave.Visible = false;
  386. //
  387. // FrmPurchase
  388. //
  389. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  390. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  391. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  392. this.ClientSize = new System.Drawing.Size(910, 610);
  393. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  394. this.Name = "FrmPurchase";
  395. this.Text = "采购管理";
  396. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  397. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  398. this.plExMainContainer.ResumeLayout(false);
  399. this.plFormMainContent.ResumeLayout(false);
  400. this.panelEx2.ResumeLayout(false);
  401. this.panelEx2.PerformLayout();
  402. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  403. this.ResumeLayout(false);
  404. }
  405. #endregion
  406. private ComponentLibrary.PanelEx panelEx2;
  407. protected ComponentLibrary.LabelEx lblNr;
  408. protected ComponentLibrary.ButtonEx btnPurchase;
  409. protected ComponentLibrary.DataGridViewEx dgv1;
  410. protected ComponentLibrary.ButtonEx btnClose;
  411. protected ComponentLibrary.ButtonEx btnSave;
  412. protected ComponentLibrary.ButtonEx btnNotPurchase;
  413. protected ComponentLibrary.ComboBoxEx cmbFactory;
  414. protected ComponentLibrary.ButtonEx btnPrint;
  415. protected ComponentLibrary.ButtonEx btnExport;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseNumber;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Class;
  424. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Number;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchasePrice;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseVendor;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchasePerson;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn Ppt_PurchaseTime;
  430. }
  431. }