F_PC_0101_1_8.Designer.cs 30 KB

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