F_PM_2402.Designer.cs 25 KB

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