frmLiquidusTemp.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmLiquidusTemp
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME", -1, 34142255);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LIQUIDUSTEMP");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BEYONDTEMPT");
  34. Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(34142255);
  35. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  37. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  38. this.urGridLTemp = new Infragistics.Win.UltraWinGrid.UltraGrid();
  39. this.dsLTemp = new System.Data.DataSet();
  40. this.dataTable1 = new System.Data.DataTable();
  41. this.dataColumn1 = new System.Data.DataColumn();
  42. this.dataColumn2 = new System.Data.DataColumn();
  43. this.dataColumn3 = new System.Data.DataColumn();
  44. this.dataColumn4 = new System.Data.DataColumn();
  45. this.panel2 = new System.Windows.Forms.Panel();
  46. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.button2 = new System.Windows.Forms.Button();
  48. this.button1 = new System.Windows.Forms.Button();
  49. this.txtTempEnd = new System.Windows.Forms.TextBox();
  50. this.label11 = new System.Windows.Forms.Label();
  51. this.labTemp = new System.Windows.Forms.Label();
  52. this.txtTempStart = new System.Windows.Forms.TextBox();
  53. this.ultcboSteel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.chkSteel = new System.Windows.Forms.CheckBox();
  55. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  56. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  57. this.ultraGroupBox1.SuspendLayout();
  58. this.FrmBase_Fill_Panel.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.urGridLTemp)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.dsLTemp)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  62. this.panel2.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  64. this.ultraGroupBox2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultcboSteel)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // ultraGroupBox1
  69. //
  70. this.ultraGroupBox1.Controls.Add(this.FrmBase_Fill_Panel);
  71. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
  73. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  74. this.ultraGroupBox1.Name = "ultraGroupBox1";
  75. this.ultraGroupBox1.Size = new System.Drawing.Size(715, 484);
  76. this.ultraGroupBox1.TabIndex = 4;
  77. //
  78. // FrmBase_Fill_Panel
  79. //
  80. this.FrmBase_Fill_Panel.Controls.Add(this.urGridLTemp);
  81. this.FrmBase_Fill_Panel.Controls.Add(this.panel2);
  82. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  83. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(3, 0);
  85. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  86. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(709, 481);
  87. this.FrmBase_Fill_Panel.TabIndex = 1;
  88. //
  89. // urGridLTemp
  90. //
  91. this.urGridLTemp.DataSource = this.dsLTemp;
  92. ultraGridColumn1.Header.VisiblePosition = 0;
  93. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
  94. ultraGridColumn2.Header.VisiblePosition = 1;
  95. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(157, 0);
  96. ultraGridColumn2.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDown;
  97. ultraGridColumn3.Header.VisiblePosition = 2;
  98. ultraGridColumn4.Header.VisiblePosition = 3;
  99. ultraGridBand1.Columns.AddRange(new object[] {
  100. ultraGridColumn1,
  101. ultraGridColumn2,
  102. ultraGridColumn3,
  103. ultraGridColumn4});
  104. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  105. this.urGridLTemp.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  106. this.urGridLTemp.DisplayLayout.GroupByBox.Hidden = true;
  107. valueList1.Key = "STEEL";
  108. this.urGridLTemp.DisplayLayout.ValueLists.AddRange(new Infragistics.Win.ValueList[] {
  109. valueList1});
  110. this.urGridLTemp.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  111. this.urGridLTemp.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.urGridLTemp.Font = new System.Drawing.Font("宋体", 9F);
  113. this.urGridLTemp.Location = new System.Drawing.Point(0, 45);
  114. this.urGridLTemp.Name = "urGridLTemp";
  115. this.urGridLTemp.Size = new System.Drawing.Size(709, 436);
  116. this.urGridLTemp.TabIndex = 7;
  117. //
  118. // dsLTemp
  119. //
  120. this.dsLTemp.DataSetName = "NewDataSet";
  121. this.dsLTemp.Tables.AddRange(new System.Data.DataTable[] {
  122. this.dataTable1});
  123. //
  124. // dataTable1
  125. //
  126. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  127. this.dataColumn1,
  128. this.dataColumn2,
  129. this.dataColumn3,
  130. this.dataColumn4});
  131. this.dataTable1.TableName = "Table1";
  132. //
  133. // dataColumn1
  134. //
  135. this.dataColumn1.Caption = "序号";
  136. this.dataColumn1.ColumnName = "ID";
  137. //
  138. // dataColumn2
  139. //
  140. this.dataColumn2.Caption = "钢种";
  141. this.dataColumn2.ColumnName = "STEELNAME";
  142. //
  143. // dataColumn3
  144. //
  145. this.dataColumn3.Caption = "液相线温度";
  146. this.dataColumn3.ColumnName = "LIQUIDUSTEMP";
  147. //
  148. // dataColumn4
  149. //
  150. this.dataColumn4.Caption = "允许中包过热度";
  151. this.dataColumn4.ColumnName = "BEYONDTEMPT";
  152. //
  153. // panel2
  154. //
  155. this.panel2.Controls.Add(this.ultraGroupBox2);
  156. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  157. this.panel2.Location = new System.Drawing.Point(0, 0);
  158. this.panel2.Name = "panel2";
  159. this.panel2.Size = new System.Drawing.Size(709, 45);
  160. this.panel2.TabIndex = 6;
  161. //
  162. // ultraGroupBox2
  163. //
  164. this.ultraGroupBox2.Controls.Add(this.button2);
  165. this.ultraGroupBox2.Controls.Add(this.button1);
  166. this.ultraGroupBox2.Controls.Add(this.txtTempEnd);
  167. this.ultraGroupBox2.Controls.Add(this.label11);
  168. this.ultraGroupBox2.Controls.Add(this.labTemp);
  169. this.ultraGroupBox2.Controls.Add(this.txtTempStart);
  170. this.ultraGroupBox2.Controls.Add(this.ultcboSteel);
  171. this.ultraGroupBox2.Controls.Add(this.chkSteel);
  172. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F);
  174. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  175. this.ultraGroupBox2.Name = "ultraGroupBox2";
  176. this.ultraGroupBox2.Size = new System.Drawing.Size(709, 45);
  177. this.ultraGroupBox2.TabIndex = 3;
  178. //
  179. // button2
  180. //
  181. this.button2.Location = new System.Drawing.Point(593, 7);
  182. this.button2.Name = "button2";
  183. this.button2.Size = new System.Drawing.Size(83, 23);
  184. this.button2.TabIndex = 97;
  185. this.button2.Text = "导入EXCEL";
  186. this.button2.UseVisualStyleBackColor = true;
  187. this.button2.Visible = false;
  188. this.button2.Click += new System.EventHandler(this.button2_Click);
  189. //
  190. // button1
  191. //
  192. this.button1.Location = new System.Drawing.Point(449, 9);
  193. this.button1.Name = "button1";
  194. this.button1.Size = new System.Drawing.Size(83, 23);
  195. this.button1.TabIndex = 96;
  196. this.button1.Text = "导出EXCEL";
  197. this.button1.UseVisualStyleBackColor = true;
  198. this.button1.Click += new System.EventHandler(this.button1_Click);
  199. //
  200. // txtTempEnd
  201. //
  202. this.txtTempEnd.Location = new System.Drawing.Point(330, 10);
  203. this.txtTempEnd.MaxLength = 200;
  204. this.txtTempEnd.Multiline = true;
  205. this.txtTempEnd.Name = "txtTempEnd";
  206. this.txtTempEnd.Size = new System.Drawing.Size(65, 23);
  207. this.txtTempEnd.TabIndex = 95;
  208. //
  209. // label11
  210. //
  211. this.label11.AutoSize = true;
  212. this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.label11.Location = new System.Drawing.Point(305, 13);
  214. this.label11.Name = "label11";
  215. this.label11.Size = new System.Drawing.Size(21, 14);
  216. this.label11.TabIndex = 94;
  217. this.label11.Text = "到";
  218. //
  219. // labTemp
  220. //
  221. this.labTemp.AutoSize = true;
  222. this.labTemp.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.labTemp.Location = new System.Drawing.Point(199, 13);
  224. this.labTemp.Name = "labTemp";
  225. this.labTemp.Size = new System.Drawing.Size(35, 14);
  226. this.labTemp.TabIndex = 93;
  227. this.labTemp.Text = "温度";
  228. //
  229. // txtTempStart
  230. //
  231. this.txtTempStart.Location = new System.Drawing.Point(238, 10);
  232. this.txtTempStart.MaxLength = 200;
  233. this.txtTempStart.Multiline = true;
  234. this.txtTempStart.Name = "txtTempStart";
  235. this.txtTempStart.Size = new System.Drawing.Size(62, 23);
  236. this.txtTempStart.TabIndex = 92;
  237. //
  238. // ultcboSteel
  239. //
  240. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  241. appearance2.BorderColor = System.Drawing.Color.Black;
  242. this.ultcboSteel.Appearance = appearance2;
  243. this.ultcboSteel.Enabled = false;
  244. this.ultcboSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.ultcboSteel.Location = new System.Drawing.Point(77, 10);
  246. this.ultcboSteel.Name = "ultcboSteel";
  247. this.ultcboSteel.Size = new System.Drawing.Size(103, 23);
  248. this.ultcboSteel.TabIndex = 80;
  249. //
  250. // chkSteel
  251. //
  252. this.chkSteel.AutoSize = true;
  253. this.chkSteel.BackColor = System.Drawing.Color.Transparent;
  254. this.chkSteel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.chkSteel.Location = new System.Drawing.Point(20, 12);
  256. this.chkSteel.Name = "chkSteel";
  257. this.chkSteel.Size = new System.Drawing.Size(54, 18);
  258. this.chkSteel.TabIndex = 79;
  259. this.chkSteel.Text = "牌号";
  260. this.chkSteel.UseVisualStyleBackColor = false;
  261. this.chkSteel.CheckedChanged += new System.EventHandler(this.chkSteel_CheckedChanged);
  262. //
  263. // frmLiquidusTemp
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.ClientSize = new System.Drawing.Size(715, 484);
  268. this.Controls.Add(this.ultraGroupBox1);
  269. this.Name = "frmLiquidusTemp";
  270. this.Text = "液相线温度标准";
  271. this.Load += new System.EventHandler(this.frmLiquidusTemp_Load);
  272. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  273. this.ultraGroupBox1.ResumeLayout(false);
  274. this.FrmBase_Fill_Panel.ResumeLayout(false);
  275. ((System.ComponentModel.ISupportInitialize)(this.urGridLTemp)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.dsLTemp)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  278. this.panel2.ResumeLayout(false);
  279. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  280. this.ultraGroupBox2.ResumeLayout(false);
  281. this.ultraGroupBox2.PerformLayout();
  282. ((System.ComponentModel.ISupportInitialize)(this.ultcboSteel)).EndInit();
  283. this.ResumeLayout(false);
  284. }
  285. #endregion
  286. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  287. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  288. private Infragistics.Win.UltraWinGrid.UltraGrid urGridLTemp;
  289. private System.Data.DataSet dsLTemp;
  290. private System.Data.DataTable dataTable1;
  291. private System.Data.DataColumn dataColumn1;
  292. private System.Data.DataColumn dataColumn2;
  293. private System.Data.DataColumn dataColumn3;
  294. private System.Windows.Forms.Panel panel2;
  295. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  296. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultcboSteel;
  297. private System.Windows.Forms.CheckBox chkSteel;
  298. private System.Windows.Forms.TextBox txtTempStart;
  299. private System.Windows.Forms.Label labTemp;
  300. private System.Windows.Forms.TextBox txtTempEnd;
  301. private System.Windows.Forms.Label label11;
  302. private System.Windows.Forms.Button button1;
  303. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  304. private System.Windows.Forms.Button button2;
  305. private System.Data.DataColumn dataColumn4;
  306. }
  307. }