frmInclusionStandard.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace Core.LgMes.Client.lgIntegrationQuery
  2. {
  3. partial class frmInclusionStandard
  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("STL_GRD");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("A");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("B");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("C");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("D");
  34. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  35. this.ckbPH = new System.Windows.Forms.CheckBox();
  36. this.cbbSteel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  37. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  38. this.dataSet1 = new System.Data.DataSet();
  39. this.dataTable1 = new System.Data.DataTable();
  40. this.dataColumn1 = new System.Data.DataColumn();
  41. this.dataColumn2 = new System.Data.DataColumn();
  42. this.dataColumn3 = new System.Data.DataColumn();
  43. this.dataColumn4 = new System.Data.DataColumn();
  44. this.dataColumn5 = new System.Data.DataColumn();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  46. this.ultraGroupBox1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.cbbSteel)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ultraGroupBox1
  54. //
  55. this.ultraGroupBox1.Controls.Add(this.ckbPH);
  56. this.ultraGroupBox1.Controls.Add(this.cbbSteel);
  57. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
  59. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  60. this.ultraGroupBox1.Name = "ultraGroupBox1";
  61. this.ultraGroupBox1.Size = new System.Drawing.Size(933, 39);
  62. this.ultraGroupBox1.TabIndex = 8;
  63. //
  64. // ckbPH
  65. //
  66. this.ckbPH.AutoSize = true;
  67. this.ckbPH.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  68. this.ckbPH.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.ckbPH.Location = new System.Drawing.Point(42, 11);
  70. this.ckbPH.Name = "ckbPH";
  71. this.ckbPH.Size = new System.Drawing.Size(79, 18);
  72. this.ckbPH.TabIndex = 94;
  73. this.ckbPH.Text = "牌号搜索";
  74. this.ckbPH.UseVisualStyleBackColor = true;
  75. this.ckbPH.CheckedChanged += new System.EventHandler(this.ckbPH_CheckedChanged);
  76. //
  77. // cbbSteel
  78. //
  79. this.cbbSteel.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
  80. this.cbbSteel.Enabled = false;
  81. this.cbbSteel.Location = new System.Drawing.Point(125, 9);
  82. this.cbbSteel.Name = "cbbSteel";
  83. this.cbbSteel.Size = new System.Drawing.Size(166, 23);
  84. this.cbbSteel.TabIndex = 13;
  85. //
  86. // ultraGrid1
  87. //
  88. this.ultraGrid1.Cursor = System.Windows.Forms.Cursors.Default;
  89. this.ultraGrid1.DataSource = this.dataSet1;
  90. ultraGridColumn1.Header.VisiblePosition = 0;
  91. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(180, 0);
  92. ultraGridColumn2.Header.VisiblePosition = 1;
  93. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  94. ultraGridColumn3.Header.VisiblePosition = 2;
  95. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
  96. ultraGridColumn4.Header.VisiblePosition = 3;
  97. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0);
  98. ultraGridColumn5.Header.VisiblePosition = 4;
  99. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0);
  100. ultraGridBand1.Columns.AddRange(new object[] {
  101. ultraGridColumn1,
  102. ultraGridColumn2,
  103. ultraGridColumn3,
  104. ultraGridColumn4,
  105. ultraGridColumn5});
  106. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  107. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  108. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.ultraGrid1.Location = new System.Drawing.Point(0, 39);
  111. this.ultraGrid1.Name = "ultraGrid1";
  112. this.ultraGrid1.Size = new System.Drawing.Size(933, 432);
  113. this.ultraGrid1.TabIndex = 9;
  114. //
  115. // dataSet1
  116. //
  117. this.dataSet1.DataSetName = "NewDataSet";
  118. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  119. this.dataTable1});
  120. //
  121. // dataTable1
  122. //
  123. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  124. this.dataColumn1,
  125. this.dataColumn2,
  126. this.dataColumn3,
  127. this.dataColumn4,
  128. this.dataColumn5});
  129. this.dataTable1.TableName = "Table1";
  130. //
  131. // dataColumn1
  132. //
  133. this.dataColumn1.Caption = "牌号";
  134. this.dataColumn1.ColumnName = "STL_GRD";
  135. //
  136. // dataColumn2
  137. //
  138. this.dataColumn2.ColumnName = "A";
  139. //
  140. // dataColumn3
  141. //
  142. this.dataColumn3.ColumnName = "B";
  143. //
  144. // dataColumn4
  145. //
  146. this.dataColumn4.ColumnName = "C";
  147. //
  148. // dataColumn5
  149. //
  150. this.dataColumn5.ColumnName = "D";
  151. //
  152. // frmInclusionStandard
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(933, 471);
  157. this.Controls.Add(this.ultraGrid1);
  158. this.Controls.Add(this.ultraGroupBox1);
  159. this.Name = "frmInclusionStandard";
  160. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  161. this.Text = "frmInclusionStandard";
  162. this.Load += new System.EventHandler(this.frmInclusionStandard_Load);
  163. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  164. this.ultraGroupBox1.ResumeLayout(false);
  165. this.ultraGroupBox1.PerformLayout();
  166. ((System.ComponentModel.ISupportInitialize)(this.cbbSteel)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  170. this.ResumeLayout(false);
  171. }
  172. #endregion
  173. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  174. private System.Windows.Forms.CheckBox ckbPH;
  175. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbbSteel;
  176. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  177. private System.Data.DataSet dataSet1;
  178. private System.Data.DataTable dataTable1;
  179. private System.Data.DataColumn dataColumn1;
  180. private System.Data.DataColumn dataColumn2;
  181. private System.Data.DataColumn dataColumn3;
  182. private System.Data.DataColumn dataColumn4;
  183. private System.Data.DataColumn dataColumn5;
  184. }
  185. }