F_PM_2203.Designer.cs 28 KB

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