UIB030130.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace Core.LZMes.Client.UIB
  2. {
  3. partial class UIB030130
  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("OLD_SAMPL_NO");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_ABBSYM");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("COIL_THK");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATLQLTY_DEC_GRD");
  34. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  38. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  41. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  42. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  43. this.dataSet1 = new System.Data.DataSet();
  44. this.dataTable1 = new System.Data.DataTable();
  45. this.dataColumn1 = new System.Data.DataColumn();
  46. this.dataColumn2 = new System.Data.DataColumn();
  47. this.dataColumn3 = new System.Data.DataColumn();
  48. this.dataColumn4 = new System.Data.DataColumn();
  49. this.dataColumn5 = new System.Data.DataColumn();
  50. this.comboBox3 = new System.Windows.Forms.ComboBox();
  51. this.label8 = new System.Windows.Forms.Label();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  53. this.ultraGroupBox1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // ultraGroupBox1
  62. //
  63. this.ultraGroupBox1.Controls.Add(this.comboBox3);
  64. this.ultraGroupBox1.Controls.Add(this.label8);
  65. this.ultraGroupBox1.Controls.Add(this.label2);
  66. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2);
  67. this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1);
  68. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  70. this.ultraGroupBox1.Name = "ultraGroupBox1";
  71. this.ultraGroupBox1.Size = new System.Drawing.Size(778, 50);
  72. this.ultraGroupBox1.TabIndex = 0;
  73. this.ultraGroupBox1.Text = "查询条件";
  74. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  75. //
  76. // label2
  77. //
  78. this.label2.BackColor = System.Drawing.Color.LightBlue;
  79. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  80. this.label2.Location = new System.Drawing.Point(0, 23);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(92, 21);
  83. this.label2.TabIndex = 11;
  84. this.label2.Text = "检验日期";
  85. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  86. //
  87. // ultraDateTimeEditor2
  88. //
  89. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(247, 23);
  90. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  91. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(144, 21);
  92. this.ultraDateTimeEditor2.TabIndex = 0;
  93. //
  94. // ultraDateTimeEditor1
  95. //
  96. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(97, 23);
  97. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  98. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(144, 21);
  99. this.ultraDateTimeEditor1.TabIndex = 0;
  100. //
  101. // ultraGrid1
  102. //
  103. this.ultraGrid1.DataSource = this.dataSet1;
  104. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  105. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  106. ultraGridColumn1.Header.VisiblePosition = 0;
  107. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  108. ultraGridColumn2.Header.VisiblePosition = 1;
  109. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  110. ultraGridColumn3.Header.VisiblePosition = 2;
  111. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  112. ultraGridColumn4.Header.VisiblePosition = 3;
  113. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  114. ultraGridColumn5.Header.VisiblePosition = 4;
  115. ultraGridBand1.Columns.AddRange(new object[] {
  116. ultraGridColumn1,
  117. ultraGridColumn2,
  118. ultraGridColumn3,
  119. ultraGridColumn4,
  120. ultraGridColumn5});
  121. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  122. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  123. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  124. this.ultraGrid1.DisplayLayout.GroupByBox.Prompt = " ";
  125. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  126. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  127. appearance13.BackColor = System.Drawing.Color.GhostWhite;
  128. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance13;
  129. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  130. appearance14.BackColor = System.Drawing.Color.LightSteelBlue;
  131. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance14;
  132. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  133. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  134. appearance15.BackColor = System.Drawing.Color.LightSteelBlue;
  135. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance15;
  136. appearance16.BackColor = System.Drawing.Color.LightSteelBlue;
  137. this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance16;
  138. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  139. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  140. this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  141. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
  142. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  143. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  144. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  145. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  146. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  147. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.ultraGrid1.Location = new System.Drawing.Point(0, 50);
  150. this.ultraGrid1.Name = "ultraGrid1";
  151. this.ultraGrid1.Size = new System.Drawing.Size(778, 494);
  152. this.ultraGrid1.TabIndex = 1;
  153. //
  154. // dataSet1
  155. //
  156. this.dataSet1.DataSetName = "NewDataSet";
  157. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  158. this.dataTable1});
  159. //
  160. // dataTable1
  161. //
  162. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  163. this.dataColumn1,
  164. this.dataColumn2,
  165. this.dataColumn3,
  166. this.dataColumn4,
  167. this.dataColumn5});
  168. this.dataTable1.TableName = "Table1";
  169. //
  170. // dataColumn1
  171. //
  172. this.dataColumn1.Caption = "钢卷号";
  173. this.dataColumn1.ColumnName = "OLD_SAMPL_NO";
  174. //
  175. // dataColumn2
  176. //
  177. this.dataColumn2.Caption = "标准号";
  178. this.dataColumn2.ColumnName = "SPEC_ABBSYM";
  179. //
  180. // dataColumn3
  181. //
  182. this.dataColumn3.Caption = "标准钢号";
  183. this.dataColumn3.ColumnName = "SPEC_STL_GRD";
  184. //
  185. // dataColumn4
  186. //
  187. this.dataColumn4.Caption = "规格";
  188. this.dataColumn4.ColumnName = "COIL_THK";
  189. //
  190. // dataColumn5
  191. //
  192. this.dataColumn5.Caption = "判定等级";
  193. this.dataColumn5.ColumnName = "MATLQLTY_DEC_GRD";
  194. //
  195. // comboBox3
  196. //
  197. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  198. this.comboBox3.FormattingEnabled = true;
  199. this.comboBox3.Items.AddRange(new object[] {
  200. "连退",
  201. "酸洗"});
  202. this.comboBox3.Location = new System.Drawing.Point(497, 24);
  203. this.comboBox3.Name = "comboBox3";
  204. this.comboBox3.Size = new System.Drawing.Size(90, 20);
  205. this.comboBox3.TabIndex = 16;
  206. //
  207. // label8
  208. //
  209. this.label8.BackColor = System.Drawing.Color.LightBlue;
  210. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  211. this.label8.Location = new System.Drawing.Point(407, 24);
  212. this.label8.Name = "label8";
  213. this.label8.Size = new System.Drawing.Size(90, 20);
  214. this.label8.TabIndex = 15;
  215. this.label8.Text = "区分";
  216. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  217. //
  218. // UIB030130
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.ClientSize = new System.Drawing.Size(778, 544);
  223. this.Controls.Add(this.ultraGrid1);
  224. this.Controls.Add(this.ultraGroupBox1);
  225. this.Name = "UIB030130";
  226. this.Text = "材质实绩查询";
  227. this.Load += new System.EventHandler(this.UIB030130_Load);
  228. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  229. this.ultraGroupBox1.ResumeLayout(false);
  230. this.ultraGroupBox1.PerformLayout();
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  236. this.ResumeLayout(false);
  237. }
  238. #endregion
  239. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  240. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  241. private System.Data.DataSet dataSet1;
  242. private System.Data.DataTable dataTable1;
  243. private System.Data.DataColumn dataColumn1;
  244. private System.Data.DataColumn dataColumn2;
  245. private System.Data.DataColumn dataColumn3;
  246. private System.Data.DataColumn dataColumn4;
  247. private System.Data.DataColumn dataColumn5;
  248. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  249. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  250. private System.Windows.Forms.Label label2;
  251. private System.Windows.Forms.ComboBox comboBox3;
  252. private System.Windows.Forms.Label label8;
  253. }
  254. }