UIN060230.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. namespace Core.LZMes.Client.UIN
  2. {
  3. partial class UIN060230
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MILL_DTIME");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WGT");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_LEN");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_INDIA");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_OUTDIA");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EXIT_COIL_NO");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_WTH");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EN_COIL_NO");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDNO");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  40. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  46. this.panel1 = new System.Windows.Forms.Panel();
  47. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  48. this.dataSet1 = new System.Data.DataSet();
  49. this.dataTable1 = new System.Data.DataTable();
  50. this.dataColumn1 = new System.Data.DataColumn();
  51. this.dataColumn2 = new System.Data.DataColumn();
  52. this.dataColumn3 = new System.Data.DataColumn();
  53. this.dataColumn4 = new System.Data.DataColumn();
  54. this.dataColumn5 = new System.Data.DataColumn();
  55. this.dataColumn42 = new System.Data.DataColumn();
  56. this.dataColumn45 = new System.Data.DataColumn();
  57. this.dataColumn46 = new System.Data.DataColumn();
  58. this.dataColumn7 = new System.Data.DataColumn();
  59. this.dataColumn6 = new System.Data.DataColumn();
  60. this.dataColumn8 = new System.Data.DataColumn();
  61. this.panel2 = new System.Windows.Forms.Panel();
  62. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.CombCAL_COIL_NO = new Infragistics.Win.UltraWinGrid.UltraCombo();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.panel1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  70. this.panel2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  72. this.ultraGroupBox1.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.CombCAL_COIL_NO)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // panel1
  77. //
  78. this.panel1.Controls.Add(this.ultraGrid1);
  79. this.panel1.Controls.Add(this.panel2);
  80. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.panel1.Location = new System.Drawing.Point(0, 0);
  82. this.panel1.Name = "panel1";
  83. this.panel1.Size = new System.Drawing.Size(1004, 509);
  84. this.panel1.TabIndex = 1;
  85. //
  86. // ultraGrid1
  87. //
  88. this.ultraGrid1.DataSource = this.dataSet1;
  89. ultraGridColumn1.Header.VisiblePosition = 0;
  90. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 22;
  91. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  92. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  93. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  94. ultraGridColumn2.Header.VisiblePosition = 1;
  95. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 10;
  96. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  97. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  98. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  99. ultraGridColumn3.Header.VisiblePosition = 2;
  100. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 16;
  101. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  102. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  103. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  104. ultraGridColumn4.Header.VisiblePosition = 3;
  105. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 18;
  106. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  107. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  108. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  109. ultraGridColumn5.Header.VisiblePosition = 4;
  110. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 20;
  111. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  112. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  113. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  114. ultraGridColumn6.Header.VisiblePosition = 5;
  115. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 2;
  116. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  117. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(151, 0);
  118. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  119. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  120. ultraGridColumn7.Header.VisiblePosition = 6;
  121. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 14;
  122. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  123. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  124. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  125. ultraGridColumn8.Header.VisiblePosition = 7;
  126. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
  127. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  128. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(113, 0);
  129. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  130. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  131. ultraGridColumn9.Header.VisiblePosition = 8;
  132. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 4;
  133. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  134. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  135. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  136. ultraGridColumn10.Header.VisiblePosition = 9;
  137. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 8;
  138. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  139. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  140. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  141. ultraGridColumn11.Header.VisiblePosition = 10;
  142. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
  143. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  144. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
  145. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  146. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  147. ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  148. ultraGridBand1.Columns.AddRange(new object[] {
  149. ultraGridColumn1,
  150. ultraGridColumn2,
  151. ultraGridColumn3,
  152. ultraGridColumn4,
  153. ultraGridColumn5,
  154. ultraGridColumn6,
  155. ultraGridColumn7,
  156. ultraGridColumn8,
  157. ultraGridColumn9,
  158. ultraGridColumn10,
  159. ultraGridColumn11});
  160. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  161. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  162. appearance27.BackColor = System.Drawing.Color.GhostWhite;
  163. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance27;
  164. appearance28.BackColor = System.Drawing.Color.LightSteelBlue;
  165. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance28;
  166. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  167. appearance29.BackColor = System.Drawing.Color.LightSteelBlue;
  168. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance29;
  169. appearance30.BackColor = System.Drawing.Color.LightSteelBlue;
  170. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance30;
  171. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  172. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  173. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.ultraGrid1.Location = new System.Drawing.Point(0, 53);
  176. this.ultraGrid1.Name = "ultraGrid1";
  177. this.ultraGrid1.Size = new System.Drawing.Size(1004, 456);
  178. this.ultraGrid1.TabIndex = 2;
  179. //
  180. // dataSet1
  181. //
  182. this.dataSet1.DataSetName = "NewDataSet";
  183. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  184. this.dataTable1});
  185. //
  186. // dataTable1
  187. //
  188. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  189. this.dataColumn1,
  190. this.dataColumn2,
  191. this.dataColumn3,
  192. this.dataColumn4,
  193. this.dataColumn5,
  194. this.dataColumn42,
  195. this.dataColumn45,
  196. this.dataColumn46,
  197. this.dataColumn7,
  198. this.dataColumn6,
  199. this.dataColumn8});
  200. this.dataTable1.TableName = "Table1";
  201. //
  202. // dataColumn1
  203. //
  204. this.dataColumn1.Caption = "轧制时间";
  205. this.dataColumn1.ColumnName = "MILL_DTIME";
  206. //
  207. // dataColumn2
  208. //
  209. this.dataColumn2.Caption = "重量";
  210. this.dataColumn2.ColumnName = "ACT_WGT";
  211. //
  212. // dataColumn3
  213. //
  214. this.dataColumn3.Caption = "长度";
  215. this.dataColumn3.ColumnName = "COIL_LEN";
  216. //
  217. // dataColumn4
  218. //
  219. this.dataColumn4.Caption = "内径";
  220. this.dataColumn4.ColumnName = "COIL_INDIA";
  221. //
  222. // dataColumn5
  223. //
  224. this.dataColumn5.Caption = "外径";
  225. this.dataColumn5.ColumnName = "COIL_OUTDIA";
  226. //
  227. // dataColumn42
  228. //
  229. this.dataColumn42.Caption = "重卷卷号";
  230. this.dataColumn42.ColumnName = "EXIT_COIL_NO";
  231. //
  232. // dataColumn45
  233. //
  234. this.dataColumn45.Caption = "宽度";
  235. this.dataColumn45.ColumnName = "COIL_WTH";
  236. //
  237. // dataColumn46
  238. //
  239. this.dataColumn46.Caption = "厚度";
  240. this.dataColumn46.ColumnName = "COIL_THK";
  241. //
  242. // dataColumn7
  243. //
  244. this.dataColumn7.Caption = "原料卷号";
  245. this.dataColumn7.ColumnName = "EN_COIL_NO";
  246. //
  247. // dataColumn6
  248. //
  249. this.dataColumn6.Caption = "订单号";
  250. this.dataColumn6.ColumnName = "ORDNO";
  251. //
  252. // dataColumn8
  253. //
  254. this.dataColumn8.Caption = "选择";
  255. this.dataColumn8.ColumnName = "CHK";
  256. //
  257. // panel2
  258. //
  259. this.panel2.Controls.Add(this.ultraGroupBox1);
  260. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  261. this.panel2.Location = new System.Drawing.Point(0, 0);
  262. this.panel2.Name = "panel2";
  263. this.panel2.Size = new System.Drawing.Size(1004, 53);
  264. this.panel2.TabIndex = 0;
  265. //
  266. // ultraGroupBox1
  267. //
  268. appearance1.BackColor = System.Drawing.Color.Gainsboro;
  269. this.ultraGroupBox1.Appearance = appearance1;
  270. this.ultraGroupBox1.Controls.Add(this.button1);
  271. this.ultraGroupBox1.Controls.Add(this.CombCAL_COIL_NO);
  272. this.ultraGroupBox1.Controls.Add(this.label1);
  273. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  274. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  275. this.ultraGroupBox1.Name = "ultraGroupBox1";
  276. this.ultraGroupBox1.Size = new System.Drawing.Size(1004, 53);
  277. this.ultraGroupBox1.TabIndex = 4;
  278. //
  279. // button1
  280. //
  281. this.button1.Location = new System.Drawing.Point(334, 12);
  282. this.button1.Name = "button1";
  283. this.button1.Size = new System.Drawing.Size(75, 23);
  284. this.button1.TabIndex = 28;
  285. this.button1.Text = "接收";
  286. this.button1.UseVisualStyleBackColor = true;
  287. this.button1.Click += new System.EventHandler(this.button1_Click);
  288. //
  289. // CombCAL_COIL_NO
  290. //
  291. appearance2.BorderColor = System.Drawing.Color.Black;
  292. this.CombCAL_COIL_NO.Appearance = appearance2;
  293. this.CombCAL_COIL_NO.CheckedListSettings.CheckStateMember = "";
  294. this.CombCAL_COIL_NO.DisplayLayout.MaxColScrollRegions = 1;
  295. this.CombCAL_COIL_NO.DisplayLayout.MaxRowScrollRegions = 1;
  296. this.CombCAL_COIL_NO.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  297. this.CombCAL_COIL_NO.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  298. this.CombCAL_COIL_NO.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  299. this.CombCAL_COIL_NO.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  300. this.CombCAL_COIL_NO.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  301. this.CombCAL_COIL_NO.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  302. this.CombCAL_COIL_NO.Location = new System.Drawing.Point(112, 12);
  303. this.CombCAL_COIL_NO.Name = "CombCAL_COIL_NO";
  304. this.CombCAL_COIL_NO.Size = new System.Drawing.Size(160, 22);
  305. this.CombCAL_COIL_NO.TabIndex = 26;
  306. this.CombCAL_COIL_NO.ValueChanged += new System.EventHandler(this.CombCAL_COIL_NO_ValueChanged);
  307. //
  308. // label1
  309. //
  310. this.label1.BackColor = System.Drawing.Color.LightBlue;
  311. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  312. this.label1.Location = new System.Drawing.Point(10, 12);
  313. this.label1.Name = "label1";
  314. this.label1.Size = new System.Drawing.Size(96, 21);
  315. this.label1.TabIndex = 22;
  316. this.label1.Text = "重卷入口卷号";
  317. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  318. //
  319. // UIN060230
  320. //
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  323. this.ClientSize = new System.Drawing.Size(1004, 509);
  324. this.Controls.Add(this.panel1);
  325. this.Name = "UIN060230";
  326. this.Text = "UIN060230";
  327. this.Load += new System.EventHandler(this.UIN060230_Load);
  328. this.panel1.ResumeLayout(false);
  329. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  332. this.panel2.ResumeLayout(false);
  333. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  334. this.ultraGroupBox1.ResumeLayout(false);
  335. this.ultraGroupBox1.PerformLayout();
  336. ((System.ComponentModel.ISupportInitialize)(this.CombCAL_COIL_NO)).EndInit();
  337. this.ResumeLayout(false);
  338. }
  339. #endregion
  340. private System.Windows.Forms.Panel panel1;
  341. private System.Data.DataSet dataSet1;
  342. private System.Data.DataTable dataTable1;
  343. private System.Data.DataColumn dataColumn1;
  344. private System.Data.DataColumn dataColumn2;
  345. private System.Data.DataColumn dataColumn3;
  346. private System.Data.DataColumn dataColumn4;
  347. private System.Data.DataColumn dataColumn5;
  348. private System.Data.DataColumn dataColumn42;
  349. private System.Data.DataColumn dataColumn45;
  350. private System.Data.DataColumn dataColumn46;
  351. private System.Windows.Forms.Panel panel2;
  352. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  353. private System.Windows.Forms.Label label1;
  354. private System.Data.DataColumn dataColumn7;
  355. private Infragistics.Win.UltraWinGrid.UltraCombo CombCAL_COIL_NO;
  356. private System.Data.DataColumn dataColumn6;
  357. private System.Data.DataColumn dataColumn8;
  358. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  359. private System.Windows.Forms.Button button1;
  360. }
  361. }