namespace CRVM { partial class DataSearchForm { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataSearchForm)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.panel4 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.dataGrid_coilInfo = new System.Windows.Forms.DataGridView(); this.panel5 = new System.Windows.Forms.Panel(); this.dataGrid_alarmData = new System.Windows.Forms.DataGridView(); this.panel3 = new System.Windows.Forms.Panel(); this.btnExportCoilMsg = new System.Windows.Forms.Button(); this.btn_Export = new System.Windows.Forms.Button(); this.btn_ViewOrignData = new System.Windows.Forms.Button(); this.btn_ViewEnergyData = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage_date = new System.Windows.Forms.TabPage(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.checkBox_alarm = new System.Windows.Forms.CheckBox(); this.date_End = new System.Windows.Forms.DateTimePicker(); this.btn_SearchByDate = new System.Windows.Forms.Button(); this.date_Start = new System.Windows.Forms.DateTimePicker(); this.label5 = new System.Windows.Forms.Label(); this.tabPage_coldId = new System.Windows.Forms.TabPage(); this.btn_SearchByColdId = new System.Windows.Forms.Button(); this.textBox_ColdId = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.tableLayoutPanel1.SuspendLayout(); this.panel2.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.panel4.SuspendLayout(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGrid_coilInfo)).BeginInit(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGrid_alarmData)).BeginInit(); this.panel3.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage_date.SuspendLayout(); this.tabPage_coldId.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 83.48624F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.51376F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1140, 483); this.tableLayoutPanel1.TabIndex = 0; // // panel2 // this.panel2.Controls.Add(this.tableLayoutPanel2); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 103); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1134, 313); this.panel2.TabIndex = 1; // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.ColumnCount = 1; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 77.95193F)); this.tableLayoutPanel2.Controls.Add(this.panel4, 0, 0); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(1134, 313); this.tableLayoutPanel2.TabIndex = 14; // // panel4 // this.panel4.Controls.Add(this.panel6); this.panel4.Controls.Add(this.panel5); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(3, 3); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(1128, 307); this.panel4.TabIndex = 0; // // panel6 // this.panel6.Controls.Add(this.dataGrid_coilInfo); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 0); this.panel6.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(763, 307); this.panel6.TabIndex = 15; // // dataGrid_coilInfo // this.dataGrid_coilInfo.AllowUserToAddRows = false; this.dataGrid_coilInfo.AllowUserToDeleteRows = false; this.dataGrid_coilInfo.AllowUserToResizeColumns = false; this.dataGrid_coilInfo.AllowUserToResizeRows = false; this.dataGrid_coilInfo.BackgroundColor = System.Drawing.SystemColors.Menu; this.dataGrid_coilInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGrid_coilInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGrid_coilInfo.ColumnHeadersHeight = 30; this.dataGrid_coilInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGrid_coilInfo.DefaultCellStyle = dataGridViewCellStyle2; this.dataGrid_coilInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGrid_coilInfo.GridColor = System.Drawing.SystemColors.ActiveBorder; this.dataGrid_coilInfo.Location = new System.Drawing.Point(0, 0); this.dataGrid_coilInfo.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3); this.dataGrid_coilInfo.Name = "dataGrid_coilInfo"; this.dataGrid_coilInfo.ReadOnly = true; this.dataGrid_coilInfo.RowHeadersVisible = false; this.dataGrid_coilInfo.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGrid_coilInfo.RowTemplate.Height = 28; this.dataGrid_coilInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGrid_coilInfo.Size = new System.Drawing.Size(763, 307); this.dataGrid_coilInfo.TabIndex = 13; this.dataGrid_coilInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridcoilInfo_CellClick); // // panel5 // this.panel5.Controls.Add(this.dataGrid_alarmData); this.panel5.Dock = System.Windows.Forms.DockStyle.Right; this.panel5.Location = new System.Drawing.Point(763, 0); this.panel5.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(365, 307); this.panel5.TabIndex = 14; // // dataGrid_alarmData // this.dataGrid_alarmData.AllowUserToAddRows = false; this.dataGrid_alarmData.AllowUserToDeleteRows = false; this.dataGrid_alarmData.AllowUserToResizeColumns = false; this.dataGrid_alarmData.AllowUserToResizeRows = false; this.dataGrid_alarmData.BackgroundColor = System.Drawing.SystemColors.Menu; this.dataGrid_alarmData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGrid_alarmData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3; this.dataGrid_alarmData.ColumnHeadersHeight = 30; this.dataGrid_alarmData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGrid_alarmData.DefaultCellStyle = dataGridViewCellStyle4; this.dataGrid_alarmData.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGrid_alarmData.Location = new System.Drawing.Point(0, 0); this.dataGrid_alarmData.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.dataGrid_alarmData.Name = "dataGrid_alarmData"; this.dataGrid_alarmData.ReadOnly = true; this.dataGrid_alarmData.RowHeadersVisible = false; this.dataGrid_alarmData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGrid_alarmData.RowTemplate.Height = 23; this.dataGrid_alarmData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGrid_alarmData.Size = new System.Drawing.Size(365, 307); this.dataGrid_alarmData.TabIndex = 0; // // panel3 // this.panel3.Controls.Add(this.btnExportCoilMsg); this.panel3.Controls.Add(this.btn_Export); this.panel3.Controls.Add(this.btn_ViewOrignData); this.panel3.Controls.Add(this.btn_ViewEnergyData); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(3, 422); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1134, 58); this.panel3.TabIndex = 2; // // btnExportCoilMsg // this.btnExportCoilMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnExportCoilMsg.Location = new System.Drawing.Point(962, 10); this.btnExportCoilMsg.Name = "btnExportCoilMsg"; this.btnExportCoilMsg.Size = new System.Drawing.Size(138, 39); this.btnExportCoilMsg.TabIndex = 10; this.btnExportCoilMsg.Text = "导出数据文件"; this.btnExportCoilMsg.UseVisualStyleBackColor = true; this.btnExportCoilMsg.Visible = false; this.btnExportCoilMsg.Click += new System.EventHandler(this.btnExportCoilMsg_Click); // // btn_Export // this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_Export.Location = new System.Drawing.Point(693, 10); this.btn_Export.Name = "btn_Export"; this.btn_Export.Size = new System.Drawing.Size(138, 39); this.btn_Export.TabIndex = 9; this.btn_Export.Text = "导出数据文件"; this.btn_Export.UseVisualStyleBackColor = true; this.btn_Export.Visible = false; this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click); // // btn_ViewOrignData // this.btn_ViewOrignData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_ViewOrignData.Location = new System.Drawing.Point(35, 10); this.btn_ViewOrignData.Name = "btn_ViewOrignData"; this.btn_ViewOrignData.Size = new System.Drawing.Size(138, 39); this.btn_ViewOrignData.TabIndex = 7; this.btn_ViewOrignData.Text = "原始数据预览"; this.btn_ViewOrignData.UseVisualStyleBackColor = true; this.btn_ViewOrignData.Click += new System.EventHandler(this.btn_ViewOrignData_Click); // // btn_ViewEnergyData // this.btn_ViewEnergyData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_ViewEnergyData.Location = new System.Drawing.Point(376, 10); this.btn_ViewEnergyData.Name = "btn_ViewEnergyData"; this.btn_ViewEnergyData.Size = new System.Drawing.Size(138, 39); this.btn_ViewEnergyData.TabIndex = 8; this.btn_ViewEnergyData.Text = "能量数据预览"; this.btn_ViewEnergyData.UseVisualStyleBackColor = true; this.btn_ViewEnergyData.Click += new System.EventHandler(this.btn_ViewEnergyData_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage_date); this.tabControl1.Controls.Add(this.tabPage_coldId); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tabControl1.Location = new System.Drawing.Point(3, 3); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1134, 94); this.tabControl1.TabIndex = 9; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage_date // this.tabPage_date.BackColor = System.Drawing.SystemColors.Control; this.tabPage_date.Controls.Add(this.label4); this.tabPage_date.Controls.Add(this.label2); this.tabPage_date.Controls.Add(this.label1); this.tabPage_date.Controls.Add(this.checkBox_alarm); this.tabPage_date.Controls.Add(this.date_End); this.tabPage_date.Controls.Add(this.btn_SearchByDate); this.tabPage_date.Controls.Add(this.date_Start); this.tabPage_date.Controls.Add(this.label5); this.tabPage_date.Location = new System.Drawing.Point(4, 30); this.tabPage_date.Name = "tabPage_date"; this.tabPage_date.Padding = new System.Windows.Forms.Padding(3); this.tabPage_date.Size = new System.Drawing.Size(1126, 60); this.tabPage_date.TabIndex = 0; this.tabPage_date.Text = "时间检索"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(609, 23); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 21); this.label4.TabIndex = 9; this.label4.Text = "是否报警:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(7, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 21); this.label2.TabIndex = 8; this.label2.Text = "开始时间:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(304, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 21); this.label1.TabIndex = 7; this.label1.Text = "结束时间:"; // // checkBox_alarm // this.checkBox_alarm.AutoSize = true; this.checkBox_alarm.BackColor = System.Drawing.Color.White; this.checkBox_alarm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.checkBox_alarm.Location = new System.Drawing.Point(773, 19); this.checkBox_alarm.Name = "checkBox_alarm"; this.checkBox_alarm.Size = new System.Drawing.Size(45, 25); this.checkBox_alarm.TabIndex = 5; this.checkBox_alarm.Text = "是"; this.checkBox_alarm.UseVisualStyleBackColor = false; this.checkBox_alarm.CheckedChanged += new System.EventHandler(this.checkBox_alarm_CheckedChanged); // // date_End // this.date_End.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.date_End.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.date_End.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.date_End.Location = new System.Drawing.Point(389, 17); this.date_End.Name = "date_End"; this.date_End.Size = new System.Drawing.Size(200, 29); this.date_End.TabIndex = 2; // // btn_SearchByDate // this.btn_SearchByDate.AutoSize = true; this.btn_SearchByDate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_SearchByDate.Location = new System.Drawing.Point(993, 13); this.btn_SearchByDate.Name = "btn_SearchByDate"; this.btn_SearchByDate.Size = new System.Drawing.Size(112, 35); this.btn_SearchByDate.TabIndex = 6; this.btn_SearchByDate.Text = "查询"; this.btn_SearchByDate.UseVisualStyleBackColor = true; this.btn_SearchByDate.Click += new System.EventHandler(this.btn_SearchByDate_Click); // // date_Start // this.date_Start.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.date_Start.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.date_Start.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.date_Start.Location = new System.Drawing.Point(92, 17); this.date_Start.MinDate = new System.DateTime(2010, 11, 12, 0, 0, 0, 0); this.date_Start.Name = "date_Start"; this.date_Start.Size = new System.Drawing.Size(200, 29); this.date_Start.TabIndex = 1; // // label5 // this.label5.BackColor = System.Drawing.Color.White; this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label5.Location = new System.Drawing.Point(694, 17); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(200, 29); this.label5.TabIndex = 11; // // tabPage_coldId // this.tabPage_coldId.BackColor = System.Drawing.SystemColors.Control; this.tabPage_coldId.Controls.Add(this.btn_SearchByColdId); this.tabPage_coldId.Controls.Add(this.textBox_ColdId); this.tabPage_coldId.Controls.Add(this.label3); this.tabPage_coldId.Location = new System.Drawing.Point(4, 30); this.tabPage_coldId.Name = "tabPage_coldId"; this.tabPage_coldId.Padding = new System.Windows.Forms.Padding(3); this.tabPage_coldId.Size = new System.Drawing.Size(1126, 60); this.tabPage_coldId.TabIndex = 1; this.tabPage_coldId.Text = "卷号检索"; // // btn_SearchByColdId // this.btn_SearchByColdId.AutoSize = true; this.btn_SearchByColdId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btn_SearchByColdId.Location = new System.Drawing.Point(319, 14); this.btn_SearchByColdId.Name = "btn_SearchByColdId"; this.btn_SearchByColdId.Size = new System.Drawing.Size(112, 35); this.btn_SearchByColdId.TabIndex = 7; this.btn_SearchByColdId.Text = "查询"; this.btn_SearchByColdId.UseVisualStyleBackColor = true; this.btn_SearchByColdId.Click += new System.EventHandler(this.btn_SearchByColdId_Click); // // textBox_ColdId // this.textBox_ColdId.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox_ColdId.Location = new System.Drawing.Point(86, 17); this.textBox_ColdId.Name = "textBox_ColdId"; this.textBox_ColdId.Size = new System.Drawing.Size(200, 29); this.textBox_ColdId.TabIndex = 4; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(17, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 21); this.label3.TabIndex = 6; this.label3.Text = "冷卷号:"; // // saveFileDialog1 // this.saveFileDialog1.Filter = "csv文件(*.csv)|*.csv"; // // DataSearchForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1140, 483); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "DataSearchForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据查询 "; this.Load += new System.EventHandler(this.DataSearch_Load); this.tableLayoutPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGrid_coilInfo)).EndInit(); this.panel5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGrid_alarmData)).EndInit(); this.panel3.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage_date.ResumeLayout(false); this.tabPage_date.PerformLayout(); this.tabPage_coldId.ResumeLayout(false); this.tabPage_coldId.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker date_End; private System.Windows.Forms.DateTimePicker date_Start; private System.Windows.Forms.DataGridView dataGrid_coilInfo; private System.Windows.Forms.Button btn_SearchByDate; private System.Windows.Forms.TextBox textBox_ColdId; private System.Windows.Forms.Button btn_ViewEnergyData; private System.Windows.Forms.Button btn_ViewOrignData; private System.Windows.Forms.CheckBox checkBox_alarm; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.DataGridView dataGrid_alarmData; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage_date; private System.Windows.Forms.TabPage tabPage_coldId; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btn_SearchByColdId; private System.Windows.Forms.Button btn_Export; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.Button btnExportCoilMsg; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }