frmSteelCode.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmSteelCode
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QUERY");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("NEW");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("MODIFY");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DEL");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SAVE");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CANCEL");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EXPORT");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CLOSE");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("QUERY");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("NEW");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("MODIFY");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DEL");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SAVE");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CANCEL");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EXPORT");
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CLOSE");
  46. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELCODE");
  48. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME");
  50. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
  52. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OPTDATE");
  54. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  56. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  57. this._frmStyleBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  58. this._frmStyleBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this._frmStyleBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  60. this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  61. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  62. this.cbbCode = new System.Windows.Forms.ComboBox();
  63. this.cbbName = new System.Windows.Forms.ComboBox();
  64. this.cbxCode = new System.Windows.Forms.CheckBox();
  65. this.cbxName = new System.Windows.Forms.CheckBox();
  66. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  67. this.dataSet1 = new System.Data.DataSet();
  68. this.dataTable1 = new System.Data.DataTable();
  69. this.dataColumn1 = new System.Data.DataColumn();
  70. this.dataColumn2 = new System.Data.DataColumn();
  71. this.dataColumn3 = new System.Data.DataColumn();
  72. this.dataColumn4 = new System.Data.DataColumn();
  73. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  74. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  76. this.ultraGroupBox1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // ultraToolbarsManager1
  83. //
  84. this.ultraToolbarsManager1.DesignerFlags = 1;
  85. this.ultraToolbarsManager1.DockWithinContainer = this;
  86. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Core.Mes.Client.Common.frmStyleBase);
  87. this.ultraToolbarsManager1.LockToolbars = true;
  88. this.ultraToolbarsManager1.MdiMergeable = false;
  89. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  90. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  91. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  92. ultraToolbar1.DockedColumn = 0;
  93. ultraToolbar1.DockedRow = 0;
  94. buttonTool1.InstanceProps.IsFirstInGroup = true;
  95. buttonTool2.InstanceProps.IsFirstInGroup = true;
  96. buttonTool3.InstanceProps.IsFirstInGroup = true;
  97. buttonTool4.InstanceProps.IsFirstInGroup = true;
  98. buttonTool5.InstanceProps.IsFirstInGroup = true;
  99. buttonTool6.InstanceProps.IsFirstInGroup = true;
  100. buttonTool7.InstanceProps.IsFirstInGroup = true;
  101. buttonTool8.InstanceProps.IsFirstInGroup = true;
  102. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  103. buttonTool1,
  104. buttonTool2,
  105. buttonTool3,
  106. buttonTool4,
  107. buttonTool5,
  108. buttonTool6,
  109. buttonTool7,
  110. buttonTool8});
  111. ultraToolbar1.Text = "UltraToolbar1";
  112. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  113. ultraToolbar1});
  114. buttonTool9.SharedPropsInternal.Caption = "查询(&Q)";
  115. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  116. buttonTool10.SharedPropsInternal.Caption = "新增(&A)";
  117. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  118. buttonTool11.SharedPropsInternal.Caption = "修改(&U)";
  119. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  120. buttonTool12.SharedPropsInternal.Caption = "删除(&D)";
  121. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  122. buttonTool13.SharedPropsInternal.Caption = "保存(&S)";
  123. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  124. buttonTool14.SharedPropsInternal.Caption = "取消(&C)";
  125. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  126. buttonTool15.SharedPropsInternal.Caption = "导出(&P)";
  127. buttonTool15.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  128. buttonTool16.SharedPropsInternal.Caption = "关闭(&Q)";
  129. buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  130. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  131. buttonTool9,
  132. buttonTool10,
  133. buttonTool11,
  134. buttonTool12,
  135. buttonTool13,
  136. buttonTool14,
  137. buttonTool15,
  138. buttonTool16});
  139. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  140. //
  141. // _frmStyleBase_Toolbars_Dock_Area_Left
  142. //
  143. this._frmStyleBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  144. this._frmStyleBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  145. this._frmStyleBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  146. this._frmStyleBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  147. this._frmStyleBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 26);
  148. this._frmStyleBase_Toolbars_Dock_Area_Left.Name = "_frmStyleBase_Toolbars_Dock_Area_Left";
  149. this._frmStyleBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 555);
  150. this._frmStyleBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  151. //
  152. // _frmStyleBase_Toolbars_Dock_Area_Right
  153. //
  154. this._frmStyleBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  155. this._frmStyleBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  156. this._frmStyleBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  157. this._frmStyleBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  158. this._frmStyleBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(930, 26);
  159. this._frmStyleBase_Toolbars_Dock_Area_Right.Name = "_frmStyleBase_Toolbars_Dock_Area_Right";
  160. this._frmStyleBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 555);
  161. this._frmStyleBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  162. //
  163. // _frmStyleBase_Toolbars_Dock_Area_Top
  164. //
  165. this._frmStyleBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  166. this._frmStyleBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  167. this._frmStyleBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  168. this._frmStyleBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  169. this._frmStyleBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  170. this._frmStyleBase_Toolbars_Dock_Area_Top.Name = "_frmStyleBase_Toolbars_Dock_Area_Top";
  171. this._frmStyleBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(930, 26);
  172. this._frmStyleBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  173. //
  174. // _frmStyleBase_Toolbars_Dock_Area_Bottom
  175. //
  176. this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  177. this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  178. this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  179. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 581);
  181. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
  182. this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(930, 0);
  183. this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  184. //
  185. // ultraGroupBox1
  186. //
  187. this.ultraGroupBox1.Controls.Add(this.cbbCode);
  188. this.ultraGroupBox1.Controls.Add(this.cbbName);
  189. this.ultraGroupBox1.Controls.Add(this.cbxCode);
  190. this.ultraGroupBox1.Controls.Add(this.cbxName);
  191. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  192. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 26);
  193. this.ultraGroupBox1.Name = "ultraGroupBox1";
  194. this.ultraGroupBox1.Size = new System.Drawing.Size(930, 52);
  195. this.ultraGroupBox1.TabIndex = 1;
  196. //
  197. // cbbCode
  198. //
  199. this.cbbCode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
  200. this.cbbCode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  201. this.cbbCode.Enabled = false;
  202. this.cbbCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  203. this.cbbCode.FormattingEnabled = true;
  204. this.cbbCode.Location = new System.Drawing.Point(101, 16);
  205. this.cbbCode.Name = "cbbCode";
  206. this.cbbCode.Size = new System.Drawing.Size(112, 20);
  207. this.cbbCode.TabIndex = 1;
  208. //
  209. // cbbName
  210. //
  211. this.cbbName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
  212. this.cbbName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  213. this.cbbName.Enabled = false;
  214. this.cbbName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  215. this.cbbName.FormattingEnabled = true;
  216. this.cbbName.Location = new System.Drawing.Point(323, 16);
  217. this.cbbName.Name = "cbbName";
  218. this.cbbName.Size = new System.Drawing.Size(112, 20);
  219. this.cbbName.TabIndex = 3;
  220. //
  221. // cbxCode
  222. //
  223. this.cbxCode.AutoSize = true;
  224. this.cbxCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  225. this.cbxCode.Location = new System.Drawing.Point(27, 18);
  226. this.cbxCode.Name = "cbxCode";
  227. this.cbxCode.Size = new System.Drawing.Size(69, 16);
  228. this.cbxCode.TabIndex = 0;
  229. this.cbxCode.Text = "钢种代码";
  230. this.cbxCode.UseVisualStyleBackColor = true;
  231. this.cbxCode.CheckedChanged += new System.EventHandler(this.cbxCode_CheckedChanged);
  232. //
  233. // cbxName
  234. //
  235. this.cbxName.AutoSize = true;
  236. this.cbxName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  237. this.cbxName.Location = new System.Drawing.Point(249, 18);
  238. this.cbxName.Name = "cbxName";
  239. this.cbxName.Size = new System.Drawing.Size(69, 16);
  240. this.cbxName.TabIndex = 2;
  241. this.cbxName.Text = "钢种名称";
  242. this.cbxName.UseVisualStyleBackColor = true;
  243. this.cbxName.CheckedChanged += new System.EventHandler(this.cbxName_CheckedChanged);
  244. //
  245. // ultraGrid1
  246. //
  247. this.ultraGrid1.DataSource = this.dataSet1;
  248. appearance1.TextVAlignAsString = "Middle";
  249. ultraGridColumn1.CellAppearance = appearance1;
  250. ultraGridColumn1.Header.VisiblePosition = 0;
  251. ultraGridColumn1.MaxLength = 3;
  252. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  253. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  254. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  255. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  256. appearance2.TextVAlignAsString = "Middle";
  257. ultraGridColumn2.CellAppearance = appearance2;
  258. ultraGridColumn2.Header.VisiblePosition = 1;
  259. ultraGridColumn2.MaxLength = 30;
  260. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  261. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  262. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  263. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  264. appearance3.TextVAlignAsString = "Middle";
  265. ultraGridColumn3.CellAppearance = appearance3;
  266. ultraGridColumn3.Header.VisiblePosition = 2;
  267. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  268. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  269. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  270. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  271. appearance4.TextVAlignAsString = "Middle";
  272. ultraGridColumn4.CellAppearance = appearance4;
  273. ultraGridColumn4.Header.VisiblePosition = 3;
  274. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 5;
  275. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  276. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(200, 0);
  277. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  278. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  279. ultraGridBand1.Columns.AddRange(new object[] {
  280. ultraGridColumn1,
  281. ultraGridColumn2,
  282. ultraGridColumn3,
  283. ultraGridColumn4});
  284. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  285. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  286. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  287. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
  288. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  289. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  290. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  291. appearance5.TextVAlignAsString = "Middle";
  292. this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance5;
  293. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  294. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  295. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 45;
  296. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  297. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  298. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  299. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.ultraGrid1.Location = new System.Drawing.Point(0, 78);
  301. this.ultraGrid1.Name = "ultraGrid1";
  302. this.ultraGrid1.Size = new System.Drawing.Size(930, 503);
  303. this.ultraGrid1.TabIndex = 0;
  304. //
  305. // dataSet1
  306. //
  307. this.dataSet1.DataSetName = "NewDataSet";
  308. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  309. this.dataTable1});
  310. //
  311. // dataTable1
  312. //
  313. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  314. this.dataColumn1,
  315. this.dataColumn2,
  316. this.dataColumn3,
  317. this.dataColumn4});
  318. this.dataTable1.TableName = "Table1";
  319. //
  320. // dataColumn1
  321. //
  322. this.dataColumn1.Caption = "钢种代码";
  323. this.dataColumn1.ColumnName = "STEELCODE";
  324. //
  325. // dataColumn2
  326. //
  327. this.dataColumn2.Caption = "钢种名称";
  328. this.dataColumn2.ColumnName = "STEELNAME";
  329. //
  330. // dataColumn3
  331. //
  332. this.dataColumn3.Caption = "维护人";
  333. this.dataColumn3.ColumnName = "RECORDER";
  334. //
  335. // dataColumn4
  336. //
  337. this.dataColumn4.Caption = "维护时间";
  338. this.dataColumn4.ColumnName = "OPTDATE";
  339. //
  340. // frmSteelCode
  341. //
  342. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  343. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  344. this.ClientSize = new System.Drawing.Size(930, 581);
  345. this.Controls.Add(this.ultraGrid1);
  346. this.Controls.Add(this.ultraGroupBox1);
  347. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Left);
  348. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Right);
  349. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Top);
  350. this.Controls.Add(this._frmStyleBase_Toolbars_Dock_Area_Bottom);
  351. this.Name = "frmSteelCode";
  352. this.Text = "钢种代码维护";
  353. this.Load += new System.EventHandler(this.frmSteelCode_Load);
  354. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSteelCode_FormClosing);
  355. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  357. this.ultraGroupBox1.ResumeLayout(false);
  358. this.ultraGroupBox1.PerformLayout();
  359. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  362. this.ResumeLayout(false);
  363. }
  364. #endregion
  365. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  366. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Left;
  367. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Right;
  368. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Top;
  369. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
  370. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  371. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  372. private System.Windows.Forms.ComboBox cbbName;
  373. private System.Windows.Forms.CheckBox cbxName;
  374. private System.Windows.Forms.ComboBox cbbCode;
  375. private System.Windows.Forms.CheckBox cbxCode;
  376. private System.Data.DataSet dataSet1;
  377. private System.Data.DataTable dataTable1;
  378. private System.Data.DataColumn dataColumn1;
  379. private System.Data.DataColumn dataColumn2;
  380. private System.Data.DataColumn dataColumn3;
  381. private System.Data.DataColumn dataColumn4;
  382. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  383. }
  384. }