namespace Core.LZMes.Client.UIK { partial class UIK040020 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AREA"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MC_ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MC_NAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUB_MC_ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUB_MC_NAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WH_BW"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WH_NR"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BZ"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WH_SJ"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("XC_WH_SJ"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WH_REN"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WH_ZQ"); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); this.panel1 = new System.Windows.Forms.Panel(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.dataColumn7 = new System.Data.DataColumn(); this.dataColumn8 = new System.Data.DataColumn(); this.dataColumn9 = new System.Data.DataColumn(); this.dataColumn10 = new System.Data.DataColumn(); this.dataColumn11 = new System.Data.DataColumn(); this.dataColumn12 = new System.Data.DataColumn(); this.dataColumn13 = new System.Data.DataColumn(); this.dataColumn14 = new System.Data.DataColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ComboMatType = new Infragistics.Win.UltraWinGrid.UltraCombo(); this.regDtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.DelToDateTo = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.DelToDateFrom = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textMcNO = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textMainMc = new System.Windows.Forms.TextBox(); this.textArea = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ComboMatType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.regDtime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DelToDateTo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DelToDateFrom)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.ultraGrid1); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1004, 424); this.panel1.TabIndex = 1; // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0); ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22); ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 5; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(62, 0); ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22); ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 7; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(90, 0); ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22); ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.OriginX = 9; ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(83, 0); ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22); ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 11; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(87, 0); ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 22); ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 21; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(112, 0); ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.RowLayoutColumnInfo.OriginX = 23; ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(130, 0); ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 25; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(128, 0); ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn9.Format = "YYYY-MM-DD"; ultraGridColumn9.Header.VisiblePosition = 8; ultraGridColumn9.RowLayoutColumnInfo.OriginX = 17; ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0); ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn10.Header.VisiblePosition = 9; ultraGridColumn10.RowLayoutColumnInfo.OriginX = 19; ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0); ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn11.Format = "YYYY-MM-DD"; ultraGridColumn11.Header.VisiblePosition = 10; ultraGridColumn11.RowLayoutColumnInfo.OriginX = 15; ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(63, 0); ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn12.Header.VisiblePosition = 11; ultraGridColumn12.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0); ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1; ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn12.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; ultraGridColumn13.Header.VisiblePosition = 12; ultraGridColumn13.RowLayoutColumnInfo.OriginX = 13; ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0); ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10, ultraGridColumn11, ultraGridColumn12, ultraGridColumn13}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); appearance5.BackColor = System.Drawing.Color.GhostWhite; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance5; appearance6.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance7.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance7; appearance8.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance8; this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid1.Location = new System.Drawing.Point(0, 46); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(1004, 378); this.ultraGrid1.TabIndex = 1; // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn3, this.dataColumn4, this.dataColumn5, this.dataColumn6, this.dataColumn7, this.dataColumn8, this.dataColumn9, this.dataColumn10, this.dataColumn11, this.dataColumn12, this.dataColumn13, this.dataColumn14}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "区域"; this.dataColumn1.ColumnName = "AREA"; // // dataColumn3 // this.dataColumn3.Caption = "设备编号"; this.dataColumn3.ColumnName = "MC_ID"; // // dataColumn4 // this.dataColumn4.Caption = "设备名称"; this.dataColumn4.ColumnName = "MC_NAME"; // // dataColumn5 // this.dataColumn5.Caption = "零件设备编号"; this.dataColumn5.ColumnName = "SUB_MC_ID"; // // dataColumn6 // this.dataColumn6.Caption = "零件备件名称"; this.dataColumn6.ColumnName = "SUB_MC_NAME"; // // dataColumn7 // this.dataColumn7.Caption = "维护部位"; this.dataColumn7.ColumnName = "WH_BW"; // // dataColumn8 // this.dataColumn8.Caption = "维保内容"; this.dataColumn8.ColumnName = "WH_NR"; // // dataColumn9 // this.dataColumn9.Caption = "备注"; this.dataColumn9.ColumnName = "BZ"; // // dataColumn10 // this.dataColumn10.Caption = "维护时间"; this.dataColumn10.ColumnName = "WH_SJ"; // // dataColumn11 // this.dataColumn11.Caption = "下次维护时间"; this.dataColumn11.ColumnName = "XC_WH_SJ"; // // dataColumn12 // this.dataColumn12.Caption = "维护人"; this.dataColumn12.ColumnName = "WH_REN"; // // dataColumn13 // this.dataColumn13.Caption = "选择"; this.dataColumn13.ColumnName = "CHK"; // // dataColumn14 // this.dataColumn14.Caption = "维护周期"; this.dataColumn14.ColumnName = "WH_ZQ"; // // panel2 // this.panel2.Controls.Add(this.ultraGroupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1004, 46); this.panel2.TabIndex = 0; // // ultraGroupBox1 // appearance13.BackColor = System.Drawing.Color.Gainsboro; this.ultraGroupBox1.Appearance = appearance13; this.ultraGroupBox1.Controls.Add(this.ComboMatType); this.ultraGroupBox1.Controls.Add(this.regDtime); this.ultraGroupBox1.Controls.Add(this.DelToDateTo); this.ultraGroupBox1.Controls.Add(this.DelToDateFrom); this.ultraGroupBox1.Controls.Add(this.label5); this.ultraGroupBox1.Controls.Add(this.label4); this.ultraGroupBox1.Controls.Add(this.label3); this.ultraGroupBox1.Controls.Add(this.textMcNO); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.textMainMc); this.ultraGroupBox1.Controls.Add(this.textArea); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(1004, 46); this.ultraGroupBox1.TabIndex = 4; // // ComboMatType // appearance2.BorderColor = System.Drawing.Color.Black; this.ComboMatType.Appearance = appearance2; this.ComboMatType.CheckedListSettings.CheckStateMember = ""; this.ComboMatType.DisplayLayout.MaxColScrollRegions = 1; this.ComboMatType.DisplayLayout.MaxRowScrollRegions = 1; this.ComboMatType.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ComboMatType.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ComboMatType.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ComboMatType.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ComboMatType.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.ComboMatType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005; this.ComboMatType.Location = new System.Drawing.Point(497, 13); this.ComboMatType.Name = "ComboMatType"; this.ComboMatType.Size = new System.Drawing.Size(61, 22); this.ComboMatType.TabIndex = 36; // // regDtime // appearance16.BorderColor = System.Drawing.Color.Black; this.regDtime.Appearance = appearance16; this.regDtime.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005; this.regDtime.FormatString = ""; this.regDtime.Location = new System.Drawing.Point(823, 13); this.regDtime.Name = "regDtime"; this.regDtime.Size = new System.Drawing.Size(97, 21); this.regDtime.TabIndex = 35; // // DelToDateTo // appearance1.BorderColor = System.Drawing.Color.Black; this.DelToDateTo.Appearance = appearance1; this.DelToDateTo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005; this.DelToDateTo.FormatString = ""; this.DelToDateTo.Location = new System.Drawing.Point(652, 13); this.DelToDateTo.Name = "DelToDateTo"; this.DelToDateTo.Size = new System.Drawing.Size(94, 21); this.DelToDateTo.TabIndex = 35; // // DelToDateFrom // appearance17.BorderColor = System.Drawing.Color.Black; this.DelToDateFrom.Appearance = appearance17; this.DelToDateFrom.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005; this.DelToDateFrom.FormatString = ""; this.DelToDateFrom.Location = new System.Drawing.Point(562, 13); this.DelToDateFrom.Name = "DelToDateFrom"; this.DelToDateFrom.Size = new System.Drawing.Size(89, 21); this.DelToDateFrom.TabIndex = 34; // // label5 // this.label5.BackColor = System.Drawing.Color.LightBlue; this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label5.Location = new System.Drawing.Point(752, 13); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(71, 21); this.label5.TabIndex = 24; this.label5.Text = "维护时间"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.BackColor = System.Drawing.Color.LightBlue; this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label4.Location = new System.Drawing.Point(430, 13); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 21); this.label4.TabIndex = 24; this.label4.Text = "作业时间"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.BackColor = System.Drawing.Color.LightBlue; this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label3.Location = new System.Drawing.Point(283, 13); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 21); this.label3.TabIndex = 24; this.label3.Text = "设备名称"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textMcNO // this.textMcNO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textMcNO.Location = new System.Drawing.Point(339, 13); this.textMcNO.MaxLength = 12; this.textMcNO.Name = "textMcNO"; this.textMcNO.Size = new System.Drawing.Size(85, 21); this.textMcNO.TabIndex = 23; // // label2 // this.label2.BackColor = System.Drawing.Color.LightBlue; this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Location = new System.Drawing.Point(137, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 21); this.label2.TabIndex = 24; this.label2.Text = "主体设备"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textMainMc // this.textMainMc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textMainMc.Location = new System.Drawing.Point(192, 13); this.textMainMc.MaxLength = 12; this.textMainMc.Name = "textMainMc"; this.textMainMc.Size = new System.Drawing.Size(85, 21); this.textMainMc.TabIndex = 23; // // textArea // this.textArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textArea.Location = new System.Drawing.Point(46, 12); this.textArea.MaxLength = 12; this.textArea.Name = "textArea"; this.textArea.Size = new System.Drawing.Size(85, 21); this.textArea.TabIndex = 23; // // label1 // this.label1.BackColor = System.Drawing.Color.LightBlue; this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label1.Location = new System.Drawing.Point(2, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 21); this.label1.TabIndex = 22; this.label1.Text = "区域"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // saveFileDialog1 // this.saveFileDialog1.Filter = "表格(*.xls)|*.xls"; // // UIK040020 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1004, 424); this.Controls.Add(this.panel1); this.Name = "UIK040020"; this.Text = "UIN060110"; this.Load += new System.EventHandler(this.UIK040020_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ComboMatType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.regDtime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DelToDateTo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DelToDateFrom)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Windows.Forms.Panel panel2; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textArea; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textMcNO; private System.Windows.Forms.TextBox textMainMc; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor DelToDateTo; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor DelToDateFrom; private Infragistics.Win.UltraWinGrid.UltraCombo ComboMatType; private System.Windows.Forms.Label label4; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor regDtime; private System.Windows.Forms.Label label5; private System.Data.DataColumn dataColumn7; private System.Data.DataColumn dataColumn8; private System.Data.DataColumn dataColumn9; private System.Data.DataColumn dataColumn10; private System.Data.DataColumn dataColumn11; private System.Data.DataColumn dataColumn12; private System.Data.DataColumn dataColumn13; private System.Data.DataColumn dataColumn14; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1; } }