FrmTqnqD01T.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. namespace Core.StlMes.Client.PnCost.NewCost.弹窗
  2. {
  3. partial class FrmTqnqD01T
  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("SG_SIGN");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SG_STD");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SMELT_CODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IN_STEEL_TYPE_CODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  34. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  37. this.dataSet1 = new System.Data.DataSet();
  38. this.dataTable1 = new System.Data.DataTable();
  39. this.dataColumn1 = new System.Data.DataColumn();
  40. this.dataColumn2 = new System.Data.DataColumn();
  41. this.dataColumn3 = new System.Data.DataColumn();
  42. this.dataColumn4 = new System.Data.DataColumn();
  43. this.panel2 = new System.Windows.Forms.Panel();
  44. this.button1 = new System.Windows.Forms.Button();
  45. this.textstdname = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.chekstdname = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  47. this.textteelName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  48. this.checksteelName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  52. this.panel2.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.textstdname)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.chekstdname)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.textteelName)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.checksteelName)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // ultraGrid1
  60. //
  61. this.ultraGrid1.DataSource = this.dataSet1;
  62. ultraGridColumn1.Header.VisiblePosition = 0;
  63. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  64. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  65. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  66. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  67. ultraGridColumn2.Header.VisiblePosition = 1;
  68. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  69. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  70. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  71. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  72. ultraGridColumn3.Header.VisiblePosition = 2;
  73. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  74. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  75. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  76. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  77. ultraGridColumn4.Header.VisiblePosition = 3;
  78. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 8;
  79. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  80. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  81. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  82. appearance1.TextHAlignAsString = "Center";
  83. appearance1.TextVAlignAsString = "Middle";
  84. ultraGridColumn5.CellAppearance = appearance1;
  85. ultraGridColumn5.DataType = typeof(bool);
  86. appearance2.TextHAlignAsString = "Center";
  87. appearance2.TextVAlignAsString = "Middle";
  88. ultraGridColumn5.Header.Appearance = appearance2;
  89. ultraGridColumn5.Header.Caption = "选择";
  90. ultraGridColumn5.Header.VisiblePosition = 4;
  91. ultraGridColumn5.Hidden = true;
  92. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  93. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  94. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  95. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  96. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  97. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  98. ultraGridBand1.Columns.AddRange(new object[] {
  99. ultraGridColumn1,
  100. ultraGridColumn2,
  101. ultraGridColumn3,
  102. ultraGridColumn4,
  103. ultraGridColumn5});
  104. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  105. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  106. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.ultraGrid1.Location = new System.Drawing.Point(0, 39);
  108. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  109. this.ultraGrid1.Name = "ultraGrid1";
  110. this.ultraGrid1.Size = new System.Drawing.Size(1152, 307);
  111. this.ultraGrid1.TabIndex = 1;
  112. this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
  113. //
  114. // dataSet1
  115. //
  116. this.dataSet1.DataSetName = "NewDataSet";
  117. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  118. this.dataTable1});
  119. //
  120. // dataTable1
  121. //
  122. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  123. this.dataColumn1,
  124. this.dataColumn2,
  125. this.dataColumn3,
  126. this.dataColumn4});
  127. this.dataTable1.TableName = "Table1";
  128. //
  129. // dataColumn1
  130. //
  131. this.dataColumn1.Caption = "牌号";
  132. this.dataColumn1.ColumnName = "SG_SIGN";
  133. //
  134. // dataColumn2
  135. //
  136. this.dataColumn2.Caption = "标准";
  137. this.dataColumn2.ColumnName = "SG_STD";
  138. //
  139. // dataColumn3
  140. //
  141. this.dataColumn3.Caption = "产线";
  142. this.dataColumn3.ColumnName = "SMELT_CODE";
  143. //
  144. // dataColumn4
  145. //
  146. this.dataColumn4.Caption = "种类";
  147. this.dataColumn4.ColumnName = "IN_STEEL_TYPE_CODE";
  148. //
  149. // panel2
  150. //
  151. this.panel2.Controls.Add(this.button1);
  152. this.panel2.Controls.Add(this.textstdname);
  153. this.panel2.Controls.Add(this.chekstdname);
  154. this.panel2.Controls.Add(this.textteelName);
  155. this.panel2.Controls.Add(this.checksteelName);
  156. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  157. this.panel2.Location = new System.Drawing.Point(0, 0);
  158. this.panel2.Margin = new System.Windows.Forms.Padding(1);
  159. this.panel2.Name = "panel2";
  160. this.panel2.Size = new System.Drawing.Size(1152, 39);
  161. this.panel2.TabIndex = 13;
  162. //
  163. // button1
  164. //
  165. this.button1.Location = new System.Drawing.Point(577, 10);
  166. this.button1.Name = "button1";
  167. this.button1.Size = new System.Drawing.Size(100, 23);
  168. this.button1.TabIndex = 5;
  169. this.button1.Text = "查询";
  170. this.button1.UseVisualStyleBackColor = true;
  171. this.button1.Click += new System.EventHandler(this.button1_Click);
  172. //
  173. // textstdname
  174. //
  175. this.textstdname.Location = new System.Drawing.Point(410, 10);
  176. this.textstdname.Margin = new System.Windows.Forms.Padding(4);
  177. this.textstdname.Name = "textstdname";
  178. this.textstdname.Size = new System.Drawing.Size(133, 24);
  179. this.textstdname.TabIndex = 4;
  180. //
  181. // chekstdname
  182. //
  183. this.chekstdname.Location = new System.Drawing.Point(320, 10);
  184. this.chekstdname.Margin = new System.Windows.Forms.Padding(4);
  185. this.chekstdname.Name = "chekstdname";
  186. this.chekstdname.Size = new System.Drawing.Size(96, 24);
  187. this.chekstdname.TabIndex = 3;
  188. this.chekstdname.Text = "标准名称";
  189. //
  190. // textteelName
  191. //
  192. this.textteelName.Location = new System.Drawing.Point(119, 10);
  193. this.textteelName.Margin = new System.Windows.Forms.Padding(4);
  194. this.textteelName.Name = "textteelName";
  195. this.textteelName.Size = new System.Drawing.Size(133, 24);
  196. this.textteelName.TabIndex = 2;
  197. //
  198. // checksteelName
  199. //
  200. this.checksteelName.Location = new System.Drawing.Point(28, 10);
  201. this.checksteelName.Margin = new System.Windows.Forms.Padding(4);
  202. this.checksteelName.Name = "checksteelName";
  203. this.checksteelName.Size = new System.Drawing.Size(96, 24);
  204. this.checksteelName.TabIndex = 0;
  205. this.checksteelName.Text = "牌号名称";
  206. //
  207. // FrmTqnqD01T
  208. //
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.ClientSize = new System.Drawing.Size(1152, 346);
  212. this.Controls.Add(this.ultraGrid1);
  213. this.Controls.Add(this.panel2);
  214. this.Name = "FrmTqnqD01T";
  215. this.Text = "配料标准";
  216. this.Load += new System.EventHandler(this.FrmProductManage_Load);
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  220. this.panel2.ResumeLayout(false);
  221. this.panel2.PerformLayout();
  222. ((System.ComponentModel.ISupportInitialize)(this.textstdname)).EndInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.chekstdname)).EndInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.textteelName)).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.checksteelName)).EndInit();
  226. this.ResumeLayout(false);
  227. }
  228. #endregion
  229. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  230. private System.Data.DataSet dataSet1;
  231. private System.Data.DataTable dataTable1;
  232. private System.Windows.Forms.Panel panel2;
  233. private Infragistics.Win.UltraWinEditors.UltraTextEditor textteelName;
  234. private Infragistics.Win.UltraWinEditors.UltraCheckEditor checksteelName;
  235. private Infragistics.Win.UltraWinEditors.UltraTextEditor textstdname;
  236. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chekstdname;
  237. private System.Windows.Forms.Button button1;
  238. private System.Data.DataColumn dataColumn1;
  239. private System.Data.DataColumn dataColumn2;
  240. private System.Data.DataColumn dataColumn3;
  241. private System.Data.DataColumn dataColumn4;
  242. }
  243. }