F_PM_2407.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2407
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2407));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.groupBox1 = new System.Windows.Forms.GroupBox();
  44. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.FinishedBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.BanMa = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tsrOperate.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  56. this.groupBox1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // tsrOperate
  60. //
  61. this.tsrOperate.AutoSize = false;
  62. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  63. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  64. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  66. this.tsbtnDelete,
  67. this.toolStripSeparator1,
  68. this.tsbtnAdaptive,
  69. this.tsbtnClose});
  70. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  71. this.tsrOperate.Name = "tsrOperate";
  72. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  73. this.tsrOperate.ShowItemToolTips = false;
  74. this.tsrOperate.Size = new System.Drawing.Size(840, 35);
  75. this.tsrOperate.TabIndex = 26;
  76. this.tsrOperate.Text = "toolStrip1";
  77. //
  78. // tsbtnDelete
  79. //
  80. this.tsbtnDelete.AutoSize = false;
  81. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  83. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnDelete.Name = "tsbtnDelete";
  85. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  86. this.tsbtnDelete.Text = "删除(&D)";
  87. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  88. //
  89. // toolStripSeparator1
  90. //
  91. this.toolStripSeparator1.AutoSize = false;
  92. this.toolStripSeparator1.Name = "toolStripSeparator1";
  93. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  94. //
  95. // tsbtnAdaptive
  96. //
  97. this.tsbtnAdaptive.AutoSize = false;
  98. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  100. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  102. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  103. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  104. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  105. //
  106. // tsbtnClose
  107. //
  108. this.tsbtnClose.AutoSize = false;
  109. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnClose.Name = "tsbtnClose";
  113. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  114. this.tsbtnClose.Text = "关闭(&X)";
  115. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  116. //
  117. // lblBarcode
  118. //
  119. this.lblBarcode.AutoSize = true;
  120. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  121. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  123. this.lblBarcode.IsMustInput = true;
  124. this.lblBarcode.Location = new System.Drawing.Point(18, 22);
  125. this.lblBarcode.Name = "lblBarcode";
  126. this.lblBarcode.Size = new System.Drawing.Size(53, 12);
  127. this.lblBarcode.TabIndex = 24;
  128. this.lblBarcode.Text = "包装条码";
  129. //
  130. // dgvProduction
  131. //
  132. this.dgvProduction.AllowUserToAddRows = false;
  133. this.dgvProduction.AllowUserToDeleteRows = false;
  134. this.dgvProduction.AllowUserToModifyRows = true;
  135. this.dgvProduction.AllowUserToOrderColumns = true;
  136. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  137. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  138. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  139. | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  142. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  143. this.dgvProduction.CellHeight = 23;
  144. this.dgvProduction.ChildNodeColumnName = null;
  145. this.dgvProduction.ChildNodeColumnText = null;
  146. this.dgvProduction.ColumnDeep = 1;
  147. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  148. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  149. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  150. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  152. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  153. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  154. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  155. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  156. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  157. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  158. this.BarCode,
  159. this.FinishedBarCode,
  160. this.GoodsCode,
  161. this.LogoName,
  162. this.GroutingUserCode,
  163. this.MouldCode,
  164. this.GroutingDate,
  165. this.DeliverTime,
  166. this.BanMa});
  167. this.dgvProduction.ColumnTreeView = null;
  168. this.dgvProduction.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)));
  169. this.dgvProduction.DynamicColumnName = "";
  170. this.dgvProduction.EnableHeadersVisualStyles = false;
  171. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.dgvProduction.FormatQuantityColumns = null;
  173. this.dgvProduction.HasNode = false;
  174. this.dgvProduction.HorizontalMergeColumn = null;
  175. this.dgvProduction.IsAutoCountSum = true;
  176. this.dgvProduction.IsAutoResizeColumns = false;
  177. this.dgvProduction.IsClickF12 = false;
  178. this.dgvProduction.IsOpenMergeCellFlag = false;
  179. this.dgvProduction.IsSubTotalFlag = false;
  180. this.dgvProduction.IsTopDeep = false;
  181. this.dgvProduction.Location = new System.Drawing.Point(12, 100);
  182. this.dgvProduction.MergeColumnNames = null;
  183. this.dgvProduction.MergeDetailColumnNames = null;
  184. this.dgvProduction.MergeDetailOnlyColumn = null;
  185. this.dgvProduction.MergeOnlyColumn = null;
  186. this.dgvProduction.MultiSelect = false;
  187. this.dgvProduction.Name = "dgvProduction";
  188. this.dgvProduction.ReadOnly = true;
  189. this.dgvProduction.RefreshAtHscroll = false;
  190. this.dgvProduction.RowHeadersWidth = 50;
  191. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  192. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  193. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle5;
  194. this.dgvProduction.RowTemplate.Height = 21;
  195. this.dgvProduction.Size = new System.Drawing.Size(816, 312);
  196. this.dgvProduction.SortOrderColumnName = null;
  197. this.dgvProduction.TabIndex = 28;
  198. this.dgvProduction.Tag = true;
  199. this.dgvProduction.TotalSumColumns = null;
  200. this.dgvProduction.ViewRowFilter = "";
  201. this.dgvProduction.VirtualNodes = false;
  202. //
  203. // btnSave
  204. //
  205. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  206. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  207. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  208. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.btnSave.ForeColor = System.Drawing.Color.White;
  210. this.btnSave.Location = new System.Drawing.Point(652, 418);
  211. this.btnSave.Name = "btnSave";
  212. this.btnSave.Size = new System.Drawing.Size(85, 30);
  213. this.btnSave.TabIndex = 29;
  214. this.btnSave.Text = "保存";
  215. this.btnSave.UseVisualStyleBackColor = true;
  216. this.btnSave.Visible = false;
  217. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  218. //
  219. // btnCancel
  220. //
  221. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  223. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  224. this.btnCancel.CausesValidation = false;
  225. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  226. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.btnCancel.ForeColor = System.Drawing.Color.White;
  228. this.btnCancel.Location = new System.Drawing.Point(743, 418);
  229. this.btnCancel.Name = "btnCancel";
  230. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  231. this.btnCancel.TabIndex = 31;
  232. this.btnCancel.Text = "关闭";
  233. this.btnCancel.UseVisualStyleBackColor = true;
  234. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  235. //
  236. // groupBox1
  237. //
  238. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  239. | System.Windows.Forms.AnchorStyles.Right)));
  240. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  241. this.groupBox1.Controls.Add(this.txtBarcode);
  242. this.groupBox1.Controls.Add(this.lblBarcode);
  243. this.groupBox1.Location = new System.Drawing.Point(12, 38);
  244. this.groupBox1.Name = "groupBox1";
  245. this.groupBox1.Size = new System.Drawing.Size(816, 56);
  246. this.groupBox1.TabIndex = 34;
  247. this.groupBox1.TabStop = false;
  248. this.groupBox1.Text = "基础数据";
  249. //
  250. // txtBarcode
  251. //
  252. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  253. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  254. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  255. this.txtBarcode.ErrorMessage = "";
  256. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.txtBarcode.Location = new System.Drawing.Point(77, 17);
  258. this.txtBarcode.MaxLength = 50;
  259. this.txtBarcode.Name = "txtBarcode";
  260. this.txtBarcode.Size = new System.Drawing.Size(120, 21);
  261. this.txtBarcode.TabIndex = 27;
  262. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  263. //
  264. // BarCode
  265. //
  266. this.BarCode.DataPropertyName = "BarCode";
  267. this.BarCode.HeaderText = "产品条码";
  268. this.BarCode.Name = "BarCode";
  269. this.BarCode.ReadOnly = true;
  270. //
  271. // FinishedBarCode
  272. //
  273. this.FinishedBarCode.DataPropertyName = "FinishedBarCode";
  274. this.FinishedBarCode.HeaderText = "包装条码";
  275. this.FinishedBarCode.Name = "FinishedBarCode";
  276. this.FinishedBarCode.ReadOnly = true;
  277. //
  278. // GoodsCode
  279. //
  280. this.GoodsCode.DataPropertyName = "GoodsCode";
  281. this.GoodsCode.HeaderText = "产品编码";
  282. this.GoodsCode.Name = "GoodsCode";
  283. this.GoodsCode.ReadOnly = true;
  284. //
  285. // LogoName
  286. //
  287. this.LogoName.DataPropertyName = "LogoName";
  288. this.LogoName.HeaderText = "产品商标";
  289. this.LogoName.Name = "LogoName";
  290. this.LogoName.ReadOnly = true;
  291. //
  292. // GroutingUserCode
  293. //
  294. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  295. this.GroutingUserCode.HeaderText = "成型工号";
  296. this.GroutingUserCode.Name = "GroutingUserCode";
  297. this.GroutingUserCode.ReadOnly = true;
  298. //
  299. // MouldCode
  300. //
  301. this.MouldCode.DataPropertyName = "MouldCode";
  302. this.MouldCode.HeaderText = "模具编号";
  303. this.MouldCode.Name = "MouldCode";
  304. this.MouldCode.ReadOnly = true;
  305. //
  306. // GroutingDate
  307. //
  308. this.GroutingDate.DataPropertyName = "GroutingDate";
  309. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  310. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  311. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  312. this.GroutingDate.HeaderText = "注浆日期";
  313. this.GroutingDate.Name = "GroutingDate";
  314. this.GroutingDate.ReadOnly = true;
  315. //
  316. // DeliverTime
  317. //
  318. this.DeliverTime.DataPropertyName = "DeliverTime";
  319. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  320. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  321. this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle4;
  322. this.DeliverTime.HeaderText = "交坯日期";
  323. this.DeliverTime.Name = "DeliverTime";
  324. this.DeliverTime.ReadOnly = true;
  325. //
  326. // BanMa
  327. //
  328. this.BanMa.DataPropertyName = "BanMa";
  329. this.BanMa.HeaderText = "板码";
  330. this.BanMa.Name = "BanMa";
  331. this.BanMa.ReadOnly = true;
  332. //
  333. // F_PM_2407
  334. //
  335. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  336. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  337. this.CancelButton = this.btnCancel;
  338. this.ClientSize = new System.Drawing.Size(840, 473);
  339. this.Controls.Add(this.groupBox1);
  340. this.Controls.Add(this.btnCancel);
  341. this.Controls.Add(this.btnSave);
  342. this.Controls.Add(this.dgvProduction);
  343. this.Controls.Add(this.tsrOperate);
  344. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  345. this.Name = "F_PM_2407";
  346. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  347. this.Text = "产成品撤销交接";
  348. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  349. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0302_FormClosing);
  350. this.Load += new System.EventHandler(this.F_PM_2407_Load);
  351. this.Controls.SetChildIndex(this.tsrOperate, 0);
  352. this.Controls.SetChildIndex(this.dgvProduction, 0);
  353. this.Controls.SetChildIndex(this.btnSave, 0);
  354. this.Controls.SetChildIndex(this.btnCancel, 0);
  355. this.Controls.SetChildIndex(this.groupBox1, 0);
  356. this.tsrOperate.ResumeLayout(false);
  357. this.tsrOperate.PerformLayout();
  358. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  359. this.groupBox1.ResumeLayout(false);
  360. this.groupBox1.PerformLayout();
  361. this.ResumeLayout(false);
  362. this.PerformLayout();
  363. }
  364. #endregion
  365. private Basics.BaseControls.C_ToolStrip tsrOperate;
  366. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  367. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  368. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  369. private System.Windows.Forms.ToolStripButton tsbtnClose;
  370. private Basics.BaseControls.C_Label lblBarcode;
  371. private Basics.BaseControls.C_DataGridView dgvProduction;
  372. private Basics.BaseControls.C_Button btnSave;
  373. private Basics.BaseControls.C_Button btnCancel;
  374. private System.Windows.Forms.GroupBox groupBox1;
  375. private Basics.BaseControls.C_TextBox txtBarcode;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn FinishedBarCode;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn BanMa;
  385. }
  386. }