F_PP_0121.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PPModule
  3. {
  4. partial class F_PP_0121
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PP_0121));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.grpCollapsible = new Dongke.WinForm.Controls.GrpCollapsible();
  34. this.txtName = new Dongke.WinForm.Controls.TxtTextBox();
  35. this.lblName = new Dongke.WinForm.Controls.LblLabel();
  36. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.dtpYear = new Dongke.WinForm.Controls.DtpYear();
  38. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  39. this.lblYear = new Dongke.WinForm.Controls.LblLabel();
  40. this.tsrTool = new Dongke.WinForm.Controls.TsrToolStrip();
  41. this.tsbtnQuery = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.dgvPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  48. this.物料编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.计划产量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.实际产量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.完成比例 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.增产 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.备注2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.cbType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  56. this.grpCollapsible.SuspendLayout();
  57. this.tsrTool.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // grpCollapsible
  62. //
  63. this.grpCollapsible.Controls.Add(this.cbType);
  64. this.grpCollapsible.Controls.Add(this.txtName);
  65. this.grpCollapsible.Controls.Add(this.lblName);
  66. this.grpCollapsible.Controls.Add(this.btnSearch);
  67. this.grpCollapsible.Controls.Add(this.dtpYear);
  68. this.grpCollapsible.Controls.Add(this.lblLabel1);
  69. this.grpCollapsible.Controls.Add(this.lblYear);
  70. this.grpCollapsible.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.grpCollapsible.Location = new System.Drawing.Point(0, 44);
  72. this.grpCollapsible.Margin = new System.Windows.Forms.Padding(4);
  73. this.grpCollapsible.Name = "grpCollapsible";
  74. this.grpCollapsible.Padding = new System.Windows.Forms.Padding(4);
  75. this.grpCollapsible.Size = new System.Drawing.Size(970, 74);
  76. this.grpCollapsible.TabIndex = 4;
  77. this.grpCollapsible.TabStop = false;
  78. this.grpCollapsible.Text = "查询条件";
  79. //
  80. // txtName
  81. //
  82. this.txtName.Location = new System.Drawing.Point(104, 28);
  83. this.txtName.Margin = new System.Windows.Forms.Padding(4);
  84. this.txtName.Name = "txtName";
  85. this.txtName.Size = new System.Drawing.Size(159, 25);
  86. this.txtName.TabIndex = 13;
  87. //
  88. // lblName
  89. //
  90. this.lblName.Location = new System.Drawing.Point(25, 33);
  91. this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.lblName.Name = "lblName";
  93. this.lblName.Size = new System.Drawing.Size(67, 15);
  94. this.lblName.TabIndex = 14;
  95. this.lblName.Text = "计划名称";
  96. //
  97. // btnSearch
  98. //
  99. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  100. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  101. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.btnSearch.ForeColor = System.Drawing.Color.White;
  103. this.btnSearch.Location = new System.Drawing.Point(804, 18);
  104. this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
  105. this.btnSearch.Name = "btnSearch";
  106. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  107. this.btnSearch.TabIndex = 6;
  108. this.btnSearch.Text = "查询(&Q)";
  109. this.btnSearch.UseVisualStyleBackColor = false;
  110. this.btnSearch.Click += new System.EventHandler(this.BtnSearch_Click);
  111. //
  112. // dtpYear
  113. //
  114. this.dtpYear.Location = new System.Drawing.Point(355, 26);
  115. this.dtpYear.Margin = new System.Windows.Forms.Padding(4);
  116. this.dtpYear.Name = "dtpYear";
  117. this.dtpYear.Size = new System.Drawing.Size(159, 25);
  118. this.dtpYear.TabIndex = 1;
  119. //
  120. // lblLabel1
  121. //
  122. this.lblLabel1.Location = new System.Drawing.Point(531, 30);
  123. this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.lblLabel1.Name = "lblLabel1";
  125. this.lblLabel1.Size = new System.Drawing.Size(67, 15);
  126. this.lblLabel1.TabIndex = 0;
  127. this.lblLabel1.Text = "计划类型";
  128. //
  129. // lblYear
  130. //
  131. this.lblYear.Location = new System.Drawing.Point(277, 31);
  132. this.lblYear.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  133. this.lblYear.Name = "lblYear";
  134. this.lblYear.Size = new System.Drawing.Size(67, 15);
  135. this.lblYear.TabIndex = 0;
  136. this.lblYear.Text = "计划年度";
  137. //
  138. // tsrTool
  139. //
  140. this.tsrTool.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.tsrTool.ImageScalingSize = new System.Drawing.Size(20, 20);
  142. this.tsrTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  143. this.tsbtnQuery,
  144. this.tsbtnClearCondition,
  145. this.toolStripSeparator1,
  146. this.tsbtnAdaptive,
  147. this.toolStripSeparator3,
  148. this.tsbtnClose});
  149. this.tsrTool.Location = new System.Drawing.Point(0, 0);
  150. this.tsrTool.Name = "tsrTool";
  151. this.tsrTool.Size = new System.Drawing.Size(970, 44);
  152. this.tsrTool.TabIndex = 3;
  153. this.tsrTool.Text = "tsrToolStrip1";
  154. //
  155. // tsbtnQuery
  156. //
  157. this.tsbtnQuery.AutoSize = false;
  158. this.tsbtnQuery.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.tsbtnQuery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  160. this.tsbtnQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
  161. this.tsbtnQuery.Name = "tsbtnQuery";
  162. this.tsbtnQuery.Size = new System.Drawing.Size(60, 25);
  163. this.tsbtnQuery.Text = "查询(&Q)";
  164. this.tsbtnQuery.Click += new System.EventHandler(this.TsbtnSearch_Click);
  165. //
  166. // tsbtnClearCondition
  167. //
  168. this.tsbtnClearCondition.AutoSize = false;
  169. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  171. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  173. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  174. this.tsbtnClearCondition.Text = "清空条件(&C)";
  175. this.tsbtnClearCondition.Click += new System.EventHandler(this.TsbtnClearCondition_Click);
  176. //
  177. // toolStripSeparator1
  178. //
  179. this.toolStripSeparator1.AutoSize = false;
  180. this.toolStripSeparator1.Name = "toolStripSeparator1";
  181. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  182. //
  183. // tsbtnAdaptive
  184. //
  185. this.tsbtnAdaptive.AutoSize = false;
  186. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  188. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  190. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  191. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  192. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  193. //
  194. // toolStripSeparator3
  195. //
  196. this.toolStripSeparator3.Name = "toolStripSeparator3";
  197. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 44);
  198. //
  199. // tsbtnClose
  200. //
  201. this.tsbtnClose.AutoSize = false;
  202. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  204. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.tsbtnClose.Name = "tsbtnClose";
  206. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  207. this.tsbtnClose.Text = "关闭(&X)";
  208. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  209. //
  210. // dgvPlan
  211. //
  212. this.dgvPlan.AllowUserToAddRows = false;
  213. this.dgvPlan.AllowUserToDeleteRows = false;
  214. this.dgvPlan.AllowUserToModifyRows = true;
  215. this.dgvPlan.AllowUserToOrderColumns = true;
  216. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  217. this.dgvPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  218. this.dgvPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  219. this.dgvPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  220. this.dgvPlan.CellHeight = 23;
  221. this.dgvPlan.ChildNodeColumnName = null;
  222. this.dgvPlan.ChildNodeColumnText = null;
  223. this.dgvPlan.ColumnDeep = 1;
  224. this.dgvPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  225. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  226. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  227. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  229. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  230. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  231. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  232. this.dgvPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  233. this.dgvPlan.ColumnHeadersHeight = 29;
  234. this.dgvPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  235. this.dgvPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  236. this.物料编码,
  237. this.物料名称,
  238. this.计划产量,
  239. this.实际产量,
  240. this.完成比例,
  241. this.增产,
  242. this.备注2});
  243. this.dgvPlan.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  244. this.dgvPlan.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  245. this.dgvPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  246. this.dgvPlan.DynamicColumnName = "";
  247. this.dgvPlan.EnableHeadersVisualStyles = false;
  248. this.dgvPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.dgvPlan.FormatQuantityColumns = null;
  250. this.dgvPlan.HorizontalMergeColumn = null;
  251. this.dgvPlan.IsAutoCountSum = true;
  252. this.dgvPlan.IsAutoResizeColumns = false;
  253. this.dgvPlan.IsClickF12 = false;
  254. this.dgvPlan.IsOpenMergeCellFlag = false;
  255. this.dgvPlan.IsSubTotalFlag = false;
  256. this.dgvPlan.IsTopDeep = false;
  257. this.dgvPlan.Location = new System.Drawing.Point(0, 118);
  258. this.dgvPlan.Margin = new System.Windows.Forms.Padding(4);
  259. this.dgvPlan.MergeColumnNames = null;
  260. this.dgvPlan.MergeDetailColumnNames = null;
  261. this.dgvPlan.MergeDetailOnlyColumn = null;
  262. this.dgvPlan.MergeOnlyColumn = null;
  263. this.dgvPlan.MultiSelect = false;
  264. this.dgvPlan.Name = "dgvPlan";
  265. this.dgvPlan.ReadOnly = true;
  266. this.dgvPlan.RefreshAtHscroll = false;
  267. this.dgvPlan.RowHeadersWidth = 50;
  268. this.dgvPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  269. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  270. this.dgvPlan.RowsDefaultCellStyle = dataGridViewCellStyle3;
  271. this.dgvPlan.RowTemplate.Height = 21;
  272. this.dgvPlan.Size = new System.Drawing.Size(970, 518);
  273. this.dgvPlan.SortOrderColumnName = null;
  274. this.dgvPlan.TabIndex = 10;
  275. this.dgvPlan.Tag = "";
  276. this.dgvPlan.TotalSumColumns = null;
  277. this.dgvPlan.ViewRowFilter = "";
  278. //
  279. // 物料编码
  280. //
  281. this.物料编码.HeaderText = "物料编码";
  282. this.物料编码.MinimumWidth = 6;
  283. this.物料编码.Name = "物料编码";
  284. this.物料编码.ReadOnly = true;
  285. this.物料编码.Width = 125;
  286. //
  287. // 物料名称
  288. //
  289. this.物料名称.HeaderText = "物料名称";
  290. this.物料名称.MinimumWidth = 6;
  291. this.物料名称.Name = "物料名称";
  292. this.物料名称.ReadOnly = true;
  293. this.物料名称.Width = 125;
  294. //
  295. // 计划产量
  296. //
  297. this.计划产量.HeaderText = "计划产量";
  298. this.计划产量.MinimumWidth = 6;
  299. this.计划产量.Name = "计划产量";
  300. this.计划产量.ReadOnly = true;
  301. this.计划产量.Width = 125;
  302. //
  303. // 实际产量
  304. //
  305. this.实际产量.HeaderText = "实际产量";
  306. this.实际产量.MinimumWidth = 6;
  307. this.实际产量.Name = "实际产量";
  308. this.实际产量.ReadOnly = true;
  309. this.实际产量.Width = 125;
  310. //
  311. // 完成比例
  312. //
  313. this.完成比例.HeaderText = "完成比例";
  314. this.完成比例.MinimumWidth = 6;
  315. this.完成比例.Name = "完成比例";
  316. this.完成比例.ReadOnly = true;
  317. this.完成比例.Width = 125;
  318. //
  319. // 增产
  320. //
  321. this.增产.HeaderText = "增加产量";
  322. this.增产.MinimumWidth = 6;
  323. this.增产.Name = "增产";
  324. this.增产.ReadOnly = true;
  325. this.增产.Width = 125;
  326. //
  327. // 备注2
  328. //
  329. this.备注2.HeaderText = "备注";
  330. this.备注2.MinimumWidth = 6;
  331. this.备注2.Name = "备注2";
  332. this.备注2.ReadOnly = true;
  333. this.备注2.Width = 125;
  334. //
  335. // cbType
  336. //
  337. this.cbType.BackColor = System.Drawing.SystemColors.Window;
  338. this.cbType.BackgroundColor = System.Drawing.SystemColors.Window;
  339. this.cbType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.cbType.FormattingEnabled = true;
  341. this.cbType.Location = new System.Drawing.Point(605, 26);
  342. this.cbType.Name = "cbType";
  343. this.cbType.Size = new System.Drawing.Size(172, 23);
  344. this.cbType.TabIndex = 15;
  345. //
  346. // F_PP_0121
  347. //
  348. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  349. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  350. this.ClientSize = new System.Drawing.Size(970, 636);
  351. this.Controls.Add(this.dgvPlan);
  352. this.Controls.Add(this.grpCollapsible);
  353. this.Controls.Add(this.tsrTool);
  354. this.Margin = new System.Windows.Forms.Padding(5);
  355. this.Name = "F_PP_0121";
  356. this.Text = "计划分析";
  357. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0121_FormClosed);
  358. this.Load += new System.EventHandler(this.F_PP_0121_Load);
  359. this.grpCollapsible.ResumeLayout(false);
  360. this.grpCollapsible.PerformLayout();
  361. this.tsrTool.ResumeLayout(false);
  362. this.tsrTool.PerformLayout();
  363. ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).EndInit();
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private WinForm.Controls.TsrToolStrip tsrTool;
  368. private System.Windows.Forms.ToolStripButton tsbtnQuery;
  369. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  370. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  371. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  372. private System.Windows.Forms.ToolStripButton tsbtnClose;
  373. private WinForm.Controls.GrpCollapsible grpCollapsible;
  374. private WinForm.Controls.DtpYear dtpYear;
  375. private WinForm.Controls.LblLabel lblYear;
  376. private WinForm.Controls.LblLabel lblLabel1;
  377. private Basics.BaseControls.C_Button btnSearch;
  378. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  379. private Basics.BaseControls.C_DataGridView dgvPlan;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn 物料编码;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn 实际产量;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn 完成比例;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn 增产;
  386. private System.Windows.Forms.DataGridViewTextBoxColumn 备注2;
  387. private WinForm.Controls.TxtTextBox txtName;
  388. private WinForm.Controls.LblLabel lblName;
  389. private Basics.BaseControls.C_ComboBox cbType;
  390. }
  391. }