frmInspector.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. namespace Core.StlMes.Client.ZGMil.Popup
  2. {
  3. partial class frmInspector
  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. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INSPECTOR_CODE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INSPECTOR_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_SHIFT");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COL_GROUP");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  42. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  43. this.dataSet1 = new System.Data.DataSet();
  44. this.dt_Defect = new System.Data.DataTable();
  45. this.dataColumn1 = new System.Data.DataColumn();
  46. this.dataColumn2 = new System.Data.DataColumn();
  47. this.dataColumn3 = new System.Data.DataColumn();
  48. this.dataColumn4 = new System.Data.DataColumn();
  49. this.dataColumn5 = new System.Data.DataColumn();
  50. this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  52. this.txtPlanCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.ulCombGroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.ulCombShift = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.label3 = new System.Windows.Forms.Label();
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.txtCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  60. this.ultrabtn_upd = new Infragistics.Win.Misc.UltraButton();
  61. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  62. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  63. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  64. this.ultraBtn_add = new Infragistics.Win.Misc.UltraButton();
  65. this.ultraBtn_delete = new Infragistics.Win.Misc.UltraButton();
  66. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  67. this.comboBox1 = new System.Windows.Forms.ComboBox();
  68. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.label4 = new System.Windows.Forms.Label();
  70. this.label5 = new System.Windows.Forms.Label();
  71. this.label6 = new System.Windows.Forms.Label();
  72. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  73. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  74. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  75. this.ultraButton3 = new Infragistics.Win.Misc.UltraButton();
  76. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  77. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  78. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  79. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  80. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.dt_Defect)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  85. this.ultraGroupBox3.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtPlanCode)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.ulCombGroup)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.ulCombShift)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  91. this.ultraGroupBox2.SuspendLayout();
  92. this.tableLayoutPanel1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  94. this.ultraGroupBox1.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  96. this.ultraGroupBox4.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  101. this.ultraGroupBox5.SuspendLayout();
  102. this.tableLayoutPanel2.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  104. this.ultraGroupBox6.SuspendLayout();
  105. this.SuspendLayout();
  106. //
  107. // ultraGrid1
  108. //
  109. this.ultraGrid1.DataMember = "Table1";
  110. this.ultraGrid1.DataSource = this.dataSet1;
  111. ultraGridColumn1.Header.VisiblePosition = 0;
  112. ultraGridColumn2.Header.VisiblePosition = 1;
  113. ultraGridColumn3.Header.VisiblePosition = 2;
  114. ultraGridColumn4.Header.VisiblePosition = 3;
  115. ultraGridColumn5.Header.VisiblePosition = 4;
  116. ultraGridBand1.Columns.AddRange(new object[] {
  117. ultraGridColumn1,
  118. ultraGridColumn2,
  119. ultraGridColumn3,
  120. ultraGridColumn4,
  121. ultraGridColumn5});
  122. appearance2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  123. appearance2.BackColor2 = System.Drawing.SystemColors.GradientInactiveCaption;
  124. ultraGridBand1.Header.Appearance = appearance2;
  125. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  126. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  127. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.ultraGrid1.ImeMode = System.Windows.Forms.ImeMode.Close;
  129. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  130. this.ultraGrid1.Name = "ultraGrid1";
  131. this.ultraGrid1.Size = new System.Drawing.Size(742, 257);
  132. this.ultraGrid1.TabIndex = 0;
  133. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  134. //
  135. // dataSet1
  136. //
  137. this.dataSet1.DataSetName = "NewDataSet";
  138. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  139. this.dt_Defect});
  140. //
  141. // dt_Defect
  142. //
  143. this.dt_Defect.Columns.AddRange(new System.Data.DataColumn[] {
  144. this.dataColumn1,
  145. this.dataColumn2,
  146. this.dataColumn3,
  147. this.dataColumn4,
  148. this.dataColumn5});
  149. this.dt_Defect.TableName = "Table1";
  150. //
  151. // dataColumn1
  152. //
  153. this.dataColumn1.Caption = "质检员编号";
  154. this.dataColumn1.ColumnName = "INSPECTOR_CODE";
  155. //
  156. // dataColumn2
  157. //
  158. this.dataColumn2.Caption = "质检员姓名";
  159. this.dataColumn2.ColumnName = "INSPECTOR_NAME";
  160. //
  161. // dataColumn3
  162. //
  163. this.dataColumn3.Caption = "班次";
  164. this.dataColumn3.ColumnName = "COL_SHIFT";
  165. //
  166. // dataColumn4
  167. //
  168. this.dataColumn4.Caption = "班组";
  169. this.dataColumn4.ColumnName = "COL_GROUP";
  170. //
  171. // dataColumn5
  172. //
  173. this.dataColumn5.Caption = "产线代码";
  174. this.dataColumn5.ColumnName = "PLINE_CODE";
  175. //
  176. // txtName
  177. //
  178. this.txtName.Location = new System.Drawing.Point(320, 31);
  179. this.txtName.MaxLength = 20;
  180. this.txtName.Name = "txtName";
  181. this.txtName.Size = new System.Drawing.Size(100, 21);
  182. this.txtName.TabIndex = 6;
  183. //
  184. // ultraGroupBox3
  185. //
  186. this.ultraGroupBox3.Controls.Add(this.txtPlanCode);
  187. this.ultraGroupBox3.Controls.Add(this.ulCombGroup);
  188. this.ultraGroupBox3.Controls.Add(this.ulCombShift);
  189. this.ultraGroupBox3.Controls.Add(this.label8);
  190. this.ultraGroupBox3.Controls.Add(this.txtName);
  191. this.ultraGroupBox3.Controls.Add(this.label3);
  192. this.ultraGroupBox3.Controls.Add(this.label2);
  193. this.ultraGroupBox3.Controls.Add(this.label1);
  194. this.ultraGroupBox3.Controls.Add(this.txtCode);
  195. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.ultraGroupBox3.Location = new System.Drawing.Point(3, 319);
  197. this.ultraGroupBox3.Name = "ultraGroupBox3";
  198. this.ultraGroupBox3.Size = new System.Drawing.Size(748, 94);
  199. this.ultraGroupBox3.TabIndex = 2;
  200. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  201. //
  202. // txtPlanCode
  203. //
  204. this.txtPlanCode.Location = new System.Drawing.Point(438, 31);
  205. this.txtPlanCode.MaxLength = 20;
  206. this.txtPlanCode.Name = "txtPlanCode";
  207. this.txtPlanCode.Size = new System.Drawing.Size(100, 21);
  208. this.txtPlanCode.TabIndex = 13;
  209. this.txtPlanCode.Visible = false;
  210. //
  211. // ulCombGroup
  212. //
  213. this.ulCombGroup.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  214. this.ulCombGroup.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  215. valueListItem1.DataValue = "0";
  216. valueListItem1.DisplayText = "甲";
  217. valueListItem2.DataValue = "1";
  218. valueListItem2.DisplayText = "乙";
  219. valueListItem3.DataValue = "2";
  220. valueListItem3.DisplayText = "丙";
  221. valueListItem4.DataValue = "3";
  222. valueListItem4.DisplayText = "丁";
  223. this.ulCombGroup.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  224. valueListItem1,
  225. valueListItem2,
  226. valueListItem3,
  227. valueListItem4});
  228. this.ulCombGroup.Location = new System.Drawing.Point(120, 66);
  229. this.ulCombGroup.Name = "ulCombGroup";
  230. this.ulCombGroup.Size = new System.Drawing.Size(100, 21);
  231. this.ulCombGroup.TabIndex = 12;
  232. //
  233. // ulCombShift
  234. //
  235. this.ulCombShift.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  236. this.ulCombShift.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  237. valueListItem5.DataValue = "0";
  238. valueListItem5.DisplayText = "早";
  239. valueListItem6.DataValue = "1";
  240. valueListItem6.DisplayText = "中";
  241. valueListItem7.DataValue = "2";
  242. valueListItem7.DisplayText = "晚";
  243. this.ulCombShift.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  244. valueListItem5,
  245. valueListItem6,
  246. valueListItem7});
  247. this.ulCombShift.Location = new System.Drawing.Point(320, 67);
  248. this.ulCombShift.Name = "ulCombShift";
  249. this.ulCombShift.Size = new System.Drawing.Size(100, 21);
  250. this.ulCombShift.TabIndex = 11;
  251. //
  252. // label8
  253. //
  254. this.label8.AutoSize = true;
  255. this.label8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  256. this.label8.Location = new System.Drawing.Point(73, 68);
  257. this.label8.Name = "label8";
  258. this.label8.Size = new System.Drawing.Size(41, 12);
  259. this.label8.TabIndex = 10;
  260. this.label8.Text = "班组:";
  261. //
  262. // label3
  263. //
  264. this.label3.AutoSize = true;
  265. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  266. this.label3.Location = new System.Drawing.Point(273, 67);
  267. this.label3.Name = "label3";
  268. this.label3.Size = new System.Drawing.Size(41, 12);
  269. this.label3.TabIndex = 5;
  270. this.label3.Text = "班次:";
  271. //
  272. // label2
  273. //
  274. this.label2.AutoSize = true;
  275. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  276. this.label2.Location = new System.Drawing.Point(237, 34);
  277. this.label2.Name = "label2";
  278. this.label2.Size = new System.Drawing.Size(77, 12);
  279. this.label2.TabIndex = 4;
  280. this.label2.Text = "质检员名称:";
  281. //
  282. // label1
  283. //
  284. this.label1.AutoSize = true;
  285. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  286. this.label1.Location = new System.Drawing.Point(37, 34);
  287. this.label1.Name = "label1";
  288. this.label1.Size = new System.Drawing.Size(77, 12);
  289. this.label1.TabIndex = 3;
  290. this.label1.Text = "质检员代码:";
  291. //
  292. // txtCode
  293. //
  294. this.txtCode.Location = new System.Drawing.Point(120, 31);
  295. this.txtCode.MaxLength = 10;
  296. this.txtCode.Name = "txtCode";
  297. this.txtCode.Size = new System.Drawing.Size(100, 21);
  298. this.txtCode.TabIndex = 2;
  299. //
  300. // ultrabtn_upd
  301. //
  302. this.ultrabtn_upd.Location = new System.Drawing.Point(664, 13);
  303. this.ultrabtn_upd.Name = "ultrabtn_upd";
  304. this.ultrabtn_upd.Size = new System.Drawing.Size(75, 25);
  305. this.ultrabtn_upd.TabIndex = 2;
  306. this.ultrabtn_upd.Text = "修 改";
  307. this.ultrabtn_upd.Click += new System.EventHandler(this.ultrabtn_upd_Click);
  308. //
  309. // ultraGroupBox2
  310. //
  311. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  312. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 53);
  314. this.ultraGroupBox2.Name = "ultraGroupBox2";
  315. this.ultraGroupBox2.Size = new System.Drawing.Size(748, 260);
  316. this.ultraGroupBox2.TabIndex = 1;
  317. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  318. //
  319. // tableLayoutPanel1
  320. //
  321. this.tableLayoutPanel1.ColumnCount = 1;
  322. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  323. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  324. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  325. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 2);
  326. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  328. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  329. this.tableLayoutPanel1.RowCount = 3;
  330. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  331. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  332. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  333. this.tableLayoutPanel1.Size = new System.Drawing.Size(754, 416);
  334. this.tableLayoutPanel1.TabIndex = 1;
  335. //
  336. // ultraGroupBox1
  337. //
  338. this.ultraGroupBox1.Controls.Add(this.ultrabtn_upd);
  339. this.ultraGroupBox1.Controls.Add(this.ultraBtn_add);
  340. this.ultraGroupBox1.Controls.Add(this.ultraBtn_delete);
  341. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  343. this.ultraGroupBox1.Name = "ultraGroupBox1";
  344. this.ultraGroupBox1.Size = new System.Drawing.Size(748, 44);
  345. this.ultraGroupBox1.TabIndex = 0;
  346. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  347. //
  348. // ultraBtn_add
  349. //
  350. this.ultraBtn_add.Location = new System.Drawing.Point(502, 13);
  351. this.ultraBtn_add.Name = "ultraBtn_add";
  352. this.ultraBtn_add.Size = new System.Drawing.Size(75, 25);
  353. this.ultraBtn_add.TabIndex = 0;
  354. this.ultraBtn_add.Text = "增 加";
  355. this.ultraBtn_add.Click += new System.EventHandler(this.ultraBtn_add_Click);
  356. //
  357. // ultraBtn_delete
  358. //
  359. this.ultraBtn_delete.Location = new System.Drawing.Point(583, 13);
  360. this.ultraBtn_delete.Name = "ultraBtn_delete";
  361. this.ultraBtn_delete.Size = new System.Drawing.Size(75, 25);
  362. this.ultraBtn_delete.TabIndex = 1;
  363. this.ultraBtn_delete.Text = "删 除";
  364. this.ultraBtn_delete.Click += new System.EventHandler(this.ultraBtn_delete_Click);
  365. //
  366. // ultraGroupBox4
  367. //
  368. this.ultraGroupBox4.Controls.Add(this.comboBox1);
  369. this.ultraGroupBox4.Controls.Add(this.ultraTextEditor1);
  370. this.ultraGroupBox4.Controls.Add(this.label4);
  371. this.ultraGroupBox4.Controls.Add(this.label5);
  372. this.ultraGroupBox4.Controls.Add(this.label6);
  373. this.ultraGroupBox4.Controls.Add(this.ultraTextEditor2);
  374. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  375. this.ultraGroupBox4.Location = new System.Drawing.Point(3, 219);
  376. this.ultraGroupBox4.Name = "ultraGroupBox4";
  377. this.ultraGroupBox4.Size = new System.Drawing.Size(664, 94);
  378. this.ultraGroupBox4.TabIndex = 2;
  379. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  380. //
  381. // comboBox1
  382. //
  383. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  384. this.comboBox1.FormattingEnabled = true;
  385. this.comboBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  386. this.comboBox1.Location = new System.Drawing.Point(488, 32);
  387. this.comboBox1.Name = "comboBox1";
  388. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  389. this.comboBox1.TabIndex = 8;
  390. //
  391. // ultraTextEditor1
  392. //
  393. this.ultraTextEditor1.Location = new System.Drawing.Point(320, 31);
  394. this.ultraTextEditor1.MaxLength = 20;
  395. this.ultraTextEditor1.Name = "ultraTextEditor1";
  396. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  397. this.ultraTextEditor1.TabIndex = 6;
  398. //
  399. // label4
  400. //
  401. this.label4.AutoSize = true;
  402. this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  403. this.label4.Location = new System.Drawing.Point(441, 34);
  404. this.label4.Name = "label4";
  405. this.label4.Size = new System.Drawing.Size(41, 12);
  406. this.label4.TabIndex = 5;
  407. this.label4.Text = "等级:";
  408. //
  409. // label5
  410. //
  411. this.label5.AutoSize = true;
  412. this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  413. this.label5.Location = new System.Drawing.Point(237, 34);
  414. this.label5.Name = "label5";
  415. this.label5.Size = new System.Drawing.Size(77, 12);
  416. this.label5.TabIndex = 4;
  417. this.label5.Text = "缺陷项名称:";
  418. //
  419. // label6
  420. //
  421. this.label6.AutoSize = true;
  422. this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  423. this.label6.Location = new System.Drawing.Point(37, 34);
  424. this.label6.Name = "label6";
  425. this.label6.Size = new System.Drawing.Size(77, 12);
  426. this.label6.TabIndex = 3;
  427. this.label6.Text = "缺陷项代码:";
  428. //
  429. // ultraTextEditor2
  430. //
  431. this.ultraTextEditor2.Location = new System.Drawing.Point(120, 31);
  432. this.ultraTextEditor2.MaxLength = 10;
  433. this.ultraTextEditor2.Name = "ultraTextEditor2";
  434. this.ultraTextEditor2.Size = new System.Drawing.Size(100, 21);
  435. this.ultraTextEditor2.TabIndex = 2;
  436. //
  437. // ultraButton1
  438. //
  439. this.ultraButton1.Location = new System.Drawing.Point(670, 13);
  440. this.ultraButton1.Name = "ultraButton1";
  441. this.ultraButton1.Size = new System.Drawing.Size(75, 25);
  442. this.ultraButton1.TabIndex = 2;
  443. this.ultraButton1.Text = "修 改";
  444. //
  445. // ultraButton2
  446. //
  447. this.ultraButton2.Location = new System.Drawing.Point(474, 13);
  448. this.ultraButton2.Name = "ultraButton2";
  449. this.ultraButton2.Size = new System.Drawing.Size(75, 25);
  450. this.ultraButton2.TabIndex = 0;
  451. this.ultraButton2.Text = "增 加";
  452. //
  453. // ultraButton3
  454. //
  455. this.ultraButton3.Location = new System.Drawing.Point(572, 13);
  456. this.ultraButton3.Name = "ultraButton3";
  457. this.ultraButton3.Size = new System.Drawing.Size(75, 25);
  458. this.ultraButton3.TabIndex = 1;
  459. this.ultraButton3.Text = "删 除";
  460. //
  461. // ultraGrid2
  462. //
  463. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  464. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  465. this.ultraGrid2.ImeMode = System.Windows.Forms.ImeMode.Close;
  466. this.ultraGrid2.Location = new System.Drawing.Point(3, 0);
  467. this.ultraGrid2.Name = "ultraGrid2";
  468. this.ultraGrid2.Size = new System.Drawing.Size(188, 11);
  469. this.ultraGrid2.TabIndex = 0;
  470. //
  471. // ultraGroupBox5
  472. //
  473. this.ultraGroupBox5.Controls.Add(this.ultraGrid2);
  474. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  475. this.ultraGroupBox5.Location = new System.Drawing.Point(3, 23);
  476. this.ultraGroupBox5.Name = "ultraGroupBox5";
  477. this.ultraGroupBox5.Size = new System.Drawing.Size(194, 14);
  478. this.ultraGroupBox5.TabIndex = 1;
  479. this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  480. //
  481. // tableLayoutPanel2
  482. //
  483. this.tableLayoutPanel2.ColumnCount = 1;
  484. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  485. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox5, 0, 1);
  486. this.tableLayoutPanel2.Controls.Add(this.ultraGroupBox6, 0, 0);
  487. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  488. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  489. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  490. this.tableLayoutPanel2.RowCount = 3;
  491. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  492. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  493. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  494. this.tableLayoutPanel2.Size = new System.Drawing.Size(200, 100);
  495. this.tableLayoutPanel2.TabIndex = 0;
  496. //
  497. // ultraGroupBox6
  498. //
  499. this.ultraGroupBox6.Controls.Add(this.ultraButton1);
  500. this.ultraGroupBox6.Controls.Add(this.ultraButton3);
  501. this.ultraGroupBox6.Controls.Add(this.ultraButton2);
  502. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  503. this.ultraGroupBox6.Location = new System.Drawing.Point(3, 3);
  504. this.ultraGroupBox6.Name = "ultraGroupBox6";
  505. this.ultraGroupBox6.Size = new System.Drawing.Size(194, 14);
  506. this.ultraGroupBox6.TabIndex = 0;
  507. this.ultraGroupBox6.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  508. //
  509. // frmInspector
  510. //
  511. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  512. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  513. this.ClientSize = new System.Drawing.Size(754, 416);
  514. this.Controls.Add(this.tableLayoutPanel1);
  515. this.Name = "frmInspector";
  516. this.Text = "frmInspector";
  517. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)(this.dt_Defect)).EndInit();
  520. ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  522. this.ultraGroupBox3.ResumeLayout(false);
  523. this.ultraGroupBox3.PerformLayout();
  524. ((System.ComponentModel.ISupportInitialize)(this.txtPlanCode)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.ulCombGroup)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.ulCombShift)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  529. this.ultraGroupBox2.ResumeLayout(false);
  530. this.tableLayoutPanel1.ResumeLayout(false);
  531. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  532. this.ultraGroupBox1.ResumeLayout(false);
  533. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  534. this.ultraGroupBox4.ResumeLayout(false);
  535. this.ultraGroupBox4.PerformLayout();
  536. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  540. this.ultraGroupBox5.ResumeLayout(false);
  541. this.tableLayoutPanel2.ResumeLayout(false);
  542. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  543. this.ultraGroupBox6.ResumeLayout(false);
  544. this.ResumeLayout(false);
  545. }
  546. #endregion
  547. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  548. private System.Data.DataSet dataSet1;
  549. private System.Data.DataTable dt_Defect;
  550. private System.Data.DataColumn dataColumn1;
  551. private System.Data.DataColumn dataColumn2;
  552. private System.Data.DataColumn dataColumn3;
  553. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
  554. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  555. private System.Windows.Forms.Label label3;
  556. private System.Windows.Forms.Label label2;
  557. private System.Windows.Forms.Label label1;
  558. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCode;
  559. private Infragistics.Win.Misc.UltraButton ultrabtn_upd;
  560. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  561. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  562. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  563. private Infragistics.Win.Misc.UltraButton ultraBtn_delete;
  564. private Infragistics.Win.Misc.UltraButton ultraBtn_add;
  565. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  566. private System.Windows.Forms.ComboBox comboBox1;
  567. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  568. private System.Windows.Forms.Label label4;
  569. private System.Windows.Forms.Label label5;
  570. private System.Windows.Forms.Label label6;
  571. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  572. private Infragistics.Win.Misc.UltraButton ultraButton1;
  573. private Infragistics.Win.Misc.UltraButton ultraButton2;
  574. private Infragistics.Win.Misc.UltraButton ultraButton3;
  575. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  576. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  577. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  578. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  579. private System.Data.DataColumn dataColumn4;
  580. private System.Data.DataColumn dataColumn5;
  581. private System.Windows.Forms.Label label8;
  582. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulCombGroup;
  583. private Infragistics.Win.UltraWinEditors.UltraComboEditor ulCombShift;
  584. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPlanCode;
  585. }
  586. }