frmPotSendArrivall.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class frmPotSendArrivall
  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.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Select");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LADLEID", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATUS");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NOWPOSITION");
  36. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  49. this.cmbNoLadle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.labStatus = new System.Windows.Forms.Label();
  51. this.cmbLVL = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  52. this.cmbPOTSTATUS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  53. this.labBK = new System.Windows.Forms.Label();
  54. this.btnOK = new System.Windows.Forms.Button();
  55. this.grpSendpot = new System.Windows.Forms.GroupBox();
  56. this.labShow = new System.Windows.Forms.Label();
  57. this.txtRC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  58. this.txtZX = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.label2 = new System.Windows.Forms.Label();
  61. this.checkBox1 = new System.Windows.Forms.CheckBox();
  62. this.cmbHBFT = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  63. this.cmbBKDZ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  64. this.label4 = new System.Windows.Forms.Label();
  65. this.label3 = new System.Windows.Forms.Label();
  66. this.lblDSPlaySteel = new System.Windows.Forms.Label();
  67. this.lblSteel = new System.Windows.Forms.Label();
  68. this.cmbCvtpos = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  69. this.label1 = new System.Windows.Forms.Label();
  70. this.btnCan = new System.Windows.Forms.Button();
  71. this.txtCVT2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  72. this.txtCVT1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  73. this.radcvt2 = new System.Windows.Forms.RadioButton();
  74. this.radcvt1 = new System.Windows.Forms.RadioButton();
  75. this.grpArrivall = new System.Windows.Forms.GroupBox();
  76. this.uGrdArrivall = new Infragistics.Win.UltraWinGrid.UltraGrid();
  77. this.dsPA = new System.Data.DataSet();
  78. this.dataTable1 = new System.Data.DataTable();
  79. this.dataColumn1 = new System.Data.DataColumn();
  80. this.dataColumn2 = new System.Data.DataColumn();
  81. this.dataColumn3 = new System.Data.DataColumn();
  82. this.dataColumn4 = new System.Data.DataColumn();
  83. this.btnArrival = new System.Windows.Forms.Button();
  84. this.labArrivall = new System.Windows.Forms.Label();
  85. this.btnCancel = new System.Windows.Forms.Button();
  86. ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.cmbLVL)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.cmbPOTSTATUS)).BeginInit();
  89. this.grpSendpot.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.txtRC)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.txtZX)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.cmbHBFT)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.cmbBKDZ)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.cmbCvtpos)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).BeginInit();
  97. this.grpArrivall.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.uGrdArrivall)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.dsPA)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // cmbNoLadle
  104. //
  105. this.cmbNoLadle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  106. this.cmbNoLadle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.cmbNoLadle.Location = new System.Drawing.Point(76, 19);
  108. this.cmbNoLadle.Name = "cmbNoLadle";
  109. this.cmbNoLadle.Size = new System.Drawing.Size(113, 19);
  110. this.cmbNoLadle.TabIndex = 285;
  111. this.cmbNoLadle.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  112. this.cmbNoLadle.ValueChanged += new System.EventHandler(this.cmbNoLadle_ValueChanged);
  113. //
  114. // labStatus
  115. //
  116. this.labStatus.AutoSize = true;
  117. this.labStatus.Location = new System.Drawing.Point(6, 24);
  118. this.labStatus.Name = "labStatus";
  119. this.labStatus.Size = new System.Drawing.Size(65, 12);
  120. this.labStatus.TabIndex = 284;
  121. this.labStatus.Text = "待用钢包号";
  122. //
  123. // cmbLVL
  124. //
  125. this.cmbLVL.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  126. this.cmbLVL.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.cmbLVL.Location = new System.Drawing.Point(258, 71);
  128. this.cmbLVL.Name = "cmbLVL";
  129. this.cmbLVL.Size = new System.Drawing.Size(103, 19);
  130. this.cmbLVL.TabIndex = 291;
  131. this.cmbLVL.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  132. this.cmbLVL.Visible = false;
  133. //
  134. // cmbPOTSTATUS
  135. //
  136. this.cmbPOTSTATUS.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  137. this.cmbPOTSTATUS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.cmbPOTSTATUS.Location = new System.Drawing.Point(257, 15);
  139. this.cmbPOTSTATUS.Name = "cmbPOTSTATUS";
  140. this.cmbPOTSTATUS.Size = new System.Drawing.Size(105, 19);
  141. this.cmbPOTSTATUS.TabIndex = 293;
  142. this.cmbPOTSTATUS.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  143. //
  144. // labBK
  145. //
  146. this.labBK.AutoSize = true;
  147. this.labBK.Location = new System.Drawing.Point(222, 19);
  148. this.labBK.Name = "labBK";
  149. this.labBK.Size = new System.Drawing.Size(29, 12);
  150. this.labBK.TabIndex = 292;
  151. this.labBK.Text = "包况";
  152. //
  153. // btnOK
  154. //
  155. this.btnOK.Location = new System.Drawing.Point(250, 152);
  156. this.btnOK.Name = "btnOK";
  157. this.btnOK.Size = new System.Drawing.Size(46, 22);
  158. this.btnOK.TabIndex = 294;
  159. this.btnOK.Text = "发 送";
  160. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  161. //
  162. // grpSendpot
  163. //
  164. this.grpSendpot.Controls.Add(this.labShow);
  165. this.grpSendpot.Controls.Add(this.txtRC);
  166. this.grpSendpot.Controls.Add(this.txtZX);
  167. this.grpSendpot.Controls.Add(this.label5);
  168. this.grpSendpot.Controls.Add(this.label2);
  169. this.grpSendpot.Controls.Add(this.checkBox1);
  170. this.grpSendpot.Controls.Add(this.cmbHBFT);
  171. this.grpSendpot.Controls.Add(this.cmbBKDZ);
  172. this.grpSendpot.Controls.Add(this.label4);
  173. this.grpSendpot.Controls.Add(this.label3);
  174. this.grpSendpot.Controls.Add(this.lblDSPlaySteel);
  175. this.grpSendpot.Controls.Add(this.lblSteel);
  176. this.grpSendpot.Controls.Add(this.cmbCvtpos);
  177. this.grpSendpot.Controls.Add(this.label1);
  178. this.grpSendpot.Controls.Add(this.btnCan);
  179. this.grpSendpot.Controls.Add(this.btnOK);
  180. this.grpSendpot.Controls.Add(this.cmbLVL);
  181. this.grpSendpot.Controls.Add(this.txtCVT2);
  182. this.grpSendpot.Controls.Add(this.cmbPOTSTATUS);
  183. this.grpSendpot.Controls.Add(this.txtCVT1);
  184. this.grpSendpot.Controls.Add(this.radcvt2);
  185. this.grpSendpot.Controls.Add(this.labBK);
  186. this.grpSendpot.Controls.Add(this.radcvt1);
  187. this.grpSendpot.Controls.Add(this.labStatus);
  188. this.grpSendpot.Controls.Add(this.cmbNoLadle);
  189. this.grpSendpot.Location = new System.Drawing.Point(13, 12);
  190. this.grpSendpot.Name = "grpSendpot";
  191. this.grpSendpot.Size = new System.Drawing.Size(379, 180);
  192. this.grpSendpot.TabIndex = 296;
  193. this.grpSendpot.TabStop = false;
  194. this.grpSendpot.Text = "钢包发送";
  195. //
  196. // labShow
  197. //
  198. this.labShow.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  199. this.labShow.Location = new System.Drawing.Point(3, 146);
  200. this.labShow.Name = "labShow";
  201. this.labShow.Size = new System.Drawing.Size(147, 20);
  202. this.labShow.TabIndex = 312;
  203. //
  204. // txtRC
  205. //
  206. this.txtRC.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.txtRC.Location = new System.Drawing.Point(314, 124);
  208. this.txtRC.MaxLength = 4;
  209. this.txtRC.Name = "txtRC";
  210. this.txtRC.Size = new System.Drawing.Size(50, 23);
  211. this.txtRC.TabIndex = 311;
  212. this.txtRC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tempt_KeyPress);
  213. //
  214. // txtZX
  215. //
  216. this.txtZX.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.txtZX.Location = new System.Drawing.Point(314, 97);
  218. this.txtZX.MaxLength = 4;
  219. this.txtZX.Name = "txtZX";
  220. this.txtZX.Size = new System.Drawing.Size(50, 23);
  221. this.txtZX.TabIndex = 310;
  222. this.txtZX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tempt_KeyPress);
  223. //
  224. // label5
  225. //
  226. this.label5.AutoSize = true;
  227. this.label5.Location = new System.Drawing.Point(229, 130);
  228. this.label5.Name = "label5";
  229. this.label5.Size = new System.Drawing.Size(83, 12);
  230. this.label5.TabIndex = 309;
  231. this.label5.Text = "外壳温度•熔池";
  232. //
  233. // label2
  234. //
  235. this.label2.AutoSize = true;
  236. this.label2.Location = new System.Drawing.Point(229, 103);
  237. this.label2.Name = "label2";
  238. this.label2.Size = new System.Drawing.Size(83, 12);
  239. this.label2.TabIndex = 308;
  240. this.label2.Text = "外壳温度•渣线";
  241. //
  242. // checkBox1
  243. //
  244. this.checkBox1.AutoSize = true;
  245. this.checkBox1.Location = new System.Drawing.Point(6, 127);
  246. this.checkBox1.Name = "checkBox1";
  247. this.checkBox1.Size = new System.Drawing.Size(72, 16);
  248. this.checkBox1.TabIndex = 307;
  249. this.checkBox1.Text = "钢包加盖";
  250. this.checkBox1.UseVisualStyleBackColor = true;
  251. //
  252. // cmbHBFT
  253. //
  254. this.cmbHBFT.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  255. this.cmbHBFT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.cmbHBFT.Location = new System.Drawing.Point(259, 71);
  257. this.cmbHBFT.Name = "cmbHBFT";
  258. this.cmbHBFT.Size = new System.Drawing.Size(105, 19);
  259. this.cmbHBFT.TabIndex = 306;
  260. this.cmbHBFT.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  261. //
  262. // cmbBKDZ
  263. //
  264. this.cmbBKDZ.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  265. this.cmbBKDZ.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.cmbBKDZ.Location = new System.Drawing.Point(258, 42);
  267. this.cmbBKDZ.Name = "cmbBKDZ";
  268. this.cmbBKDZ.Size = new System.Drawing.Size(105, 19);
  269. this.cmbBKDZ.TabIndex = 305;
  270. this.cmbBKDZ.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  271. //
  272. // label4
  273. //
  274. this.label4.AutoSize = true;
  275. this.label4.Location = new System.Drawing.Point(198, 76);
  276. this.label4.Name = "label4";
  277. this.label4.Size = new System.Drawing.Size(53, 12);
  278. this.label4.TabIndex = 304;
  279. this.label4.Text = "滑板厂家";
  280. //
  281. // label3
  282. //
  283. this.label3.AutoSize = true;
  284. this.label3.Location = new System.Drawing.Point(199, 46);
  285. this.label3.Name = "label3";
  286. this.label3.Size = new System.Drawing.Size(53, 12);
  287. this.label3.TabIndex = 303;
  288. this.label3.Text = "包口掉砖";
  289. //
  290. // lblDSPlaySteel
  291. //
  292. this.lblDSPlaySteel.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)), true);
  293. this.lblDSPlaySteel.Location = new System.Drawing.Point(76, 97);
  294. this.lblDSPlaySteel.Name = "lblDSPlaySteel";
  295. this.lblDSPlaySteel.Size = new System.Drawing.Size(147, 20);
  296. this.lblDSPlaySteel.TabIndex = 300;
  297. //
  298. // lblSteel
  299. //
  300. this.lblSteel.AutoSize = true;
  301. this.lblSteel.Location = new System.Drawing.Point(5, 100);
  302. this.lblSteel.Name = "lblSteel";
  303. this.lblSteel.Size = new System.Drawing.Size(65, 12);
  304. this.lblSteel.TabIndex = 299;
  305. this.lblSteel.Text = "上一炉钢种";
  306. //
  307. // cmbCvtpos
  308. //
  309. this.cmbCvtpos.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  310. this.cmbCvtpos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. valueListItem1.DataValue = "1";
  312. valueListItem1.DisplayText = "1";
  313. valueListItem2.DataValue = "2";
  314. valueListItem2.DisplayText = "2";
  315. this.cmbCvtpos.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  316. valueListItem1,
  317. valueListItem2});
  318. this.cmbCvtpos.Location = new System.Drawing.Point(65, 156);
  319. this.cmbCvtpos.Name = "cmbCvtpos";
  320. this.cmbCvtpos.Size = new System.Drawing.Size(111, 19);
  321. this.cmbCvtpos.TabIndex = 298;
  322. this.cmbCvtpos.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  323. this.cmbCvtpos.Visible = false;
  324. this.cmbCvtpos.ValueChanged += new System.EventHandler(this.cmbCvtpos_ValueChanged);
  325. //
  326. // label1
  327. //
  328. this.label1.AutoSize = true;
  329. this.label1.Location = new System.Drawing.Point(6, 159);
  330. this.label1.Name = "label1";
  331. this.label1.Size = new System.Drawing.Size(53, 12);
  332. this.label1.TabIndex = 297;
  333. this.label1.Text = "送转炉号";
  334. this.label1.Visible = false;
  335. //
  336. // btnCan
  337. //
  338. this.btnCan.Location = new System.Drawing.Point(314, 152);
  339. this.btnCan.Name = "btnCan";
  340. this.btnCan.Size = new System.Drawing.Size(49, 23);
  341. this.btnCan.TabIndex = 296;
  342. this.btnCan.Text = "取 消";
  343. this.btnCan.Click += new System.EventHandler(this.btnCan_Click);
  344. //
  345. // txtCVT2
  346. //
  347. this.txtCVT2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.txtCVT2.Location = new System.Drawing.Point(76, 69);
  349. this.txtCVT2.Name = "txtCVT2";
  350. this.txtCVT2.ReadOnly = true;
  351. this.txtCVT2.Size = new System.Drawing.Size(111, 23);
  352. this.txtCVT2.TabIndex = 289;
  353. //
  354. // txtCVT1
  355. //
  356. this.txtCVT1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.txtCVT1.Location = new System.Drawing.Point(76, 42);
  358. this.txtCVT1.Name = "txtCVT1";
  359. this.txtCVT1.ReadOnly = true;
  360. this.txtCVT1.Size = new System.Drawing.Size(111, 23);
  361. this.txtCVT1.TabIndex = 287;
  362. //
  363. // radcvt2
  364. //
  365. this.radcvt2.Location = new System.Drawing.Point(8, 66);
  366. this.radcvt2.Name = "radcvt2";
  367. this.radcvt2.Size = new System.Drawing.Size(64, 24);
  368. this.radcvt2.TabIndex = 288;
  369. this.radcvt2.Text = "2#转炉";
  370. //
  371. // radcvt1
  372. //
  373. this.radcvt1.Checked = true;
  374. this.radcvt1.Location = new System.Drawing.Point(7, 42);
  375. this.radcvt1.Name = "radcvt1";
  376. this.radcvt1.Size = new System.Drawing.Size(64, 24);
  377. this.radcvt1.TabIndex = 286;
  378. this.radcvt1.TabStop = true;
  379. this.radcvt1.Text = "1#转炉";
  380. //
  381. // grpArrivall
  382. //
  383. this.grpArrivall.Controls.Add(this.uGrdArrivall);
  384. this.grpArrivall.Location = new System.Drawing.Point(12, 198);
  385. this.grpArrivall.Name = "grpArrivall";
  386. this.grpArrivall.Size = new System.Drawing.Size(380, 187);
  387. this.grpArrivall.TabIndex = 297;
  388. this.grpArrivall.TabStop = false;
  389. this.grpArrivall.Text = "钢包到达";
  390. //
  391. // uGrdArrivall
  392. //
  393. this.uGrdArrivall.AccessibleName = "";
  394. this.uGrdArrivall.DataSource = this.dsPA;
  395. appearance53.BackColor = System.Drawing.SystemColors.Window;
  396. appearance53.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  397. appearance53.FontData.SizeInPoints = 10F;
  398. this.uGrdArrivall.DisplayLayout.Appearance = appearance53;
  399. ultraGridColumn1.DefaultCellValue = "False";
  400. ultraGridColumn1.Header.VisiblePosition = 1;
  401. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  402. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  403. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(45, 0);
  404. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  405. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  406. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  407. ultraGridColumn2.Header.VisiblePosition = 0;
  408. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  409. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  410. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0);
  411. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  412. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  413. ultraGridColumn3.Header.VisiblePosition = 2;
  414. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  415. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  416. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
  417. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  418. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  419. ultraGridColumn4.Header.VisiblePosition = 3;
  420. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  421. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  422. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(123, 0);
  423. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  424. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  425. ultraGridBand1.Columns.AddRange(new object[] {
  426. ultraGridColumn1,
  427. ultraGridColumn2,
  428. ultraGridColumn3,
  429. ultraGridColumn4});
  430. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  431. this.uGrdArrivall.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  432. appearance54.TextHAlignAsString = "Left";
  433. this.uGrdArrivall.DisplayLayout.CaptionAppearance = appearance54;
  434. appearance55.BackColor = System.Drawing.SystemColors.ActiveBorder;
  435. appearance55.BackColor2 = System.Drawing.SystemColors.ControlDark;
  436. appearance55.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  437. appearance55.BorderColor = System.Drawing.SystemColors.Window;
  438. this.uGrdArrivall.DisplayLayout.GroupByBox.Appearance = appearance55;
  439. appearance56.ForeColor = System.Drawing.SystemColors.GrayText;
  440. this.uGrdArrivall.DisplayLayout.GroupByBox.BandLabelAppearance = appearance56;
  441. this.uGrdArrivall.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  442. this.uGrdArrivall.DisplayLayout.GroupByBox.Hidden = true;
  443. appearance57.BackColor = System.Drawing.SystemColors.ControlLightLight;
  444. appearance57.BackColor2 = System.Drawing.SystemColors.Control;
  445. appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  446. appearance57.ForeColor = System.Drawing.SystemColors.GrayText;
  447. this.uGrdArrivall.DisplayLayout.GroupByBox.PromptAppearance = appearance57;
  448. this.uGrdArrivall.DisplayLayout.MaxColScrollRegions = 1;
  449. this.uGrdArrivall.DisplayLayout.MaxRowScrollRegions = 1;
  450. appearance58.BackColor = System.Drawing.SystemColors.Window;
  451. appearance58.ForeColor = System.Drawing.SystemColors.ControlText;
  452. this.uGrdArrivall.DisplayLayout.Override.ActiveCellAppearance = appearance58;
  453. appearance59.BackColor = System.Drawing.SystemColors.Highlight;
  454. appearance59.ForeColor = System.Drawing.SystemColors.HighlightText;
  455. this.uGrdArrivall.DisplayLayout.Override.ActiveRowAppearance = appearance59;
  456. this.uGrdArrivall.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  457. this.uGrdArrivall.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  458. appearance60.BackColor = System.Drawing.SystemColors.Window;
  459. this.uGrdArrivall.DisplayLayout.Override.CardAreaAppearance = appearance60;
  460. appearance61.BorderColor = System.Drawing.Color.Silver;
  461. appearance61.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  462. this.uGrdArrivall.DisplayLayout.Override.CellAppearance = appearance61;
  463. this.uGrdArrivall.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  464. this.uGrdArrivall.DisplayLayout.Override.CellPadding = 0;
  465. this.uGrdArrivall.DisplayLayout.Override.DefaultRowHeight = 21;
  466. appearance62.BackColor = System.Drawing.SystemColors.Control;
  467. appearance62.BackColor2 = System.Drawing.SystemColors.ControlDark;
  468. appearance62.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  469. appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  470. appearance62.BorderColor = System.Drawing.SystemColors.Window;
  471. this.uGrdArrivall.DisplayLayout.Override.GroupByRowAppearance = appearance62;
  472. appearance63.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(191)))), ((int)(((byte)(231)))));
  473. appearance63.TextHAlignAsString = "Left";
  474. this.uGrdArrivall.DisplayLayout.Override.HeaderAppearance = appearance63;
  475. this.uGrdArrivall.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  476. this.uGrdArrivall.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  477. appearance64.BackColor = System.Drawing.SystemColors.Window;
  478. appearance64.BorderColor = System.Drawing.Color.Silver;
  479. this.uGrdArrivall.DisplayLayout.Override.RowAppearance = appearance64;
  480. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(191)))), ((int)(((byte)(231)))));
  481. this.uGrdArrivall.DisplayLayout.Override.RowSelectorAppearance = appearance1;
  482. this.uGrdArrivall.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  483. appearance65.BackColor = System.Drawing.SystemColors.ControlLight;
  484. this.uGrdArrivall.DisplayLayout.Override.TemplateAddRowAppearance = appearance65;
  485. this.uGrdArrivall.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  486. this.uGrdArrivall.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  487. this.uGrdArrivall.Dock = System.Windows.Forms.DockStyle.Fill;
  488. this.uGrdArrivall.Location = new System.Drawing.Point(3, 17);
  489. this.uGrdArrivall.Name = "uGrdArrivall";
  490. this.uGrdArrivall.Size = new System.Drawing.Size(374, 167);
  491. this.uGrdArrivall.TabIndex = 1;
  492. //
  493. // dsPA
  494. //
  495. this.dsPA.DataSetName = "NewDataSet";
  496. this.dsPA.Tables.AddRange(new System.Data.DataTable[] {
  497. this.dataTable1});
  498. //
  499. // dataTable1
  500. //
  501. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  502. this.dataColumn1,
  503. this.dataColumn2,
  504. this.dataColumn3,
  505. this.dataColumn4});
  506. this.dataTable1.TableName = "Table1";
  507. //
  508. // dataColumn1
  509. //
  510. this.dataColumn1.Caption = "选择";
  511. this.dataColumn1.ColumnName = "Select";
  512. this.dataColumn1.DataType = typeof(bool);
  513. //
  514. // dataColumn2
  515. //
  516. this.dataColumn2.Caption = "钢包号";
  517. this.dataColumn2.ColumnName = "LADLEID";
  518. //
  519. // dataColumn3
  520. //
  521. this.dataColumn3.Caption = "状态";
  522. this.dataColumn3.ColumnName = "STATUS";
  523. //
  524. // dataColumn4
  525. //
  526. this.dataColumn4.Caption = "当前位置";
  527. this.dataColumn4.ColumnName = "NOWPOSITION";
  528. //
  529. // btnArrival
  530. //
  531. this.btnArrival.Location = new System.Drawing.Point(268, 384);
  532. this.btnArrival.Name = "btnArrival";
  533. this.btnArrival.Size = new System.Drawing.Size(60, 21);
  534. this.btnArrival.TabIndex = 298;
  535. this.btnArrival.Text = "到 达";
  536. this.btnArrival.Click += new System.EventHandler(this.btnArrival_Click);
  537. //
  538. // labArrivall
  539. //
  540. this.labArrivall.Location = new System.Drawing.Point(40, 385);
  541. this.labArrivall.Name = "labArrivall";
  542. this.labArrivall.Size = new System.Drawing.Size(226, 16);
  543. this.labArrivall.TabIndex = 299;
  544. this.labArrivall.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  545. //
  546. // btnCancel
  547. //
  548. this.btnCancel.Location = new System.Drawing.Point(329, 384);
  549. this.btnCancel.Name = "btnCancel";
  550. this.btnCancel.Size = new System.Drawing.Size(60, 21);
  551. this.btnCancel.TabIndex = 300;
  552. this.btnCancel.Text = "取消";
  553. this.btnCancel.Visible = false;
  554. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  555. //
  556. // frmPotSendArrivall
  557. //
  558. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  559. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  560. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  561. this.ClientSize = new System.Drawing.Size(403, 405);
  562. this.Controls.Add(this.btnCancel);
  563. this.Controls.Add(this.labArrivall);
  564. this.Controls.Add(this.btnArrival);
  565. this.Controls.Add(this.grpArrivall);
  566. this.Controls.Add(this.grpSendpot);
  567. this.Name = "frmPotSendArrivall";
  568. this.Text = "钢包发送-到达操作";
  569. this.Load += new System.EventHandler(this.frmPotSendArrivall_Load);
  570. ((System.ComponentModel.ISupportInitialize)(this.cmbNoLadle)).EndInit();
  571. ((System.ComponentModel.ISupportInitialize)(this.cmbLVL)).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)(this.cmbPOTSTATUS)).EndInit();
  573. this.grpSendpot.ResumeLayout(false);
  574. this.grpSendpot.PerformLayout();
  575. ((System.ComponentModel.ISupportInitialize)(this.txtRC)).EndInit();
  576. ((System.ComponentModel.ISupportInitialize)(this.txtZX)).EndInit();
  577. ((System.ComponentModel.ISupportInitialize)(this.cmbHBFT)).EndInit();
  578. ((System.ComponentModel.ISupportInitialize)(this.cmbBKDZ)).EndInit();
  579. ((System.ComponentModel.ISupportInitialize)(this.cmbCvtpos)).EndInit();
  580. ((System.ComponentModel.ISupportInitialize)(this.txtCVT2)).EndInit();
  581. ((System.ComponentModel.ISupportInitialize)(this.txtCVT1)).EndInit();
  582. this.grpArrivall.ResumeLayout(false);
  583. ((System.ComponentModel.ISupportInitialize)(this.uGrdArrivall)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.dsPA)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  586. this.ResumeLayout(false);
  587. }
  588. #endregion
  589. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbNoLadle;
  590. private System.Windows.Forms.Label labStatus;
  591. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbLVL;
  592. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPOTSTATUS;
  593. private System.Windows.Forms.Label labBK;
  594. private System.Windows.Forms.Button btnOK;
  595. private System.Windows.Forms.GroupBox grpSendpot;
  596. private System.Windows.Forms.GroupBox grpArrivall;
  597. private Infragistics.Win.UltraWinGrid.UltraGrid uGrdArrivall;
  598. private System.Windows.Forms.Button btnArrival;
  599. private System.Data.DataSet dsPA;
  600. private System.Data.DataTable dataTable1;
  601. private System.Data.DataColumn dataColumn1;
  602. private System.Data.DataColumn dataColumn2;
  603. private System.Data.DataColumn dataColumn3;
  604. private System.Data.DataColumn dataColumn4;
  605. private System.Windows.Forms.Label labArrivall;
  606. private System.Windows.Forms.Button btnCan;
  607. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT2;
  608. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCVT1;
  609. private System.Windows.Forms.RadioButton radcvt2;
  610. private System.Windows.Forms.RadioButton radcvt1;
  611. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCvtpos;
  612. private System.Windows.Forms.Label label1;
  613. private System.Windows.Forms.Label lblSteel;
  614. private System.Windows.Forms.Label lblDSPlaySteel;
  615. private System.Windows.Forms.Label label3;
  616. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbHBFT;
  617. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBKDZ;
  618. private System.Windows.Forms.Label label4;
  619. private System.Windows.Forms.Button btnCancel;
  620. private System.Windows.Forms.CheckBox checkBox1;
  621. private System.Windows.Forms.Label label5;
  622. private System.Windows.Forms.Label label2;
  623. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRC;
  624. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtZX;
  625. private System.Windows.Forms.Label labShow;
  626. }
  627. }