QcmJhyElementsQueryFrm.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class QcmJhyElementsQueryFrm
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  30. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  31. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  32. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  33. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  34. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  35. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  39. this.ultraExpandableGroupBox1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // panel1
  43. //
  44. this.panel1.Controls.Add(this.labelTextBox2);
  45. this.panel1.Controls.Add(this.labelComboBox1);
  46. this.panel1.Controls.Add(this.labelDateTimePicker1);
  47. this.panel1.Controls.Add(this.labelDateTimePicker2);
  48. this.panel1.Controls.Add(this.labelTextBox1);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.panel1.Location = new System.Drawing.Point(0, 0);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(1355, 41);
  53. this.panel1.TabIndex = 0;
  54. //
  55. // labelTextBox2
  56. //
  57. //
  58. //
  59. //
  60. this.labelTextBox2.CheckBox.AutoSize = true;
  61. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  62. this.labelTextBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  63. this.labelTextBox2.CheckBox.Name = "checkBox1";
  64. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  65. this.labelTextBox2.CheckBox.TabIndex = 1;
  66. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  67. //
  68. //
  69. //
  70. this.labelTextBox2.Label.AutoSize = true;
  71. this.labelTextBox2.Label.Location = new System.Drawing.Point(25, 5);
  72. this.labelTextBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.labelTextBox2.Label.Name = "label1";
  74. this.labelTextBox2.Label.Size = new System.Drawing.Size(67, 15);
  75. this.labelTextBox2.Label.TabIndex = 0;
  76. this.labelTextBox2.Label.Text = "判定炉号";
  77. this.labelTextBox2.Location = new System.Drawing.Point(251, 8);
  78. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  79. this.labelTextBox2.Name = "labelTextBox2";
  80. this.labelTextBox2.Size = new System.Drawing.Size(220, 26);
  81. this.labelTextBox2.TabIndex = 15;
  82. //
  83. //
  84. //
  85. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.labelTextBox2.TextBox.Enabled = false;
  87. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  88. this.labelTextBox2.TextBox.Margin = new System.Windows.Forms.Padding(4);
  89. this.labelTextBox2.TextBox.Name = "textBox1";
  90. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(124, 25);
  91. this.labelTextBox2.TextBox.TabIndex = 1;
  92. //
  93. // labelComboBox1
  94. //
  95. //
  96. //
  97. //
  98. this.labelComboBox1.CheckBox.AutoSize = true;
  99. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  100. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  101. this.labelComboBox1.CheckBox.Name = "checkBox1";
  102. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  103. this.labelComboBox1.CheckBox.TabIndex = 0;
  104. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  105. //
  106. //
  107. //
  108. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  109. this.labelComboBox1.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  110. this.labelComboBox1.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  111. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  113. this.labelComboBox1.ComboBox.Enabled = false;
  114. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  115. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  116. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  117. this.labelComboBox1.ComboBox.Name = "comboBox1";
  118. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(140, 24);
  119. this.labelComboBox1.ComboBox.TabIndex = 0;
  120. //
  121. //
  122. //
  123. this.labelComboBox1.Label.AutoSize = true;
  124. this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
  125. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  126. this.labelComboBox1.Label.Name = "label1";
  127. this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
  128. this.labelComboBox1.Label.TabIndex = 2;
  129. this.labelComboBox1.Label.Text = "炼钢产线";
  130. this.labelComboBox1.Location = new System.Drawing.Point(483, 6);
  131. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  132. this.labelComboBox1.Name = "labelComboBox1";
  133. this.labelComboBox1.Size = new System.Drawing.Size(236, 28);
  134. this.labelComboBox1.TabIndex = 14;
  135. //
  136. // labelDateTimePicker1
  137. //
  138. //
  139. //
  140. //
  141. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  142. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(4, 4);
  143. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  144. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
  145. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  146. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  147. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  148. //
  149. //
  150. //
  151. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  153. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  154. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  155. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(169, 25);
  156. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  157. //
  158. //
  159. //
  160. this.labelDateTimePicker1.Label.AutoSize = true;
  161. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(24, 4);
  162. this.labelDateTimePicker1.Label.Name = "label1";
  163. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(67, 15);
  164. this.labelDateTimePicker1.Label.TabIndex = 0;
  165. this.labelDateTimePicker1.Label.Text = "同步时间";
  166. this.labelDateTimePicker1.Location = new System.Drawing.Point(735, 6);
  167. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(5);
  168. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  169. this.labelDateTimePicker1.Size = new System.Drawing.Size(263, 26);
  170. this.labelDateTimePicker1.TabIndex = 2;
  171. //
  172. // labelDateTimePicker2
  173. //
  174. //
  175. //
  176. //
  177. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  178. this.labelDateTimePicker2.CheckBox.Checked = true;
  179. this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  180. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(4, 4);
  181. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  182. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
  183. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  184. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  185. this.labelDateTimePicker2.CheckBox.Visible = false;
  186. //
  187. //
  188. //
  189. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  191. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  192. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  193. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(178, 25);
  194. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  195. //
  196. //
  197. //
  198. this.labelDateTimePicker2.Label.AutoSize = true;
  199. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(4, 4);
  200. this.labelDateTimePicker2.Label.Name = "label1";
  201. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(30, 15);
  202. this.labelDateTimePicker2.Label.TabIndex = 0;
  203. this.labelDateTimePicker2.Label.Text = "至 ";
  204. this.labelDateTimePicker2.Location = new System.Drawing.Point(1003, 6);
  205. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(5);
  206. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  207. this.labelDateTimePicker2.Size = new System.Drawing.Size(215, 26);
  208. this.labelDateTimePicker2.TabIndex = 3;
  209. //
  210. // labelTextBox1
  211. //
  212. //
  213. //
  214. //
  215. this.labelTextBox1.CheckBox.AutoSize = true;
  216. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  217. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  218. this.labelTextBox1.CheckBox.Name = "checkBox1";
  219. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  220. this.labelTextBox1.CheckBox.TabIndex = 1;
  221. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  222. //
  223. //
  224. //
  225. this.labelTextBox1.Label.AutoSize = true;
  226. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  227. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  228. this.labelTextBox1.Label.Name = "label1";
  229. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  230. this.labelTextBox1.Label.TabIndex = 0;
  231. this.labelTextBox1.Label.Text = "熔炼炉号";
  232. this.labelTextBox1.Location = new System.Drawing.Point(18, 8);
  233. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  234. this.labelTextBox1.Name = "labelTextBox1";
  235. this.labelTextBox1.Size = new System.Drawing.Size(221, 26);
  236. this.labelTextBox1.TabIndex = 0;
  237. //
  238. //
  239. //
  240. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.labelTextBox1.TextBox.Enabled = false;
  242. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  243. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  244. this.labelTextBox1.TextBox.Name = "textBox1";
  245. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(125, 25);
  246. this.labelTextBox1.TextBox.TabIndex = 1;
  247. //
  248. // ultraExpandableGroupBox1
  249. //
  250. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  251. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  252. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1355, 185);
  253. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 333);
  254. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  255. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1355, 185);
  256. this.ultraExpandableGroupBox1.TabIndex = 1;
  257. this.ultraExpandableGroupBox1.Text = "炼钢判定放行备注";
  258. //
  259. // ultraExpandableGroupBoxPanel1
  260. //
  261. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  263. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  264. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1349, 161);
  265. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  266. //
  267. // QcmJhyElementsQueryFrm
  268. //
  269. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  270. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  271. this.ClientSize = new System.Drawing.Size(1355, 518);
  272. this.Controls.Add(this.ultraExpandableGroupBox1);
  273. this.Controls.Add(this.panel1);
  274. this.Name = "QcmJhyElementsQueryFrm";
  275. this.Text = "成分实绩信息查询";
  276. this.Load += new System.EventHandler(this.QcmJhyElementsQueryFrm_Load);
  277. this.panel1.ResumeLayout(false);
  278. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  280. this.ultraExpandableGroupBox1.ResumeLayout(false);
  281. this.ResumeLayout(false);
  282. }
  283. #endregion
  284. private System.Windows.Forms.Panel panel1;
  285. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  286. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  287. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  288. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  289. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  290. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  291. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  292. }
  293. }