F_PM_0904.Designer.cs 35 KB

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