FrmRepSteel.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmRepSteel
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELCODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME");
  33. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  44. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRepSteel));
  45. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  46. this.dataSet1 = new System.Data.DataSet();
  47. this.dataTable1 = new System.Data.DataTable();
  48. this.dataColumn1 = new System.Data.DataColumn();
  49. this.dataColumn2 = new System.Data.DataColumn();
  50. this.dataColumn3 = new System.Data.DataColumn();
  51. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  52. this.button2 = new System.Windows.Forms.Button();
  53. this.button1 = new System.Windows.Forms.Button();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  57. this.ultraPanel1.ClientArea.SuspendLayout();
  58. this.ultraPanel1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // ultraGrid1
  62. //
  63. this.ultraGrid1.DataMember = "Table1";
  64. this.ultraGrid1.DataSource = this.dataSet1;
  65. appearance1.BackColor = System.Drawing.SystemColors.Window;
  66. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  67. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  68. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
  69. ultraGridColumn1.DefaultCellValue = "False";
  70. ultraGridColumn1.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  71. ultraGridColumn1.Header.VisiblePosition = 0;
  72. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  73. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  74. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(47, 0);
  75. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  76. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  77. ultraGridColumn1.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  78. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  79. ultraGridColumn1.Width = 130;
  80. ultraGridColumn2.Header.VisiblePosition = 1;
  81. ultraGridColumn2.Hidden = true;
  82. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  83. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  84. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  85. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  86. ultraGridColumn2.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  87. ultraGridColumn2.Width = 132;
  88. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  89. ultraGridColumn3.Header.VisiblePosition = 2;
  90. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  91. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  92. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  93. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  94. ultraGridColumn3.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  95. ultraGridColumn3.Width = 130;
  96. ultraGridBand1.Columns.AddRange(new object[] {
  97. ultraGridColumn1,
  98. ultraGridColumn2,
  99. ultraGridColumn3});
  100. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  101. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  102. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  103. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  104. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  105. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  106. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  107. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  108. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  109. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  110. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  111. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  112. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  113. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  114. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  115. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  116. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  117. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  118. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  119. appearance5.BackColor = System.Drawing.SystemColors.Window;
  120. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  121. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  122. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  123. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  124. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  125. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  126. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  127. appearance7.BackColor = System.Drawing.SystemColors.Window;
  128. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  129. appearance8.BorderColor = System.Drawing.Color.Silver;
  130. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  131. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  132. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  133. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  134. appearance9.BackColor = System.Drawing.SystemColors.Control;
  135. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  136. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  137. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  138. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  139. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  140. appearance10.TextHAlignAsString = "Left";
  141. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  142. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  143. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  144. appearance11.BackColor = System.Drawing.SystemColors.Window;
  145. appearance11.BorderColor = System.Drawing.Color.Silver;
  146. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  147. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  148. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  149. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  150. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  151. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  152. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  153. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  156. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  157. this.ultraGrid1.Name = "ultraGrid1";
  158. this.ultraGrid1.Size = new System.Drawing.Size(468, 489);
  159. this.ultraGrid1.TabIndex = 0;
  160. this.ultraGrid1.Text = "ultraGrid1";
  161. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  162. //
  163. // dataSet1
  164. //
  165. this.dataSet1.DataSetName = "NewDataSet";
  166. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  167. this.dataTable1});
  168. //
  169. // dataTable1
  170. //
  171. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  172. this.dataColumn1,
  173. this.dataColumn2,
  174. this.dataColumn3});
  175. this.dataTable1.TableName = "Table1";
  176. //
  177. // dataColumn1
  178. //
  179. this.dataColumn1.Caption = "选择";
  180. this.dataColumn1.ColumnName = "CHK";
  181. this.dataColumn1.DataType = typeof(bool);
  182. //
  183. // dataColumn2
  184. //
  185. this.dataColumn2.Caption = "钢级代码";
  186. this.dataColumn2.ColumnName = "STEELCODE";
  187. //
  188. // dataColumn3
  189. //
  190. this.dataColumn3.Caption = "钢级名称";
  191. this.dataColumn3.ColumnName = "STEELNAME";
  192. //
  193. // ultraPanel1
  194. //
  195. //
  196. // ultraPanel1.ClientArea
  197. //
  198. this.ultraPanel1.ClientArea.Controls.Add(this.button2);
  199. this.ultraPanel1.ClientArea.Controls.Add(this.button1);
  200. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  201. this.ultraPanel1.Location = new System.Drawing.Point(0, 489);
  202. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  203. this.ultraPanel1.Name = "ultraPanel1";
  204. this.ultraPanel1.Size = new System.Drawing.Size(468, 52);
  205. this.ultraPanel1.TabIndex = 1;
  206. //
  207. // button2
  208. //
  209. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  210. this.button2.Location = new System.Drawing.Point(263, 9);
  211. this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  212. this.button2.Name = "button2";
  213. this.button2.Size = new System.Drawing.Size(100, 32);
  214. this.button2.TabIndex = 0;
  215. this.button2.Text = "取消";
  216. this.button2.UseVisualStyleBackColor = true;
  217. this.button2.Click += new System.EventHandler(this.button2_Click);
  218. //
  219. // button1
  220. //
  221. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  222. this.button1.Location = new System.Drawing.Point(104, 10);
  223. this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  224. this.button1.Name = "button1";
  225. this.button1.Size = new System.Drawing.Size(100, 32);
  226. this.button1.TabIndex = 0;
  227. this.button1.Text = "确定";
  228. this.button1.UseVisualStyleBackColor = true;
  229. this.button1.Click += new System.EventHandler(this.button1_Click);
  230. //
  231. // FrmRepSteel
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.ClientSize = new System.Drawing.Size(468, 541);
  236. this.Controls.Add(this.ultraGrid1);
  237. this.Controls.Add(this.ultraPanel1);
  238. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  239. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  240. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  241. this.Name = "FrmRepSteel";
  242. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  243. this.Text = "替代钢级";
  244. this.Load += new System.EventHandler(this.FrmRepSteel_Load);
  245. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  248. this.ultraPanel1.ClientArea.ResumeLayout(false);
  249. this.ultraPanel1.ResumeLayout(false);
  250. this.ResumeLayout(false);
  251. }
  252. #endregion
  253. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  254. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  255. private System.Windows.Forms.Button button2;
  256. private System.Windows.Forms.Button button1;
  257. private System.Data.DataSet dataSet1;
  258. private System.Data.DataTable dataTable1;
  259. private System.Data.DataColumn dataColumn1;
  260. private System.Data.DataColumn dataColumn2;
  261. private System.Data.DataColumn dataColumn3;
  262. }
  263. }