SteelMakingChemJudgeFrm.Designer.cs 75 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class SteelMakingChemJudgeFrm
  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. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  39. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  40. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  43. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  44. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  46. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  47. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SteelMakingChemJudgeFrm));
  48. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  51. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  52. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  53. this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  54. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  55. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  56. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.labelComboBox5 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  59. this.ultraOptionSet3 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
  60. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  61. this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  62. this.ultraOptionSet2 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
  63. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  64. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  65. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  66. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  67. this.labelTextBox4 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  68. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  69. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  70. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  71. this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  72. this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  73. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  74. this.panel5 = new System.Windows.Forms.Panel();
  75. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  76. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  77. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  78. this.panel3 = new System.Windows.Forms.Panel();
  79. this.labelComboBox4 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  80. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  81. this.labelComboBox3 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  82. this.labelTextBox3 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  83. this.labelDateTimePicker3 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  84. this.labelDateTimePicker4 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  85. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  86. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  87. this.ultraToolTipManager1 = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
  88. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  89. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  90. this.panel7 = new System.Windows.Forms.Panel();
  91. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  92. this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
  93. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  94. this.ultraComboEditor2 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  96. this.checkBox3 = new System.Windows.Forms.CheckBox();
  97. this.checkBox2 = new System.Windows.Forms.CheckBox();
  98. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  99. this.dataSet1 = new System.Data.DataSet();
  100. this.dataTable1 = new System.Data.DataTable();
  101. this.dataColumn1 = new System.Data.DataColumn();
  102. this.dataColumn2 = new System.Data.DataColumn();
  103. this.checkBox1 = new System.Windows.Forms.CheckBox();
  104. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  105. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  106. this.ultraTabPageControl1.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  108. this.splitContainer3.Panel1.SuspendLayout();
  109. this.splitContainer3.SuspendLayout();
  110. this.panel1.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox5.ComboBox)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet3)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  117. this.ultraExpandableGroupBox2.SuspendLayout();
  118. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
  120. this.ultraTabControl2.SuspendLayout();
  121. this.ultraTabPageControl2.SuspendLayout();
  122. this.panel5.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  124. this.splitContainer2.Panel1.SuspendLayout();
  125. this.splitContainer2.Panel2.SuspendLayout();
  126. this.splitContainer2.SuspendLayout();
  127. this.panel3.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox4.ComboBox)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox3.ComboBox)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  131. this.ultraTabControl1.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  133. this.ultraExpandableGroupBox1.SuspendLayout();
  134. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  135. this.panel7.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).BeginInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  142. this.SuspendLayout();
  143. //
  144. // ultraTabPageControl3
  145. //
  146. this.ultraTabPageControl3.Location = new System.Drawing.Point(1, 26);
  147. this.ultraTabPageControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  148. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  149. this.ultraTabPageControl3.Size = new System.Drawing.Size(1361, 289);
  150. //
  151. // ultraTabPageControl4
  152. //
  153. this.ultraTabPageControl4.Location = new System.Drawing.Point(-13333, -12500);
  154. this.ultraTabPageControl4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  155. this.ultraTabPageControl4.Name = "ultraTabPageControl4";
  156. this.ultraTabPageControl4.Size = new System.Drawing.Size(1361, 289);
  157. //
  158. // ultraTabPageControl1
  159. //
  160. this.ultraTabPageControl1.Controls.Add(this.splitContainer3);
  161. this.ultraTabPageControl1.Controls.Add(this.ultraExpandableGroupBox2);
  162. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 1);
  163. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  164. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  165. this.ultraTabPageControl1.Size = new System.Drawing.Size(1371, 882);
  166. //
  167. // splitContainer3
  168. //
  169. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  171. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  172. this.splitContainer3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  173. this.splitContainer3.Name = "splitContainer3";
  174. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  175. //
  176. // splitContainer3.Panel1
  177. //
  178. this.splitContainer3.Panel1.Controls.Add(this.ultraLabel3);
  179. this.splitContainer3.Panel1.Controls.Add(this.panel1);
  180. this.splitContainer3.Size = new System.Drawing.Size(1371, 540);
  181. this.splitContainer3.SplitterDistance = 425;
  182. this.splitContainer3.TabIndex = 2;
  183. //
  184. // ultraLabel3
  185. //
  186. appearance8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  187. appearance8.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  188. appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  189. appearance8.BorderColor = System.Drawing.Color.RoyalBlue;
  190. appearance8.TextVAlignAsString = "Middle";
  191. this.ultraLabel3.Appearance = appearance8;
  192. this.ultraLabel3.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  193. this.ultraLabel3.Dock = System.Windows.Forms.DockStyle.Top;
  194. this.ultraLabel3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.ultraLabel3.Location = new System.Drawing.Point(0, 68);
  196. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  197. this.ultraLabel3.Name = "ultraLabel3";
  198. this.ultraLabel3.Size = new System.Drawing.Size(1371, 31);
  199. this.ultraLabel3.TabIndex = 0;
  200. this.ultraLabel3.Text = " 切割信息";
  201. //
  202. // panel1
  203. //
  204. this.panel1.Controls.Add(this.labelComboBox5);
  205. this.panel1.Controls.Add(this.ultraOptionSet3);
  206. this.panel1.Controls.Add(this.ultraLabel4);
  207. this.panel1.Controls.Add(this.labelComboBox2);
  208. this.panel1.Controls.Add(this.ultraOptionSet2);
  209. this.panel1.Controls.Add(this.ultraLabel1);
  210. this.panel1.Controls.Add(this.labelComboBox1);
  211. this.panel1.Controls.Add(this.labelDateTimePicker1);
  212. this.panel1.Controls.Add(this.labelDateTimePicker2);
  213. this.panel1.Controls.Add(this.labelTextBox4);
  214. this.panel1.Controls.Add(this.labelTextBox1);
  215. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  216. this.panel1.Location = new System.Drawing.Point(0, 0);
  217. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  218. this.panel1.Name = "panel1";
  219. this.panel1.Size = new System.Drawing.Size(1371, 68);
  220. this.panel1.TabIndex = 1;
  221. //
  222. // labelComboBox5
  223. //
  224. //
  225. //
  226. //
  227. this.labelComboBox5.CheckBox.AutoSize = true;
  228. this.labelComboBox5.CheckBox.Location = new System.Drawing.Point(5, 5);
  229. this.labelComboBox5.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  230. this.labelComboBox5.CheckBox.Name = "checkBox1";
  231. this.labelComboBox5.CheckBox.Size = new System.Drawing.Size(18, 17);
  232. this.labelComboBox5.CheckBox.TabIndex = 0;
  233. this.labelComboBox5.CheckBox.UseVisualStyleBackColor = true;
  234. //
  235. //
  236. //
  237. this.labelComboBox5.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  238. this.labelComboBox5.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  239. this.labelComboBox5.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  240. this.labelComboBox5.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.labelComboBox5.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  242. this.labelComboBox5.ComboBox.Enabled = false;
  243. this.labelComboBox5.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  244. this.labelComboBox5.ComboBox.Location = new System.Drawing.Point(0, 0);
  245. this.labelComboBox5.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  246. this.labelComboBox5.ComboBox.Name = "comboBox1";
  247. this.labelComboBox5.ComboBox.Size = new System.Drawing.Size(149, 24);
  248. this.labelComboBox5.ComboBox.TabIndex = 0;
  249. //
  250. //
  251. //
  252. this.labelComboBox5.Label.AutoSize = true;
  253. this.labelComboBox5.Label.Location = new System.Drawing.Point(25, 5);
  254. this.labelComboBox5.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  255. this.labelComboBox5.Label.Name = "label1";
  256. this.labelComboBox5.Label.Size = new System.Drawing.Size(67, 15);
  257. this.labelComboBox5.Label.TabIndex = 2;
  258. this.labelComboBox5.Label.Text = "铸造产线";
  259. this.labelComboBox5.Location = new System.Drawing.Point(528, 38);
  260. this.labelComboBox5.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  261. this.labelComboBox5.Name = "labelComboBox5";
  262. this.labelComboBox5.Size = new System.Drawing.Size(245, 28);
  263. this.labelComboBox5.TabIndex = 26;
  264. //
  265. // ultraOptionSet3
  266. //
  267. appearance1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  268. this.ultraOptionSet3.Appearance = appearance1;
  269. this.ultraOptionSet3.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
  270. this.ultraOptionSet3.CheckedIndex = 2;
  271. this.ultraOptionSet3.ItemOrigin = new System.Drawing.Point(5, 0);
  272. valueListItem1.DataValue = "1";
  273. valueListItem1.DisplayText = "自产";
  274. valueListItem2.DataValue = "2";
  275. valueListItem2.DisplayText = "外购";
  276. valueListItem6.DataValue = "";
  277. valueListItem6.DisplayText = "全部";
  278. this.ultraOptionSet3.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  279. valueListItem1,
  280. valueListItem2,
  281. valueListItem6});
  282. this.ultraOptionSet3.ItemSpacingVertical = 7;
  283. this.ultraOptionSet3.Location = new System.Drawing.Point(855, 34);
  284. this.ultraOptionSet3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  285. this.ultraOptionSet3.Name = "ultraOptionSet3";
  286. this.ultraOptionSet3.Size = new System.Drawing.Size(219, 30);
  287. this.ultraOptionSet3.TabIndex = 19;
  288. this.ultraOptionSet3.Text = "全部";
  289. //
  290. // ultraLabel4
  291. //
  292. this.ultraLabel4.AutoSize = true;
  293. this.ultraLabel4.Location = new System.Drawing.Point(783, 41);
  294. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  295. this.ultraLabel4.Name = "ultraLabel4";
  296. this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
  297. this.ultraLabel4.TabIndex = 20;
  298. this.ultraLabel4.Text = "坯料来源";
  299. //
  300. // labelComboBox2
  301. //
  302. //
  303. //
  304. //
  305. this.labelComboBox2.CheckBox.AutoSize = true;
  306. this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  307. this.labelComboBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  308. this.labelComboBox2.CheckBox.Name = "checkBox1";
  309. this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  310. this.labelComboBox2.CheckBox.TabIndex = 0;
  311. this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
  312. //
  313. //
  314. //
  315. this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  316. this.labelComboBox2.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  317. this.labelComboBox2.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  318. this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  320. this.labelComboBox2.ComboBox.Enabled = false;
  321. this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  322. this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
  323. this.labelComboBox2.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  324. this.labelComboBox2.ComboBox.Name = "comboBox1";
  325. this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(161, 24);
  326. this.labelComboBox2.ComboBox.TabIndex = 0;
  327. //
  328. //
  329. //
  330. this.labelComboBox2.Label.AutoSize = true;
  331. this.labelComboBox2.Label.Location = new System.Drawing.Point(25, 5);
  332. this.labelComboBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.labelComboBox2.Label.Name = "label1";
  334. this.labelComboBox2.Label.Size = new System.Drawing.Size(67, 15);
  335. this.labelComboBox2.Label.TabIndex = 2;
  336. this.labelComboBox2.Label.Text = "电炉产线";
  337. this.labelComboBox2.Location = new System.Drawing.Point(263, 38);
  338. this.labelComboBox2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  339. this.labelComboBox2.Name = "labelComboBox2";
  340. this.labelComboBox2.Size = new System.Drawing.Size(257, 28);
  341. this.labelComboBox2.TabIndex = 15;
  342. //
  343. // ultraOptionSet2
  344. //
  345. appearance4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  346. this.ultraOptionSet2.Appearance = appearance4;
  347. this.ultraOptionSet2.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
  348. this.ultraOptionSet2.CheckedIndex = 2;
  349. this.ultraOptionSet2.ItemOrigin = new System.Drawing.Point(5, 0);
  350. valueListItem4.DataValue = "1";
  351. valueListItem4.DisplayText = "初样";
  352. valueListItem3.DataValue = "2";
  353. valueListItem3.DisplayText = "复样";
  354. valueListItem5.DataValue = "";
  355. valueListItem5.DisplayText = "全部";
  356. this.ultraOptionSet2.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  357. valueListItem4,
  358. valueListItem3,
  359. valueListItem5});
  360. this.ultraOptionSet2.ItemSpacingVertical = 7;
  361. this.ultraOptionSet2.Location = new System.Drawing.Point(855, 2);
  362. this.ultraOptionSet2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  363. this.ultraOptionSet2.Name = "ultraOptionSet2";
  364. this.ultraOptionSet2.Size = new System.Drawing.Size(219, 30);
  365. this.ultraOptionSet2.TabIndex = 12;
  366. this.ultraOptionSet2.Text = "全部";
  367. //
  368. // ultraLabel1
  369. //
  370. this.ultraLabel1.AutoSize = true;
  371. this.ultraLabel1.Location = new System.Drawing.Point(783, 8);
  372. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  373. this.ultraLabel1.Name = "ultraLabel1";
  374. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  375. this.ultraLabel1.TabIndex = 13;
  376. this.ultraLabel1.Text = "取样标志";
  377. //
  378. // labelComboBox1
  379. //
  380. //
  381. //
  382. //
  383. this.labelComboBox1.CheckBox.AutoSize = true;
  384. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  385. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  386. this.labelComboBox1.CheckBox.Name = "checkBox1";
  387. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  388. this.labelComboBox1.CheckBox.TabIndex = 0;
  389. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  390. //
  391. //
  392. //
  393. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  394. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  395. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  396. this.labelComboBox1.ComboBox.Enabled = false;
  397. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  398. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  399. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  400. this.labelComboBox1.ComboBox.Name = "comboBox1";
  401. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(149, 24);
  402. this.labelComboBox1.ComboBox.TabIndex = 0;
  403. //
  404. //
  405. //
  406. this.labelComboBox1.Label.AutoSize = true;
  407. this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
  408. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  409. this.labelComboBox1.Label.Name = "label1";
  410. this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
  411. this.labelComboBox1.Label.TabIndex = 2;
  412. this.labelComboBox1.Label.Text = "判定结果";
  413. this.labelComboBox1.Location = new System.Drawing.Point(7, 38);
  414. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  415. this.labelComboBox1.Name = "labelComboBox1";
  416. this.labelComboBox1.Size = new System.Drawing.Size(245, 28);
  417. this.labelComboBox1.TabIndex = 7;
  418. //
  419. // labelDateTimePicker1
  420. //
  421. //
  422. //
  423. //
  424. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  425. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(4, 4);
  426. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  427. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
  428. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  429. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  430. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  431. //
  432. //
  433. //
  434. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  435. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  436. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  437. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  438. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(187, 25);
  439. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  440. //
  441. //
  442. //
  443. this.labelDateTimePicker1.Label.AutoSize = true;
  444. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(24, 4);
  445. this.labelDateTimePicker1.Label.Name = "label1";
  446. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(67, 15);
  447. this.labelDateTimePicker1.Label.TabIndex = 0;
  448. this.labelDateTimePicker1.Label.Text = "作业时间";
  449. this.labelDateTimePicker1.Location = new System.Drawing.Point(263, 8);
  450. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  451. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  452. this.labelDateTimePicker1.Size = new System.Drawing.Size(281, 26);
  453. this.labelDateTimePicker1.TabIndex = 0;
  454. //
  455. // labelDateTimePicker2
  456. //
  457. //
  458. //
  459. //
  460. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  461. this.labelDateTimePicker2.CheckBox.Checked = true;
  462. this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  463. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(4, 4);
  464. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  465. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
  466. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  467. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  468. this.labelDateTimePicker2.CheckBox.Visible = false;
  469. //
  470. //
  471. //
  472. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  473. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  474. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  475. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  476. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(190, 25);
  477. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  478. //
  479. //
  480. //
  481. this.labelDateTimePicker2.Label.AutoSize = true;
  482. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(4, 4);
  483. this.labelDateTimePicker2.Label.Name = "label1";
  484. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(30, 15);
  485. this.labelDateTimePicker2.Label.TabIndex = 0;
  486. this.labelDateTimePicker2.Label.Text = "至 ";
  487. this.labelDateTimePicker2.Location = new System.Drawing.Point(547, 6);
  488. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  489. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  490. this.labelDateTimePicker2.Size = new System.Drawing.Size(227, 26);
  491. this.labelDateTimePicker2.TabIndex = 1;
  492. //
  493. // labelTextBox4
  494. //
  495. //
  496. //
  497. //
  498. this.labelTextBox4.CheckBox.AutoSize = true;
  499. this.labelTextBox4.CheckBox.Location = new System.Drawing.Point(4, 4);
  500. this.labelTextBox4.CheckBox.Name = "checkBox1";
  501. this.labelTextBox4.CheckBox.Size = new System.Drawing.Size(18, 17);
  502. this.labelTextBox4.CheckBox.TabIndex = 1;
  503. this.labelTextBox4.CheckBox.UseVisualStyleBackColor = true;
  504. //
  505. //
  506. //
  507. this.labelTextBox4.Label.AutoSize = true;
  508. this.labelTextBox4.Label.Location = new System.Drawing.Point(24, 4);
  509. this.labelTextBox4.Label.Name = "label1";
  510. this.labelTextBox4.Label.Size = new System.Drawing.Size(67, 15);
  511. this.labelTextBox4.Label.TabIndex = 0;
  512. this.labelTextBox4.Label.Text = "判定炉号";
  513. this.labelTextBox4.Location = new System.Drawing.Point(7, 8);
  514. this.labelTextBox4.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  515. this.labelTextBox4.Name = "labelTextBox4";
  516. this.labelTextBox4.Size = new System.Drawing.Size(245, 26);
  517. this.labelTextBox4.TabIndex = 6;
  518. //
  519. //
  520. //
  521. this.labelTextBox4.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  522. this.labelTextBox4.TextBox.Enabled = false;
  523. this.labelTextBox4.TextBox.Location = new System.Drawing.Point(0, 0);
  524. this.labelTextBox4.TextBox.Name = "textBox1";
  525. this.labelTextBox4.TextBox.Size = new System.Drawing.Size(151, 25);
  526. this.labelTextBox4.TextBox.TabIndex = 1;
  527. this.labelTextBox4.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  528. //
  529. // labelTextBox1
  530. //
  531. //
  532. //
  533. //
  534. this.labelTextBox1.CheckBox.AutoSize = true;
  535. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  536. this.labelTextBox1.CheckBox.Name = "checkBox1";
  537. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  538. this.labelTextBox1.CheckBox.TabIndex = 1;
  539. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  540. //
  541. //
  542. //
  543. this.labelTextBox1.Label.AutoSize = true;
  544. this.labelTextBox1.Label.Location = new System.Drawing.Point(24, 4);
  545. this.labelTextBox1.Label.Name = "label1";
  546. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  547. this.labelTextBox1.Label.TabIndex = 0;
  548. this.labelTextBox1.Label.Text = "熔炼炉号";
  549. this.labelTextBox1.Location = new System.Drawing.Point(1123, 32);
  550. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  551. this.labelTextBox1.Name = "labelTextBox1";
  552. this.labelTextBox1.Size = new System.Drawing.Size(205, 26);
  553. this.labelTextBox1.TabIndex = 3;
  554. //
  555. //
  556. //
  557. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  558. this.labelTextBox1.TextBox.Enabled = false;
  559. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  560. this.labelTextBox1.TextBox.Name = "textBox1";
  561. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(111, 25);
  562. this.labelTextBox1.TextBox.TabIndex = 1;
  563. this.labelTextBox1.Visible = false;
  564. //
  565. // ultraExpandableGroupBox2
  566. //
  567. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  568. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  569. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1371, 342);
  570. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 540);
  571. this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  572. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  573. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1371, 342);
  574. this.ultraExpandableGroupBox2.TabIndex = 3;
  575. this.ultraExpandableGroupBox2.Text = "成分实绩信息";
  576. //
  577. // ultraExpandableGroupBoxPanel2
  578. //
  579. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraTabControl2);
  580. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  581. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
  582. this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  583. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  584. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1365, 318);
  585. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  586. //
  587. // ultraTabControl2
  588. //
  589. this.ultraTabControl2.Controls.Add(this.ultraTabSharedControlsPage2);
  590. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl3);
  591. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl4);
  592. this.ultraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  593. this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
  594. this.ultraTabControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  595. this.ultraTabControl2.Name = "ultraTabControl2";
  596. this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
  597. this.ultraTabControl2.Size = new System.Drawing.Size(1365, 318);
  598. this.ultraTabControl2.TabIndex = 8;
  599. ultraTab1.TabPage = this.ultraTabPageControl3;
  600. ultraTab1.Text = "成分信息";
  601. ultraTab2.TabPage = this.ultraTabPageControl4;
  602. ultraTab2.Text = "低倍信息";
  603. this.ultraTabControl2.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  604. ultraTab1,
  605. ultraTab2});
  606. this.ultraTabControl2.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl2_SelectedTabChanged);
  607. //
  608. // ultraTabSharedControlsPage2
  609. //
  610. this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
  611. this.ultraTabSharedControlsPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  612. this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
  613. this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(1361, 289);
  614. //
  615. // ultraTabPageControl2
  616. //
  617. this.ultraTabPageControl2.Controls.Add(this.panel5);
  618. this.ultraTabPageControl2.Location = new System.Drawing.Point(-13333, -12500);
  619. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  620. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  621. this.ultraTabPageControl2.Size = new System.Drawing.Size(1371, 882);
  622. //
  623. // panel5
  624. //
  625. this.panel5.Controls.Add(this.splitContainer2);
  626. this.panel5.Controls.Add(this.panel3);
  627. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  628. this.panel5.Location = new System.Drawing.Point(0, 0);
  629. this.panel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  630. this.panel5.Name = "panel5";
  631. this.panel5.Size = new System.Drawing.Size(1371, 882);
  632. this.panel5.TabIndex = 3;
  633. //
  634. // splitContainer2
  635. //
  636. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  637. this.splitContainer2.Location = new System.Drawing.Point(0, 68);
  638. this.splitContainer2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  639. this.splitContainer2.Name = "splitContainer2";
  640. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  641. //
  642. // splitContainer2.Panel1
  643. //
  644. this.splitContainer2.Panel1.Controls.Add(this.ultraLabel5);
  645. //
  646. // splitContainer2.Panel2
  647. //
  648. this.splitContainer2.Panel2.Controls.Add(this.ultraLabel7);
  649. this.splitContainer2.Size = new System.Drawing.Size(1371, 814);
  650. this.splitContainer2.SplitterDistance = 400;
  651. this.splitContainer2.TabIndex = 7;
  652. //
  653. // ultraLabel5
  654. //
  655. appearance9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  656. appearance9.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  657. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  658. appearance9.BorderColor = System.Drawing.Color.RoyalBlue;
  659. appearance9.TextVAlignAsString = "Middle";
  660. this.ultraLabel5.Appearance = appearance9;
  661. this.ultraLabel5.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  662. this.ultraLabel5.Dock = System.Windows.Forms.DockStyle.Top;
  663. this.ultraLabel5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. this.ultraLabel5.Location = new System.Drawing.Point(0, 0);
  665. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  666. this.ultraLabel5.Name = "ultraLabel5";
  667. this.ultraLabel5.Size = new System.Drawing.Size(1371, 31);
  668. this.ultraLabel5.TabIndex = 2;
  669. this.ultraLabel5.Text = " 判定记录";
  670. //
  671. // ultraLabel7
  672. //
  673. appearance3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  674. appearance3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  675. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  676. appearance3.BorderColor = System.Drawing.Color.RoyalBlue;
  677. appearance3.TextVAlignAsString = "Middle";
  678. this.ultraLabel7.Appearance = appearance3;
  679. this.ultraLabel7.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  680. this.ultraLabel7.Dock = System.Windows.Forms.DockStyle.Top;
  681. this.ultraLabel7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.ultraLabel7.Location = new System.Drawing.Point(0, 0);
  683. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  684. this.ultraLabel7.Name = "ultraLabel7";
  685. this.ultraLabel7.Size = new System.Drawing.Size(1371, 31);
  686. this.ultraLabel7.TabIndex = 4;
  687. this.ultraLabel7.Text = " 内控不合格记录";
  688. //
  689. // panel3
  690. //
  691. this.panel3.Controls.Add(this.labelComboBox4);
  692. this.panel3.Controls.Add(this.labelTextBox2);
  693. this.panel3.Controls.Add(this.labelComboBox3);
  694. this.panel3.Controls.Add(this.labelTextBox3);
  695. this.panel3.Controls.Add(this.labelDateTimePicker3);
  696. this.panel3.Controls.Add(this.labelDateTimePicker4);
  697. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  698. this.panel3.Location = new System.Drawing.Point(0, 0);
  699. this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  700. this.panel3.Name = "panel3";
  701. this.panel3.Size = new System.Drawing.Size(1371, 68);
  702. this.panel3.TabIndex = 6;
  703. //
  704. // labelComboBox4
  705. //
  706. //
  707. //
  708. //
  709. this.labelComboBox4.CheckBox.AutoSize = true;
  710. this.labelComboBox4.CheckBox.Location = new System.Drawing.Point(5, 5);
  711. this.labelComboBox4.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  712. this.labelComboBox4.CheckBox.Name = "checkBox1";
  713. this.labelComboBox4.CheckBox.Size = new System.Drawing.Size(18, 17);
  714. this.labelComboBox4.CheckBox.TabIndex = 0;
  715. this.labelComboBox4.CheckBox.UseVisualStyleBackColor = true;
  716. //
  717. //
  718. //
  719. this.labelComboBox4.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  720. this.labelComboBox4.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  721. this.labelComboBox4.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  722. this.labelComboBox4.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  723. this.labelComboBox4.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  724. this.labelComboBox4.ComboBox.Enabled = false;
  725. this.labelComboBox4.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  726. this.labelComboBox4.ComboBox.Location = new System.Drawing.Point(0, 0);
  727. this.labelComboBox4.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  728. this.labelComboBox4.ComboBox.Name = "comboBox1";
  729. this.labelComboBox4.ComboBox.Size = new System.Drawing.Size(169, 24);
  730. this.labelComboBox4.ComboBox.TabIndex = 0;
  731. //
  732. //
  733. //
  734. this.labelComboBox4.Label.AutoSize = true;
  735. this.labelComboBox4.Label.Location = new System.Drawing.Point(25, 5);
  736. this.labelComboBox4.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  737. this.labelComboBox4.Label.Name = "label1";
  738. this.labelComboBox4.Label.Size = new System.Drawing.Size(37, 15);
  739. this.labelComboBox4.Label.TabIndex = 2;
  740. this.labelComboBox4.Label.Text = "产线";
  741. this.labelComboBox4.Location = new System.Drawing.Point(261, 35);
  742. this.labelComboBox4.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  743. this.labelComboBox4.Name = "labelComboBox4";
  744. this.labelComboBox4.Size = new System.Drawing.Size(235, 28);
  745. this.labelComboBox4.TabIndex = 14;
  746. //
  747. // labelTextBox2
  748. //
  749. //
  750. //
  751. //
  752. this.labelTextBox2.CheckBox.AutoSize = true;
  753. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(4, 4);
  754. this.labelTextBox2.CheckBox.Name = "checkBox1";
  755. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  756. this.labelTextBox2.CheckBox.TabIndex = 1;
  757. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  758. //
  759. //
  760. //
  761. this.labelTextBox2.Label.AutoSize = true;
  762. this.labelTextBox2.Label.Location = new System.Drawing.Point(24, 4);
  763. this.labelTextBox2.Label.Name = "label1";
  764. this.labelTextBox2.Label.Size = new System.Drawing.Size(67, 15);
  765. this.labelTextBox2.Label.TabIndex = 0;
  766. this.labelTextBox2.Label.Text = "判定炉号";
  767. this.labelTextBox2.Location = new System.Drawing.Point(19, 8);
  768. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  769. this.labelTextBox2.Name = "labelTextBox2";
  770. this.labelTextBox2.Size = new System.Drawing.Size(219, 26);
  771. this.labelTextBox2.TabIndex = 5;
  772. //
  773. //
  774. //
  775. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  776. this.labelTextBox2.TextBox.Enabled = false;
  777. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  778. this.labelTextBox2.TextBox.Name = "textBox1";
  779. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(125, 25);
  780. this.labelTextBox2.TextBox.TabIndex = 1;
  781. this.labelTextBox2.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox2_TextBox_KeyDown);
  782. //
  783. // labelComboBox3
  784. //
  785. //
  786. //
  787. //
  788. this.labelComboBox3.CheckBox.AutoSize = true;
  789. this.labelComboBox3.CheckBox.Location = new System.Drawing.Point(5, 5);
  790. this.labelComboBox3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  791. this.labelComboBox3.CheckBox.Name = "checkBox1";
  792. this.labelComboBox3.CheckBox.Size = new System.Drawing.Size(18, 17);
  793. this.labelComboBox3.CheckBox.TabIndex = 0;
  794. this.labelComboBox3.CheckBox.UseVisualStyleBackColor = true;
  795. //
  796. //
  797. //
  798. this.labelComboBox3.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  799. this.labelComboBox3.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  800. this.labelComboBox3.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  801. this.labelComboBox3.ComboBox.Enabled = false;
  802. this.labelComboBox3.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  803. this.labelComboBox3.ComboBox.Location = new System.Drawing.Point(0, 0);
  804. this.labelComboBox3.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  805. this.labelComboBox3.ComboBox.Name = "comboBox1";
  806. this.labelComboBox3.ComboBox.Size = new System.Drawing.Size(125, 24);
  807. this.labelComboBox3.ComboBox.TabIndex = 0;
  808. //
  809. //
  810. //
  811. this.labelComboBox3.Label.AutoSize = true;
  812. this.labelComboBox3.Label.Location = new System.Drawing.Point(25, 5);
  813. this.labelComboBox3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  814. this.labelComboBox3.Label.Name = "label1";
  815. this.labelComboBox3.Label.Size = new System.Drawing.Size(67, 15);
  816. this.labelComboBox3.Label.TabIndex = 2;
  817. this.labelComboBox3.Label.Text = "判定结果";
  818. this.labelComboBox3.Location = new System.Drawing.Point(17, 36);
  819. this.labelComboBox3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  820. this.labelComboBox3.Name = "labelComboBox3";
  821. this.labelComboBox3.Size = new System.Drawing.Size(221, 28);
  822. this.labelComboBox3.TabIndex = 4;
  823. //
  824. // labelTextBox3
  825. //
  826. //
  827. //
  828. //
  829. this.labelTextBox3.CheckBox.AutoSize = true;
  830. this.labelTextBox3.CheckBox.Location = new System.Drawing.Point(4, 4);
  831. this.labelTextBox3.CheckBox.Name = "checkBox1";
  832. this.labelTextBox3.CheckBox.Size = new System.Drawing.Size(18, 17);
  833. this.labelTextBox3.CheckBox.TabIndex = 1;
  834. this.labelTextBox3.CheckBox.UseVisualStyleBackColor = true;
  835. //
  836. //
  837. //
  838. this.labelTextBox3.Label.AutoSize = true;
  839. this.labelTextBox3.Label.Location = new System.Drawing.Point(24, 4);
  840. this.labelTextBox3.Label.Name = "label1";
  841. this.labelTextBox3.Label.Size = new System.Drawing.Size(67, 15);
  842. this.labelTextBox3.Label.TabIndex = 0;
  843. this.labelTextBox3.Label.Text = "熔炼炉号";
  844. this.labelTextBox3.Location = new System.Drawing.Point(503, 35);
  845. this.labelTextBox3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  846. this.labelTextBox3.Name = "labelTextBox3";
  847. this.labelTextBox3.Size = new System.Drawing.Size(220, 26);
  848. this.labelTextBox3.TabIndex = 3;
  849. //
  850. //
  851. //
  852. this.labelTextBox3.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  853. this.labelTextBox3.TextBox.Enabled = false;
  854. this.labelTextBox3.TextBox.Location = new System.Drawing.Point(0, 0);
  855. this.labelTextBox3.TextBox.Name = "textBox1";
  856. this.labelTextBox3.TextBox.Size = new System.Drawing.Size(126, 25);
  857. this.labelTextBox3.TextBox.TabIndex = 1;
  858. //
  859. // labelDateTimePicker3
  860. //
  861. //
  862. //
  863. //
  864. this.labelDateTimePicker3.CheckBox.AutoSize = true;
  865. this.labelDateTimePicker3.CheckBox.Checked = true;
  866. this.labelDateTimePicker3.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  867. this.labelDateTimePicker3.CheckBox.Location = new System.Drawing.Point(4, 4);
  868. this.labelDateTimePicker3.CheckBox.Name = "checkBox1";
  869. this.labelDateTimePicker3.CheckBox.Size = new System.Drawing.Size(18, 17);
  870. this.labelDateTimePicker3.CheckBox.TabIndex = 1;
  871. this.labelDateTimePicker3.CheckBox.UseVisualStyleBackColor = true;
  872. this.labelDateTimePicker3.CheckBox.Visible = false;
  873. //
  874. //
  875. //
  876. this.labelDateTimePicker3.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  877. this.labelDateTimePicker3.DateTimePicker.Enabled = false;
  878. this.labelDateTimePicker3.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  879. this.labelDateTimePicker3.DateTimePicker.Name = "dateTimePicker1";
  880. this.labelDateTimePicker3.DateTimePicker.Size = new System.Drawing.Size(168, 25);
  881. this.labelDateTimePicker3.DateTimePicker.TabIndex = 0;
  882. //
  883. //
  884. //
  885. this.labelDateTimePicker3.Label.AutoSize = true;
  886. this.labelDateTimePicker3.Label.Location = new System.Drawing.Point(4, 4);
  887. this.labelDateTimePicker3.Label.Name = "label1";
  888. this.labelDateTimePicker3.Label.Size = new System.Drawing.Size(22, 15);
  889. this.labelDateTimePicker3.Label.TabIndex = 0;
  890. this.labelDateTimePicker3.Label.Text = "至";
  891. this.labelDateTimePicker3.Location = new System.Drawing.Point(525, 8);
  892. this.labelDateTimePicker3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  893. this.labelDateTimePicker3.Name = "labelDateTimePicker3";
  894. this.labelDateTimePicker3.Size = new System.Drawing.Size(197, 26);
  895. this.labelDateTimePicker3.TabIndex = 1;
  896. //
  897. // labelDateTimePicker4
  898. //
  899. //
  900. //
  901. //
  902. this.labelDateTimePicker4.CheckBox.AutoSize = true;
  903. this.labelDateTimePicker4.CheckBox.Location = new System.Drawing.Point(4, 4);
  904. this.labelDateTimePicker4.CheckBox.Name = "checkBox1";
  905. this.labelDateTimePicker4.CheckBox.Size = new System.Drawing.Size(18, 17);
  906. this.labelDateTimePicker4.CheckBox.TabIndex = 1;
  907. this.labelDateTimePicker4.CheckBox.UseVisualStyleBackColor = true;
  908. this.labelDateTimePicker4.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker4_CheckBox_CheckedChanged);
  909. //
  910. //
  911. //
  912. this.labelDateTimePicker4.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  913. this.labelDateTimePicker4.DateTimePicker.Enabled = false;
  914. this.labelDateTimePicker4.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  915. this.labelDateTimePicker4.DateTimePicker.Name = "dateTimePicker1";
  916. this.labelDateTimePicker4.DateTimePicker.Size = new System.Drawing.Size(170, 25);
  917. this.labelDateTimePicker4.DateTimePicker.TabIndex = 0;
  918. //
  919. //
  920. //
  921. this.labelDateTimePicker4.Label.AutoSize = true;
  922. this.labelDateTimePicker4.Label.Location = new System.Drawing.Point(24, 4);
  923. this.labelDateTimePicker4.Label.Name = "label1";
  924. this.labelDateTimePicker4.Label.Size = new System.Drawing.Size(67, 15);
  925. this.labelDateTimePicker4.Label.TabIndex = 0;
  926. this.labelDateTimePicker4.Label.Text = "判定时间";
  927. this.labelDateTimePicker4.Location = new System.Drawing.Point(260, 8);
  928. this.labelDateTimePicker4.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  929. this.labelDateTimePicker4.Name = "labelDateTimePicker4";
  930. this.labelDateTimePicker4.Size = new System.Drawing.Size(264, 26);
  931. this.labelDateTimePicker4.TabIndex = 0;
  932. //
  933. // ultraTabControl1
  934. //
  935. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  936. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  937. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  938. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  939. this.ultraTabControl1.Location = new System.Drawing.Point(349, 0);
  940. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  941. this.ultraTabControl1.Name = "ultraTabControl1";
  942. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  943. this.ultraTabControl1.Size = new System.Drawing.Size(1375, 911);
  944. this.ultraTabControl1.TabIndex = 0;
  945. this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  946. ultraTab5.TabPage = this.ultraTabPageControl1;
  947. ultraTab5.Text = "成分判定";
  948. ultraTab6.TabPage = this.ultraTabPageControl2;
  949. ultraTab6.Text = "判定记录";
  950. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  951. ultraTab5,
  952. ultraTab6});
  953. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  954. //
  955. // ultraTabSharedControlsPage1
  956. //
  957. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  958. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  959. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  960. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1371, 882);
  961. //
  962. // ultraToolTipManager1
  963. //
  964. appearance11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  965. this.ultraToolTipManager1.Appearance = appearance11;
  966. this.ultraToolTipManager1.AutoPopDelay = 10000;
  967. this.ultraToolTipManager1.ContainingControl = this;
  968. this.ultraToolTipManager1.ToolTipTitle = "提示:";
  969. //
  970. // ultraExpandableGroupBox1
  971. //
  972. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  973. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  974. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(349, 911);
  975. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOnBorder;
  976. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
  977. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  978. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  979. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(349, 911);
  980. this.ultraExpandableGroupBox1.TabIndex = 3;
  981. this.ultraExpandableGroupBox1.Text = "熔炼炉号查询";
  982. this.ultraExpandableGroupBox1.VerticalTextOrientation = Infragistics.Win.Misc.GroupBoxVerticalTextOrientation.TopToBottom;
  983. //
  984. // ultraExpandableGroupBoxPanel1
  985. //
  986. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel7);
  987. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  988. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 3);
  989. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  990. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  991. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(324, 905);
  992. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  993. //
  994. // panel7
  995. //
  996. this.panel7.Controls.Add(this.ultraTextEditor2);
  997. this.panel7.Controls.Add(this.ultraOptionSet1);
  998. this.panel7.Controls.Add(this.dateTimePicker2);
  999. this.panel7.Controls.Add(this.ultraComboEditor2);
  1000. this.panel7.Controls.Add(this.dateTimePicker1);
  1001. this.panel7.Controls.Add(this.checkBox3);
  1002. this.panel7.Controls.Add(this.checkBox2);
  1003. this.panel7.Controls.Add(this.ultraComboEditor1);
  1004. this.panel7.Controls.Add(this.checkBox1);
  1005. this.panel7.Controls.Add(this.ultraLabel2);
  1006. this.panel7.Controls.Add(this.ultraLabel13);
  1007. this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
  1008. this.panel7.Location = new System.Drawing.Point(0, 0);
  1009. this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1010. this.panel7.Name = "panel7";
  1011. this.panel7.Size = new System.Drawing.Size(324, 191);
  1012. this.panel7.TabIndex = 0;
  1013. //
  1014. // ultraTextEditor2
  1015. //
  1016. appearance35.Image = ((object)(resources.GetObject("appearance35.Image")));
  1017. appearance35.ImageHAlign = Infragistics.Win.HAlign.Left;
  1018. editorButton1.Appearance = appearance35;
  1019. editorButton1.Text = "查询";
  1020. this.ultraTextEditor2.ButtonsRight.Add(editorButton1);
  1021. this.ultraTextEditor2.Location = new System.Drawing.Point(109, 158);
  1022. this.ultraTextEditor2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1023. this.ultraTextEditor2.Name = "ultraTextEditor2";
  1024. this.ultraTextEditor2.Size = new System.Drawing.Size(189, 24);
  1025. this.ultraTextEditor2.TabIndex = 1;
  1026. this.ultraTextEditor2.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor2_EditorButtonClick);
  1027. this.ultraTextEditor2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ultraTextEditor2_KeyDown);
  1028. //
  1029. // ultraOptionSet1
  1030. //
  1031. appearance2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  1032. this.ultraOptionSet1.Appearance = appearance2;
  1033. this.ultraOptionSet1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded4;
  1034. this.ultraOptionSet1.CheckedIndex = 0;
  1035. this.ultraOptionSet1.ItemOrigin = new System.Drawing.Point(5, 0);
  1036. valueListItem7.DataValue = "0";
  1037. valueListItem7.DisplayText = "未判";
  1038. valueListItem8.DataValue = "1";
  1039. valueListItem8.DisplayText = "已判";
  1040. valueListItem9.DataValue = "";
  1041. valueListItem9.DisplayText = "全部";
  1042. this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1043. valueListItem7,
  1044. valueListItem8,
  1045. valueListItem9});
  1046. this.ultraOptionSet1.ItemSpacingVertical = 7;
  1047. this.ultraOptionSet1.Location = new System.Drawing.Point(109, 124);
  1048. this.ultraOptionSet1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1049. this.ultraOptionSet1.Name = "ultraOptionSet1";
  1050. this.ultraOptionSet1.Size = new System.Drawing.Size(219, 30);
  1051. this.ultraOptionSet1.TabIndex = 10;
  1052. this.ultraOptionSet1.Text = "未判";
  1053. //
  1054. // dateTimePicker2
  1055. //
  1056. this.dateTimePicker2.Enabled = false;
  1057. this.dateTimePicker2.Location = new System.Drawing.Point(109, 96);
  1058. this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1059. this.dateTimePicker2.Name = "dateTimePicker2";
  1060. this.dateTimePicker2.Size = new System.Drawing.Size(189, 25);
  1061. this.dateTimePicker2.TabIndex = 4;
  1062. //
  1063. // ultraComboEditor2
  1064. //
  1065. this.ultraComboEditor2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1066. this.ultraComboEditor2.Enabled = false;
  1067. this.ultraComboEditor2.Location = new System.Drawing.Point(109, 42);
  1068. this.ultraComboEditor2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1069. this.ultraComboEditor2.Name = "ultraComboEditor2";
  1070. this.ultraComboEditor2.Size = new System.Drawing.Size(189, 24);
  1071. this.ultraComboEditor2.TabIndex = 18;
  1072. //
  1073. // dateTimePicker1
  1074. //
  1075. this.dateTimePicker1.Enabled = false;
  1076. this.dateTimePicker1.Location = new System.Drawing.Point(109, 69);
  1077. this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1078. this.dateTimePicker1.Name = "dateTimePicker1";
  1079. this.dateTimePicker1.Size = new System.Drawing.Size(188, 25);
  1080. this.dateTimePicker1.TabIndex = 2;
  1081. //
  1082. // checkBox3
  1083. //
  1084. this.checkBox3.AutoSize = true;
  1085. this.checkBox3.Location = new System.Drawing.Point(17, 72);
  1086. this.checkBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1087. this.checkBox3.Name = "checkBox3";
  1088. this.checkBox3.Size = new System.Drawing.Size(89, 19);
  1089. this.checkBox3.TabIndex = 1;
  1090. this.checkBox3.Text = "生产时间";
  1091. this.checkBox3.UseVisualStyleBackColor = true;
  1092. this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
  1093. //
  1094. // checkBox2
  1095. //
  1096. this.checkBox2.AutoSize = true;
  1097. this.checkBox2.Location = new System.Drawing.Point(17, 44);
  1098. this.checkBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1099. this.checkBox2.Name = "checkBox2";
  1100. this.checkBox2.Size = new System.Drawing.Size(89, 19);
  1101. this.checkBox2.TabIndex = 17;
  1102. this.checkBox2.Text = "炼钢产线";
  1103. this.checkBox2.UseVisualStyleBackColor = true;
  1104. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  1105. //
  1106. // ultraComboEditor1
  1107. //
  1108. this.ultraComboEditor1.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  1109. this.ultraComboEditor1.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  1110. this.ultraComboEditor1.DataMember = "Table1";
  1111. this.ultraComboEditor1.DataSource = this.dataSet1;
  1112. this.ultraComboEditor1.DisplayMember = "StateDesc";
  1113. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1114. this.ultraComboEditor1.Enabled = false;
  1115. this.ultraComboEditor1.Location = new System.Drawing.Point(109, 14);
  1116. this.ultraComboEditor1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1117. this.ultraComboEditor1.Name = "ultraComboEditor1";
  1118. this.ultraComboEditor1.Size = new System.Drawing.Size(188, 24);
  1119. this.ultraComboEditor1.TabIndex = 2;
  1120. this.ultraComboEditor1.ValueMember = "State";
  1121. //
  1122. // dataSet1
  1123. //
  1124. this.dataSet1.DataSetName = "NewDataSet";
  1125. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  1126. this.dataTable1});
  1127. //
  1128. // dataTable1
  1129. //
  1130. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  1131. this.dataColumn1,
  1132. this.dataColumn2});
  1133. this.dataTable1.TableName = "Table1";
  1134. //
  1135. // dataColumn1
  1136. //
  1137. this.dataColumn1.Caption = "状态";
  1138. this.dataColumn1.ColumnName = "State";
  1139. //
  1140. // dataColumn2
  1141. //
  1142. this.dataColumn2.Caption = "状态";
  1143. this.dataColumn2.ColumnName = "StateDesc";
  1144. //
  1145. // checkBox1
  1146. //
  1147. this.checkBox1.AutoSize = true;
  1148. this.checkBox1.Location = new System.Drawing.Point(17, 18);
  1149. this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1150. this.checkBox1.Name = "checkBox1";
  1151. this.checkBox1.Size = new System.Drawing.Size(89, 19);
  1152. this.checkBox1.TabIndex = 16;
  1153. this.checkBox1.Text = "生产状态";
  1154. this.checkBox1.UseVisualStyleBackColor = true;
  1155. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  1156. //
  1157. // ultraLabel2
  1158. //
  1159. this.ultraLabel2.AutoSize = true;
  1160. this.ultraLabel2.Location = new System.Drawing.Point(37, 130);
  1161. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1162. this.ultraLabel2.Name = "ultraLabel2";
  1163. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  1164. this.ultraLabel2.TabIndex = 11;
  1165. this.ultraLabel2.Text = "判定状态";
  1166. //
  1167. // ultraLabel13
  1168. //
  1169. this.ultraLabel13.AutoSize = true;
  1170. this.ultraLabel13.Location = new System.Drawing.Point(37, 160);
  1171. this.ultraLabel13.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1172. this.ultraLabel13.Name = "ultraLabel13";
  1173. this.ultraLabel13.Size = new System.Drawing.Size(89, 24);
  1174. this.ultraLabel13.TabIndex = 7;
  1175. this.ultraLabel13.Text = "熔炼炉号";
  1176. //
  1177. // SteelMakingChemJudgeFrm
  1178. //
  1179. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1181. this.ClientSize = new System.Drawing.Size(1724, 911);
  1182. this.Controls.Add(this.ultraTabControl1);
  1183. this.Controls.Add(this.ultraExpandableGroupBox1);
  1184. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  1185. this.Name = "SteelMakingChemJudgeFrm";
  1186. this.Text = "炼钢成分判定";
  1187. this.Load += new System.EventHandler(this.RolledTubeChemJudgeFrm_Load);
  1188. this.ultraTabPageControl1.ResumeLayout(false);
  1189. this.splitContainer3.Panel1.ResumeLayout(false);
  1190. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1191. this.splitContainer3.ResumeLayout(false);
  1192. this.panel1.ResumeLayout(false);
  1193. this.panel1.PerformLayout();
  1194. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox5.ComboBox)).EndInit();
  1195. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet3)).EndInit();
  1196. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
  1197. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet2)).EndInit();
  1198. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  1199. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1200. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1201. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  1202. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
  1203. this.ultraTabControl2.ResumeLayout(false);
  1204. this.ultraTabPageControl2.ResumeLayout(false);
  1205. this.panel5.ResumeLayout(false);
  1206. this.splitContainer2.Panel1.ResumeLayout(false);
  1207. this.splitContainer2.Panel2.ResumeLayout(false);
  1208. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1209. this.splitContainer2.ResumeLayout(false);
  1210. this.panel3.ResumeLayout(false);
  1211. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox4.ComboBox)).EndInit();
  1212. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox3.ComboBox)).EndInit();
  1213. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1214. this.ultraTabControl1.ResumeLayout(false);
  1215. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1216. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1217. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1218. this.panel7.ResumeLayout(false);
  1219. this.panel7.PerformLayout();
  1220. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1221. ((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit();
  1222. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor2)).EndInit();
  1223. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  1224. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1225. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1226. this.ResumeLayout(false);
  1227. }
  1228. #endregion
  1229. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1230. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1231. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1232. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1233. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1234. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1235. private System.Windows.Forms.Panel panel5;
  1236. private Infragistics.Win.UltraWinToolTip.UltraToolTipManager ultraToolTipManager1;
  1237. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1238. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1239. private System.Windows.Forms.Panel panel7;
  1240. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1241. private System.Data.DataSet dataSet1;
  1242. private System.Data.DataTable dataTable1;
  1243. private System.Data.DataColumn dataColumn1;
  1244. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  1245. private System.Data.DataColumn dataColumn2;
  1246. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1247. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1248. private Infragistics.Win.UltraWinEditors.UltraOptionSet ultraOptionSet1;
  1249. private System.Windows.Forms.Panel panel1;
  1250. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  1251. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  1252. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  1253. private Mes.Client.Comm.Control.LabelTextBox labelTextBox4;
  1254. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  1255. private System.Windows.Forms.Panel panel3;
  1256. private Mes.Client.Comm.Control.LabelComboBox labelComboBox3;
  1257. private Mes.Client.Comm.Control.LabelTextBox labelTextBox3;
  1258. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker3;
  1259. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker4;
  1260. private System.Windows.Forms.SplitContainer splitContainer2;
  1261. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1262. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  1263. private System.Windows.Forms.SplitContainer splitContainer3;
  1264. private System.Windows.Forms.CheckBox checkBox1;
  1265. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor2;
  1266. private System.Windows.Forms.CheckBox checkBox2;
  1267. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  1268. private System.Windows.Forms.CheckBox checkBox3;
  1269. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  1270. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1271. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1272. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl2;
  1273. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage2;
  1274. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1275. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl4;
  1276. private Infragistics.Win.UltraWinEditors.UltraOptionSet ultraOptionSet2;
  1277. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1278. private Mes.Client.Comm.Control.LabelComboBox labelComboBox4;
  1279. private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
  1280. private Infragistics.Win.UltraWinEditors.UltraOptionSet ultraOptionSet3;
  1281. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1282. private Mes.Client.Comm.Control.LabelComboBox labelComboBox5;
  1283. }
  1284. }