F_PC_0101_1_5.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0101_1_5
  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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0101_1_5));
  36. this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  38. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.StandardGroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  49. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.RreasonRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtRecordRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // lblTimes
  65. //
  66. this.lblTimes.AutoSize = true;
  67. this.lblTimes.BackColor = System.Drawing.Color.Transparent;
  68. this.lblTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.lblTimes.ForeColor = System.Drawing.SystemColors.ControlText;
  70. this.lblTimes.Location = new System.Drawing.Point(253, 17);
  71. this.lblTimes.Name = "lblTimes";
  72. this.lblTimes.Size = new System.Drawing.Size(53, 12);
  73. this.lblTimes.TabIndex = 2;
  74. this.lblTimes.Text = "操作时间";
  75. //
  76. // txtDateStart
  77. //
  78. this.txtDateStart.CustomFormat = "yyyy-MM-dd";
  79. this.txtDateStart.Enabled = false;
  80. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  82. this.txtDateStart.Location = new System.Drawing.Point(312, 12);
  83. this.txtDateStart.Name = "txtDateStart";
  84. this.txtDateStart.Size = new System.Drawing.Size(103, 21);
  85. this.txtDateStart.TabIndex = 2;
  86. //
  87. // dgvGroutingLineDetail
  88. //
  89. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  90. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  91. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  92. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  93. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  94. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  95. this.dgvGroutingLineDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  96. | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  99. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  100. this.dgvGroutingLineDetail.CellHeight = 23;
  101. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  102. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  103. this.dgvGroutingLineDetail.ColumnDeep = 1;
  104. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  107. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  109. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  112. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  113. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  114. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  115. this.GroutingLineDetailID,
  116. this.GroutingLineIDM,
  117. this.GroutingMouldCode,
  118. this.MouldCode,
  119. this.GoodsID,
  120. this.GOODSCODE,
  121. this.GOODSNAME,
  122. this.GoodsSpecification,
  123. this.StandardGroutingCount,
  124. this.GroutingCount,
  125. this.GMouldStatusM,
  126. this.RreasonRemarks,
  127. this.BeginUsedDateM,
  128. this.EndUsedDate,
  129. this.GMouldStatus,
  130. this.RecordRemarks});
  131. this.dgvGroutingLineDetail.ColumnTreeView = null;
  132. this.dgvGroutingLineDetail.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)));
  133. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  134. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  135. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  137. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  138. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  139. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  140. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle13;
  141. this.dgvGroutingLineDetail.DynamicColumnName = "";
  142. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  143. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
  145. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  146. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  147. this.dgvGroutingLineDetail.IsClickF12 = false;
  148. this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
  149. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  150. this.dgvGroutingLineDetail.IsTopDeep = false;
  151. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(12, 46);
  152. this.dgvGroutingLineDetail.MergeColumnNames = null;
  153. this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
  154. this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
  155. this.dgvGroutingLineDetail.MergeOnlyColumn = null;
  156. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  157. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  158. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  159. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  160. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  161. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle14;
  162. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  163. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(914, 358);
  164. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  165. this.dgvGroutingLineDetail.TabIndex = 4;
  166. this.dgvGroutingLineDetail.Tag = true;
  167. this.dgvGroutingLineDetail.TotalSumColumns = null;
  168. this.dgvGroutingLineDetail.ViewRowFilter = "";
  169. this.dgvGroutingLineDetail.VirtualMode = true;
  170. //
  171. // GroutingLineDetailID
  172. //
  173. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  174. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  175. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  176. this.GroutingLineDetailID.Visible = false;
  177. //
  178. // GroutingLineIDM
  179. //
  180. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  181. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  182. this.GroutingLineIDM.Name = "GroutingLineIDM";
  183. this.GroutingLineIDM.Visible = false;
  184. //
  185. // GroutingMouldCode
  186. //
  187. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  188. this.GroutingMouldCode.HeaderText = "模具编号";
  189. this.GroutingMouldCode.Name = "GroutingMouldCode";
  190. this.GroutingMouldCode.ReadOnly = true;
  191. this.GroutingMouldCode.Width = 120;
  192. //
  193. // MouldCode
  194. //
  195. this.MouldCode.DataPropertyName = "MouldCode";
  196. this.MouldCode.HeaderText = "模具编号";
  197. this.MouldCode.Name = "MouldCode";
  198. this.MouldCode.ReadOnly = true;
  199. this.MouldCode.Visible = false;
  200. //
  201. // GoodsID
  202. //
  203. this.GoodsID.DataPropertyName = "GoodsID";
  204. this.GoodsID.HeaderText = "产品ID";
  205. this.GoodsID.Name = "GoodsID";
  206. this.GoodsID.Visible = false;
  207. //
  208. // GOODSCODE
  209. //
  210. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  211. this.GOODSCODE.HeaderText = "产品编码";
  212. this.GOODSCODE.Name = "GOODSCODE";
  213. this.GOODSCODE.ReadOnly = true;
  214. //
  215. // GOODSNAME
  216. //
  217. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  218. this.GOODSNAME.HeaderText = "产品名称";
  219. this.GOODSNAME.Name = "GOODSNAME";
  220. this.GOODSNAME.Visible = false;
  221. //
  222. // GoodsSpecification
  223. //
  224. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  225. this.GoodsSpecification.HeaderText = "产品规格";
  226. this.GoodsSpecification.Name = "GoodsSpecification";
  227. this.GoodsSpecification.Visible = false;
  228. //
  229. // StandardGroutingCount
  230. //
  231. this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
  232. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  233. this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle10;
  234. this.StandardGroutingCount.HeaderText = "标准注浆次数";
  235. this.StandardGroutingCount.Name = "StandardGroutingCount";
  236. this.StandardGroutingCount.ReadOnly = true;
  237. //
  238. // GroutingCount
  239. //
  240. this.GroutingCount.DataPropertyName = "GroutingCount";
  241. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  242. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle11;
  243. this.GroutingCount.HeaderText = "注浆次数";
  244. this.GroutingCount.MaxValue = new decimal(new int[] {
  245. 999999,
  246. 0,
  247. 0,
  248. 0});
  249. this.GroutingCount.MinValue = new decimal(new int[] {
  250. 0,
  251. 0,
  252. 0,
  253. 0});
  254. this.GroutingCount.Name = "GroutingCount";
  255. this.GroutingCount.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(0, 0);
  256. this.GroutingCount.ReadOnly = true;
  257. this.GroutingCount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  258. this.GroutingCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  259. //
  260. // GMouldStatusM
  261. //
  262. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  263. this.GMouldStatusM.HeaderText = "模具状态";
  264. this.GMouldStatusM.Name = "GMouldStatusM";
  265. this.GMouldStatusM.ReadOnly = true;
  266. this.GMouldStatusM.Width = 120;
  267. //
  268. // RreasonRemarks
  269. //
  270. this.RreasonRemarks.DataPropertyName = "RreasonRemarks";
  271. this.RreasonRemarks.HeaderText = "备注";
  272. this.RreasonRemarks.Name = "RreasonRemarks";
  273. this.RreasonRemarks.ReadOnly = true;
  274. //
  275. // BeginUsedDateM
  276. //
  277. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  278. dataGridViewCellStyle12.Format = "yyyy-MM-dd";
  279. dataGridViewCellStyle12.NullValue = null;
  280. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle12;
  281. this.BeginUsedDateM.HeaderText = "开始使用日期";
  282. this.BeginUsedDateM.Name = "BeginUsedDateM";
  283. this.BeginUsedDateM.Visible = false;
  284. this.BeginUsedDateM.Width = 120;
  285. //
  286. // EndUsedDate
  287. //
  288. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  289. this.EndUsedDate.HeaderText = "结束使用日期";
  290. this.EndUsedDate.Name = "EndUsedDate";
  291. this.EndUsedDate.Visible = false;
  292. //
  293. // GMouldStatus
  294. //
  295. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  296. this.GMouldStatus.HeaderText = "GMouldStatus";
  297. this.GMouldStatus.Name = "GMouldStatus";
  298. this.GMouldStatus.Visible = false;
  299. //
  300. // RecordRemarks
  301. //
  302. this.RecordRemarks.DataPropertyName = "RecordRemarks";
  303. this.RecordRemarks.HeaderText = "操作备注";
  304. this.RecordRemarks.Name = "RecordRemarks";
  305. this.RecordRemarks.Visible = false;
  306. this.RecordRemarks.Width = 300;
  307. //
  308. // btnCancel
  309. //
  310. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  311. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  312. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  313. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  314. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.btnCancel.ForeColor = System.Drawing.Color.White;
  316. this.btnCancel.Location = new System.Drawing.Point(844, 410);
  317. this.btnCancel.Name = "btnCancel";
  318. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  319. this.btnCancel.TabIndex = 6;
  320. this.btnCancel.Text = "关闭";
  321. this.btnCancel.UseVisualStyleBackColor = false;
  322. //
  323. // btnSave
  324. //
  325. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  326. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  327. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  328. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.btnSave.ForeColor = System.Drawing.Color.White;
  330. this.btnSave.Location = new System.Drawing.Point(755, 410);
  331. this.btnSave.Name = "btnSave";
  332. this.btnSave.Size = new System.Drawing.Size(85, 30);
  333. this.btnSave.TabIndex = 5;
  334. this.btnSave.Text = "保存(&S)";
  335. this.btnSave.UseVisualStyleBackColor = false;
  336. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  337. //
  338. // c_Label1
  339. //
  340. this.c_Label1.AutoSize = true;
  341. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  342. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  344. this.c_Label1.Location = new System.Drawing.Point(421, 17);
  345. this.c_Label1.Name = "c_Label1";
  346. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  347. this.c_Label1.TabIndex = 2;
  348. this.c_Label1.Text = "操作备注";
  349. //
  350. // txtRecordRemarks
  351. //
  352. this.txtRecordRemarks.BackColor = System.Drawing.SystemColors.Window;
  353. this.txtRecordRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  354. this.txtRecordRemarks.ErrorMessage = "";
  355. this.txtRecordRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.txtRecordRemarks.Location = new System.Drawing.Point(480, 12);
  357. this.txtRecordRemarks.MaxLength = 200;
  358. this.txtRecordRemarks.Name = "txtRecordRemarks";
  359. this.txtRecordRemarks.Size = new System.Drawing.Size(378, 21);
  360. this.txtRecordRemarks.TabIndex = 3;
  361. this.txtRecordRemarks.TextValue = "";
  362. //
  363. // txtGroutingLineCode
  364. //
  365. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control;
  366. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  367. this.txtGroutingLineCode.ErrorMessage = "";
  368. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.txtGroutingLineCode.Location = new System.Drawing.Point(81, 12);
  370. this.txtGroutingLineCode.MaxLength = 200;
  371. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  372. this.txtGroutingLineCode.ReadOnly = true;
  373. this.txtGroutingLineCode.Size = new System.Drawing.Size(152, 21);
  374. this.txtGroutingLineCode.TabIndex = 1;
  375. this.txtGroutingLineCode.TextValue = "";
  376. //
  377. // c_Label2
  378. //
  379. this.c_Label2.AutoSize = true;
  380. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  381. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  383. this.c_Label2.Location = new System.Drawing.Point(12, 18);
  384. this.c_Label2.Name = "c_Label2";
  385. this.c_Label2.Size = new System.Drawing.Size(65, 12);
  386. this.c_Label2.TabIndex = 107;
  387. this.c_Label2.Text = "成型线编码";
  388. //
  389. // F_PC_0101_1_5
  390. //
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.CancelButton = this.btnCancel;
  394. this.ClientSize = new System.Drawing.Size(938, 465);
  395. this.Controls.Add(this.txtGroutingLineCode);
  396. this.Controls.Add(this.c_Label2);
  397. this.Controls.Add(this.txtRecordRemarks);
  398. this.Controls.Add(this.btnCancel);
  399. this.Controls.Add(this.btnSave);
  400. this.Controls.Add(this.dgvGroutingLineDetail);
  401. this.Controls.Add(this.txtDateStart);
  402. this.Controls.Add(this.c_Label1);
  403. this.Controls.Add(this.lblTimes);
  404. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  405. this.IsSaveFormSize = false;
  406. this.MaximizeBox = false;
  407. this.MinimizeBox = false;
  408. this.Name = "F_PC_0101_1_5";
  409. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  410. this.Text = "";
  411. this.Load += new System.EventHandler(this.F_PC_0101_1_2_Load);
  412. this.Controls.SetChildIndex(this.lblTimes, 0);
  413. this.Controls.SetChildIndex(this.c_Label1, 0);
  414. this.Controls.SetChildIndex(this.txtDateStart, 0);
  415. this.Controls.SetChildIndex(this.dgvGroutingLineDetail, 0);
  416. this.Controls.SetChildIndex(this.btnSave, 0);
  417. this.Controls.SetChildIndex(this.btnCancel, 0);
  418. this.Controls.SetChildIndex(this.txtRecordRemarks, 0);
  419. this.Controls.SetChildIndex(this.c_Label2, 0);
  420. this.Controls.SetChildIndex(this.txtGroutingLineCode, 0);
  421. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  422. this.ResumeLayout(false);
  423. this.PerformLayout();
  424. }
  425. #endregion
  426. private Basics.BaseControls.C_Label lblTimes;
  427. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  428. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  429. private Basics.BaseControls.C_Button btnCancel;
  430. private Basics.BaseControls.C_Button btnSave;
  431. private Basics.BaseControls.C_Label c_Label1;
  432. private Basics.BaseControls.C_TextBox txtRecordRemarks;
  433. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  434. private Basics.BaseControls.C_Label c_Label2;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  439. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingCount;
  444. private Basics.BaseControls.C_DGV_Column_Digital GroutingCount;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn RreasonRemarks;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
  451. }
  452. }