FrmPurchaseOrder.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmPurchaseOrder
  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(FrmPurchaseOrder));
  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.radAll = new LYFZ.ComponentLibrary.RadioButtonEx();
  35. this.radKsq = new LYFZ.ComponentLibrary.RadioButtonEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lblNr = new LYFZ.ComponentLibrary.LabelEx();
  38. this.btndelete = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnProductSelection = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  41. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Prod_Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Prod_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.lblcount = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  55. this.plExMainContainer.SuspendLayout();
  56. this.plFormMainContent.SuspendLayout();
  57. this.panelEx2.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // plExMainContainer
  62. //
  63. this.plExMainContainer.Controls.Add(this.panelEx2);
  64. this.plExMainContainer.Size = new System.Drawing.Size(905, 592);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(905, 592);
  69. //
  70. // btnAppFormExit
  71. //
  72. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  73. this.btnAppFormExit.Location = new System.Drawing.Point(873, 0);
  74. //
  75. // btnAppFormMinimize
  76. //
  77. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  78. this.btnAppFormMinimize.Location = new System.Drawing.Point(846, 0);
  79. //
  80. // panelEx2
  81. //
  82. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  86. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  87. this.panelEx2.BorderWidth = 1;
  88. this.panelEx2.Controls.Add(this.radAll);
  89. this.panelEx2.Controls.Add(this.radKsq);
  90. this.panelEx2.Controls.Add(this.labelEx1);
  91. this.panelEx2.Controls.Add(this.lblNr);
  92. this.panelEx2.Controls.Add(this.btndelete);
  93. this.panelEx2.Controls.Add(this.btnProductSelection);
  94. this.panelEx2.Controls.Add(this.dgv1);
  95. this.panelEx2.Controls.Add(this.btnClose);
  96. this.panelEx2.Controls.Add(this.btnSave);
  97. this.panelEx2.Controls.Add(this.lblcount);
  98. this.panelEx2.Controls.Add(this.labelEx2);
  99. this.panelEx2.Controls.Add(this.panelEx3);
  100. this.panelEx2.Location = new System.Drawing.Point(20, 30);
  101. this.panelEx2.Name = "panelEx2";
  102. this.panelEx2.Size = new System.Drawing.Size(860, 551);
  103. this.panelEx2.TabIndex = 196;
  104. //
  105. // radAll
  106. //
  107. this.radAll.AutoSize = true;
  108. this.radAll.BackColor = System.Drawing.Color.Transparent;
  109. this.radAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  110. this.radAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  111. this.radAll.Location = new System.Drawing.Point(291, 17);
  112. this.radAll.Name = "radAll";
  113. this.radAll.Size = new System.Drawing.Size(62, 21);
  114. this.radAll.TabIndex = 219;
  115. this.radAll.TabStop = true;
  116. this.radAll.Text = "已申请";
  117. this.radAll.UseVisualStyleBackColor = false;
  118. //
  119. // radKsq
  120. //
  121. this.radKsq.AutoSize = true;
  122. this.radKsq.BackColor = System.Drawing.Color.Transparent;
  123. this.radKsq.Checked = true;
  124. this.radKsq.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  125. this.radKsq.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  126. this.radKsq.Location = new System.Drawing.Point(207, 17);
  127. this.radKsq.Name = "radKsq";
  128. this.radKsq.Size = new System.Drawing.Size(62, 21);
  129. this.radKsq.TabIndex = 218;
  130. this.radKsq.TabStop = true;
  131. this.radKsq.Text = "可申请";
  132. this.radKsq.UseVisualStyleBackColor = false;
  133. //
  134. // labelEx1
  135. //
  136. this.labelEx1.AutoSize = true;
  137. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  138. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  139. this.labelEx1.Location = new System.Drawing.Point(142, 19);
  140. this.labelEx1.Name = "labelEx1";
  141. this.labelEx1.Size = new System.Drawing.Size(59, 17);
  142. this.labelEx1.TabIndex = 217;
  143. this.labelEx1.Text = "采购状态:";
  144. //
  145. // lblNr
  146. //
  147. this.lblNr.AutoSize = true;
  148. this.lblNr.BackColor = System.Drawing.Color.Transparent;
  149. this.lblNr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  150. this.lblNr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  151. this.lblNr.Location = new System.Drawing.Point(11, 59);
  152. this.lblNr.Name = "lblNr";
  153. this.lblNr.Size = new System.Drawing.Size(56, 17);
  154. this.lblNr.TabIndex = 216;
  155. this.lblNr.Text = "采购商品";
  156. //
  157. // btndelete
  158. //
  159. this.btndelete.BackColor = System.Drawing.Color.Transparent;
  160. this.btndelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndelete.BackImg")));
  161. this.btndelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  162. this.btndelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  163. this.btndelete.ForeColor = System.Drawing.Color.White;
  164. this.btndelete.IsCustomBackImg = false;
  165. this.btndelete.IsShowText = true;
  166. this.btndelete.Location = new System.Drawing.Point(679, 11);
  167. this.btndelete.Name = "btndelete";
  168. this.btndelete.Size = new System.Drawing.Size(80, 25);
  169. this.btndelete.TabIndex = 210;
  170. this.btndelete.Text = "删除";
  171. this.btndelete.UseVisualStyleBackColor = false;
  172. //
  173. // btnProductSelection
  174. //
  175. this.btnProductSelection.BackColor = System.Drawing.Color.Transparent;
  176. this.btnProductSelection.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnProductSelection.BackImg")));
  177. this.btnProductSelection.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  178. this.btnProductSelection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  179. this.btnProductSelection.ForeColor = System.Drawing.Color.White;
  180. this.btnProductSelection.IsCustomBackImg = false;
  181. this.btnProductSelection.IsShowText = true;
  182. this.btnProductSelection.Location = new System.Drawing.Point(506, 11);
  183. this.btnProductSelection.Name = "btnProductSelection";
  184. this.btnProductSelection.Size = new System.Drawing.Size(80, 25);
  185. this.btnProductSelection.TabIndex = 209;
  186. this.btnProductSelection.Text = "选择商品";
  187. this.btnProductSelection.UseVisualStyleBackColor = false;
  188. //
  189. // dgv1
  190. //
  191. this.dgv1.AllowUserToAddRows = false;
  192. this.dgv1.AllowUserToDeleteRows = false;
  193. this.dgv1.AllowUserToOrderColumns = true;
  194. this.dgv1.AllowUserToResizeRows = false;
  195. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  196. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  197. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  198. | System.Windows.Forms.AnchorStyles.Left)
  199. | System.Windows.Forms.AnchorStyles.Right)));
  200. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  201. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  202. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  203. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  204. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  205. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  206. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  208. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  209. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  210. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  211. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  212. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  213. this.ID,
  214. this.Ir_ProductName,
  215. this.Prod_Quantity,
  216. this.Sc_ClassName,
  217. this.Prod_AlarmQuantity,
  218. this.Prod_PreSaleQuantity,
  219. this.Prod_Class,
  220. this.Prod_Number,
  221. this.Status});
  222. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  223. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  224. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  226. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  227. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  228. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  229. this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
  230. this.dgv1.EnableHeadersVisualStyles = false;
  231. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  232. this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  233. "dgv1_dgv1_panelEx2_dgv1_dgv1_dgv1_dgv1_dgv1_panelEx2_dgv1_dgv1_dgv1_dgv1_dgv1_dg" +
  234. "v1_dgv1_dgv1_dgv1";
  235. this.dgv1.IsCompleteBonding = false;
  236. this.dgv1.Location = new System.Drawing.Point(9, 81);
  237. this.dgv1.MultiSelect = false;
  238. this.dgv1.Name = "dgv1";
  239. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  240. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  241. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  243. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  244. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  245. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  246. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  247. this.dgv1.RowHeadersVisible = false;
  248. this.dgv1.RowTemplate.Height = 23;
  249. this.dgv1.RowTemplate.ReadOnly = true;
  250. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  251. this.dgv1.Size = new System.Drawing.Size(836, 456);
  252. this.dgv1.TabIndex = 208;
  253. //
  254. // ID
  255. //
  256. this.ID.HeaderText = "ID";
  257. this.ID.Name = "ID";
  258. this.ID.Visible = false;
  259. this.ID.Width = 22;
  260. //
  261. // Ir_ProductName
  262. //
  263. this.Ir_ProductName.HeaderText = "商品名称";
  264. this.Ir_ProductName.Name = "Ir_ProductName";
  265. this.Ir_ProductName.ReadOnly = true;
  266. this.Ir_ProductName.Width = 77;
  267. //
  268. // Prod_Quantity
  269. //
  270. this.Prod_Quantity.HeaderText = "采购数量";
  271. this.Prod_Quantity.Name = "Prod_Quantity";
  272. this.Prod_Quantity.Width = 77;
  273. //
  274. // Sc_ClassName
  275. //
  276. this.Sc_ClassName.HeaderText = "商品类别";
  277. this.Sc_ClassName.Name = "Sc_ClassName";
  278. this.Sc_ClassName.ReadOnly = true;
  279. this.Sc_ClassName.Width = 77;
  280. //
  281. // Prod_AlarmQuantity
  282. //
  283. this.Prod_AlarmQuantity.HeaderText = "报警数量";
  284. this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
  285. this.Prod_AlarmQuantity.ReadOnly = true;
  286. this.Prod_AlarmQuantity.Visible = false;
  287. this.Prod_AlarmQuantity.Width = 77;
  288. //
  289. // Prod_PreSaleQuantity
  290. //
  291. this.Prod_PreSaleQuantity.HeaderText = "预售数量";
  292. this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
  293. this.Prod_PreSaleQuantity.ReadOnly = true;
  294. this.Prod_PreSaleQuantity.Visible = false;
  295. this.Prod_PreSaleQuantity.Width = 77;
  296. //
  297. // Prod_Class
  298. //
  299. this.Prod_Class.HeaderText = "商品类别编号";
  300. this.Prod_Class.Name = "Prod_Class";
  301. this.Prod_Class.ReadOnly = true;
  302. this.Prod_Class.Visible = false;
  303. this.Prod_Class.Width = 101;
  304. //
  305. // Prod_Number
  306. //
  307. this.Prod_Number.HeaderText = "商品编号";
  308. this.Prod_Number.Name = "Prod_Number";
  309. this.Prod_Number.ReadOnly = true;
  310. this.Prod_Number.Visible = false;
  311. this.Prod_Number.Width = 77;
  312. //
  313. // Status
  314. //
  315. this.Status.HeaderText = "采购状态";
  316. this.Status.Name = "Status";
  317. this.Status.ReadOnly = true;
  318. this.Status.Width = 77;
  319. //
  320. // btnClose
  321. //
  322. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  323. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  324. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  325. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  326. this.btnClose.ForeColor = System.Drawing.Color.White;
  327. this.btnClose.IsCustomBackImg = false;
  328. this.btnClose.IsShowText = true;
  329. this.btnClose.Location = new System.Drawing.Point(765, 12);
  330. this.btnClose.Name = "btnClose";
  331. this.btnClose.Size = new System.Drawing.Size(80, 25);
  332. this.btnClose.TabIndex = 204;
  333. this.btnClose.Text = "关闭";
  334. this.btnClose.UseVisualStyleBackColor = false;
  335. //
  336. // btnSave
  337. //
  338. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  339. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  340. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  341. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  342. this.btnSave.ForeColor = System.Drawing.Color.White;
  343. this.btnSave.IsCustomBackImg = false;
  344. this.btnSave.IsShowText = true;
  345. this.btnSave.Location = new System.Drawing.Point(592, 11);
  346. this.btnSave.Name = "btnSave";
  347. this.btnSave.Size = new System.Drawing.Size(80, 25);
  348. this.btnSave.TabIndex = 205;
  349. this.btnSave.Text = "采购";
  350. this.btnSave.UseVisualStyleBackColor = false;
  351. //
  352. // lblcount
  353. //
  354. this.lblcount.AutoSize = true;
  355. this.lblcount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  356. this.lblcount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  357. this.lblcount.Location = new System.Drawing.Point(68, 20);
  358. this.lblcount.Name = "lblcount";
  359. this.lblcount.Size = new System.Drawing.Size(15, 17);
  360. this.lblcount.TabIndex = 199;
  361. this.lblcount.Text = "0";
  362. //
  363. // labelEx2
  364. //
  365. this.labelEx2.AutoSize = true;
  366. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  367. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  368. this.labelEx2.Location = new System.Drawing.Point(15, 19);
  369. this.labelEx2.Name = "labelEx2";
  370. this.labelEx2.Size = new System.Drawing.Size(47, 17);
  371. this.labelEx2.TabIndex = 198;
  372. this.labelEx2.Text = "项目数:";
  373. //
  374. // panelEx3
  375. //
  376. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  377. | System.Windows.Forms.AnchorStyles.Right)));
  378. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  379. this.panelEx3.BorderWidth = 1;
  380. this.panelEx3.Location = new System.Drawing.Point(1, 52);
  381. this.panelEx3.Name = "panelEx3";
  382. this.panelEx3.Size = new System.Drawing.Size(857, 1);
  383. this.panelEx3.TabIndex = 197;
  384. //
  385. // FrmPurchaseOrder
  386. //
  387. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  388. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  389. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  390. this.ClientSize = new System.Drawing.Size(905, 657);
  391. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  392. this.MaximizeBox = false;
  393. this.Name = "FrmPurchaseOrder";
  394. this.Text = "采购商品";
  395. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  396. this.plExMainContainer.ResumeLayout(false);
  397. this.plFormMainContent.ResumeLayout(false);
  398. this.panelEx2.ResumeLayout(false);
  399. this.panelEx2.PerformLayout();
  400. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  401. this.ResumeLayout(false);
  402. }
  403. #endregion
  404. private ComponentLibrary.PanelEx panelEx2;
  405. protected ComponentLibrary.ButtonEx btnClose;
  406. protected ComponentLibrary.ButtonEx btnSave;
  407. protected ComponentLibrary.LabelEx lblcount;
  408. private ComponentLibrary.LabelEx labelEx2;
  409. private ComponentLibrary.PanelEx panelEx3;
  410. protected ComponentLibrary.DataGridViewEx dgv1;
  411. protected ComponentLibrary.ButtonEx btnProductSelection;
  412. protected ComponentLibrary.ButtonEx btndelete;
  413. protected ComponentLibrary.LabelEx lblNr;
  414. private ComponentLibrary.LabelEx labelEx1;
  415. protected ComponentLibrary.RadioButtonEx radAll;
  416. protected ComponentLibrary.RadioButtonEx radKsq;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  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 Status;
  426. }
  427. }