frmDefectManage.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. namespace Core.StlMes.Client.ZGMil.Popup
  2. {
  3. partial class frmDefectManage
  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("DEFECT_ITEM_CODE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_ITEM_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFECT_LEVEL");
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  34. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  35. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  36. this.dataSet1 = new System.Data.DataSet();
  37. this.dt_Defect = new System.Data.DataTable();
  38. this.dataColumn1 = new System.Data.DataColumn();
  39. this.dataColumn2 = new System.Data.DataColumn();
  40. this.dataColumn3 = new System.Data.DataColumn();
  41. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  42. this.ultrabtn_upd = new Infragistics.Win.Misc.UltraButton();
  43. this.ultraBtn_delete = new Infragistics.Win.Misc.UltraButton();
  44. this.ultraBtn_add = new Infragistics.Win.Misc.UltraButton();
  45. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  46. this.cbLever = new System.Windows.Forms.ComboBox();
  47. this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.txtCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.tableLayoutPanel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  54. this.ultraGroupBox2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dt_Defect)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  59. this.ultraGroupBox1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  61. this.ultraGroupBox3.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // tableLayoutPanel1
  67. //
  68. this.tableLayoutPanel1.ColumnCount = 1;
  69. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  70. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  71. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
  72. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 2);
  73. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  75. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  76. this.tableLayoutPanel1.RowCount = 3;
  77. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  78. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  79. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  80. this.tableLayoutPanel1.Size = new System.Drawing.Size(777, 391);
  81. this.tableLayoutPanel1.TabIndex = 0;
  82. //
  83. // ultraGroupBox2
  84. //
  85. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  86. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 53);
  88. this.ultraGroupBox2.Name = "ultraGroupBox2";
  89. this.ultraGroupBox2.Size = new System.Drawing.Size(771, 235);
  90. this.ultraGroupBox2.TabIndex = 1;
  91. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  92. //
  93. // ultraGrid1
  94. //
  95. this.ultraGrid1.DataMember = "Table1";
  96. this.ultraGrid1.DataSource = this.dataSet1;
  97. ultraGridColumn1.Header.VisiblePosition = 0;
  98. ultraGridColumn2.Header.VisiblePosition = 1;
  99. ultraGridColumn3.Header.VisiblePosition = 2;
  100. ultraGridBand1.Columns.AddRange(new object[] {
  101. ultraGridColumn1,
  102. ultraGridColumn2,
  103. ultraGridColumn3});
  104. appearance1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  105. appearance1.BackColor2 = System.Drawing.SystemColors.GradientInactiveCaption;
  106. ultraGridBand1.Header.Appearance = appearance1;
  107. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  108. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  109. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.ultraGrid1.ImeMode = System.Windows.Forms.ImeMode.Close;
  111. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  112. this.ultraGrid1.Name = "ultraGrid1";
  113. this.ultraGrid1.Size = new System.Drawing.Size(765, 232);
  114. this.ultraGrid1.TabIndex = 0;
  115. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  116. //
  117. // dataSet1
  118. //
  119. this.dataSet1.DataSetName = "NewDataSet";
  120. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  121. this.dt_Defect});
  122. //
  123. // dt_Defect
  124. //
  125. this.dt_Defect.Columns.AddRange(new System.Data.DataColumn[] {
  126. this.dataColumn1,
  127. this.dataColumn2,
  128. this.dataColumn3});
  129. this.dt_Defect.TableName = "Table1";
  130. //
  131. // dataColumn1
  132. //
  133. this.dataColumn1.Caption = "缺陷项代码";
  134. this.dataColumn1.ColumnName = "DEFECT_ITEM_CODE";
  135. //
  136. // dataColumn2
  137. //
  138. this.dataColumn2.Caption = "缺陷项名称";
  139. this.dataColumn2.ColumnName = "DEFECT_ITEM_NAME";
  140. //
  141. // dataColumn3
  142. //
  143. this.dataColumn3.Caption = "缺陷项等级";
  144. this.dataColumn3.ColumnName = "DEFECT_LEVEL";
  145. //
  146. // ultraGroupBox1
  147. //
  148. this.ultraGroupBox1.Controls.Add(this.ultrabtn_upd);
  149. this.ultraGroupBox1.Controls.Add(this.ultraBtn_delete);
  150. this.ultraGroupBox1.Controls.Add(this.ultraBtn_add);
  151. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
  153. this.ultraGroupBox1.Name = "ultraGroupBox1";
  154. this.ultraGroupBox1.Size = new System.Drawing.Size(771, 44);
  155. this.ultraGroupBox1.TabIndex = 0;
  156. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  157. //
  158. // ultrabtn_upd
  159. //
  160. this.ultrabtn_upd.Location = new System.Drawing.Point(684, 13);
  161. this.ultrabtn_upd.Name = "ultrabtn_upd";
  162. this.ultrabtn_upd.Size = new System.Drawing.Size(75, 25);
  163. this.ultrabtn_upd.TabIndex = 2;
  164. this.ultrabtn_upd.Text = "修 改";
  165. this.ultrabtn_upd.Click += new System.EventHandler(this.ultrabtn_upd_Click);
  166. //
  167. // ultraBtn_delete
  168. //
  169. this.ultraBtn_delete.Location = new System.Drawing.Point(586, 13);
  170. this.ultraBtn_delete.Name = "ultraBtn_delete";
  171. this.ultraBtn_delete.Size = new System.Drawing.Size(75, 25);
  172. this.ultraBtn_delete.TabIndex = 1;
  173. this.ultraBtn_delete.Text = "删 除";
  174. this.ultraBtn_delete.Click += new System.EventHandler(this.ultraBtn_delete_Click);
  175. //
  176. // ultraBtn_add
  177. //
  178. this.ultraBtn_add.Location = new System.Drawing.Point(488, 13);
  179. this.ultraBtn_add.Name = "ultraBtn_add";
  180. this.ultraBtn_add.Size = new System.Drawing.Size(75, 25);
  181. this.ultraBtn_add.TabIndex = 0;
  182. this.ultraBtn_add.Text = "增 加";
  183. this.ultraBtn_add.Click += new System.EventHandler(this.ultraBtn_add_Click);
  184. //
  185. // ultraGroupBox3
  186. //
  187. this.ultraGroupBox3.Controls.Add(this.cbLever);
  188. this.ultraGroupBox3.Controls.Add(this.txtName);
  189. this.ultraGroupBox3.Controls.Add(this.label3);
  190. this.ultraGroupBox3.Controls.Add(this.label2);
  191. this.ultraGroupBox3.Controls.Add(this.label1);
  192. this.ultraGroupBox3.Controls.Add(this.txtCode);
  193. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.ultraGroupBox3.Location = new System.Drawing.Point(3, 294);
  195. this.ultraGroupBox3.Name = "ultraGroupBox3";
  196. this.ultraGroupBox3.Size = new System.Drawing.Size(771, 94);
  197. this.ultraGroupBox3.TabIndex = 2;
  198. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  199. //
  200. // cbLever
  201. //
  202. this.cbLever.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.cbLever.FormattingEnabled = true;
  204. this.cbLever.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  205. this.cbLever.Location = new System.Drawing.Point(488, 32);
  206. this.cbLever.Name = "cbLever";
  207. this.cbLever.Size = new System.Drawing.Size(121, 20);
  208. this.cbLever.TabIndex = 8;
  209. //
  210. // txtName
  211. //
  212. this.txtName.Location = new System.Drawing.Point(320, 31);
  213. this.txtName.MaxLength = 20;
  214. this.txtName.Name = "txtName";
  215. this.txtName.Size = new System.Drawing.Size(100, 21);
  216. this.txtName.TabIndex = 6;
  217. //
  218. // label3
  219. //
  220. this.label3.AutoSize = true;
  221. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  222. this.label3.Location = new System.Drawing.Point(441, 34);
  223. this.label3.Name = "label3";
  224. this.label3.Size = new System.Drawing.Size(41, 12);
  225. this.label3.TabIndex = 5;
  226. this.label3.Text = "等级:";
  227. //
  228. // label2
  229. //
  230. this.label2.AutoSize = true;
  231. this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  232. this.label2.Location = new System.Drawing.Point(237, 34);
  233. this.label2.Name = "label2";
  234. this.label2.Size = new System.Drawing.Size(77, 12);
  235. this.label2.TabIndex = 4;
  236. this.label2.Text = "缺陷项名称:";
  237. //
  238. // label1
  239. //
  240. this.label1.AutoSize = true;
  241. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  242. this.label1.Location = new System.Drawing.Point(37, 34);
  243. this.label1.Name = "label1";
  244. this.label1.Size = new System.Drawing.Size(77, 12);
  245. this.label1.TabIndex = 3;
  246. this.label1.Text = "缺陷项代码:";
  247. //
  248. // txtCode
  249. //
  250. this.txtCode.Location = new System.Drawing.Point(120, 31);
  251. this.txtCode.MaxLength = 10;
  252. this.txtCode.Name = "txtCode";
  253. this.txtCode.Size = new System.Drawing.Size(100, 21);
  254. this.txtCode.TabIndex = 2;
  255. //
  256. // frmDefectManage
  257. //
  258. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  259. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  260. this.ClientSize = new System.Drawing.Size(777, 391);
  261. this.Controls.Add(this.tableLayoutPanel1);
  262. this.Name = "frmDefectManage";
  263. this.Text = "缺陷项管理";
  264. this.tableLayoutPanel1.ResumeLayout(false);
  265. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  266. this.ultraGroupBox2.ResumeLayout(false);
  267. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.dt_Defect)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  271. this.ultraGroupBox1.ResumeLayout(false);
  272. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  273. this.ultraGroupBox3.ResumeLayout(false);
  274. this.ultraGroupBox3.PerformLayout();
  275. ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
  277. this.ResumeLayout(false);
  278. }
  279. #endregion
  280. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  281. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  282. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  283. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  284. private System.Data.DataSet dataSet1;
  285. private System.Data.DataTable dt_Defect;
  286. private System.Data.DataColumn dataColumn1;
  287. private System.Data.DataColumn dataColumn2;
  288. private System.Data.DataColumn dataColumn3;
  289. private Infragistics.Win.Misc.UltraButton ultraBtn_add;
  290. private Infragistics.Win.Misc.UltraButton ultrabtn_upd;
  291. private Infragistics.Win.Misc.UltraButton ultraBtn_delete;
  292. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  293. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCode;
  294. private System.Windows.Forms.Label label1;
  295. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
  296. private System.Windows.Forms.Label label3;
  297. private System.Windows.Forms.Label label2;
  298. private System.Windows.Forms.ComboBox cbLever;
  299. }
  300. }