FrmBaseMatCheckItem.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. namespace Core.StlMes.Client.Lims.Data.Mat
  2. {
  3. partial class FrmBaseMatCheckItem
  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.Appearance appearance14 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  45. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  56. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  57. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.panel3 = new System.Windows.Forms.Panel();
  62. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  63. this.dataSet1 = new System.Data.DataSet();
  64. this.dataTable1 = new System.Data.DataTable();
  65. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  66. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  67. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  68. this.txtSHOW_SEQ = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  69. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  70. this.ultraDEPT_ID = new Core.StlMes.Client.Lims.Data.Mat.PublicUltraDept_ID();
  71. this.ultraVALUE_TYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  72. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  73. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  74. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  75. this.txtMAT_UNIT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  76. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  77. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  78. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  79. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  80. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  81. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  82. this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  83. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  84. this.ultraMAT_TYPE = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  85. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  86. this.txtMAT_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  87. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  88. this.txtMAT_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  89. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  90. this.panel2 = new System.Windows.Forms.Panel();
  91. this.ultraQueryDEPT_ID = new Core.StlMes.Client.Lims.Data.Mat.PublicUltraDept_ID();
  92. this.chkDEPT_ID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  93. this.chkMAT_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  94. this.txtQueryMAT_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  95. this.panel1.SuspendLayout();
  96. this.panel3.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  101. this.ultraExpandableGroupBox1.SuspendLayout();
  102. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.txtSHOW_SEQ)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.ultraVALUE_TYPE)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.txtMAT_UNIT)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraMAT_TYPE)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.txtMAT_NAME)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.txtMAT_CODE)).BeginInit();
  110. this.panel2.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.chkMAT_NAME)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.txtQueryMAT_NAME)).BeginInit();
  114. this.SuspendLayout();
  115. //
  116. // panel1
  117. //
  118. this.panel1.Controls.Add(this.panel3);
  119. this.panel1.Controls.Add(this.panel2);
  120. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.panel1.Location = new System.Drawing.Point(0, 0);
  122. this.panel1.Name = "panel1";
  123. this.panel1.Size = new System.Drawing.Size(1328, 474);
  124. this.panel1.TabIndex = 0;
  125. //
  126. // panel3
  127. //
  128. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.panel3.Controls.Add(this.ultraGrid1);
  130. this.panel3.Controls.Add(this.ultraExpandableGroupBox1);
  131. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.panel3.Location = new System.Drawing.Point(0, 40);
  133. this.panel3.Name = "panel3";
  134. this.panel3.Size = new System.Drawing.Size(1328, 434);
  135. this.panel3.TabIndex = 18;
  136. //
  137. // ultraGrid1
  138. //
  139. this.ultraGrid1.DataMember = "Table1";
  140. this.ultraGrid1.DataSource = this.dataSet1;
  141. appearance14.BackColor = System.Drawing.SystemColors.Window;
  142. appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  143. this.ultraGrid1.DisplayLayout.Appearance = appearance14;
  144. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  145. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  146. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  147. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  148. appearance15.BackColor = System.Drawing.SystemColors.ActiveBorder;
  149. appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
  150. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  151. appearance15.BorderColor = System.Drawing.SystemColors.Window;
  152. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance15;
  153. appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
  154. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18;
  155. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  156. appearance64.BackColor = System.Drawing.SystemColors.ControlLightLight;
  157. appearance64.BackColor2 = System.Drawing.SystemColors.Control;
  158. appearance64.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  159. appearance64.ForeColor = System.Drawing.SystemColors.GrayText;
  160. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance64;
  161. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  162. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  163. appearance23.BackColor = System.Drawing.SystemColors.Window;
  164. appearance23.ForeColor = System.Drawing.SystemColors.ControlText;
  165. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance23;
  166. appearance24.BackColor = System.Drawing.SystemColors.Highlight;
  167. appearance24.ForeColor = System.Drawing.SystemColors.HighlightText;
  168. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance24;
  169. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  170. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  171. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  172. appearance25.BackColor = System.Drawing.SystemColors.Window;
  173. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance25;
  174. appearance26.BorderColor = System.Drawing.Color.Silver;
  175. appearance26.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  176. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance26;
  177. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  178. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  179. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  180. appearance27.BackColor = System.Drawing.SystemColors.Control;
  181. appearance27.BackColor2 = System.Drawing.SystemColors.ControlDark;
  182. appearance27.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  183. appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  184. appearance27.BorderColor = System.Drawing.SystemColors.Window;
  185. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance27;
  186. appearance28.TextHAlignAsString = "Left";
  187. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance28;
  188. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  189. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  190. appearance29.BackColor = System.Drawing.SystemColors.Window;
  191. appearance29.BorderColor = System.Drawing.Color.Silver;
  192. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance29;
  193. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  194. appearance44.BackColor = System.Drawing.SystemColors.ControlLight;
  195. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance44;
  196. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  197. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  198. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  199. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  200. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  202. this.ultraGrid1.Name = "ultraGrid1";
  203. this.ultraGrid1.Size = new System.Drawing.Size(1326, 282);
  204. this.ultraGrid1.TabIndex = 27;
  205. this.ultraGrid1.Text = "钢级名称";
  206. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  207. //
  208. // dataSet1
  209. //
  210. this.dataSet1.DataSetName = "NewDataSet";
  211. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  212. this.dataTable1});
  213. //
  214. // dataTable1
  215. //
  216. this.dataTable1.TableName = "Table1";
  217. //
  218. // ultraExpandableGroupBox1
  219. //
  220. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  221. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  222. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1326, 150);
  223. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 282);
  224. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  225. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1326, 150);
  226. this.ultraExpandableGroupBox1.TabIndex = 1;
  227. this.ultraExpandableGroupBox1.Text = "检验项目编辑(*为必填项)";
  228. //
  229. // ultraExpandableGroupBoxPanel1
  230. //
  231. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  232. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtSHOW_SEQ);
  233. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel14);
  234. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraDEPT_ID);
  235. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraVALUE_TYPE);
  236. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  237. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  238. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  239. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMAT_UNIT);
  240. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  241. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  242. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  243. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
  244. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel11);
  245. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  246. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtREMARK);
  247. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  248. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraMAT_TYPE);
  249. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  250. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMAT_NAME);
  251. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  252. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMAT_CODE);
  253. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  254. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  256. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  257. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1320, 128);
  258. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  259. //
  260. // ultraLabel10
  261. //
  262. appearance9.ForeColor = System.Drawing.Color.Red;
  263. appearance9.TextHAlignAsString = "Right";
  264. appearance9.TextVAlignAsString = "Middle";
  265. this.ultraLabel10.Appearance = appearance9;
  266. this.ultraLabel10.AutoSize = true;
  267. this.ultraLabel10.Location = new System.Drawing.Point(318, 12);
  268. this.ultraLabel10.Name = "ultraLabel10";
  269. this.ultraLabel10.Size = new System.Drawing.Size(11, 14);
  270. this.ultraLabel10.TabIndex = 121;
  271. this.ultraLabel10.Text = "*";
  272. //
  273. // txtSHOW_SEQ
  274. //
  275. this.txtSHOW_SEQ.Location = new System.Drawing.Point(332, 9);
  276. this.txtSHOW_SEQ.MaxLength = 100;
  277. this.txtSHOW_SEQ.Name = "txtSHOW_SEQ";
  278. this.txtSHOW_SEQ.Size = new System.Drawing.Size(86, 21);
  279. this.txtSHOW_SEQ.TabIndex = 119;
  280. this.txtSHOW_SEQ.TextChanged += new System.EventHandler(this.txtSHOW_SEQ_TextChanged);
  281. //
  282. // ultraLabel14
  283. //
  284. appearance7.TextHAlignAsString = "Right";
  285. appearance7.TextVAlignAsString = "Middle";
  286. this.ultraLabel14.Appearance = appearance7;
  287. this.ultraLabel14.AutoSize = true;
  288. this.ultraLabel14.Location = new System.Drawing.Point(263, 12);
  289. this.ultraLabel14.Name = "ultraLabel14";
  290. this.ultraLabel14.Size = new System.Drawing.Size(54, 16);
  291. this.ultraLabel14.TabIndex = 120;
  292. this.ultraLabel14.Text = "显示序号";
  293. //
  294. // ultraDEPT_ID
  295. //
  296. this.ultraDEPT_ID.Location = new System.Drawing.Point(130, 9);
  297. this.ultraDEPT_ID.Name = "ultraDEPT_ID";
  298. this.ultraDEPT_ID.Size = new System.Drawing.Size(127, 21);
  299. this.ultraDEPT_ID.TabIndex = 118;
  300. this.ultraDEPT_ID.UltDept_ID = "";
  301. this.ultraDEPT_ID.UltDept_Name = "";
  302. //
  303. // ultraVALUE_TYPE
  304. //
  305. this.ultraVALUE_TYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  306. valueListItem1.DataValue = "0";
  307. valueListItem1.DisplayText = "数值";
  308. valueListItem2.DataValue = "1";
  309. valueListItem2.DisplayText = "文本";
  310. this.ultraVALUE_TYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  311. valueListItem1,
  312. valueListItem2});
  313. this.ultraVALUE_TYPE.Location = new System.Drawing.Point(493, 59);
  314. this.ultraVALUE_TYPE.Name = "ultraVALUE_TYPE";
  315. this.ultraVALUE_TYPE.Size = new System.Drawing.Size(98, 21);
  316. this.ultraVALUE_TYPE.TabIndex = 117;
  317. this.ultraVALUE_TYPE.Text = "数值";
  318. //
  319. // ultraLabel8
  320. //
  321. appearance37.ForeColor = System.Drawing.Color.Red;
  322. appearance37.TextHAlignAsString = "Right";
  323. appearance37.TextVAlignAsString = "Middle";
  324. this.ultraLabel8.Appearance = appearance37;
  325. this.ultraLabel8.AutoSize = true;
  326. this.ultraLabel8.Location = new System.Drawing.Point(479, 62);
  327. this.ultraLabel8.Name = "ultraLabel8";
  328. this.ultraLabel8.Size = new System.Drawing.Size(11, 14);
  329. this.ultraLabel8.TabIndex = 116;
  330. this.ultraLabel8.Text = "*";
  331. //
  332. // ultraLabel9
  333. //
  334. appearance8.TextHAlignAsString = "Right";
  335. appearance8.TextVAlignAsString = "Middle";
  336. this.ultraLabel9.Appearance = appearance8;
  337. this.ultraLabel9.AutoSize = true;
  338. this.ultraLabel9.Location = new System.Drawing.Point(424, 62);
  339. this.ultraLabel9.Name = "ultraLabel9";
  340. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  341. this.ultraLabel9.TabIndex = 115;
  342. this.ultraLabel9.Text = "结果类型";
  343. //
  344. // ultraLabel1
  345. //
  346. appearance10.ForeColor = System.Drawing.Color.Red;
  347. appearance10.TextHAlignAsString = "Right";
  348. appearance10.TextVAlignAsString = "Middle";
  349. this.ultraLabel1.Appearance = appearance10;
  350. this.ultraLabel1.AutoSize = true;
  351. this.ultraLabel1.Location = new System.Drawing.Point(318, 62);
  352. this.ultraLabel1.Name = "ultraLabel1";
  353. this.ultraLabel1.Size = new System.Drawing.Size(11, 14);
  354. this.ultraLabel1.TabIndex = 114;
  355. this.ultraLabel1.Text = "*";
  356. //
  357. // txtMAT_UNIT
  358. //
  359. this.txtMAT_UNIT.Location = new System.Drawing.Point(332, 59);
  360. this.txtMAT_UNIT.MaxLength = 100;
  361. this.txtMAT_UNIT.Name = "txtMAT_UNIT";
  362. this.txtMAT_UNIT.Size = new System.Drawing.Size(86, 21);
  363. this.txtMAT_UNIT.TabIndex = 112;
  364. //
  365. // ultraLabel6
  366. //
  367. appearance13.TextHAlignAsString = "Right";
  368. appearance13.TextVAlignAsString = "Middle";
  369. this.ultraLabel6.Appearance = appearance13;
  370. this.ultraLabel6.AutoSize = true;
  371. this.ultraLabel6.Location = new System.Drawing.Point(263, 62);
  372. this.ultraLabel6.Name = "ultraLabel6";
  373. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  374. this.ultraLabel6.TabIndex = 113;
  375. this.ultraLabel6.Text = "结果单位";
  376. //
  377. // ultraLabel16
  378. //
  379. appearance12.TextHAlignAsString = "Right";
  380. appearance12.TextVAlignAsString = "Middle";
  381. this.ultraLabel16.Appearance = appearance12;
  382. this.ultraLabel16.AutoSize = true;
  383. this.ultraLabel16.Location = new System.Drawing.Point(73, 12);
  384. this.ultraLabel16.Name = "ultraLabel16";
  385. this.ultraLabel16.Size = new System.Drawing.Size(42, 16);
  386. this.ultraLabel16.TabIndex = 110;
  387. this.ultraLabel16.Text = "试验室";
  388. //
  389. // ultraLabel13
  390. //
  391. appearance1.ForeColor = System.Drawing.Color.Red;
  392. appearance1.TextHAlignAsString = "Right";
  393. appearance1.TextVAlignAsString = "Middle";
  394. this.ultraLabel13.Appearance = appearance1;
  395. this.ultraLabel13.AutoSize = true;
  396. this.ultraLabel13.Location = new System.Drawing.Point(318, 37);
  397. this.ultraLabel13.Name = "ultraLabel13";
  398. this.ultraLabel13.Size = new System.Drawing.Size(11, 14);
  399. this.ultraLabel13.TabIndex = 109;
  400. this.ultraLabel13.Text = "*";
  401. //
  402. // ultraLabel12
  403. //
  404. appearance11.ForeColor = System.Drawing.Color.Red;
  405. appearance11.TextHAlignAsString = "Right";
  406. appearance11.TextVAlignAsString = "Middle";
  407. this.ultraLabel12.Appearance = appearance11;
  408. this.ultraLabel12.AutoSize = true;
  409. this.ultraLabel12.Location = new System.Drawing.Point(116, 63);
  410. this.ultraLabel12.Name = "ultraLabel12";
  411. this.ultraLabel12.Size = new System.Drawing.Size(11, 14);
  412. this.ultraLabel12.TabIndex = 108;
  413. this.ultraLabel12.Text = "*";
  414. //
  415. // ultraLabel11
  416. //
  417. appearance35.ForeColor = System.Drawing.Color.Red;
  418. appearance35.TextHAlignAsString = "Right";
  419. appearance35.TextVAlignAsString = "Middle";
  420. this.ultraLabel11.Appearance = appearance35;
  421. this.ultraLabel11.AutoSize = true;
  422. this.ultraLabel11.Location = new System.Drawing.Point(116, 37);
  423. this.ultraLabel11.Name = "ultraLabel11";
  424. this.ultraLabel11.Size = new System.Drawing.Size(11, 14);
  425. this.ultraLabel11.TabIndex = 107;
  426. this.ultraLabel11.Text = "*";
  427. //
  428. // ultraLabel7
  429. //
  430. appearance40.TextHAlignAsString = "Right";
  431. appearance40.TextVAlignAsString = "Middle";
  432. this.ultraLabel7.Appearance = appearance40;
  433. this.ultraLabel7.AutoSize = true;
  434. this.ultraLabel7.Location = new System.Drawing.Point(86, 97);
  435. this.ultraLabel7.Name = "ultraLabel7";
  436. this.ultraLabel7.Size = new System.Drawing.Size(29, 16);
  437. this.ultraLabel7.TabIndex = 83;
  438. this.ultraLabel7.Text = "备注";
  439. //
  440. // txtREMARK
  441. //
  442. this.txtREMARK.AutoSize = false;
  443. this.txtREMARK.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  444. this.txtREMARK.Location = new System.Drawing.Point(130, 84);
  445. this.txtREMARK.MaxLength = 200;
  446. this.txtREMARK.Multiline = true;
  447. this.txtREMARK.Name = "txtREMARK";
  448. this.txtREMARK.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  449. this.txtREMARK.Size = new System.Drawing.Size(461, 40);
  450. this.txtREMARK.TabIndex = 5;
  451. //
  452. // ultraLabel5
  453. //
  454. appearance5.TextHAlignAsString = "Right";
  455. appearance5.TextVAlignAsString = "Middle";
  456. this.ultraLabel5.Appearance = appearance5;
  457. this.ultraLabel5.AutoSize = true;
  458. this.ultraLabel5.Location = new System.Drawing.Point(61, 62);
  459. this.ultraLabel5.Name = "ultraLabel5";
  460. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  461. this.ultraLabel5.TabIndex = 61;
  462. this.ultraLabel5.Text = "项目类型";
  463. //
  464. // ultraMAT_TYPE
  465. //
  466. this.ultraMAT_TYPE.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  467. valueListItem3.DataValue = "0";
  468. valueListItem3.DisplayText = "单一";
  469. valueListItem4.DataValue = "1";
  470. valueListItem4.DisplayText = "复合";
  471. this.ultraMAT_TYPE.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  472. valueListItem3,
  473. valueListItem4});
  474. this.ultraMAT_TYPE.Location = new System.Drawing.Point(130, 59);
  475. this.ultraMAT_TYPE.Name = "ultraMAT_TYPE";
  476. this.ultraMAT_TYPE.Size = new System.Drawing.Size(127, 21);
  477. this.ultraMAT_TYPE.TabIndex = 3;
  478. this.ultraMAT_TYPE.Text = "单一";
  479. //
  480. // ultraLabel4
  481. //
  482. appearance3.TextHAlignAsString = "Right";
  483. appearance3.TextVAlignAsString = "Middle";
  484. this.ultraLabel4.Appearance = appearance3;
  485. this.ultraLabel4.AutoSize = true;
  486. this.ultraLabel4.Location = new System.Drawing.Point(12, 37);
  487. this.ultraLabel4.Name = "ultraLabel4";
  488. this.ultraLabel4.Size = new System.Drawing.Size(0, 0);
  489. this.ultraLabel4.TabIndex = 5;
  490. //
  491. // txtMAT_NAME
  492. //
  493. this.txtMAT_NAME.Location = new System.Drawing.Point(332, 34);
  494. this.txtMAT_NAME.MaxLength = 100;
  495. this.txtMAT_NAME.Name = "txtMAT_NAME";
  496. this.txtMAT_NAME.Size = new System.Drawing.Size(259, 21);
  497. this.txtMAT_NAME.TabIndex = 2;
  498. //
  499. // ultraLabel3
  500. //
  501. appearance2.TextHAlignAsString = "Right";
  502. appearance2.TextVAlignAsString = "Middle";
  503. this.ultraLabel3.Appearance = appearance2;
  504. this.ultraLabel3.AutoSize = true;
  505. this.ultraLabel3.Location = new System.Drawing.Point(263, 37);
  506. this.ultraLabel3.Name = "ultraLabel3";
  507. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  508. this.ultraLabel3.TabIndex = 3;
  509. this.ultraLabel3.Text = "项目名称";
  510. //
  511. // txtMAT_CODE
  512. //
  513. this.txtMAT_CODE.Location = new System.Drawing.Point(130, 34);
  514. this.txtMAT_CODE.MaxLength = 100;
  515. this.txtMAT_CODE.Name = "txtMAT_CODE";
  516. this.txtMAT_CODE.ReadOnly = true;
  517. this.txtMAT_CODE.Size = new System.Drawing.Size(127, 21);
  518. this.txtMAT_CODE.TabIndex = 1;
  519. //
  520. // ultraLabel2
  521. //
  522. appearance87.TextHAlignAsString = "Right";
  523. appearance87.TextVAlignAsString = "Middle";
  524. this.ultraLabel2.Appearance = appearance87;
  525. this.ultraLabel2.AutoSize = true;
  526. this.ultraLabel2.Location = new System.Drawing.Point(61, 37);
  527. this.ultraLabel2.Name = "ultraLabel2";
  528. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  529. this.ultraLabel2.TabIndex = 1;
  530. this.ultraLabel2.Text = "项目编号";
  531. //
  532. // panel2
  533. //
  534. this.panel2.Controls.Add(this.ultraQueryDEPT_ID);
  535. this.panel2.Controls.Add(this.chkDEPT_ID);
  536. this.panel2.Controls.Add(this.chkMAT_NAME);
  537. this.panel2.Controls.Add(this.txtQueryMAT_NAME);
  538. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  539. this.panel2.Location = new System.Drawing.Point(0, 0);
  540. this.panel2.Name = "panel2";
  541. this.panel2.Size = new System.Drawing.Size(1328, 40);
  542. this.panel2.TabIndex = 17;
  543. //
  544. // ultraQueryDEPT_ID
  545. //
  546. this.ultraQueryDEPT_ID.Location = new System.Drawing.Point(75, 11);
  547. this.ultraQueryDEPT_ID.Name = "ultraQueryDEPT_ID";
  548. this.ultraQueryDEPT_ID.Size = new System.Drawing.Size(79, 21);
  549. this.ultraQueryDEPT_ID.TabIndex = 58;
  550. this.ultraQueryDEPT_ID.UltDept_ID = "";
  551. this.ultraQueryDEPT_ID.UltDept_Name = "";
  552. //
  553. // chkDEPT_ID
  554. //
  555. this.chkDEPT_ID.AutoSize = true;
  556. this.chkDEPT_ID.Location = new System.Drawing.Point(12, 12);
  557. this.chkDEPT_ID.Margin = new System.Windows.Forms.Padding(2);
  558. this.chkDEPT_ID.Name = "chkDEPT_ID";
  559. this.chkDEPT_ID.Size = new System.Drawing.Size(59, 19);
  560. this.chkDEPT_ID.TabIndex = 57;
  561. this.chkDEPT_ID.Text = "试验室";
  562. //
  563. // chkMAT_NAME
  564. //
  565. this.chkMAT_NAME.AutoSize = true;
  566. this.chkMAT_NAME.Location = new System.Drawing.Point(158, 12);
  567. this.chkMAT_NAME.Margin = new System.Windows.Forms.Padding(2);
  568. this.chkMAT_NAME.Name = "chkMAT_NAME";
  569. this.chkMAT_NAME.Size = new System.Drawing.Size(71, 19);
  570. this.chkMAT_NAME.TabIndex = 56;
  571. this.chkMAT_NAME.Text = "项目名称";
  572. //
  573. // txtQueryMAT_NAME
  574. //
  575. this.txtQueryMAT_NAME.Location = new System.Drawing.Point(233, 11);
  576. this.txtQueryMAT_NAME.MaxLength = 100;
  577. this.txtQueryMAT_NAME.Name = "txtQueryMAT_NAME";
  578. this.txtQueryMAT_NAME.Size = new System.Drawing.Size(119, 21);
  579. this.txtQueryMAT_NAME.TabIndex = 55;
  580. //
  581. // FrmBaseMatCheckItem
  582. //
  583. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  584. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  585. this.ClientSize = new System.Drawing.Size(1328, 474);
  586. this.Controls.Add(this.panel1);
  587. this.Name = "FrmBaseMatCheckItem";
  588. this.Text = "原材料检验项目基础信息维护";
  589. this.Load += new System.EventHandler(this.FrmBaseMatCheckItem_Load);
  590. this.panel1.ResumeLayout(false);
  591. this.panel3.ResumeLayout(false);
  592. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  593. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  595. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  596. this.ultraExpandableGroupBox1.ResumeLayout(false);
  597. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  598. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  599. ((System.ComponentModel.ISupportInitialize)(this.txtSHOW_SEQ)).EndInit();
  600. ((System.ComponentModel.ISupportInitialize)(this.ultraVALUE_TYPE)).EndInit();
  601. ((System.ComponentModel.ISupportInitialize)(this.txtMAT_UNIT)).EndInit();
  602. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
  603. ((System.ComponentModel.ISupportInitialize)(this.ultraMAT_TYPE)).EndInit();
  604. ((System.ComponentModel.ISupportInitialize)(this.txtMAT_NAME)).EndInit();
  605. ((System.ComponentModel.ISupportInitialize)(this.txtMAT_CODE)).EndInit();
  606. this.panel2.ResumeLayout(false);
  607. this.panel2.PerformLayout();
  608. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).EndInit();
  609. ((System.ComponentModel.ISupportInitialize)(this.chkMAT_NAME)).EndInit();
  610. ((System.ComponentModel.ISupportInitialize)(this.txtQueryMAT_NAME)).EndInit();
  611. this.ResumeLayout(false);
  612. }
  613. #endregion
  614. private System.Windows.Forms.Panel panel1;
  615. private System.Windows.Forms.Panel panel2;
  616. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEPT_ID;
  617. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMAT_NAME;
  618. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryMAT_NAME;
  619. private PublicUltraDept_ID ultraQueryDEPT_ID;
  620. private System.Windows.Forms.Panel panel3;
  621. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  622. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  623. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  624. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  625. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  626. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  627. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  628. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
  629. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  630. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraMAT_TYPE;
  631. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  632. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMAT_NAME;
  633. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  634. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMAT_CODE;
  635. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  636. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  637. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMAT_UNIT;
  638. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  639. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  640. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  641. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraVALUE_TYPE;
  642. private System.Data.DataSet dataSet1;
  643. private System.Data.DataTable dataTable1;
  644. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  645. private PublicUltraDept_ID ultraDEPT_ID;
  646. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  647. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSHOW_SEQ;
  648. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  649. }
  650. }