F_PM_3002.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3002
  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_3002));
  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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.lblProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.ccbProcedure = new Dongke.WinForm.Controls.CkcCheckedComboBox();
  38. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.cbCheckAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  49. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51. this.groutingdailydetailid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.SuspendProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.suspendprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.gbSelect.SuspendLayout();
  64. this.tsrOperate.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // gbSelect
  69. //
  70. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  73. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  74. this.gbSelect.Controls.Add(this.lblProcedure);
  75. this.gbSelect.Controls.Add(this.ccbProcedure);
  76. this.gbSelect.Controls.Add(this.txtRemarks);
  77. this.gbSelect.Controls.Add(this.lblRemarks);
  78. this.gbSelect.Controls.Add(this.txtBarCode);
  79. this.gbSelect.Controls.Add(this.lblBarCode);
  80. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  81. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  82. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  84. this.gbSelect.IsMustInput = false;
  85. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  86. this.gbSelect.Name = "gbSelect";
  87. this.gbSelect.OriginalHeight = -1;
  88. this.gbSelect.Size = new System.Drawing.Size(1124, 76);
  89. this.gbSelect.TabIndex = 13;
  90. this.gbSelect.TabStop = false;
  91. this.gbSelect.Text = "查询条件 ▼";
  92. //
  93. // lblProcedure
  94. //
  95. this.lblProcedure.AutoSize = true;
  96. this.lblProcedure.BackColor = System.Drawing.Color.Transparent;
  97. this.lblProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.lblProcedure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  99. this.lblProcedure.IsMustInput = true;
  100. this.lblProcedure.Location = new System.Drawing.Point(261, 23);
  101. this.lblProcedure.Name = "lblProcedure";
  102. this.lblProcedure.Size = new System.Drawing.Size(53, 12);
  103. this.lblProcedure.TabIndex = 88;
  104. this.lblProcedure.Text = "挂起工序";
  105. //
  106. // ccbProcedure
  107. //
  108. this.ccbProcedure.FormattingEnabled = true;
  109. this.ccbProcedure.Location = new System.Drawing.Point(320, 20);
  110. this.ccbProcedure.Name = "ccbProcedure";
  111. this.ccbProcedure.Size = new System.Drawing.Size(181, 20);
  112. this.ccbProcedure.TabIndex = 87;
  113. //
  114. // txtRemarks
  115. //
  116. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  117. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  118. this.txtRemarks.ErrorMessage = "";
  119. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.txtRemarks.Location = new System.Drawing.Point(75, 47);
  121. this.txtRemarks.MaxLength = 500;
  122. this.txtRemarks.Name = "txtRemarks";
  123. this.txtRemarks.Size = new System.Drawing.Size(426, 21);
  124. this.txtRemarks.TabIndex = 12;
  125. //
  126. // lblRemarks
  127. //
  128. this.lblRemarks.AutoSize = true;
  129. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  130. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  132. this.lblRemarks.Location = new System.Drawing.Point(18, 51);
  133. this.lblRemarks.Name = "lblRemarks";
  134. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  135. this.lblRemarks.TabIndex = 83;
  136. this.lblRemarks.Text = "挂起说明";
  137. //
  138. // txtBarCode
  139. //
  140. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  141. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  142. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  143. this.txtBarCode.ErrorMessage = "";
  144. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.txtBarCode.Location = new System.Drawing.Point(75, 20);
  146. this.txtBarCode.MaxLength = 11;
  147. this.txtBarCode.Name = "txtBarCode";
  148. this.txtBarCode.Size = new System.Drawing.Size(180, 21);
  149. this.txtBarCode.TabIndex = 10;
  150. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  151. //
  152. // lblBarCode
  153. //
  154. this.lblBarCode.AutoSize = true;
  155. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  156. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  158. this.lblBarCode.Location = new System.Drawing.Point(18, 23);
  159. this.lblBarCode.Name = "lblBarCode";
  160. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  161. this.lblBarCode.TabIndex = 80;
  162. this.lblBarCode.Text = "产品条码";
  163. //
  164. // lblGroutingLineName
  165. //
  166. this.lblGroutingLineName.AutoSize = true;
  167. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  168. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  171. this.lblGroutingLineName.Name = "lblGroutingLineName";
  172. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  173. this.lblGroutingLineName.TabIndex = 14;
  174. //
  175. // lblGroutingLineCode
  176. //
  177. this.lblGroutingLineCode.AutoSize = true;
  178. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  179. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  181. this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
  182. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  183. this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
  184. this.lblGroutingLineCode.TabIndex = 9;
  185. //
  186. // tsrOperate
  187. //
  188. this.tsrOperate.AutoSize = false;
  189. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  190. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  191. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  193. this.tsbtnAdaptive});
  194. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  195. this.tsrOperate.Name = "tsrOperate";
  196. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  197. this.tsrOperate.ShowItemToolTips = false;
  198. this.tsrOperate.Size = new System.Drawing.Size(1136, 35);
  199. this.tsrOperate.TabIndex = 14;
  200. //
  201. // tsbtnAdaptive
  202. //
  203. this.tsbtnAdaptive.AutoSize = false;
  204. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  206. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  207. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  208. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  209. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  210. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  211. //
  212. // btnCancel
  213. //
  214. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  215. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  216. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  217. this.btnCancel.CausesValidation = false;
  218. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  219. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btnCancel.ForeColor = System.Drawing.Color.White;
  221. this.btnCancel.Location = new System.Drawing.Point(1039, 608);
  222. this.btnCancel.Name = "btnCancel";
  223. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  224. this.btnCancel.TabIndex = 33;
  225. this.btnCancel.Text = "关闭";
  226. this.btnCancel.UseVisualStyleBackColor = true;
  227. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  228. //
  229. // btnSave
  230. //
  231. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  232. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  233. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  234. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.btnSave.ForeColor = System.Drawing.Color.White;
  236. this.btnSave.Location = new System.Drawing.Point(948, 608);
  237. this.btnSave.Name = "btnSave";
  238. this.btnSave.Size = new System.Drawing.Size(85, 30);
  239. this.btnSave.TabIndex = 32;
  240. this.btnSave.Text = "保存";
  241. this.btnSave.UseVisualStyleBackColor = true;
  242. this.btnSave.Visible = false;
  243. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  244. //
  245. // cbCheckAll
  246. //
  247. this.cbCheckAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  248. this.cbCheckAll.AutoSize = true;
  249. this.cbCheckAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.cbCheckAll.Location = new System.Drawing.Point(12, 616);
  251. this.cbCheckAll.Name = "cbCheckAll";
  252. this.cbCheckAll.Size = new System.Drawing.Size(48, 16);
  253. this.cbCheckAll.TabIndex = 34;
  254. this.cbCheckAll.Text = "全选";
  255. this.cbCheckAll.UseVisualStyleBackColor = true;
  256. this.cbCheckAll.CheckedChanged += new System.EventHandler(this.cbCheckAll_CheckedChanged);
  257. //
  258. // dgvScrapProduct
  259. //
  260. this.dgvScrapProduct.AllowUserToAddRows = false;
  261. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  262. this.dgvScrapProduct.AllowUserToModifyRows = true;
  263. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  264. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  265. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  266. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  267. | System.Windows.Forms.AnchorStyles.Left)
  268. | System.Windows.Forms.AnchorStyles.Right)));
  269. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  270. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  271. this.dgvScrapProduct.CellHeight = 23;
  272. this.dgvScrapProduct.ChildNodeColumnName = null;
  273. this.dgvScrapProduct.ChildNodeColumnText = null;
  274. this.dgvScrapProduct.ColumnDeep = 1;
  275. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  276. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  277. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  278. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  280. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  281. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  282. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  283. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  284. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  285. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  286. this.Sel,
  287. this.groutingdailydetailid,
  288. this.SuspendProcedureID,
  289. this.BarCode,
  290. this.GoodsCode,
  291. this.GroutingDate,
  292. this.GroutingMouldCode,
  293. this.usercode,
  294. this.procedurename,
  295. this.suspendprocedurename,
  296. this.CreateUserCode,
  297. this.Createtime,
  298. this.remarks});
  299. this.dgvScrapProduct.ColumnTreeView = null;
  300. this.dgvScrapProduct.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)));
  301. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  302. dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
  303. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
  305. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  306. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  307. dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  308. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle11;
  309. this.dgvScrapProduct.DynamicColumnName = "";
  310. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  311. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.dgvScrapProduct.FormatQuantityColumns = null;
  313. this.dgvScrapProduct.HorizontalMergeColumn = null;
  314. this.dgvScrapProduct.IsAutoCountSum = true;
  315. this.dgvScrapProduct.IsAutoResizeColumns = false;
  316. this.dgvScrapProduct.IsClickF12 = false;
  317. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  318. this.dgvScrapProduct.IsSubTotalFlag = false;
  319. this.dgvScrapProduct.IsTopDeep = false;
  320. this.dgvScrapProduct.Location = new System.Drawing.Point(0, 120);
  321. this.dgvScrapProduct.MergeColumnNames = null;
  322. this.dgvScrapProduct.MergeDetailColumnNames = null;
  323. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  324. this.dgvScrapProduct.MergeOnlyColumn = null;
  325. this.dgvScrapProduct.Name = "dgvScrapProduct";
  326. this.dgvScrapProduct.RefreshAtHscroll = false;
  327. this.dgvScrapProduct.RowHeadersWidth = 50;
  328. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  329. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  330. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle12;
  331. this.dgvScrapProduct.RowTemplate.Height = 21;
  332. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  333. this.dgvScrapProduct.Size = new System.Drawing.Size(1124, 482);
  334. this.dgvScrapProduct.SortOrderColumnName = null;
  335. this.dgvScrapProduct.TabIndex = 35;
  336. this.dgvScrapProduct.Tag = true;
  337. this.dgvScrapProduct.TotalSumColumns = null;
  338. this.dgvScrapProduct.ViewRowFilter = "";
  339. this.dgvScrapProduct.VirtualMode = true;
  340. //
  341. // Sel
  342. //
  343. this.Sel.DataPropertyName = "Sel";
  344. this.Sel.HeaderText = "选择";
  345. this.Sel.Name = "Sel";
  346. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  347. this.Sel.Width = 60;
  348. //
  349. // groutingdailydetailid
  350. //
  351. this.groutingdailydetailid.DataPropertyName = "groutingdailydetailid";
  352. this.groutingdailydetailid.HeaderText = "注浆明细ID";
  353. this.groutingdailydetailid.Name = "groutingdailydetailid";
  354. this.groutingdailydetailid.Visible = false;
  355. //
  356. // SuspendProcedureID
  357. //
  358. this.SuspendProcedureID.DataPropertyName = "SuspendProcedureID";
  359. this.SuspendProcedureID.HeaderText = "挂起工序ID";
  360. this.SuspendProcedureID.Name = "SuspendProcedureID";
  361. this.SuspendProcedureID.Visible = false;
  362. //
  363. // BarCode
  364. //
  365. this.BarCode.DataPropertyName = "BarCode";
  366. this.BarCode.HeaderText = "产品条码";
  367. this.BarCode.Name = "BarCode";
  368. //
  369. // GoodsCode
  370. //
  371. this.GoodsCode.DataPropertyName = "GoodsCode";
  372. this.GoodsCode.HeaderText = "产品编码";
  373. this.GoodsCode.Name = "GoodsCode";
  374. //
  375. // GroutingDate
  376. //
  377. this.GroutingDate.DataPropertyName = "GroutingDate";
  378. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  379. dataGridViewCellStyle9.Format = "yyyy-MM-dd";
  380. dataGridViewCellStyle9.NullValue = null;
  381. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle9;
  382. this.GroutingDate.HeaderText = "注浆日期";
  383. this.GroutingDate.Name = "GroutingDate";
  384. //
  385. // GroutingMouldCode
  386. //
  387. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  388. this.GroutingMouldCode.HeaderText = "模具编号";
  389. this.GroutingMouldCode.Name = "GroutingMouldCode";
  390. //
  391. // usercode
  392. //
  393. this.usercode.DataPropertyName = "usercode";
  394. this.usercode.HeaderText = "成型工号";
  395. this.usercode.Name = "usercode";
  396. //
  397. // procedurename
  398. //
  399. this.procedurename.DataPropertyName = "procedurename";
  400. this.procedurename.HeaderText = "当前工序";
  401. this.procedurename.Name = "procedurename";
  402. //
  403. // suspendprocedurename
  404. //
  405. this.suspendprocedurename.DataPropertyName = "suspendprocedurename";
  406. this.suspendprocedurename.HeaderText = "挂起工序";
  407. this.suspendprocedurename.Name = "suspendprocedurename";
  408. this.suspendprocedurename.Visible = false;
  409. //
  410. // CreateUserCode
  411. //
  412. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  413. this.CreateUserCode.HeaderText = "挂起工号";
  414. this.CreateUserCode.Name = "CreateUserCode";
  415. this.CreateUserCode.Visible = false;
  416. //
  417. // Createtime
  418. //
  419. this.Createtime.DataPropertyName = "Createtime";
  420. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  421. dataGridViewCellStyle10.Format = "yyyy-MM-dd";
  422. this.Createtime.DefaultCellStyle = dataGridViewCellStyle10;
  423. this.Createtime.HeaderText = "挂起日期";
  424. this.Createtime.Name = "Createtime";
  425. this.Createtime.Visible = false;
  426. //
  427. // remarks
  428. //
  429. this.remarks.DataPropertyName = "remarks";
  430. this.remarks.HeaderText = "挂起说明";
  431. this.remarks.Name = "remarks";
  432. this.remarks.Visible = false;
  433. //
  434. // F_PM_3002
  435. //
  436. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  437. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  438. this.ClientSize = new System.Drawing.Size(1136, 663);
  439. this.Controls.Add(this.dgvScrapProduct);
  440. this.Controls.Add(this.cbCheckAll);
  441. this.Controls.Add(this.btnCancel);
  442. this.Controls.Add(this.btnSave);
  443. this.Controls.Add(this.tsrOperate);
  444. this.Controls.Add(this.gbSelect);
  445. this.Name = "F_PM_3002";
  446. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  447. this.Text = "挂起";
  448. this.Load += new System.EventHandler(this.F_PM_3002_Load);
  449. this.Controls.SetChildIndex(this.gbSelect, 0);
  450. this.Controls.SetChildIndex(this.tsrOperate, 0);
  451. this.Controls.SetChildIndex(this.btnSave, 0);
  452. this.Controls.SetChildIndex(this.btnCancel, 0);
  453. this.Controls.SetChildIndex(this.cbCheckAll, 0);
  454. this.Controls.SetChildIndex(this.dgvScrapProduct, 0);
  455. this.gbSelect.ResumeLayout(false);
  456. this.gbSelect.PerformLayout();
  457. this.tsrOperate.ResumeLayout(false);
  458. this.tsrOperate.PerformLayout();
  459. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  460. this.ResumeLayout(false);
  461. this.PerformLayout();
  462. }
  463. #endregion
  464. private Basics.BaseControls.C_GroupBox gbSelect;
  465. private Basics.BaseControls.C_Label lblGroutingLineName;
  466. private Basics.BaseControls.C_Label lblGroutingLineCode;
  467. private Basics.BaseControls.C_TextBox txtRemarks;
  468. private Basics.BaseControls.C_Label lblRemarks;
  469. private Basics.BaseControls.C_TextBox txtBarCode;
  470. private Basics.BaseControls.C_Label lblBarCode;
  471. private Basics.BaseControls.C_ToolStrip tsrOperate;
  472. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  473. private Basics.BaseControls.C_Button btnCancel;
  474. private Basics.BaseControls.C_Button btnSave;
  475. private Basics.BaseControls.C_CheckBox cbCheckAll;
  476. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  477. private Basics.BaseControls.C_Label lblProcedure;
  478. private WinForm.Controls.CkcCheckedComboBox ccbProcedure;
  479. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn groutingdailydetailid;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn SuspendProcedureID;
  482. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn suspendprocedurename;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn remarks;
  492. }
  493. }