F_PM_3502.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3502
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3502));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  33. this.c_TextBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  34. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.c_DateTimePicker1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.c_ComboBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  39. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.c_ComboBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.cmbGMouldRecordType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  43. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.dgvProductionDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.gbxCondition.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionDetail)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // gbxCondition
  60. //
  61. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  62. | System.Windows.Forms.AnchorStyles.Right)));
  63. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  64. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  65. this.gbxCondition.Controls.Add(this.c_TextBox1);
  66. this.gbxCondition.Controls.Add(this.c_Label8);
  67. this.gbxCondition.Controls.Add(this.c_Label6);
  68. this.gbxCondition.Controls.Add(this.c_DateTimePicker1);
  69. this.gbxCondition.Controls.Add(this.c_Label4);
  70. this.gbxCondition.Controls.Add(this.c_ComboBox2);
  71. this.gbxCondition.Controls.Add(this.c_Label3);
  72. this.gbxCondition.Controls.Add(this.c_ComboBox1);
  73. this.gbxCondition.Controls.Add(this.c_Label2);
  74. this.gbxCondition.Controls.Add(this.cmbGMouldRecordType);
  75. this.gbxCondition.Controls.Add(this.c_Label7);
  76. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  77. this.gbxCondition.Controls.Add(this.c_Label1);
  78. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  79. this.gbxCondition.Controls.Add(this.c_Label5);
  80. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  82. this.gbxCondition.IsMustInput = false;
  83. this.gbxCondition.Location = new System.Drawing.Point(0, 4);
  84. this.gbxCondition.Name = "gbxCondition";
  85. this.gbxCondition.OriginalHeight = -1;
  86. this.gbxCondition.Size = new System.Drawing.Size(807, 87);
  87. this.gbxCondition.TabIndex = 1;
  88. this.gbxCondition.TabStop = false;
  89. this.gbxCondition.Text = "发货单 ▼";
  90. //
  91. // c_TextBox1
  92. //
  93. this.c_TextBox1.BackColor = System.Drawing.SystemColors.Window;
  94. this.c_TextBox1.BackgroundColor = System.Drawing.SystemColors.Window;
  95. this.c_TextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  96. this.c_TextBox1.ErrorMessage = "";
  97. this.c_TextBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.c_TextBox1.Location = new System.Drawing.Point(278, 25);
  99. this.c_TextBox1.MaxLength = 20;
  100. this.c_TextBox1.Name = "c_TextBox1";
  101. this.c_TextBox1.Size = new System.Drawing.Size(119, 21);
  102. this.c_TextBox1.TabIndex = 25;
  103. this.c_TextBox1.TextValue = "";
  104. //
  105. // c_Label8
  106. //
  107. this.c_Label8.AutoSize = true;
  108. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  109. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.c_Label8.ForeColor = System.Drawing.SystemColors.ControlText;
  111. this.c_Label8.Location = new System.Drawing.Point(219, 28);
  112. this.c_Label8.Name = "c_Label8";
  113. this.c_Label8.Size = new System.Drawing.Size(41, 12);
  114. this.c_Label8.TabIndex = 26;
  115. this.c_Label8.Text = "外箱码";
  116. //
  117. // c_Label6
  118. //
  119. this.c_Label6.AutoSize = true;
  120. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  121. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.c_Label6.Location = new System.Drawing.Point(419, 64);
  123. this.c_Label6.Name = "c_Label6";
  124. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  125. this.c_Label6.TabIndex = 24;
  126. this.c_Label6.Text = "送货日期";
  127. //
  128. // c_DateTimePicker1
  129. //
  130. this.c_DateTimePicker1.CustomFormat = "yyyy-MM-dd";
  131. this.c_DateTimePicker1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.c_DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  133. this.c_DateTimePicker1.Location = new System.Drawing.Point(478, 60);
  134. this.c_DateTimePicker1.Name = "c_DateTimePicker1";
  135. this.c_DateTimePicker1.Size = new System.Drawing.Size(121, 21);
  136. this.c_DateTimePicker1.TabIndex = 23;
  137. //
  138. // c_Label4
  139. //
  140. this.c_Label4.AutoSize = true;
  141. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  142. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.c_Label4.Location = new System.Drawing.Point(219, 66);
  144. this.c_Label4.Name = "c_Label4";
  145. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  146. this.c_Label4.TabIndex = 22;
  147. this.c_Label4.Text = "记账日期";
  148. //
  149. // c_ComboBox2
  150. //
  151. this.c_ComboBox2.BackColor = System.Drawing.SystemColors.Window;
  152. this.c_ComboBox2.BackgroundColor = System.Drawing.SystemColors.Window;
  153. this.c_ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  154. this.c_ComboBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.c_ComboBox2.FormattingEnabled = true;
  156. this.c_ComboBox2.Location = new System.Drawing.Point(81, 61);
  157. this.c_ComboBox2.Name = "c_ComboBox2";
  158. this.c_ComboBox2.Size = new System.Drawing.Size(119, 20);
  159. this.c_ComboBox2.TabIndex = 20;
  160. //
  161. // c_Label3
  162. //
  163. this.c_Label3.AutoSize = true;
  164. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  165. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.c_Label3.Location = new System.Drawing.Point(22, 66);
  167. this.c_Label3.Name = "c_Label3";
  168. this.c_Label3.Size = new System.Drawing.Size(41, 12);
  169. this.c_Label3.TabIndex = 21;
  170. this.c_Label3.Text = "车牌号";
  171. //
  172. // c_ComboBox1
  173. //
  174. this.c_ComboBox1.BackColor = System.Drawing.SystemColors.Window;
  175. this.c_ComboBox1.BackgroundColor = System.Drawing.SystemColors.Window;
  176. this.c_ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  177. this.c_ComboBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.c_ComboBox1.FormattingEnabled = true;
  179. this.c_ComboBox1.Location = new System.Drawing.Point(682, 26);
  180. this.c_ComboBox1.Name = "c_ComboBox1";
  181. this.c_ComboBox1.Size = new System.Drawing.Size(119, 20);
  182. this.c_ComboBox1.TabIndex = 18;
  183. //
  184. // c_Label2
  185. //
  186. this.c_Label2.AutoSize = true;
  187. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  188. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.c_Label2.Location = new System.Drawing.Point(623, 29);
  190. this.c_Label2.Name = "c_Label2";
  191. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  192. this.c_Label2.TabIndex = 19;
  193. this.c_Label2.Text = "接收仓库";
  194. //
  195. // cmbGMouldRecordType
  196. //
  197. this.cmbGMouldRecordType.BackColor = System.Drawing.SystemColors.Window;
  198. this.cmbGMouldRecordType.BackgroundColor = System.Drawing.SystemColors.Window;
  199. this.cmbGMouldRecordType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.cmbGMouldRecordType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.cmbGMouldRecordType.FormattingEnabled = true;
  202. this.cmbGMouldRecordType.Location = new System.Drawing.Point(478, 26);
  203. this.cmbGMouldRecordType.Name = "cmbGMouldRecordType";
  204. this.cmbGMouldRecordType.Size = new System.Drawing.Size(119, 20);
  205. this.cmbGMouldRecordType.TabIndex = 5;
  206. //
  207. // c_Label7
  208. //
  209. this.c_Label7.AutoSize = true;
  210. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  211. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.c_Label7.Location = new System.Drawing.Point(419, 28);
  213. this.c_Label7.Name = "c_Label7";
  214. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  215. this.c_Label7.TabIndex = 17;
  216. this.c_Label7.Text = "发出仓库";
  217. //
  218. // txtGroutingLineCode
  219. //
  220. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  221. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  222. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  223. this.txtGroutingLineCode.ErrorMessage = "";
  224. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.txtGroutingLineCode.Location = new System.Drawing.Point(81, 25);
  226. this.txtGroutingLineCode.MaxLength = 20;
  227. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  228. this.txtGroutingLineCode.Size = new System.Drawing.Size(119, 21);
  229. this.txtGroutingLineCode.TabIndex = 1;
  230. this.txtGroutingLineCode.TextValue = "";
  231. //
  232. // c_Label1
  233. //
  234. this.c_Label1.AutoSize = true;
  235. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  236. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  238. this.c_Label1.Location = new System.Drawing.Point(22, 28);
  239. this.c_Label1.Name = "c_Label1";
  240. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  241. this.c_Label1.TabIndex = 14;
  242. this.c_Label1.Text = "发货单号";
  243. //
  244. // dtpAccountDateStart
  245. //
  246. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
  247. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  249. this.dtpAccountDateStart.Location = new System.Drawing.Point(278, 60);
  250. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  251. this.dtpAccountDateStart.Size = new System.Drawing.Size(119, 21);
  252. this.dtpAccountDateStart.TabIndex = 3;
  253. //
  254. // c_Label5
  255. //
  256. this.c_Label5.AutoSize = true;
  257. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  258. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  260. this.c_Label5.Location = new System.Drawing.Point(815, 66);
  261. this.c_Label5.Name = "c_Label5";
  262. this.c_Label5.Size = new System.Drawing.Size(0, 12);
  263. this.c_Label5.TabIndex = 4;
  264. //
  265. // btnSave
  266. //
  267. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  268. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  269. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  270. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.btnSave.ForeColor = System.Drawing.Color.White;
  272. this.btnSave.Location = new System.Drawing.Point(722, 442);
  273. this.btnSave.Name = "btnSave";
  274. this.btnSave.Size = new System.Drawing.Size(85, 30);
  275. this.btnSave.TabIndex = 11;
  276. this.btnSave.Text = "保存(&S)";
  277. this.btnSave.UseVisualStyleBackColor = true;
  278. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  279. //
  280. // dgvProductionDetail
  281. //
  282. this.dgvProductionDetail.AllowUserToAddRows = false;
  283. this.dgvProductionDetail.AllowUserToDeleteRows = false;
  284. this.dgvProductionDetail.AllowUserToModifyRows = true;
  285. this.dgvProductionDetail.AllowUserToOrderColumns = true;
  286. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  287. this.dgvProductionDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  288. this.dgvProductionDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  289. | System.Windows.Forms.AnchorStyles.Left)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.dgvProductionDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  292. this.dgvProductionDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  293. this.dgvProductionDetail.CellHeight = 23;
  294. this.dgvProductionDetail.ChildNodeColumnName = null;
  295. this.dgvProductionDetail.ChildNodeColumnText = null;
  296. this.dgvProductionDetail.ColumnDeep = 1;
  297. this.dgvProductionDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  298. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  299. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  300. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  302. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  303. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  304. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  305. this.dgvProductionDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  306. this.dgvProductionDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  307. this.dgvProductionDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  308. this.Column9,
  309. this.Column10,
  310. this.Column11,
  311. this.Column12,
  312. this.Column13});
  313. this.dgvProductionDetail.ColumnTreeView = null;
  314. this.dgvProductionDetail.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)));
  315. this.dgvProductionDetail.DynamicColumnName = "";
  316. this.dgvProductionDetail.EnableHeadersVisualStyles = false;
  317. this.dgvProductionDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.dgvProductionDetail.FormatQuantityColumns = null;
  319. this.dgvProductionDetail.HasNode = false;
  320. this.dgvProductionDetail.HorizontalMergeColumn = null;
  321. this.dgvProductionDetail.IsAutoCountSum = true;
  322. this.dgvProductionDetail.IsAutoResizeColumns = false;
  323. this.dgvProductionDetail.IsClickF12 = false;
  324. this.dgvProductionDetail.IsOpenMergeCellFlag = false;
  325. this.dgvProductionDetail.IsSubTotalFlag = false;
  326. this.dgvProductionDetail.IsTopDeep = false;
  327. this.dgvProductionDetail.Location = new System.Drawing.Point(0, 97);
  328. this.dgvProductionDetail.MergeColumnNames = null;
  329. this.dgvProductionDetail.MergeDetailColumnNames = null;
  330. this.dgvProductionDetail.MergeDetailOnlyColumn = null;
  331. this.dgvProductionDetail.MergeOnlyColumn = null;
  332. this.dgvProductionDetail.MultiSelect = false;
  333. this.dgvProductionDetail.Name = "dgvProductionDetail";
  334. this.dgvProductionDetail.ReadOnly = true;
  335. this.dgvProductionDetail.RefreshAtHscroll = false;
  336. this.dgvProductionDetail.RowHeadersWidth = 50;
  337. this.dgvProductionDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  338. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  339. this.dgvProductionDetail.RowsDefaultCellStyle = dataGridViewCellStyle9;
  340. this.dgvProductionDetail.RowTemplate.Height = 21;
  341. this.dgvProductionDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  342. this.dgvProductionDetail.Size = new System.Drawing.Size(807, 339);
  343. this.dgvProductionDetail.SortOrderColumnName = null;
  344. this.dgvProductionDetail.TabIndex = 38;
  345. this.dgvProductionDetail.Tag = true;
  346. this.dgvProductionDetail.TotalSumColumns = null;
  347. this.dgvProductionDetail.ViewRowFilter = "";
  348. this.dgvProductionDetail.VirtualNodes = false;
  349. //
  350. // Column9
  351. //
  352. this.Column9.HeaderText = "外箱码";
  353. this.Column9.Name = "Column9";
  354. this.Column9.ReadOnly = true;
  355. //
  356. // Column10
  357. //
  358. this.Column10.HeaderText = "产品型号";
  359. this.Column10.Name = "Column10";
  360. this.Column10.ReadOnly = true;
  361. //
  362. // Column11
  363. //
  364. this.Column11.HeaderText = "物料编码";
  365. this.Column11.Name = "Column11";
  366. this.Column11.ReadOnly = true;
  367. //
  368. // Column12
  369. //
  370. this.Column12.HeaderText = "物料名称";
  371. this.Column12.Name = "Column12";
  372. this.Column12.ReadOnly = true;
  373. //
  374. // Column13
  375. //
  376. this.Column13.HeaderText = "绑板数量";
  377. this.Column13.Name = "Column13";
  378. this.Column13.ReadOnly = true;
  379. //
  380. // F_PM_3502
  381. //
  382. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  383. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  384. this.ClientSize = new System.Drawing.Size(810, 473);
  385. this.Controls.Add(this.dgvProductionDetail);
  386. this.Controls.Add(this.btnSave);
  387. this.Controls.Add(this.gbxCondition);
  388. this.Name = "F_PM_3502";
  389. this.RightToLeftLayout = true;
  390. this.Text = "发货单编辑";
  391. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3502_FormClosed);
  392. this.Load += new System.EventHandler(this.F_PM_3502_Load);
  393. this.gbxCondition.ResumeLayout(false);
  394. this.gbxCondition.PerformLayout();
  395. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionDetail)).EndInit();
  396. this.ResumeLayout(false);
  397. }
  398. #endregion
  399. private Basics.BaseControls.C_GroupBox gbxCondition;
  400. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  401. private Basics.BaseControls.C_Label c_Label1;
  402. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  403. private Basics.BaseControls.C_Label c_Label5;
  404. private Basics.BaseControls.C_ComboBox cmbGMouldRecordType;
  405. private Basics.BaseControls.C_Label c_Label7;
  406. private Basics.BaseControls.C_Label c_Label6;
  407. private Basics.BaseControls.C_DateTimePicker c_DateTimePicker1;
  408. private Basics.BaseControls.C_Label c_Label4;
  409. private Basics.BaseControls.C_ComboBox c_ComboBox2;
  410. private Basics.BaseControls.C_Label c_Label3;
  411. private Basics.BaseControls.C_ComboBox c_ComboBox1;
  412. private Basics.BaseControls.C_Label c_Label2;
  413. private Basics.BaseControls.C_Button btnSave;
  414. private Basics.BaseControls.C_TextBox c_TextBox1;
  415. private Basics.BaseControls.C_Label c_Label8;
  416. private Basics.BaseControls.C_DataGridView dgvProductionDetail;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn Column13;
  422. }
  423. }