F_PM_2702.Designer.cs 33 KB

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