F_PM_1102.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1102
  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_1102));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblResponProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.lblScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.lblResponsible = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dgvResponsible = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.UserSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  48. this.UJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Staffname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Jobs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.UJobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.cbResponProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  57. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  58. this.btnViewApprover = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.lblScrapFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtScrapFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  61. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.lblMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.txtMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  64. this.lblGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.txtGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  66. this.txtGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  67. this.cmbRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  68. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.cmbAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  70. this.lblCompleteProcdure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  71. this.txtCompleteProcdure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  72. this.lblUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.scbUser = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbUser();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvResponsible)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // lblBarCode
  78. //
  79. this.lblBarCode.AutoSize = true;
  80. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  81. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  83. this.lblBarCode.IsMustInput = true;
  84. this.lblBarCode.Location = new System.Drawing.Point(12, 16);
  85. this.lblBarCode.Name = "lblBarCode";
  86. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  87. this.lblBarCode.TabIndex = 0;
  88. this.lblBarCode.Text = "产品条码";
  89. //
  90. // lblGoodsCode
  91. //
  92. this.lblGoodsCode.AutoSize = true;
  93. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  94. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  96. this.lblGoodsCode.Location = new System.Drawing.Point(216, 16);
  97. this.lblGoodsCode.Name = "lblGoodsCode";
  98. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  99. this.lblGoodsCode.TabIndex = 15;
  100. this.lblGoodsCode.Text = "产品编码";
  101. //
  102. // txtGoodsCode
  103. //
  104. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  105. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  106. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  107. this.txtGoodsCode.Enabled = false;
  108. this.txtGoodsCode.ErrorMessage = "";
  109. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  111. this.txtGoodsCode.Location = new System.Drawing.Point(275, 12);
  112. this.txtGoodsCode.MaxLength = 70;
  113. this.txtGoodsCode.Name = "txtGoodsCode";
  114. this.txtGoodsCode.Size = new System.Drawing.Size(140, 21);
  115. this.txtGoodsCode.TabIndex = 16;
  116. //
  117. // lblProductionLineName
  118. //
  119. this.lblProductionLineName.AutoSize = true;
  120. this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent;
  121. this.lblProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.lblProductionLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  123. this.lblProductionLineName.Location = new System.Drawing.Point(432, 16);
  124. this.lblProductionLineName.Name = "lblProductionLineName";
  125. this.lblProductionLineName.Size = new System.Drawing.Size(41, 12);
  126. this.lblProductionLineName.TabIndex = 17;
  127. this.lblProductionLineName.Text = "生产线";
  128. //
  129. // txtProductionLineName
  130. //
  131. this.txtProductionLineName.BackColor = System.Drawing.SystemColors.Window;
  132. this.txtProductionLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  133. this.txtProductionLineName.Enabled = false;
  134. this.txtProductionLineName.ErrorMessage = "";
  135. this.txtProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.txtProductionLineName.Location = new System.Drawing.Point(479, 12);
  137. this.txtProductionLineName.MaxLength = 70;
  138. this.txtProductionLineName.Name = "txtProductionLineName";
  139. this.txtProductionLineName.Size = new System.Drawing.Size(139, 21);
  140. this.txtProductionLineName.TabIndex = 18;
  141. //
  142. // lblResponProcedure
  143. //
  144. this.lblResponProcedure.AutoSize = true;
  145. this.lblResponProcedure.BackColor = System.Drawing.Color.Transparent;
  146. this.lblResponProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.lblResponProcedure.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this.lblResponProcedure.Location = new System.Drawing.Point(10, 69);
  149. this.lblResponProcedure.Name = "lblResponProcedure";
  150. this.lblResponProcedure.Size = new System.Drawing.Size(53, 12);
  151. this.lblResponProcedure.TabIndex = 19;
  152. this.lblResponProcedure.Text = "损坯工序";
  153. //
  154. // lblScrapDate
  155. //
  156. this.lblScrapDate.AutoSize = true;
  157. this.lblScrapDate.BackColor = System.Drawing.Color.Transparent;
  158. this.lblScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblScrapDate.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.lblScrapDate.Location = new System.Drawing.Point(216, 69);
  161. this.lblScrapDate.Name = "lblScrapDate";
  162. this.lblScrapDate.Size = new System.Drawing.Size(53, 12);
  163. this.lblScrapDate.TabIndex = 25;
  164. this.lblScrapDate.Text = "损坯日期";
  165. //
  166. // txtScrapDate
  167. //
  168. this.txtScrapDate.CustomFormat = "yyyy-MM-dd";
  169. this.txtScrapDate.Enabled = false;
  170. this.txtScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.txtScrapDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  172. this.txtScrapDate.Location = new System.Drawing.Point(275, 66);
  173. this.txtScrapDate.Name = "txtScrapDate";
  174. this.txtScrapDate.Size = new System.Drawing.Size(140, 21);
  175. this.txtScrapDate.TabIndex = 2;
  176. //
  177. // lblRreason
  178. //
  179. this.lblRreason.AutoSize = true;
  180. this.lblRreason.BackColor = System.Drawing.Color.Transparent;
  181. this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.lblRreason.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  183. this.lblRreason.IsMustInput = true;
  184. this.lblRreason.Location = new System.Drawing.Point(10, 327);
  185. this.lblRreason.Name = "lblRreason";
  186. this.lblRreason.Size = new System.Drawing.Size(53, 12);
  187. this.lblRreason.TabIndex = 31;
  188. this.lblRreason.Text = "损坯原因";
  189. //
  190. // lblRemarks
  191. //
  192. this.lblRemarks.AutoSize = true;
  193. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  194. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.lblRemarks.Location = new System.Drawing.Point(34, 357);
  197. this.lblRemarks.Name = "lblRemarks";
  198. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  199. this.lblRemarks.TabIndex = 32;
  200. this.lblRemarks.Text = "备注";
  201. //
  202. // txtRemarks
  203. //
  204. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  205. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  206. this.txtRemarks.ErrorMessage = "";
  207. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.txtRemarks.Location = new System.Drawing.Point(66, 357);
  209. this.txtRemarks.MaxLength = 70;
  210. this.txtRemarks.Multiline = true;
  211. this.txtRemarks.Name = "txtRemarks";
  212. this.txtRemarks.Size = new System.Drawing.Size(548, 53);
  213. this.txtRemarks.TabIndex = 7;
  214. //
  215. // btnSave
  216. //
  217. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  218. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  219. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btnSave.ForeColor = System.Drawing.Color.White;
  221. this.btnSave.Location = new System.Drawing.Point(442, 442);
  222. this.btnSave.Name = "btnSave";
  223. this.btnSave.Size = new System.Drawing.Size(85, 30);
  224. this.btnSave.TabIndex = 8;
  225. this.btnSave.Text = "保存(&S)";
  226. this.btnSave.UseVisualStyleBackColor = false;
  227. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  228. //
  229. // btnCancel
  230. //
  231. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  232. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  233. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  234. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.btnCancel.ForeColor = System.Drawing.Color.White;
  236. this.btnCancel.Location = new System.Drawing.Point(533, 442);
  237. this.btnCancel.Name = "btnCancel";
  238. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  239. this.btnCancel.TabIndex = 9;
  240. this.btnCancel.Text = "关闭";
  241. this.btnCancel.UseVisualStyleBackColor = false;
  242. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  243. //
  244. // lblResponsible
  245. //
  246. this.lblResponsible.AutoSize = true;
  247. this.lblResponsible.BackColor = System.Drawing.Color.Transparent;
  248. this.lblResponsible.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.lblResponsible.ForeColor = System.Drawing.SystemColors.ControlText;
  250. this.lblResponsible.Location = new System.Drawing.Point(10, 143);
  251. this.lblResponsible.Name = "lblResponsible";
  252. this.lblResponsible.Size = new System.Drawing.Size(53, 12);
  253. this.lblResponsible.TabIndex = 36;
  254. this.lblResponsible.Text = "责任员工";
  255. //
  256. // dgvResponsible
  257. //
  258. this.dgvResponsible.AllowUserToAddRows = false;
  259. this.dgvResponsible.AllowUserToDeleteRows = false;
  260. this.dgvResponsible.AllowUserToModifyRows = true;
  261. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  262. this.dgvResponsible.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  263. this.dgvResponsible.Anchor = System.Windows.Forms.AnchorStyles.None;
  264. this.dgvResponsible.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  265. this.dgvResponsible.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  266. this.dgvResponsible.CellHeight = 23;
  267. this.dgvResponsible.ChildNodeColumnName = null;
  268. this.dgvResponsible.ChildNodeColumnText = null;
  269. this.dgvResponsible.ColumnDeep = 1;
  270. this.dgvResponsible.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  271. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  272. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  273. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  275. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  276. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  277. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  278. this.dgvResponsible.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  279. this.dgvResponsible.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  280. this.dgvResponsible.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  281. this.UserSelected,
  282. this.UJobsName,
  283. this.StaffCode,
  284. this.Staffname,
  285. this.Jobs,
  286. this.JobsId,
  287. this.StaffID,
  288. this.StaffStatus,
  289. this.UJobsId});
  290. this.dgvResponsible.ColumnTreeView = null;
  291. this.dgvResponsible.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)));
  292. this.dgvResponsible.DynamicColumnName = "";
  293. this.dgvResponsible.EnableHeadersVisualStyles = false;
  294. this.dgvResponsible.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.dgvResponsible.FormatQuantityColumns = null;
  296. this.dgvResponsible.HorizontalMergeColumn = null;
  297. this.dgvResponsible.IsAutoCountSum = true;
  298. this.dgvResponsible.IsAutoResizeColumns = false;
  299. this.dgvResponsible.IsClickF12 = false;
  300. this.dgvResponsible.IsOpenMergeCellFlag = false;
  301. this.dgvResponsible.IsSubTotalFlag = false;
  302. this.dgvResponsible.IsTopDeep = false;
  303. this.dgvResponsible.Location = new System.Drawing.Point(66, 119);
  304. this.dgvResponsible.MergeColumnNames = null;
  305. this.dgvResponsible.MergeDetailColumnNames = null;
  306. this.dgvResponsible.MergeDetailOnlyColumn = null;
  307. this.dgvResponsible.MergeOnlyColumn = null;
  308. this.dgvResponsible.Name = "dgvResponsible";
  309. this.dgvResponsible.RefreshAtHscroll = false;
  310. this.dgvResponsible.RowHeadersWidth = 50;
  311. this.dgvResponsible.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  312. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  313. this.dgvResponsible.RowsDefaultCellStyle = dataGridViewCellStyle3;
  314. this.dgvResponsible.RowTemplate.Height = 21;
  315. this.dgvResponsible.Size = new System.Drawing.Size(548, 200);
  316. this.dgvResponsible.SortOrderColumnName = null;
  317. this.dgvResponsible.TabIndex = 5;
  318. this.dgvResponsible.Tag = true;
  319. this.dgvResponsible.TotalSumColumns = null;
  320. this.dgvResponsible.ViewRowFilter = "";
  321. //
  322. // UserSelected
  323. //
  324. this.UserSelected.FalseValue = "0";
  325. this.UserSelected.HeaderText = "选择";
  326. this.UserSelected.Name = "UserSelected";
  327. this.UserSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  328. this.UserSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  329. this.UserSelected.TrueValue = "1";
  330. //
  331. // UJobsName
  332. //
  333. this.UJobsName.DataPropertyName = "UJobsName";
  334. this.UJobsName.HeaderText = "工号工种";
  335. this.UJobsName.Name = "UJobsName";
  336. //
  337. // StaffCode
  338. //
  339. this.StaffCode.DataPropertyName = "StaffCode";
  340. this.StaffCode.HeaderText = "员工编号";
  341. this.StaffCode.Name = "StaffCode";
  342. this.StaffCode.ReadOnly = true;
  343. //
  344. // Staffname
  345. //
  346. this.Staffname.DataPropertyName = "Staffname";
  347. this.Staffname.HeaderText = "员工姓名";
  348. this.Staffname.Name = "Staffname";
  349. this.Staffname.ReadOnly = true;
  350. //
  351. // Jobs
  352. //
  353. this.Jobs.DataPropertyName = "Jobsname";
  354. this.Jobs.HeaderText = "员工工种";
  355. this.Jobs.Name = "Jobs";
  356. this.Jobs.ReadOnly = true;
  357. //
  358. // JobsId
  359. //
  360. this.JobsId.DataPropertyName = "Jobs";
  361. this.JobsId.HeaderText = "员工工种ID";
  362. this.JobsId.Name = "JobsId";
  363. this.JobsId.ReadOnly = true;
  364. this.JobsId.Visible = false;
  365. //
  366. // StaffID
  367. //
  368. this.StaffID.DataPropertyName = "StaffID";
  369. this.StaffID.HeaderText = "员工ID";
  370. this.StaffID.Name = "StaffID";
  371. this.StaffID.ReadOnly = true;
  372. this.StaffID.Visible = false;
  373. //
  374. // StaffStatus
  375. //
  376. this.StaffStatus.DataPropertyName = "StaffStatus";
  377. this.StaffStatus.HeaderText = "员工状态";
  378. this.StaffStatus.Name = "StaffStatus";
  379. this.StaffStatus.ReadOnly = true;
  380. this.StaffStatus.Visible = false;
  381. //
  382. // UJobsId
  383. //
  384. this.UJobsId.DataPropertyName = "UJobsId";
  385. this.UJobsId.HeaderText = "工号工种ID";
  386. this.UJobsId.Name = "UJobsId";
  387. this.UJobsId.Visible = false;
  388. //
  389. // cbResponProcedure
  390. //
  391. this.cbResponProcedure.BackColor = System.Drawing.SystemColors.Window;
  392. this.cbResponProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  393. this.cbResponProcedure.DataSource = null;
  394. this.cbResponProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.cbResponProcedure.FormattingEnabled = true;
  396. //
  397. //
  398. //
  399. this.cbResponProcedure.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  400. this.cbResponProcedure.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.cbResponProcedure.ListBox.Location = new System.Drawing.Point(0, 0);
  402. this.cbResponProcedure.ListBox.Name = "";
  403. this.cbResponProcedure.ListBox.Size = new System.Drawing.Size(138, 136);
  404. this.cbResponProcedure.ListBox.TabIndex = 0;
  405. this.cbResponProcedure.Location = new System.Drawing.Point(69, 66);
  406. this.cbResponProcedure.Name = "cbResponProcedure";
  407. this.cbResponProcedure.Size = new System.Drawing.Size(140, 20);
  408. this.cbResponProcedure.TabIndex = 3;
  409. this.cbResponProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.cbResponProcedure_Validating);
  410. //
  411. // txtBarCode
  412. //
  413. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  414. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  415. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  416. this.txtBarCode.ErrorMessage = "";
  417. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  419. this.txtBarCode.Location = new System.Drawing.Point(70, 12);
  420. this.txtBarCode.MaxLength = 11;
  421. this.txtBarCode.Name = "txtBarCode";
  422. this.txtBarCode.Size = new System.Drawing.Size(140, 21);
  423. this.txtBarCode.TabIndex = 1;
  424. this.txtBarCode.TextValue = "";
  425. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  426. this.txtBarCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtBarCode_Validating);
  427. //
  428. // btnViewApprover
  429. //
  430. this.btnViewApprover.BackColor = System.Drawing.Color.Transparent;
  431. this.btnViewApprover.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnViewApprover.BackgroundImage")));
  432. this.btnViewApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.btnViewApprover.ForeColor = System.Drawing.Color.White;
  434. this.btnViewApprover.Location = new System.Drawing.Point(66, 441);
  435. this.btnViewApprover.Name = "btnViewApprover";
  436. this.btnViewApprover.Size = new System.Drawing.Size(85, 30);
  437. this.btnViewApprover.TabIndex = 10;
  438. this.btnViewApprover.Text = "查看审核(&R)";
  439. this.btnViewApprover.UseVisualStyleBackColor = false;
  440. this.btnViewApprover.Visible = false;
  441. this.btnViewApprover.Click += new System.EventHandler(this.btnViewApprover_Click);
  442. //
  443. // lblScrapFine
  444. //
  445. this.lblScrapFine.AutoSize = true;
  446. this.lblScrapFine.BackColor = System.Drawing.Color.Transparent;
  447. this.lblScrapFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.lblScrapFine.ForeColor = System.Drawing.SystemColors.ControlText;
  449. this.lblScrapFine.Location = new System.Drawing.Point(216, 96);
  450. this.lblScrapFine.Name = "lblScrapFine";
  451. this.lblScrapFine.Size = new System.Drawing.Size(53, 12);
  452. this.lblScrapFine.TabIndex = 37;
  453. this.lblScrapFine.Text = "报废扣罚";
  454. //
  455. // txtScrapFine
  456. //
  457. this.txtScrapFine.BackColor = System.Drawing.SystemColors.Window;
  458. this.txtScrapFine.BackgroundColor = System.Drawing.SystemColors.Window;
  459. this.txtScrapFine.EditingControlFormattedValue = "";
  460. this.txtScrapFine.ErrorMessage = "";
  461. this.txtScrapFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.txtScrapFine.ImeMode = System.Windows.Forms.ImeMode.Off;
  463. this.txtScrapFine.Location = new System.Drawing.Point(275, 93);
  464. this.txtScrapFine.MaxLength = 4;
  465. this.txtScrapFine.MaxValue = new decimal(new int[] {
  466. 9999,
  467. 0,
  468. 0,
  469. 0});
  470. this.txtScrapFine.MinValue = new decimal(new int[] {
  471. 0,
  472. 0,
  473. 0,
  474. 0});
  475. this.txtScrapFine.Name = "txtScrapFine";
  476. this.txtScrapFine.Number = new System.Drawing.Point(0, 0);
  477. this.txtScrapFine.Size = new System.Drawing.Size(140, 21);
  478. this.txtScrapFine.TabIndex = 38;
  479. this.txtScrapFine.TextValue = "";
  480. //
  481. // lblGroutingLine
  482. //
  483. this.lblGroutingLine.AutoSize = true;
  484. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  485. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  487. this.lblGroutingLine.Location = new System.Drawing.Point(22, 42);
  488. this.lblGroutingLine.Name = "lblGroutingLine";
  489. this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
  490. this.lblGroutingLine.TabIndex = 39;
  491. this.lblGroutingLine.Text = "成型线";
  492. //
  493. // lblMouldCode
  494. //
  495. this.lblMouldCode.AutoSize = true;
  496. this.lblMouldCode.BackColor = System.Drawing.Color.Transparent;
  497. this.lblMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.lblMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  499. this.lblMouldCode.Location = new System.Drawing.Point(216, 42);
  500. this.lblMouldCode.Name = "lblMouldCode";
  501. this.lblMouldCode.Size = new System.Drawing.Size(53, 12);
  502. this.lblMouldCode.TabIndex = 41;
  503. this.lblMouldCode.Text = "模具编号";
  504. //
  505. // txtMouldCode
  506. //
  507. this.txtMouldCode.BackColor = System.Drawing.SystemColors.Window;
  508. this.txtMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  509. this.txtMouldCode.Enabled = false;
  510. this.txtMouldCode.ErrorMessage = "";
  511. this.txtMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.txtMouldCode.Location = new System.Drawing.Point(275, 39);
  513. this.txtMouldCode.MaxLength = 70;
  514. this.txtMouldCode.Name = "txtMouldCode";
  515. this.txtMouldCode.Size = new System.Drawing.Size(140, 21);
  516. this.txtMouldCode.TabIndex = 42;
  517. //
  518. // lblGroutingUser
  519. //
  520. this.lblGroutingUser.AutoSize = true;
  521. this.lblGroutingUser.BackColor = System.Drawing.Color.Transparent;
  522. this.lblGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.lblGroutingUser.ForeColor = System.Drawing.SystemColors.ControlText;
  524. this.lblGroutingUser.Location = new System.Drawing.Point(420, 42);
  525. this.lblGroutingUser.Name = "lblGroutingUser";
  526. this.lblGroutingUser.Size = new System.Drawing.Size(53, 12);
  527. this.lblGroutingUser.TabIndex = 43;
  528. this.lblGroutingUser.Text = "成型工号";
  529. //
  530. // txtGroutingUser
  531. //
  532. this.txtGroutingUser.BackColor = System.Drawing.SystemColors.Window;
  533. this.txtGroutingUser.BackgroundColor = System.Drawing.SystemColors.Window;
  534. this.txtGroutingUser.Enabled = false;
  535. this.txtGroutingUser.ErrorMessage = "";
  536. this.txtGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.txtGroutingUser.Location = new System.Drawing.Point(479, 39);
  538. this.txtGroutingUser.MaxLength = 70;
  539. this.txtGroutingUser.Name = "txtGroutingUser";
  540. this.txtGroutingUser.Size = new System.Drawing.Size(140, 21);
  541. this.txtGroutingUser.TabIndex = 44;
  542. //
  543. // txtGroutingLine
  544. //
  545. this.txtGroutingLine.BackColor = System.Drawing.SystemColors.Window;
  546. this.txtGroutingLine.BackgroundColor = System.Drawing.SystemColors.Window;
  547. this.txtGroutingLine.Enabled = false;
  548. this.txtGroutingLine.ErrorMessage = "";
  549. this.txtGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.txtGroutingLine.Location = new System.Drawing.Point(70, 39);
  551. this.txtGroutingLine.MaxLength = 70;
  552. this.txtGroutingLine.Name = "txtGroutingLine";
  553. this.txtGroutingLine.Size = new System.Drawing.Size(140, 21);
  554. this.txtGroutingLine.TabIndex = 45;
  555. //
  556. // cmbRreason
  557. //
  558. this.cmbRreason.BackColor = System.Drawing.SystemColors.Window;
  559. this.cmbRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  560. this.cmbRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  561. this.cmbRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  562. this.cmbRreason.FormattingEnabled = true;
  563. this.cmbRreason.Location = new System.Drawing.Point(67, 325);
  564. this.cmbRreason.Name = "cmbRreason";
  565. this.cmbRreason.Size = new System.Drawing.Size(547, 20);
  566. this.cmbRreason.TabIndex = 46;
  567. //
  568. // lblAuditStatus
  569. //
  570. this.lblAuditStatus.AutoSize = true;
  571. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  572. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  574. this.lblAuditStatus.Location = new System.Drawing.Point(9, 418);
  575. this.lblAuditStatus.Name = "lblAuditStatus";
  576. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  577. this.lblAuditStatus.TabIndex = 32;
  578. this.lblAuditStatus.Text = "审核状态";
  579. //
  580. // cmbAuditStatus
  581. //
  582. this.cmbAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  583. this.cmbAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  584. this.cmbAuditStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  585. this.cmbAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  586. this.cmbAuditStatus.FormattingEnabled = true;
  587. this.cmbAuditStatus.Location = new System.Drawing.Point(66, 417);
  588. this.cmbAuditStatus.Name = "cmbAuditStatus";
  589. this.cmbAuditStatus.Size = new System.Drawing.Size(144, 20);
  590. this.cmbAuditStatus.TabIndex = 47;
  591. //
  592. // lblCompleteProcdure
  593. //
  594. this.lblCompleteProcdure.AutoSize = true;
  595. this.lblCompleteProcdure.BackColor = System.Drawing.Color.Transparent;
  596. this.lblCompleteProcdure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.lblCompleteProcdure.ForeColor = System.Drawing.SystemColors.ControlText;
  598. this.lblCompleteProcdure.Location = new System.Drawing.Point(9, 96);
  599. this.lblCompleteProcdure.Name = "lblCompleteProcdure";
  600. this.lblCompleteProcdure.Size = new System.Drawing.Size(53, 12);
  601. this.lblCompleteProcdure.TabIndex = 19;
  602. this.lblCompleteProcdure.Text = "完成工序";
  603. //
  604. // txtCompleteProcdure
  605. //
  606. this.txtCompleteProcdure.BackColor = System.Drawing.SystemColors.Control;
  607. this.txtCompleteProcdure.BackgroundColor = System.Drawing.SystemColors.Window;
  608. this.txtCompleteProcdure.Enabled = false;
  609. this.txtCompleteProcdure.ErrorMessage = "";
  610. this.txtCompleteProcdure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.txtCompleteProcdure.Location = new System.Drawing.Point(70, 92);
  612. this.txtCompleteProcdure.MaxLength = 70;
  613. this.txtCompleteProcdure.Name = "txtCompleteProcdure";
  614. this.txtCompleteProcdure.ReadOnly = true;
  615. this.txtCompleteProcdure.Size = new System.Drawing.Size(140, 21);
  616. this.txtCompleteProcdure.TabIndex = 45;
  617. //
  618. // lblUser
  619. //
  620. this.lblUser.AutoSize = true;
  621. this.lblUser.BackColor = System.Drawing.Color.Transparent;
  622. this.lblUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.lblUser.ForeColor = System.Drawing.SystemColors.ControlText;
  624. this.lblUser.Location = new System.Drawing.Point(421, 72);
  625. this.lblUser.Name = "lblUser";
  626. this.lblUser.Size = new System.Drawing.Size(53, 12);
  627. this.lblUser.TabIndex = 49;
  628. this.lblUser.Text = "责任工号";
  629. //
  630. // scbUser
  631. //
  632. this.scbUser.CheckedData = null;
  633. this.scbUser.IsWorker = false;
  634. this.scbUser.Location = new System.Drawing.Point(479, 66);
  635. this.scbUser.Name = "scbUser";
  636. this.scbUser.Size = new System.Drawing.Size(140, 21);
  637. this.scbUser.TabIndex = 48;
  638. this.scbUser.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbUser_TextValueChanged);
  639. //
  640. // F_PM_1102
  641. //
  642. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  643. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  644. this.CancelButton = this.btnCancel;
  645. this.ClientSize = new System.Drawing.Size(627, 496);
  646. this.Controls.Add(this.lblUser);
  647. this.Controls.Add(this.scbUser);
  648. this.Controls.Add(this.cmbAuditStatus);
  649. this.Controls.Add(this.cmbRreason);
  650. this.Controls.Add(this.txtCompleteProcdure);
  651. this.Controls.Add(this.txtGroutingLine);
  652. this.Controls.Add(this.txtGroutingUser);
  653. this.Controls.Add(this.lblGroutingUser);
  654. this.Controls.Add(this.txtMouldCode);
  655. this.Controls.Add(this.lblMouldCode);
  656. this.Controls.Add(this.lblGroutingLine);
  657. this.Controls.Add(this.txtScrapFine);
  658. this.Controls.Add(this.lblScrapFine);
  659. this.Controls.Add(this.btnViewApprover);
  660. this.Controls.Add(this.txtBarCode);
  661. this.Controls.Add(this.cbResponProcedure);
  662. this.Controls.Add(this.dgvResponsible);
  663. this.Controls.Add(this.lblResponsible);
  664. this.Controls.Add(this.btnCancel);
  665. this.Controls.Add(this.btnSave);
  666. this.Controls.Add(this.txtRemarks);
  667. this.Controls.Add(this.lblAuditStatus);
  668. this.Controls.Add(this.lblRemarks);
  669. this.Controls.Add(this.lblRreason);
  670. this.Controls.Add(this.txtScrapDate);
  671. this.Controls.Add(this.lblScrapDate);
  672. this.Controls.Add(this.lblCompleteProcdure);
  673. this.Controls.Add(this.lblResponProcedure);
  674. this.Controls.Add(this.txtProductionLineName);
  675. this.Controls.Add(this.lblProductionLineName);
  676. this.Controls.Add(this.txtGoodsCode);
  677. this.Controls.Add(this.lblGoodsCode);
  678. this.Controls.Add(this.lblBarCode);
  679. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  680. this.IsSaveFormSize = false;
  681. this.MaximizeBox = false;
  682. this.MinimizeBox = false;
  683. this.Name = "F_PM_1102";
  684. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  685. this.StatusSizingGrip = false;
  686. this.Text = "F_PM_1102";
  687. this.Load += new System.EventHandler(this.F_PM_1102_Load);
  688. this.Controls.SetChildIndex(this.lblBarCode, 0);
  689. this.Controls.SetChildIndex(this.lblGoodsCode, 0);
  690. this.Controls.SetChildIndex(this.txtGoodsCode, 0);
  691. this.Controls.SetChildIndex(this.lblProductionLineName, 0);
  692. this.Controls.SetChildIndex(this.txtProductionLineName, 0);
  693. this.Controls.SetChildIndex(this.lblResponProcedure, 0);
  694. this.Controls.SetChildIndex(this.lblCompleteProcdure, 0);
  695. this.Controls.SetChildIndex(this.lblScrapDate, 0);
  696. this.Controls.SetChildIndex(this.txtScrapDate, 0);
  697. this.Controls.SetChildIndex(this.lblRreason, 0);
  698. this.Controls.SetChildIndex(this.lblRemarks, 0);
  699. this.Controls.SetChildIndex(this.lblAuditStatus, 0);
  700. this.Controls.SetChildIndex(this.txtRemarks, 0);
  701. this.Controls.SetChildIndex(this.btnSave, 0);
  702. this.Controls.SetChildIndex(this.btnCancel, 0);
  703. this.Controls.SetChildIndex(this.lblResponsible, 0);
  704. this.Controls.SetChildIndex(this.dgvResponsible, 0);
  705. this.Controls.SetChildIndex(this.cbResponProcedure, 0);
  706. this.Controls.SetChildIndex(this.txtBarCode, 0);
  707. this.Controls.SetChildIndex(this.btnViewApprover, 0);
  708. this.Controls.SetChildIndex(this.lblScrapFine, 0);
  709. this.Controls.SetChildIndex(this.txtScrapFine, 0);
  710. this.Controls.SetChildIndex(this.lblGroutingLine, 0);
  711. this.Controls.SetChildIndex(this.lblMouldCode, 0);
  712. this.Controls.SetChildIndex(this.txtMouldCode, 0);
  713. this.Controls.SetChildIndex(this.lblGroutingUser, 0);
  714. this.Controls.SetChildIndex(this.txtGroutingUser, 0);
  715. this.Controls.SetChildIndex(this.txtGroutingLine, 0);
  716. this.Controls.SetChildIndex(this.txtCompleteProcdure, 0);
  717. this.Controls.SetChildIndex(this.cmbRreason, 0);
  718. this.Controls.SetChildIndex(this.cmbAuditStatus, 0);
  719. this.Controls.SetChildIndex(this.scbUser, 0);
  720. this.Controls.SetChildIndex(this.lblUser, 0);
  721. ((System.ComponentModel.ISupportInitialize)(this.dgvResponsible)).EndInit();
  722. this.ResumeLayout(false);
  723. this.PerformLayout();
  724. }
  725. #endregion
  726. private Basics.BaseControls.C_Label lblBarCode;
  727. private Basics.BaseControls.C_Label lblGoodsCode;
  728. private Basics.BaseControls.C_TextBox txtGoodsCode;
  729. private Basics.BaseControls.C_Label lblProductionLineName;
  730. private Basics.BaseControls.C_TextBox txtProductionLineName;
  731. private Basics.BaseControls.C_Label lblResponProcedure;
  732. private Basics.BaseControls.C_Label lblScrapDate;
  733. private Basics.BaseControls.C_DateTimePicker txtScrapDate;
  734. private Basics.BaseControls.C_Label lblRreason;
  735. private Basics.BaseControls.C_Label lblRemarks;
  736. private Basics.BaseControls.C_TextBox txtRemarks;
  737. private Basics.BaseControls.C_Button btnSave;
  738. private Basics.BaseControls.C_Button btnCancel;
  739. private Basics.BaseControls.C_Label lblResponsible;
  740. private Basics.BaseControls.C_DataGridView dgvResponsible;
  741. private Basics.BaseControls.DKListBoxComboBox cbResponProcedure;
  742. private Basics.BaseControls.C_TXT_BarCode txtBarCode;
  743. private Basics.BaseControls.C_Button btnViewApprover;
  744. private Basics.BaseControls.C_Label lblScrapFine;
  745. private Basics.BaseControls.C_DGV_Digital txtScrapFine;
  746. private Basics.BaseControls.C_Label lblGroutingLine;
  747. private Basics.BaseControls.C_Label lblMouldCode;
  748. private Basics.BaseControls.C_TextBox txtMouldCode;
  749. private Basics.BaseControls.C_Label lblGroutingUser;
  750. private Basics.BaseControls.C_TextBox txtGroutingUser;
  751. private Basics.BaseControls.C_TextBox txtGroutingLine;
  752. private System.Windows.Forms.DataGridViewCheckBoxColumn UserSelected;
  753. private System.Windows.Forms.DataGridViewTextBoxColumn UJobsName;
  754. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  755. private System.Windows.Forms.DataGridViewTextBoxColumn Staffname;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn Jobs;
  757. private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
  758. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  759. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  760. private System.Windows.Forms.DataGridViewTextBoxColumn UJobsId;
  761. private Basics.BaseControls.C_ComboBox cmbRreason;
  762. private Basics.BaseControls.C_Label lblAuditStatus;
  763. private Basics.BaseControls.C_ComboBox cmbAuditStatus;
  764. private Basics.BaseControls.C_Label lblCompleteProcdure;
  765. private Basics.BaseControls.C_TextBox txtCompleteProcdure;
  766. private Basics.BaseControls.C_Label lblUser;
  767. private Controls.SearchBox.ScbUser scbUser;
  768. }
  769. }