F_PM_2407.Designer.cs 22 KB

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