F_PM_2405.Designer.cs 20 KB

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