F_PM_3203.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3203
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3203));
  36. this.tabControl2 = new System.Windows.Forms.TabControl();
  37. this.tabPage3 = new System.Windows.Forms.TabPage();
  38. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.tabPage1 = new System.Windows.Forms.TabPage();
  46. this.dgvMissStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.tabPage4 = new System.Windows.Forms.TabPage();
  54. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.lvPic = new System.Windows.Forms.ListView();
  57. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.lblDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.dropDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  61. this.lblDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.dropDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  63. this.lblDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.lblDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.lblJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  68. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  69. this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  71. this.lblMissUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.dropDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  73. this.dropDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  74. this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  75. this.dropMissUser = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  76. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  77. this.cmbDefectDeduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  78. this.chkDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  79. this.tabControl2.SuspendLayout();
  80. this.tabPage3.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  82. this.tabPage1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).BeginInit();
  84. this.tabPage4.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // tabControl2
  88. //
  89. this.tabControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
  90. this.tabControl2.Controls.Add(this.tabPage3);
  91. this.tabControl2.Controls.Add(this.tabPage1);
  92. this.tabControl2.Controls.Add(this.tabPage4);
  93. this.tabControl2.Location = new System.Drawing.Point(6, 160);
  94. this.tabControl2.Name = "tabControl2";
  95. this.tabControl2.SelectedIndex = 0;
  96. this.tabControl2.Size = new System.Drawing.Size(728, 177);
  97. this.tabControl2.TabIndex = 2;
  98. //
  99. // tabPage3
  100. //
  101. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  102. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  103. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  104. this.tabPage3.Name = "tabPage3";
  105. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  106. this.tabPage3.Size = new System.Drawing.Size(720, 151);
  107. this.tabPage3.TabIndex = 0;
  108. this.tabPage3.Text = "责任员工";
  109. this.tabPage3.UseVisualStyleBackColor = true;
  110. //
  111. // dgvDefectStaff
  112. //
  113. this.dgvDefectStaff.AllowUserToAddRows = false;
  114. this.dgvDefectStaff.AllowUserToDeleteRows = false;
  115. this.dgvDefectStaff.AllowUserToModifyRows = true;
  116. this.dgvDefectStaff.AllowUserToOrderColumns = true;
  117. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  118. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
  119. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  120. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  121. this.dgvDefectStaff.CellHeight = 23;
  122. this.dgvDefectStaff.ChildNodeColumnName = null;
  123. this.dgvDefectStaff.ChildNodeColumnText = null;
  124. this.dgvDefectStaff.ColumnDeep = 1;
  125. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  126. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  127. dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  128. dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
  130. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  133. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
  134. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  135. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  136. this.chkSelected,
  137. this.StaffCode,
  138. this.StaffName,
  139. this.StaffID,
  140. this.StaffStatus,
  141. this.StaffTempCount});
  142. this.dgvDefectStaff.ColumnTreeView = null;
  143. this.dgvDefectStaff.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)));
  144. this.dgvDefectStaff.DynamicColumnName = "";
  145. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  146. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.dgvDefectStaff.IsAutoCountSum = true;
  148. this.dgvDefectStaff.IsAutoResizeColumns = false;
  149. this.dgvDefectStaff.IsClickF12 = false;
  150. this.dgvDefectStaff.IsSubTotalFlag = false;
  151. this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3);
  152. this.dgvDefectStaff.MultiSelect = false;
  153. this.dgvDefectStaff.Name = "dgvDefectStaff";
  154. this.dgvDefectStaff.RefreshAtHscroll = false;
  155. this.dgvDefectStaff.RowHeadersWidth = 50;
  156. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  157. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  158. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle15;
  159. this.dgvDefectStaff.RowTemplate.Height = 25;
  160. this.dgvDefectStaff.Size = new System.Drawing.Size(717, 145);
  161. this.dgvDefectStaff.SortOrderColumnName = null;
  162. this.dgvDefectStaff.TabIndex = 0;
  163. this.dgvDefectStaff.Tag = true;
  164. this.dgvDefectStaff.TotalSumColumns = null;
  165. this.dgvDefectStaff.ViewRowFilter = "";
  166. //
  167. // chkSelected
  168. //
  169. this.chkSelected.DataPropertyName = "IsSelected";
  170. this.chkSelected.FalseValue = "0";
  171. this.chkSelected.FillWeight = 60F;
  172. this.chkSelected.HeaderText = "选择";
  173. this.chkSelected.Name = "chkSelected";
  174. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  175. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  176. this.chkSelected.TrueValue = "1";
  177. this.chkSelected.Width = 60;
  178. //
  179. // StaffCode
  180. //
  181. this.StaffCode.DataPropertyName = "StaffCode";
  182. this.StaffCode.HeaderText = "员工编号";
  183. this.StaffCode.Name = "StaffCode";
  184. //
  185. // StaffName
  186. //
  187. this.StaffName.DataPropertyName = "StaffName";
  188. this.StaffName.HeaderText = "员工名称";
  189. this.StaffName.Name = "StaffName";
  190. //
  191. // StaffID
  192. //
  193. this.StaffID.DataPropertyName = "StaffID";
  194. this.StaffID.HeaderText = "员工ID";
  195. this.StaffID.Name = "StaffID";
  196. this.StaffID.Visible = false;
  197. //
  198. // StaffStatus
  199. //
  200. this.StaffStatus.DataPropertyName = "StaffStatus";
  201. this.StaffStatus.HeaderText = "员工状态";
  202. this.StaffStatus.Name = "StaffStatus";
  203. this.StaffStatus.Visible = false;
  204. //
  205. // StaffTempCount
  206. //
  207. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  208. this.StaffTempCount.HeaderText = "唯一标识";
  209. this.StaffTempCount.Name = "StaffTempCount";
  210. this.StaffTempCount.Visible = false;
  211. //
  212. // tabPage1
  213. //
  214. this.tabPage1.Controls.Add(this.dgvMissStaff);
  215. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  216. this.tabPage1.Name = "tabPage1";
  217. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  218. this.tabPage1.Size = new System.Drawing.Size(720, 151);
  219. this.tabPage1.TabIndex = 2;
  220. this.tabPage1.Text = "漏检责任员工";
  221. this.tabPage1.UseVisualStyleBackColor = true;
  222. //
  223. // dgvMissStaff
  224. //
  225. this.dgvMissStaff.AllowUserToAddRows = false;
  226. this.dgvMissStaff.AllowUserToDeleteRows = false;
  227. this.dgvMissStaff.AllowUserToModifyRows = true;
  228. dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  229. this.dgvMissStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
  230. this.dgvMissStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  231. this.dgvMissStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  232. this.dgvMissStaff.CellHeight = 23;
  233. this.dgvMissStaff.ChildNodeColumnName = null;
  234. this.dgvMissStaff.ChildNodeColumnText = null;
  235. this.dgvMissStaff.ColumnDeep = 1;
  236. this.dgvMissStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  237. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  238. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  239. dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
  241. dataGridViewCellStyle17.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  242. dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  243. dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  244. this.dgvMissStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
  245. this.dgvMissStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  246. this.dgvMissStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  247. this.dataGridViewCheckBoxColumn1,
  248. this.dataGridViewTextBoxColumn1,
  249. this.dataGridViewTextBoxColumn2,
  250. this.dataGridViewTextBoxColumn3,
  251. this.dataGridViewTextBoxColumn4,
  252. this.dataGridViewTextBoxColumn5});
  253. this.dgvMissStaff.ColumnTreeView = null;
  254. this.dgvMissStaff.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)));
  255. this.dgvMissStaff.DynamicColumnName = "";
  256. this.dgvMissStaff.EnableHeadersVisualStyles = false;
  257. this.dgvMissStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.dgvMissStaff.IsAutoCountSum = true;
  259. this.dgvMissStaff.IsAutoResizeColumns = false;
  260. this.dgvMissStaff.IsClickF12 = false;
  261. this.dgvMissStaff.IsSubTotalFlag = false;
  262. this.dgvMissStaff.Location = new System.Drawing.Point(2, 3);
  263. this.dgvMissStaff.MultiSelect = false;
  264. this.dgvMissStaff.Name = "dgvMissStaff";
  265. this.dgvMissStaff.RefreshAtHscroll = false;
  266. this.dgvMissStaff.RowHeadersWidth = 50;
  267. this.dgvMissStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  268. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  269. this.dgvMissStaff.RowsDefaultCellStyle = dataGridViewCellStyle18;
  270. this.dgvMissStaff.RowTemplate.Height = 25;
  271. this.dgvMissStaff.Size = new System.Drawing.Size(717, 145);
  272. this.dgvMissStaff.SortOrderColumnName = null;
  273. this.dgvMissStaff.TabIndex = 1;
  274. this.dgvMissStaff.Tag = true;
  275. this.dgvMissStaff.TotalSumColumns = null;
  276. this.dgvMissStaff.ViewRowFilter = "";
  277. //
  278. // dataGridViewCheckBoxColumn1
  279. //
  280. this.dataGridViewCheckBoxColumn1.DataPropertyName = "IsSelected";
  281. this.dataGridViewCheckBoxColumn1.FalseValue = "0";
  282. this.dataGridViewCheckBoxColumn1.FillWeight = 60F;
  283. this.dataGridViewCheckBoxColumn1.HeaderText = "选择";
  284. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  285. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  286. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  287. this.dataGridViewCheckBoxColumn1.TrueValue = "1";
  288. this.dataGridViewCheckBoxColumn1.Width = 60;
  289. //
  290. // dataGridViewTextBoxColumn1
  291. //
  292. this.dataGridViewTextBoxColumn1.DataPropertyName = "StaffCode";
  293. this.dataGridViewTextBoxColumn1.HeaderText = "员工编号";
  294. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  295. //
  296. // dataGridViewTextBoxColumn2
  297. //
  298. this.dataGridViewTextBoxColumn2.DataPropertyName = "StaffName";
  299. this.dataGridViewTextBoxColumn2.HeaderText = "员工名称";
  300. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  301. //
  302. // dataGridViewTextBoxColumn3
  303. //
  304. this.dataGridViewTextBoxColumn3.DataPropertyName = "StaffID";
  305. this.dataGridViewTextBoxColumn3.HeaderText = "员工ID";
  306. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  307. this.dataGridViewTextBoxColumn3.Visible = false;
  308. //
  309. // dataGridViewTextBoxColumn4
  310. //
  311. this.dataGridViewTextBoxColumn4.DataPropertyName = "StaffStatus";
  312. this.dataGridViewTextBoxColumn4.HeaderText = "员工状态";
  313. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  314. this.dataGridViewTextBoxColumn4.Visible = false;
  315. //
  316. // dataGridViewTextBoxColumn5
  317. //
  318. this.dataGridViewTextBoxColumn5.DataPropertyName = "StaffTempCount";
  319. this.dataGridViewTextBoxColumn5.HeaderText = "唯一标识";
  320. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  321. this.dataGridViewTextBoxColumn5.Visible = false;
  322. //
  323. // tabPage4
  324. //
  325. this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  326. this.tabPage4.Controls.Add(this.btnUpload);
  327. this.tabPage4.Controls.Add(this.btnDelete);
  328. this.tabPage4.Controls.Add(this.lvPic);
  329. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  330. this.tabPage4.Name = "tabPage4";
  331. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  332. this.tabPage4.Size = new System.Drawing.Size(720, 151);
  333. this.tabPage4.TabIndex = 1;
  334. this.tabPage4.Text = "缺陷图片";
  335. this.tabPage4.UseVisualStyleBackColor = true;
  336. //
  337. // btnUpload
  338. //
  339. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  340. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  341. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  342. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.btnUpload.ForeColor = System.Drawing.Color.White;
  344. this.btnUpload.Location = new System.Drawing.Point(632, 82);
  345. this.btnUpload.Name = "btnUpload";
  346. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  347. this.btnUpload.TabIndex = 116;
  348. this.btnUpload.Text = "上传";
  349. this.btnUpload.UseVisualStyleBackColor = false;
  350. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  351. //
  352. // btnDelete
  353. //
  354. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  355. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  356. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  357. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.btnDelete.ForeColor = System.Drawing.Color.White;
  359. this.btnDelete.Location = new System.Drawing.Point(632, 43);
  360. this.btnDelete.Name = "btnDelete";
  361. this.btnDelete.Size = new System.Drawing.Size(85, 33);
  362. this.btnDelete.TabIndex = 115;
  363. this.btnDelete.Text = "删除";
  364. this.btnDelete.UseVisualStyleBackColor = false;
  365. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  366. //
  367. // lvPic
  368. //
  369. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  370. | System.Windows.Forms.AnchorStyles.Left)
  371. | System.Windows.Forms.AnchorStyles.Right)));
  372. this.lvPic.Location = new System.Drawing.Point(3, 6);
  373. this.lvPic.Name = "lvPic";
  374. this.lvPic.Size = new System.Drawing.Size(628, 139);
  375. this.lvPic.TabIndex = 112;
  376. this.lvPic.UseCompatibleStateImageBehavior = false;
  377. //
  378. // btnSave
  379. //
  380. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  381. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  382. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.btnSave.ForeColor = System.Drawing.Color.White;
  384. this.btnSave.Location = new System.Drawing.Point(556, 343);
  385. this.btnSave.Name = "btnSave";
  386. this.btnSave.Size = new System.Drawing.Size(85, 30);
  387. this.btnSave.TabIndex = 3;
  388. this.btnSave.Text = "保存";
  389. this.btnSave.UseVisualStyleBackColor = false;
  390. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  391. //
  392. // btnCancel
  393. //
  394. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  395. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  396. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  397. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.btnCancel.ForeColor = System.Drawing.Color.White;
  399. this.btnCancel.Location = new System.Drawing.Point(647, 343);
  400. this.btnCancel.Name = "btnCancel";
  401. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  402. this.btnCancel.TabIndex = 3;
  403. this.btnCancel.Text = "关闭";
  404. this.btnCancel.UseVisualStyleBackColor = false;
  405. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  406. //
  407. // lblDuty
  408. //
  409. this.lblDuty.AutoSize = true;
  410. this.lblDuty.BackColor = System.Drawing.Color.Transparent;
  411. this.lblDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.lblDuty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  413. this.lblDuty.IsMustInput = true;
  414. this.lblDuty.Location = new System.Drawing.Point(28, 14);
  415. this.lblDuty.Name = "lblDuty";
  416. this.lblDuty.Size = new System.Drawing.Size(29, 12);
  417. this.lblDuty.TabIndex = 4;
  418. this.lblDuty.Text = "缺陷";
  419. //
  420. // dropDuty
  421. //
  422. this.dropDuty.BackColor = System.Drawing.SystemColors.Window;
  423. this.dropDuty.BackgroundColor = System.Drawing.SystemColors.Window;
  424. this.dropDuty.DataSource = null;
  425. this.dropDuty.DisplayMember = null;
  426. this.dropDuty.ErrorMessage = "";
  427. this.dropDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  428. this.dropDuty.IsSetPosition = false;
  429. this.dropDuty.Location = new System.Drawing.Point(63, 10);
  430. this.dropDuty.Name = "dropDuty";
  431. this.dropDuty.PromptBackColor = System.Drawing.Color.Snow;
  432. this.dropDuty.PromptForeColor = System.Drawing.Color.Gray;
  433. this.dropDuty.SelectedValue = "";
  434. this.dropDuty.Size = new System.Drawing.Size(160, 21);
  435. this.dropDuty.TabIndex = 6;
  436. this.dropDuty.ValueMember = null;
  437. this.dropDuty.Validating += new System.ComponentModel.CancelEventHandler(this.dropDuty_Validating);
  438. //
  439. // lblDefectLocation
  440. //
  441. this.lblDefectLocation.AutoSize = true;
  442. this.lblDefectLocation.BackColor = System.Drawing.Color.Transparent;
  443. this.lblDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.lblDefectLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  445. this.lblDefectLocation.IsMustInput = true;
  446. this.lblDefectLocation.Location = new System.Drawing.Point(229, 14);
  447. this.lblDefectLocation.Name = "lblDefectLocation";
  448. this.lblDefectLocation.Size = new System.Drawing.Size(53, 12);
  449. this.lblDefectLocation.TabIndex = 7;
  450. this.lblDefectLocation.Text = "缺陷位置";
  451. //
  452. // dropDefectLocation
  453. //
  454. this.dropDefectLocation.BackColor = System.Drawing.SystemColors.Window;
  455. this.dropDefectLocation.BackgroundColor = System.Drawing.SystemColors.Window;
  456. this.dropDefectLocation.DataSource = null;
  457. this.dropDefectLocation.DisplayMember = null;
  458. this.dropDefectLocation.ErrorMessage = "";
  459. this.dropDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.dropDefectLocation.IsSetPosition = false;
  461. this.dropDefectLocation.Location = new System.Drawing.Point(288, 10);
  462. this.dropDefectLocation.Name = "dropDefectLocation";
  463. this.dropDefectLocation.PromptBackColor = System.Drawing.Color.Snow;
  464. this.dropDefectLocation.PromptForeColor = System.Drawing.Color.Gray;
  465. this.dropDefectLocation.SelectedValue = "";
  466. this.dropDefectLocation.Size = new System.Drawing.Size(160, 21);
  467. this.dropDefectLocation.TabIndex = 8;
  468. this.dropDefectLocation.ValueMember = null;
  469. this.dropDefectLocation.Validating += new System.ComponentModel.CancelEventHandler(this.dropDefectLocation_Validating);
  470. //
  471. // lblDutyProcedure
  472. //
  473. this.lblDutyProcedure.AutoSize = true;
  474. this.lblDutyProcedure.BackColor = System.Drawing.Color.Transparent;
  475. this.lblDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.lblDutyProcedure.ForeColor = System.Drawing.SystemColors.ControlText;
  477. this.lblDutyProcedure.Location = new System.Drawing.Point(4, 41);
  478. this.lblDutyProcedure.Name = "lblDutyProcedure";
  479. this.lblDutyProcedure.Size = new System.Drawing.Size(53, 12);
  480. this.lblDutyProcedure.TabIndex = 9;
  481. this.lblDutyProcedure.Text = "责任工序";
  482. //
  483. // lblDutyUser
  484. //
  485. this.lblDutyUser.AutoSize = true;
  486. this.lblDutyUser.BackColor = System.Drawing.Color.Transparent;
  487. this.lblDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.lblDutyUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  489. this.lblDutyUser.IsMustInput = true;
  490. this.lblDutyUser.Location = new System.Drawing.Point(229, 41);
  491. this.lblDutyUser.Name = "lblDutyUser";
  492. this.lblDutyUser.Size = new System.Drawing.Size(53, 12);
  493. this.lblDutyUser.TabIndex = 11;
  494. this.lblDutyUser.Text = "责任工号";
  495. //
  496. // lblJobs
  497. //
  498. this.lblJobs.AutoSize = true;
  499. this.lblJobs.BackColor = System.Drawing.Color.Transparent;
  500. this.lblJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.lblJobs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  502. this.lblJobs.IsMustInput = true;
  503. this.lblJobs.Location = new System.Drawing.Point(4, 68);
  504. this.lblJobs.Name = "lblJobs";
  505. this.lblJobs.Size = new System.Drawing.Size(53, 12);
  506. this.lblJobs.TabIndex = 13;
  507. this.lblJobs.Text = "责任工种";
  508. //
  509. // lblRemarks
  510. //
  511. this.lblRemarks.AutoSize = true;
  512. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  513. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  515. this.lblRemarks.Location = new System.Drawing.Point(28, 123);
  516. this.lblRemarks.Name = "lblRemarks";
  517. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  518. this.lblRemarks.TabIndex = 15;
  519. this.lblRemarks.Text = "备注";
  520. //
  521. // txtRemarks
  522. //
  523. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  524. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  525. this.txtRemarks.ErrorMessage = "";
  526. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.txtRemarks.Location = new System.Drawing.Point(63, 120);
  528. this.txtRemarks.Multiline = true;
  529. this.txtRemarks.Name = "txtRemarks";
  530. this.txtRemarks.Size = new System.Drawing.Size(385, 33);
  531. this.txtRemarks.TabIndex = 16;
  532. this.txtRemarks.TextValue = "";
  533. //
  534. // odlgFile
  535. //
  536. this.odlgFile.FileName = "openFileDialog1";
  537. //
  538. // lblDefectFine
  539. //
  540. this.lblDefectFine.AutoSize = true;
  541. this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
  542. this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText;
  544. this.lblDefectFine.Location = new System.Drawing.Point(229, 68);
  545. this.lblDefectFine.Name = "lblDefectFine";
  546. this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
  547. this.lblDefectFine.TabIndex = 22;
  548. this.lblDefectFine.Text = "缺陷扣罚";
  549. //
  550. // cmbDefectFine
  551. //
  552. this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window;
  553. this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
  554. this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.cmbDefectFine.FormattingEnabled = true;
  556. this.cmbDefectFine.Location = new System.Drawing.Point(288, 65);
  557. this.cmbDefectFine.Name = "cmbDefectFine";
  558. this.cmbDefectFine.Size = new System.Drawing.Size(160, 20);
  559. this.cmbDefectFine.TabIndex = 21;
  560. //
  561. // lblMissUser
  562. //
  563. this.lblMissUser.AutoSize = true;
  564. this.lblMissUser.BackColor = System.Drawing.Color.Transparent;
  565. this.lblMissUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.lblMissUser.ForeColor = System.Drawing.SystemColors.ControlText;
  567. this.lblMissUser.Location = new System.Drawing.Point(4, 96);
  568. this.lblMissUser.Name = "lblMissUser";
  569. this.lblMissUser.Size = new System.Drawing.Size(53, 12);
  570. this.lblMissUser.TabIndex = 23;
  571. this.lblMissUser.Text = "漏检工号";
  572. //
  573. // dropDutyProcedure
  574. //
  575. this.dropDutyProcedure.BackColor = System.Drawing.SystemColors.Window;
  576. this.dropDutyProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  577. this.dropDutyProcedure.DataSource = null;
  578. this.dropDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.dropDutyProcedure.FormattingEnabled = true;
  580. //
  581. //
  582. //
  583. this.dropDutyProcedure.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  584. this.dropDutyProcedure.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.dropDutyProcedure.ListBox.IntegralHeight = false;
  586. this.dropDutyProcedure.ListBox.Location = new System.Drawing.Point(0, 0);
  587. this.dropDutyProcedure.ListBox.Name = "";
  588. this.dropDutyProcedure.ListBox.Size = new System.Drawing.Size(158, 136);
  589. this.dropDutyProcedure.ListBox.TabIndex = 0;
  590. this.dropDutyProcedure.Location = new System.Drawing.Point(63, 38);
  591. this.dropDutyProcedure.Name = "dropDutyProcedure";
  592. this.dropDutyProcedure.Size = new System.Drawing.Size(160, 20);
  593. this.dropDutyProcedure.TabIndex = 26;
  594. this.dropDutyProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyProcedure_Validating);
  595. //
  596. // dropDutyUser
  597. //
  598. this.dropDutyUser.BackColor = System.Drawing.SystemColors.Window;
  599. this.dropDutyUser.BackgroundColor = System.Drawing.SystemColors.Window;
  600. this.dropDutyUser.DataSource = null;
  601. this.dropDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.dropDutyUser.FormattingEnabled = true;
  603. //
  604. //
  605. //
  606. this.dropDutyUser.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  607. this.dropDutyUser.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.dropDutyUser.ListBox.IntegralHeight = false;
  609. this.dropDutyUser.ListBox.Location = new System.Drawing.Point(0, 0);
  610. this.dropDutyUser.ListBox.Name = "";
  611. this.dropDutyUser.ListBox.Size = new System.Drawing.Size(158, 136);
  612. this.dropDutyUser.ListBox.TabIndex = 0;
  613. this.dropDutyUser.Location = new System.Drawing.Point(288, 37);
  614. this.dropDutyUser.Name = "dropDutyUser";
  615. this.dropDutyUser.Size = new System.Drawing.Size(160, 20);
  616. this.dropDutyUser.TabIndex = 28;
  617. this.dropDutyUser.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyUser_Validating);
  618. //
  619. // dropJobs
  620. //
  621. this.dropJobs.BackColor = System.Drawing.SystemColors.Window;
  622. this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window;
  623. this.dropJobs.DataSource = null;
  624. this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.dropJobs.FormattingEnabled = true;
  626. //
  627. //
  628. //
  629. this.dropJobs.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  630. this.dropJobs.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.dropJobs.ListBox.IntegralHeight = false;
  632. this.dropJobs.ListBox.Location = new System.Drawing.Point(0, 0);
  633. this.dropJobs.ListBox.Name = "";
  634. this.dropJobs.ListBox.Size = new System.Drawing.Size(158, 136);
  635. this.dropJobs.ListBox.TabIndex = 0;
  636. this.dropJobs.Location = new System.Drawing.Point(63, 64);
  637. this.dropJobs.Name = "dropJobs";
  638. this.dropJobs.Size = new System.Drawing.Size(160, 20);
  639. this.dropJobs.TabIndex = 30;
  640. this.dropJobs.Validating += new System.ComponentModel.CancelEventHandler(this.dropJobs_Validating);
  641. //
  642. // dropMissUser
  643. //
  644. this.dropMissUser.BackColor = System.Drawing.SystemColors.Window;
  645. this.dropMissUser.BackgroundColor = System.Drawing.SystemColors.Window;
  646. this.dropMissUser.DataSource = null;
  647. this.dropMissUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.dropMissUser.FormattingEnabled = true;
  649. //
  650. //
  651. //
  652. this.dropMissUser.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  653. this.dropMissUser.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.dropMissUser.ListBox.IntegralHeight = false;
  655. this.dropMissUser.ListBox.Location = new System.Drawing.Point(0, 0);
  656. this.dropMissUser.ListBox.Name = "";
  657. this.dropMissUser.ListBox.Size = new System.Drawing.Size(158, 136);
  658. this.dropMissUser.ListBox.TabIndex = 0;
  659. this.dropMissUser.Location = new System.Drawing.Point(63, 90);
  660. this.dropMissUser.Name = "dropMissUser";
  661. this.dropMissUser.Size = new System.Drawing.Size(160, 20);
  662. this.dropMissUser.TabIndex = 32;
  663. this.dropMissUser.Validating += new System.ComponentModel.CancelEventHandler(this.dropMissUser_Validating);
  664. //
  665. // c_Label1
  666. //
  667. this.c_Label1.AutoSize = true;
  668. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  669. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  671. this.c_Label1.Location = new System.Drawing.Point(240, 93);
  672. this.c_Label1.Name = "c_Label1";
  673. this.c_Label1.Size = new System.Drawing.Size(41, 12);
  674. this.c_Label1.TabIndex = 22;
  675. this.c_Label1.Text = "扣除数";
  676. //
  677. // cmbDefectDeduction
  678. //
  679. this.cmbDefectDeduction.BackColor = System.Drawing.SystemColors.Window;
  680. this.cmbDefectDeduction.BackgroundColor = System.Drawing.SystemColors.Window;
  681. this.cmbDefectDeduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.cmbDefectDeduction.FormattingEnabled = true;
  683. this.cmbDefectDeduction.Location = new System.Drawing.Point(287, 90);
  684. this.cmbDefectDeduction.Name = "cmbDefectDeduction";
  685. this.cmbDefectDeduction.Size = new System.Drawing.Size(160, 20);
  686. this.cmbDefectDeduction.TabIndex = 21;
  687. //
  688. // chkDefect
  689. //
  690. this.chkDefect.AutoSize = true;
  691. this.chkDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.chkDefect.Location = new System.Drawing.Point(458, 13);
  693. this.chkDefect.Name = "chkDefect";
  694. this.chkDefect.Size = new System.Drawing.Size(72, 16);
  695. this.chkDefect.TabIndex = 33;
  696. this.chkDefect.Text = "特殊缺陷";
  697. this.chkDefect.UseVisualStyleBackColor = true;
  698. //
  699. // F_PM_3203
  700. //
  701. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  702. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  703. this.CancelButton = this.btnCancel;
  704. this.ClientSize = new System.Drawing.Size(737, 401);
  705. this.Controls.Add(this.chkDefect);
  706. this.Controls.Add(this.dropMissUser);
  707. this.Controls.Add(this.dropJobs);
  708. this.Controls.Add(this.dropDutyUser);
  709. this.Controls.Add(this.dropDutyProcedure);
  710. this.Controls.Add(this.lblMissUser);
  711. this.Controls.Add(this.c_Label1);
  712. this.Controls.Add(this.lblDefectFine);
  713. this.Controls.Add(this.cmbDefectDeduction);
  714. this.Controls.Add(this.cmbDefectFine);
  715. this.Controls.Add(this.txtRemarks);
  716. this.Controls.Add(this.lblRemarks);
  717. this.Controls.Add(this.lblJobs);
  718. this.Controls.Add(this.lblDutyUser);
  719. this.Controls.Add(this.lblDutyProcedure);
  720. this.Controls.Add(this.dropDefectLocation);
  721. this.Controls.Add(this.lblDefectLocation);
  722. this.Controls.Add(this.dropDuty);
  723. this.Controls.Add(this.lblDuty);
  724. this.Controls.Add(this.btnCancel);
  725. this.Controls.Add(this.btnSave);
  726. this.Controls.Add(this.tabControl2);
  727. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  728. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  729. this.IsSaveFormSize = false;
  730. this.MaximizeBox = false;
  731. this.MinimizeBox = false;
  732. this.Name = "F_PM_3203";
  733. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  734. this.Text = "F_PM_3203";
  735. this.Load += new System.EventHandler(this.F_PM_3203_Load);
  736. this.Controls.SetChildIndex(this.tabControl2, 0);
  737. this.Controls.SetChildIndex(this.btnSave, 0);
  738. this.Controls.SetChildIndex(this.btnCancel, 0);
  739. this.Controls.SetChildIndex(this.lblDuty, 0);
  740. this.Controls.SetChildIndex(this.dropDuty, 0);
  741. this.Controls.SetChildIndex(this.lblDefectLocation, 0);
  742. this.Controls.SetChildIndex(this.dropDefectLocation, 0);
  743. this.Controls.SetChildIndex(this.lblDutyProcedure, 0);
  744. this.Controls.SetChildIndex(this.lblDutyUser, 0);
  745. this.Controls.SetChildIndex(this.lblJobs, 0);
  746. this.Controls.SetChildIndex(this.lblRemarks, 0);
  747. this.Controls.SetChildIndex(this.txtRemarks, 0);
  748. this.Controls.SetChildIndex(this.cmbDefectFine, 0);
  749. this.Controls.SetChildIndex(this.cmbDefectDeduction, 0);
  750. this.Controls.SetChildIndex(this.lblDefectFine, 0);
  751. this.Controls.SetChildIndex(this.c_Label1, 0);
  752. this.Controls.SetChildIndex(this.lblMissUser, 0);
  753. this.Controls.SetChildIndex(this.dropDutyProcedure, 0);
  754. this.Controls.SetChildIndex(this.dropDutyUser, 0);
  755. this.Controls.SetChildIndex(this.dropJobs, 0);
  756. this.Controls.SetChildIndex(this.dropMissUser, 0);
  757. this.Controls.SetChildIndex(this.chkDefect, 0);
  758. this.tabControl2.ResumeLayout(false);
  759. this.tabPage3.ResumeLayout(false);
  760. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  761. this.tabPage1.ResumeLayout(false);
  762. ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).EndInit();
  763. this.tabPage4.ResumeLayout(false);
  764. this.ResumeLayout(false);
  765. this.PerformLayout();
  766. }
  767. #endregion
  768. private System.Windows.Forms.TabControl tabControl2;
  769. private System.Windows.Forms.TabPage tabPage3;
  770. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  771. private System.Windows.Forms.TabPage tabPage4;
  772. private System.Windows.Forms.ListView lvPic;
  773. private Basics.BaseControls.C_Button btnSave;
  774. private Basics.BaseControls.C_Button btnCancel;
  775. private Basics.BaseControls.C_Label lblDuty;
  776. private Basics.BaseControls.C_TXT_DropDownList dropDuty;
  777. private Basics.BaseControls.C_Label lblDefectLocation;
  778. private Basics.BaseControls.C_TXT_DropDownList dropDefectLocation;
  779. private Basics.BaseControls.C_Label lblDutyProcedure;
  780. private Basics.BaseControls.C_Label lblDutyUser;
  781. private Basics.BaseControls.C_Label lblJobs;
  782. private Basics.BaseControls.C_Label lblRemarks;
  783. private Basics.BaseControls.C_TextBox txtRemarks;
  784. private Basics.BaseControls.C_Button btnUpload;
  785. private Basics.BaseControls.C_Button btnDelete;
  786. private System.Windows.Forms.OpenFileDialog odlgFile;
  787. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  793. private Basics.BaseControls.C_Label lblDefectFine;
  794. private Basics.BaseControls.C_ComboBox cmbDefectFine;
  795. private Basics.BaseControls.C_Label lblMissUser;
  796. private System.Windows.Forms.TabPage tabPage1;
  797. private Basics.BaseControls.C_DataGridView dgvMissStaff;
  798. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  804. private Basics.BaseControls.DKListBoxComboBox dropDutyProcedure;
  805. private Basics.BaseControls.DKListBoxComboBox dropDutyUser;
  806. private Basics.BaseControls.DKListBoxComboBox dropJobs;
  807. private Basics.BaseControls.DKListBoxComboBox dropMissUser;
  808. private Basics.BaseControls.C_Label c_Label1;
  809. private Basics.BaseControls.C_ComboBox cmbDefectDeduction;
  810. private Basics.BaseControls.C_CheckBox chkDefect;
  811. }
  812. }