F_PM_1102.Designer.cs 41 KB

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