SteelMakingColligateJudgeFrm.Designer.cs 92 KB

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