F_PM_1303.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1303
  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 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1303));
  33. this.tabControl2 = new System.Windows.Forms.TabControl();
  34. this.tabPage3 = new System.Windows.Forms.TabPage();
  35. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.tabPage4 = new System.Windows.Forms.TabPage();
  43. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.lvPic = new System.Windows.Forms.ListView();
  46. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.lblDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dropDuty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  50. this.lblDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dropDefectLocation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  52. this.lblDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dropDutyProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  54. this.lblDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.dropDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  56. this.lblJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.dropJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  58. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  61. this.lblDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.cmbDefectFine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  63. this.tabControl2.SuspendLayout();
  64. this.tabPage3.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  66. this.tabPage4.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // tabControl2
  70. //
  71. this.tabControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
  72. this.tabControl2.Controls.Add(this.tabPage3);
  73. this.tabControl2.Controls.Add(this.tabPage4);
  74. this.tabControl2.Location = new System.Drawing.Point(12, 134);
  75. this.tabControl2.Name = "tabControl2";
  76. this.tabControl2.SelectedIndex = 0;
  77. this.tabControl2.Size = new System.Drawing.Size(713, 177);
  78. this.tabControl2.TabIndex = 2;
  79. //
  80. // tabPage3
  81. //
  82. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  83. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  84. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  85. this.tabPage3.Name = "tabPage3";
  86. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  87. this.tabPage3.Size = new System.Drawing.Size(705, 151);
  88. this.tabPage3.TabIndex = 0;
  89. this.tabPage3.Text = "责任员工";
  90. this.tabPage3.UseVisualStyleBackColor = true;
  91. //
  92. // dgvDefectStaff
  93. //
  94. this.dgvDefectStaff.AllowUserToAddRows = false;
  95. this.dgvDefectStaff.AllowUserToDeleteRows = false;
  96. this.dgvDefectStaff.AllowUserToModifyRows = true;
  97. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  98. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  99. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  100. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  101. this.dgvDefectStaff.CellHeight = 23;
  102. this.dgvDefectStaff.ChildNodeColumnName = null;
  103. this.dgvDefectStaff.ChildNodeColumnText = null;
  104. this.dgvDefectStaff.ColumnDeep = 1;
  105. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  107. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  108. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  113. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  114. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  115. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  116. this.chkSelected,
  117. this.StaffCode,
  118. this.StaffName,
  119. this.StaffID,
  120. this.StaffStatus,
  121. this.StaffTempCount});
  122. this.dgvDefectStaff.ColumnTreeView = null;
  123. 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)));
  124. this.dgvDefectStaff.DynamicColumnName = "";
  125. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  126. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.dgvDefectStaff.HorizontalMergeColumn = null;
  128. this.dgvDefectStaff.IsAutoCountSum = true;
  129. this.dgvDefectStaff.IsAutoResizeColumns = false;
  130. this.dgvDefectStaff.IsClickF12 = false;
  131. this.dgvDefectStaff.IsOpenMergeCellFlag = false;
  132. this.dgvDefectStaff.IsSubTotalFlag = false;
  133. this.dgvDefectStaff.IsTopDeep = false;
  134. this.dgvDefectStaff.Location = new System.Drawing.Point(3, 3);
  135. this.dgvDefectStaff.MergeColumnNames = null;
  136. this.dgvDefectStaff.MergeDetailColumnNames = null;
  137. this.dgvDefectStaff.MergeDetailOnlyColumn = null;
  138. this.dgvDefectStaff.MergeOnlyColumn = null;
  139. this.dgvDefectStaff.MultiSelect = false;
  140. this.dgvDefectStaff.Name = "dgvDefectStaff";
  141. this.dgvDefectStaff.RefreshAtHscroll = false;
  142. this.dgvDefectStaff.RowHeadersWidth = 50;
  143. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  144. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  145. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle3;
  146. this.dgvDefectStaff.RowTemplate.Height = 25;
  147. this.dgvDefectStaff.Size = new System.Drawing.Size(717, 145);
  148. this.dgvDefectStaff.SortOrderColumnName = null;
  149. this.dgvDefectStaff.TabIndex = 0;
  150. this.dgvDefectStaff.Tag = true;
  151. this.dgvDefectStaff.TotalSumColumns = null;
  152. this.dgvDefectStaff.ViewRowFilter = "";
  153. //
  154. // chkSelected
  155. //
  156. this.chkSelected.DataPropertyName = "IsSelected";
  157. this.chkSelected.FalseValue = "0";
  158. this.chkSelected.FillWeight = 60F;
  159. this.chkSelected.HeaderText = "选择";
  160. this.chkSelected.Name = "chkSelected";
  161. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  162. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  163. this.chkSelected.TrueValue = "1";
  164. this.chkSelected.Width = 60;
  165. //
  166. // StaffCode
  167. //
  168. this.StaffCode.DataPropertyName = "StaffCode";
  169. this.StaffCode.HeaderText = "员工编号";
  170. this.StaffCode.Name = "StaffCode";
  171. //
  172. // StaffName
  173. //
  174. this.StaffName.DataPropertyName = "StaffName";
  175. this.StaffName.HeaderText = "员工名称";
  176. this.StaffName.Name = "StaffName";
  177. //
  178. // StaffID
  179. //
  180. this.StaffID.DataPropertyName = "StaffID";
  181. this.StaffID.HeaderText = "员工ID";
  182. this.StaffID.Name = "StaffID";
  183. this.StaffID.Visible = false;
  184. //
  185. // StaffStatus
  186. //
  187. this.StaffStatus.DataPropertyName = "StaffStatus";
  188. this.StaffStatus.HeaderText = "员工状态";
  189. this.StaffStatus.Name = "StaffStatus";
  190. this.StaffStatus.Visible = false;
  191. //
  192. // StaffTempCount
  193. //
  194. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  195. this.StaffTempCount.HeaderText = "唯一标识";
  196. this.StaffTempCount.Name = "StaffTempCount";
  197. this.StaffTempCount.Visible = false;
  198. //
  199. // tabPage4
  200. //
  201. this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  202. this.tabPage4.Controls.Add(this.btnUpload);
  203. this.tabPage4.Controls.Add(this.btnDelete);
  204. this.tabPage4.Controls.Add(this.lvPic);
  205. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  206. this.tabPage4.Name = "tabPage4";
  207. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  208. this.tabPage4.Size = new System.Drawing.Size(705, 151);
  209. this.tabPage4.TabIndex = 1;
  210. this.tabPage4.Text = "缺陷图片";
  211. this.tabPage4.UseVisualStyleBackColor = true;
  212. //
  213. // btnUpload
  214. //
  215. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  217. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  218. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.btnUpload.ForeColor = System.Drawing.Color.White;
  220. this.btnUpload.Location = new System.Drawing.Point(632, 82);
  221. this.btnUpload.Name = "btnUpload";
  222. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  223. this.btnUpload.TabIndex = 116;
  224. this.btnUpload.Text = "上传";
  225. this.btnUpload.UseVisualStyleBackColor = false;
  226. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  227. //
  228. // btnDelete
  229. //
  230. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  231. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  232. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  233. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btnDelete.ForeColor = System.Drawing.Color.White;
  235. this.btnDelete.Location = new System.Drawing.Point(632, 43);
  236. this.btnDelete.Name = "btnDelete";
  237. this.btnDelete.Size = new System.Drawing.Size(85, 33);
  238. this.btnDelete.TabIndex = 115;
  239. this.btnDelete.Text = "删除";
  240. this.btnDelete.UseVisualStyleBackColor = false;
  241. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  242. //
  243. // lvPic
  244. //
  245. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  246. | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.lvPic.Location = new System.Drawing.Point(3, 6);
  249. this.lvPic.Name = "lvPic";
  250. this.lvPic.Size = new System.Drawing.Size(628, 139);
  251. this.lvPic.TabIndex = 112;
  252. this.lvPic.UseCompatibleStateImageBehavior = false;
  253. //
  254. // btnSave
  255. //
  256. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  257. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  258. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.btnSave.ForeColor = System.Drawing.Color.White;
  260. this.btnSave.Location = new System.Drawing.Point(549, 317);
  261. this.btnSave.Name = "btnSave";
  262. this.btnSave.Size = new System.Drawing.Size(85, 30);
  263. this.btnSave.TabIndex = 3;
  264. this.btnSave.Text = "保存";
  265. this.btnSave.UseVisualStyleBackColor = false;
  266. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  267. //
  268. // btnCancel
  269. //
  270. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  271. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  272. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  273. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.btnCancel.ForeColor = System.Drawing.Color.White;
  275. this.btnCancel.Location = new System.Drawing.Point(640, 317);
  276. this.btnCancel.Name = "btnCancel";
  277. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  278. this.btnCancel.TabIndex = 3;
  279. this.btnCancel.Text = "关闭";
  280. this.btnCancel.UseVisualStyleBackColor = false;
  281. //
  282. // lblDuty
  283. //
  284. this.lblDuty.AutoSize = true;
  285. this.lblDuty.BackColor = System.Drawing.Color.Transparent;
  286. this.lblDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.lblDuty.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  288. this.lblDuty.IsMustInput = true;
  289. this.lblDuty.Location = new System.Drawing.Point(28, 14);
  290. this.lblDuty.Name = "lblDuty";
  291. this.lblDuty.Size = new System.Drawing.Size(29, 12);
  292. this.lblDuty.TabIndex = 4;
  293. this.lblDuty.Text = "缺陷";
  294. //
  295. // dropDuty
  296. //
  297. this.dropDuty.BackColor = System.Drawing.SystemColors.Window;
  298. this.dropDuty.BackgroundColor = System.Drawing.SystemColors.Window;
  299. this.dropDuty.DataSource = null;
  300. this.dropDuty.DisplayMember = null;
  301. this.dropDuty.ErrorMessage = "";
  302. this.dropDuty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.dropDuty.IsSetPosition = false;
  304. this.dropDuty.Location = new System.Drawing.Point(63, 10);
  305. this.dropDuty.Name = "dropDuty";
  306. this.dropDuty.PromptBackColor = System.Drawing.Color.Snow;
  307. this.dropDuty.PromptForeColor = System.Drawing.Color.Gray;
  308. this.dropDuty.SelectedValue = "";
  309. this.dropDuty.Size = new System.Drawing.Size(160, 21);
  310. this.dropDuty.TabIndex = 6;
  311. this.dropDuty.ValueMember = null;
  312. this.dropDuty.Validating += new System.ComponentModel.CancelEventHandler(this.dropDuty_Validating);
  313. //
  314. // lblDefectLocation
  315. //
  316. this.lblDefectLocation.AutoSize = true;
  317. this.lblDefectLocation.BackColor = System.Drawing.Color.Transparent;
  318. this.lblDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.lblDefectLocation.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  320. this.lblDefectLocation.IsMustInput = true;
  321. this.lblDefectLocation.Location = new System.Drawing.Point(229, 14);
  322. this.lblDefectLocation.Name = "lblDefectLocation";
  323. this.lblDefectLocation.Size = new System.Drawing.Size(53, 12);
  324. this.lblDefectLocation.TabIndex = 7;
  325. this.lblDefectLocation.Text = "缺陷位置";
  326. //
  327. // dropDefectLocation
  328. //
  329. this.dropDefectLocation.BackColor = System.Drawing.SystemColors.Window;
  330. this.dropDefectLocation.BackgroundColor = System.Drawing.SystemColors.Window;
  331. this.dropDefectLocation.DataSource = null;
  332. this.dropDefectLocation.DisplayMember = null;
  333. this.dropDefectLocation.ErrorMessage = "";
  334. this.dropDefectLocation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.dropDefectLocation.IsSetPosition = false;
  336. this.dropDefectLocation.Location = new System.Drawing.Point(288, 10);
  337. this.dropDefectLocation.Name = "dropDefectLocation";
  338. this.dropDefectLocation.PromptBackColor = System.Drawing.Color.Snow;
  339. this.dropDefectLocation.PromptForeColor = System.Drawing.Color.Gray;
  340. this.dropDefectLocation.SelectedValue = "";
  341. this.dropDefectLocation.Size = new System.Drawing.Size(160, 21);
  342. this.dropDefectLocation.TabIndex = 8;
  343. this.dropDefectLocation.ValueMember = null;
  344. this.dropDefectLocation.Validating += new System.ComponentModel.CancelEventHandler(this.dropDefectLocation_Validating);
  345. //
  346. // lblDutyProcedure
  347. //
  348. this.lblDutyProcedure.AutoSize = true;
  349. this.lblDutyProcedure.BackColor = System.Drawing.Color.Transparent;
  350. this.lblDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.lblDutyProcedure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  352. this.lblDutyProcedure.IsMustInput = true;
  353. this.lblDutyProcedure.Location = new System.Drawing.Point(4, 41);
  354. this.lblDutyProcedure.Name = "lblDutyProcedure";
  355. this.lblDutyProcedure.Size = new System.Drawing.Size(53, 12);
  356. this.lblDutyProcedure.TabIndex = 9;
  357. this.lblDutyProcedure.Text = "责任工序";
  358. //
  359. // dropDutyProcedure
  360. //
  361. this.dropDutyProcedure.BackColor = System.Drawing.SystemColors.Window;
  362. this.dropDutyProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  363. this.dropDutyProcedure.DataSource = null;
  364. this.dropDutyProcedure.DisplayMember = null;
  365. this.dropDutyProcedure.ErrorMessage = "";
  366. this.dropDutyProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.dropDutyProcedure.IsSetPosition = false;
  368. this.dropDutyProcedure.Location = new System.Drawing.Point(63, 37);
  369. this.dropDutyProcedure.Name = "dropDutyProcedure";
  370. this.dropDutyProcedure.PromptBackColor = System.Drawing.Color.Snow;
  371. this.dropDutyProcedure.PromptForeColor = System.Drawing.Color.Gray;
  372. this.dropDutyProcedure.SelectedValue = "";
  373. this.dropDutyProcedure.Size = new System.Drawing.Size(160, 21);
  374. this.dropDutyProcedure.TabIndex = 10;
  375. this.dropDutyProcedure.ValueMember = null;
  376. this.dropDutyProcedure.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyProcedure_Validating);
  377. //
  378. // lblDutyUser
  379. //
  380. this.lblDutyUser.AutoSize = true;
  381. this.lblDutyUser.BackColor = System.Drawing.Color.Transparent;
  382. this.lblDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.lblDutyUser.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  384. this.lblDutyUser.IsMustInput = true;
  385. this.lblDutyUser.Location = new System.Drawing.Point(229, 41);
  386. this.lblDutyUser.Name = "lblDutyUser";
  387. this.lblDutyUser.Size = new System.Drawing.Size(53, 12);
  388. this.lblDutyUser.TabIndex = 11;
  389. this.lblDutyUser.Text = "责任工号";
  390. //
  391. // dropDutyUser
  392. //
  393. this.dropDutyUser.BackColor = System.Drawing.SystemColors.Window;
  394. this.dropDutyUser.BackgroundColor = System.Drawing.SystemColors.Window;
  395. this.dropDutyUser.DataSource = null;
  396. this.dropDutyUser.DisplayMember = null;
  397. this.dropDutyUser.ErrorMessage = "";
  398. this.dropDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.dropDutyUser.IsSetPosition = false;
  400. this.dropDutyUser.Location = new System.Drawing.Point(288, 37);
  401. this.dropDutyUser.Name = "dropDutyUser";
  402. this.dropDutyUser.PromptBackColor = System.Drawing.Color.Snow;
  403. this.dropDutyUser.PromptForeColor = System.Drawing.Color.Gray;
  404. this.dropDutyUser.SelectedValue = "";
  405. this.dropDutyUser.Size = new System.Drawing.Size(160, 21);
  406. this.dropDutyUser.TabIndex = 12;
  407. this.dropDutyUser.ValueMember = null;
  408. this.dropDutyUser.Validating += new System.ComponentModel.CancelEventHandler(this.dropDutyUser_Validating);
  409. //
  410. // lblJobs
  411. //
  412. this.lblJobs.AutoSize = true;
  413. this.lblJobs.BackColor = System.Drawing.Color.Transparent;
  414. this.lblJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.lblJobs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  416. this.lblJobs.IsMustInput = true;
  417. this.lblJobs.Location = new System.Drawing.Point(4, 68);
  418. this.lblJobs.Name = "lblJobs";
  419. this.lblJobs.Size = new System.Drawing.Size(53, 12);
  420. this.lblJobs.TabIndex = 13;
  421. this.lblJobs.Text = "责任工种";
  422. //
  423. // dropJobs
  424. //
  425. this.dropJobs.BackColor = System.Drawing.SystemColors.Window;
  426. this.dropJobs.BackgroundColor = System.Drawing.SystemColors.Window;
  427. this.dropJobs.DataSource = null;
  428. this.dropJobs.DisplayMember = null;
  429. this.dropJobs.ErrorMessage = "";
  430. this.dropJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.dropJobs.IsSetPosition = false;
  432. this.dropJobs.Location = new System.Drawing.Point(63, 64);
  433. this.dropJobs.Name = "dropJobs";
  434. this.dropJobs.PromptBackColor = System.Drawing.Color.Snow;
  435. this.dropJobs.PromptForeColor = System.Drawing.Color.Gray;
  436. this.dropJobs.SelectedValue = "";
  437. this.dropJobs.Size = new System.Drawing.Size(160, 21);
  438. this.dropJobs.TabIndex = 14;
  439. this.dropJobs.ValueMember = null;
  440. this.dropJobs.Validating += new System.ComponentModel.CancelEventHandler(this.dropJobs_Validating);
  441. //
  442. // lblRemarks
  443. //
  444. this.lblRemarks.AutoSize = true;
  445. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  446. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  448. this.lblRemarks.Location = new System.Drawing.Point(28, 98);
  449. this.lblRemarks.Name = "lblRemarks";
  450. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  451. this.lblRemarks.TabIndex = 15;
  452. this.lblRemarks.Text = "备注";
  453. //
  454. // txtRemarks
  455. //
  456. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  457. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  458. this.txtRemarks.ErrorMessage = "";
  459. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.txtRemarks.Location = new System.Drawing.Point(63, 95);
  461. this.txtRemarks.Multiline = true;
  462. this.txtRemarks.Name = "txtRemarks";
  463. this.txtRemarks.Size = new System.Drawing.Size(385, 33);
  464. this.txtRemarks.TabIndex = 16;
  465. this.txtRemarks.TextValue = "";
  466. //
  467. // odlgFile
  468. //
  469. this.odlgFile.FileName = "openFileDialog1";
  470. //
  471. // lblDefectFine
  472. //
  473. this.lblDefectFine.AutoSize = true;
  474. this.lblDefectFine.BackColor = System.Drawing.Color.Transparent;
  475. this.lblDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.lblDefectFine.ForeColor = System.Drawing.SystemColors.ControlText;
  477. this.lblDefectFine.Location = new System.Drawing.Point(229, 68);
  478. this.lblDefectFine.Name = "lblDefectFine";
  479. this.lblDefectFine.Size = new System.Drawing.Size(53, 12);
  480. this.lblDefectFine.TabIndex = 24;
  481. this.lblDefectFine.Text = "缺陷扣罚";
  482. //
  483. // cmbDefectFine
  484. //
  485. this.cmbDefectFine.BackColor = System.Drawing.SystemColors.Window;
  486. this.cmbDefectFine.BackgroundColor = System.Drawing.SystemColors.Window;
  487. this.cmbDefectFine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.cmbDefectFine.FormattingEnabled = true;
  489. this.cmbDefectFine.Location = new System.Drawing.Point(288, 65);
  490. this.cmbDefectFine.Name = "cmbDefectFine";
  491. this.cmbDefectFine.Size = new System.Drawing.Size(160, 20);
  492. this.cmbDefectFine.TabIndex = 23;
  493. //
  494. // F_PM_1303
  495. //
  496. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  497. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  498. this.CancelButton = this.btnCancel;
  499. this.ClientSize = new System.Drawing.Size(737, 370);
  500. this.Controls.Add(this.lblDefectFine);
  501. this.Controls.Add(this.cmbDefectFine);
  502. this.Controls.Add(this.txtRemarks);
  503. this.Controls.Add(this.lblRemarks);
  504. this.Controls.Add(this.dropJobs);
  505. this.Controls.Add(this.lblJobs);
  506. this.Controls.Add(this.dropDutyUser);
  507. this.Controls.Add(this.lblDutyUser);
  508. this.Controls.Add(this.dropDutyProcedure);
  509. this.Controls.Add(this.lblDutyProcedure);
  510. this.Controls.Add(this.dropDefectLocation);
  511. this.Controls.Add(this.lblDefectLocation);
  512. this.Controls.Add(this.dropDuty);
  513. this.Controls.Add(this.lblDuty);
  514. this.Controls.Add(this.btnCancel);
  515. this.Controls.Add(this.btnSave);
  516. this.Controls.Add(this.tabControl2);
  517. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  518. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  519. this.IsSaveFormSize = false;
  520. this.MaximizeBox = false;
  521. this.MinimizeBox = false;
  522. this.Name = "F_PM_1303";
  523. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  524. this.Text = "F_PM_1303";
  525. this.Load += new System.EventHandler(this.F_PM_1303_Load);
  526. this.Controls.SetChildIndex(this.tabControl2, 0);
  527. this.Controls.SetChildIndex(this.btnSave, 0);
  528. this.Controls.SetChildIndex(this.btnCancel, 0);
  529. this.Controls.SetChildIndex(this.lblDuty, 0);
  530. this.Controls.SetChildIndex(this.dropDuty, 0);
  531. this.Controls.SetChildIndex(this.lblDefectLocation, 0);
  532. this.Controls.SetChildIndex(this.dropDefectLocation, 0);
  533. this.Controls.SetChildIndex(this.lblDutyProcedure, 0);
  534. this.Controls.SetChildIndex(this.dropDutyProcedure, 0);
  535. this.Controls.SetChildIndex(this.lblDutyUser, 0);
  536. this.Controls.SetChildIndex(this.dropDutyUser, 0);
  537. this.Controls.SetChildIndex(this.lblJobs, 0);
  538. this.Controls.SetChildIndex(this.dropJobs, 0);
  539. this.Controls.SetChildIndex(this.lblRemarks, 0);
  540. this.Controls.SetChildIndex(this.txtRemarks, 0);
  541. this.Controls.SetChildIndex(this.cmbDefectFine, 0);
  542. this.Controls.SetChildIndex(this.lblDefectFine, 0);
  543. this.tabControl2.ResumeLayout(false);
  544. this.tabPage3.ResumeLayout(false);
  545. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  546. this.tabPage4.ResumeLayout(false);
  547. this.ResumeLayout(false);
  548. this.PerformLayout();
  549. }
  550. #endregion
  551. private System.Windows.Forms.TabControl tabControl2;
  552. private System.Windows.Forms.TabPage tabPage3;
  553. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  554. private System.Windows.Forms.TabPage tabPage4;
  555. private System.Windows.Forms.ListView lvPic;
  556. private Basics.BaseControls.C_Button btnSave;
  557. private Basics.BaseControls.C_Button btnCancel;
  558. private Basics.BaseControls.C_Label lblDuty;
  559. private Basics.BaseControls.C_TXT_DropDownList dropDuty;
  560. private Basics.BaseControls.C_Label lblDefectLocation;
  561. private Basics.BaseControls.C_TXT_DropDownList dropDefectLocation;
  562. private Basics.BaseControls.C_Label lblDutyProcedure;
  563. private Basics.BaseControls.C_TXT_DropDownList dropDutyProcedure;
  564. private Basics.BaseControls.C_Label lblDutyUser;
  565. private Basics.BaseControls.C_TXT_DropDownList dropDutyUser;
  566. private Basics.BaseControls.C_Label lblJobs;
  567. private Basics.BaseControls.C_TXT_DropDownList dropJobs;
  568. private Basics.BaseControls.C_Label lblRemarks;
  569. private Basics.BaseControls.C_TextBox txtRemarks;
  570. private Basics.BaseControls.C_Button btnUpload;
  571. private Basics.BaseControls.C_Button btnDelete;
  572. private System.Windows.Forms.OpenFileDialog odlgFile;
  573. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  579. private Basics.BaseControls.C_Label lblDefectFine;
  580. private Basics.BaseControls.C_ComboBox cmbDefectFine;
  581. }
  582. }