namespace MainForm { partial class Form_Alarm { /// /// 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(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnOutExcel = new System.Windows.Forms.Button(); this.station = new System.Windows.Forms.ComboBox(); this.gongxu = new System.Windows.Forms.Label(); this.buttonSendMES = new System.Windows.Forms.Button(); this.labelSendStatus = new System.Windows.Forms.Label(); this.comboBoxSendStatus = new System.Windows.Forms.ComboBox(); this.dataTableName = new System.Windows.Forms.ComboBox(); this.dataType = new System.Windows.Forms.Label(); this.end = new System.Windows.Forms.Label(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.start = new System.Windows.Forms.Label(); this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.equipment = new System.Windows.Forms.ComboBox(); this.BeginQuery = new System.Windows.Forms.Button(); this.shebei = new System.Windows.Forms.Label(); this.dataBaseName = new System.Windows.Forms.ComboBox(); this.db = new System.Windows.Forms.Label(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.total16 = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.total15 = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.total14 = new System.Windows.Forms.TextBox(); this.total13 = new System.Windows.Forms.TextBox(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.total12 = new System.Windows.Forms.TextBox(); this.total11 = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.total10 = new System.Windows.Forms.TextBox(); this.total9 = new System.Windows.Forms.TextBox(); this.total8 = new System.Windows.Forms.TextBox(); this.total7 = new System.Windows.Forms.TextBox(); this.total6 = new System.Windows.Forms.TextBox(); this.total5 = new System.Windows.Forms.TextBox(); this.total4 = new System.Windows.Forms.TextBox(); this.total3 = new System.Windows.Forms.TextBox(); this.total2 = new System.Windows.Forms.TextBox(); this.total1 = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox3 // this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox3.Controls.Add(this.btnOutExcel); this.groupBox3.Controls.Add(this.station); this.groupBox3.Controls.Add(this.gongxu); this.groupBox3.Controls.Add(this.buttonSendMES); this.groupBox3.Controls.Add(this.labelSendStatus); this.groupBox3.Controls.Add(this.comboBoxSendStatus); this.groupBox3.Controls.Add(this.dataTableName); this.groupBox3.Controls.Add(this.dataType); this.groupBox3.Controls.Add(this.end); this.groupBox3.Controls.Add(this.dateTimePicker1); this.groupBox3.Controls.Add(this.start); this.groupBox3.Controls.Add(this.dateTimePicker2); this.groupBox3.Controls.Add(this.equipment); this.groupBox3.Controls.Add(this.BeginQuery); this.groupBox3.Controls.Add(this.shebei); this.groupBox3.Controls.Add(this.dataBaseName); this.groupBox3.Controls.Add(this.db); this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox3.Location = new System.Drawing.Point(10, 14); this.groupBox3.Margin = new System.Windows.Forms.Padding(2); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(2); this.groupBox3.Size = new System.Drawing.Size(1025, 106); this.groupBox3.TabIndex = 8; this.groupBox3.TabStop = false; this.groupBox3.Text = "查询条件"; // // btnOutExcel // this.btnOutExcel.BackColor = System.Drawing.Color.WhiteSmoke; this.btnOutExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOutExcel.Location = new System.Drawing.Point(844, 70); this.btnOutExcel.Name = "btnOutExcel"; this.btnOutExcel.Size = new System.Drawing.Size(75, 28); this.btnOutExcel.TabIndex = 17; this.btnOutExcel.Text = "导出"; this.btnOutExcel.UseVisualStyleBackColor = false; this.btnOutExcel.Click += new System.EventHandler(this.btnOutExcel_Click); // // station // this.station.BackColor = System.Drawing.Color.WhiteSmoke; this.station.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.station.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.station.FormattingEnabled = true; this.station.Items.AddRange(new object[] { "All"}); this.station.Location = new System.Drawing.Point(702, 32); this.station.Margin = new System.Windows.Forms.Padding(2); this.station.Name = "station"; this.station.Size = new System.Drawing.Size(135, 28); this.station.TabIndex = 16; this.station.SelectedIndexChanged += new System.EventHandler(this.station_SelectedIndexChanged); this.station.SelectedValueChanged += new System.EventHandler(this.station_SelectedValueChanged_1); // // gongxu // this.gongxu.AutoSize = true; this.gongxu.Location = new System.Drawing.Point(656, 35); this.gongxu.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.gongxu.Name = "gongxu"; this.gongxu.Size = new System.Drawing.Size(43, 20); this.gongxu.TabIndex = 15; this.gongxu.Text = "工序:"; // // buttonSendMES // this.buttonSendMES.BackColor = System.Drawing.Color.WhiteSmoke; this.buttonSendMES.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonSendMES.Location = new System.Drawing.Point(844, 31); this.buttonSendMES.Margin = new System.Windows.Forms.Padding(2); this.buttonSendMES.Name = "buttonSendMES"; this.buttonSendMES.Size = new System.Drawing.Size(75, 30); this.buttonSendMES.TabIndex = 14; this.buttonSendMES.Text = "重传"; this.buttonSendMES.UseVisualStyleBackColor = false; this.buttonSendMES.Visible = false; this.buttonSendMES.Click += new System.EventHandler(this.buttonSendMES_Click); // // labelSendStatus // this.labelSendStatus.AutoSize = true; this.labelSendStatus.Location = new System.Drawing.Point(426, 73); this.labelSendStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelSendStatus.Name = "labelSendStatus"; this.labelSendStatus.Size = new System.Drawing.Size(73, 20); this.labelSendStatus.TabIndex = 13; this.labelSendStatus.Text = "上传状态:"; // // comboBoxSendStatus // this.comboBoxSendStatus.BackColor = System.Drawing.Color.WhiteSmoke; this.comboBoxSendStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSendStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.comboBoxSendStatus.FormattingEnabled = true; this.comboBoxSendStatus.Items.AddRange(new object[] { "All", "已上传", "未上传"}); this.comboBoxSendStatus.Location = new System.Drawing.Point(501, 69); this.comboBoxSendStatus.Margin = new System.Windows.Forms.Padding(2); this.comboBoxSendStatus.Name = "comboBoxSendStatus"; this.comboBoxSendStatus.Size = new System.Drawing.Size(153, 28); this.comboBoxSendStatus.TabIndex = 12; this.comboBoxSendStatus.SelectedValueChanged += new System.EventHandler(this.comboBoxSendStatus_SelectedValueChanged); // // dataTableName // this.dataTableName.BackColor = System.Drawing.Color.WhiteSmoke; this.dataTableName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dataTableName.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.dataTableName.FormattingEnabled = true; this.dataTableName.Items.AddRange(new object[] { "加工数据", "点检数据", "整线数据", "报警数据"}); this.dataTableName.Location = new System.Drawing.Point(296, 32); this.dataTableName.Name = "dataTableName"; this.dataTableName.Size = new System.Drawing.Size(126, 28); this.dataTableName.TabIndex = 10; this.dataTableName.SelectedValueChanged += new System.EventHandler(this.dataTableName_SelectedValueChanged); // // dataType // this.dataType.AutoSize = true; this.dataType.Location = new System.Drawing.Point(221, 35); this.dataType.Name = "dataType"; this.dataType.Size = new System.Drawing.Size(73, 20); this.dataType.TabIndex = 11; this.dataType.Text = "数据类型:"; // // end // this.end.AutoSize = true; this.end.Location = new System.Drawing.Point(221, 74); this.end.Name = "end"; this.end.Size = new System.Drawing.Size(73, 20); this.end.TabIndex = 8; this.end.Text = "结束日期:"; // // dateTimePicker1 // this.dateTimePicker1.Location = new System.Drawing.Point(93, 70); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(125, 27); this.dateTimePicker1.TabIndex = 6; this.dateTimePicker1.Value = new System.DateTime(2023, 7, 12, 0, 0, 0, 0); this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged); // // start // this.start.AutoSize = true; this.start.Location = new System.Drawing.Point(18, 74); this.start.Name = "start"; this.start.Size = new System.Drawing.Size(73, 20); this.start.TabIndex = 9; this.start.Text = "开始日期:"; // // dateTimePicker2 // this.dateTimePicker2.Location = new System.Drawing.Point(296, 70); this.dateTimePicker2.Name = "dateTimePicker2"; this.dateTimePicker2.Size = new System.Drawing.Size(126, 27); this.dateTimePicker2.TabIndex = 7; this.dateTimePicker2.Value = new System.DateTime(2023, 7, 18, 23, 59, 59, 0); this.dateTimePicker2.ValueChanged += new System.EventHandler(this.dateTimePicker2_ValueChanged); // // equipment // this.equipment.BackColor = System.Drawing.Color.WhiteSmoke; this.equipment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.equipment.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.equipment.FormattingEnabled = true; this.equipment.Items.AddRange(new object[] { "All", "S1", "S2", "S3", "S4", "S5", "S6"}); this.equipment.Location = new System.Drawing.Point(501, 32); this.equipment.Name = "equipment"; this.equipment.Size = new System.Drawing.Size(153, 28); this.equipment.TabIndex = 4; this.equipment.SelectedIndexChanged += new System.EventHandler(this.equipment_SelectedIndexChanged); this.equipment.SelectedValueChanged += new System.EventHandler(this.station_SelectedValueChanged); // // BeginQuery // this.BeginQuery.BackColor = System.Drawing.Color.WhiteSmoke; this.BeginQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BeginQuery.Location = new System.Drawing.Point(762, 71); this.BeginQuery.Name = "BeginQuery"; this.BeginQuery.Size = new System.Drawing.Size(75, 27); this.BeginQuery.TabIndex = 0; this.BeginQuery.Text = "查询"; this.BeginQuery.UseVisualStyleBackColor = false; this.BeginQuery.Click += new System.EventHandler(this.BeginQuery_Click); // // shebei // this.shebei.AutoSize = true; this.shebei.Location = new System.Drawing.Point(426, 35); this.shebei.Name = "shebei"; this.shebei.Size = new System.Drawing.Size(73, 20); this.shebei.TabIndex = 5; this.shebei.Text = "设备编号:"; // // dataBaseName // this.dataBaseName.BackColor = System.Drawing.Color.WhiteSmoke; this.dataBaseName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dataBaseName.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.dataBaseName.FormattingEnabled = true; this.dataBaseName.Items.AddRange(new object[] { "DB202310", "DB202311"}); this.dataBaseName.Location = new System.Drawing.Point(93, 32); this.dataBaseName.Name = "dataBaseName"; this.dataBaseName.Size = new System.Drawing.Size(125, 28); this.dataBaseName.TabIndex = 4; this.dataBaseName.SelectedValueChanged += new System.EventHandler(this.dataBaseName_SelectedValueChanged); // // db // this.db.AutoSize = true; this.db.Location = new System.Drawing.Point(20, 35); this.db.Name = "db"; this.db.Size = new System.Drawing.Size(58, 20); this.db.TabIndex = 5; this.db.Text = "数据库:"; // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.AllowUserToOrderColumns = true; this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, 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.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, 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.dataGridView.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridView.Location = new System.Drawing.Point(10, 126); this.dataGridView.Name = "dataGridView"; this.dataGridView.ReadOnly = true; this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 23; this.dataGridView.ShowCellToolTips = false; this.dataGridView.Size = new System.Drawing.Size(1025, 151); this.dataGridView.TabIndex = 7; this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.total16); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.total15); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.total14); this.groupBox1.Controls.Add(this.total13); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Controls.Add(this.label14); this.groupBox1.Controls.Add(this.total12); this.groupBox1.Controls.Add(this.total11); this.groupBox1.Controls.Add(this.label12); this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.total10); this.groupBox1.Controls.Add(this.total9); this.groupBox1.Controls.Add(this.total8); this.groupBox1.Controls.Add(this.total7); this.groupBox1.Controls.Add(this.total6); this.groupBox1.Controls.Add(this.total5); this.groupBox1.Controls.Add(this.total4); this.groupBox1.Controls.Add(this.total3); this.groupBox1.Controls.Add(this.total2); this.groupBox1.Controls.Add(this.total1); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(9, 378); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(1025, 169); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "统计"; // // total16 // this.total16.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total16.Location = new System.Drawing.Point(836, 129); this.total16.Margin = new System.Windows.Forms.Padding(2); this.total16.Name = "total16"; this.total16.ReadOnly = true; this.total16.Size = new System.Drawing.Size(50, 27); this.total16.TabIndex = 31; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(657, 128); this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(37, 20); this.label16.TabIndex = 30; this.label16.Text = "#16"; // // total15 // this.total15.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total15.Location = new System.Drawing.Point(836, 98); this.total15.Margin = new System.Windows.Forms.Padding(2); this.total15.Name = "total15"; this.total15.ReadOnly = true; this.total15.Size = new System.Drawing.Size(50, 27); this.total15.TabIndex = 29; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(657, 97); this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(37, 20); this.label15.TabIndex = 28; this.label15.Text = "#15"; // // total14 // this.total14.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total14.Location = new System.Drawing.Point(836, 62); this.total14.Margin = new System.Windows.Forms.Padding(2); this.total14.Name = "total14"; this.total14.ReadOnly = true; this.total14.Size = new System.Drawing.Size(50, 27); this.total14.TabIndex = 27; // // total13 // this.total13.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total13.Location = new System.Drawing.Point(836, 26); this.total13.Margin = new System.Windows.Forms.Padding(2); this.total13.Name = "total13"; this.total13.ReadOnly = true; this.total13.Size = new System.Drawing.Size(50, 27); this.total13.TabIndex = 26; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(657, 29); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(37, 20); this.label13.TabIndex = 25; this.label13.Text = "#13"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(657, 65); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(37, 20); this.label14.TabIndex = 24; this.label14.Text = "#14"; // // total12 // this.total12.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total12.Location = new System.Drawing.Point(595, 126); this.total12.Margin = new System.Windows.Forms.Padding(2); this.total12.Name = "total12"; this.total12.ReadOnly = true; this.total12.Size = new System.Drawing.Size(50, 27); this.total12.TabIndex = 23; // // total11 // this.total11.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total11.Location = new System.Drawing.Point(595, 94); this.total11.Margin = new System.Windows.Forms.Padding(2); this.total11.Name = "total11"; this.total11.ReadOnly = true; this.total11.Size = new System.Drawing.Size(50, 27); this.total11.TabIndex = 22; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(430, 134); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(37, 20); this.label12.TabIndex = 21; this.label12.Text = "#12"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(430, 100); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(37, 20); this.label11.TabIndex = 20; this.label11.Text = "#11"; // // total10 // this.total10.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total10.Location = new System.Drawing.Point(595, 60); this.total10.Margin = new System.Windows.Forms.Padding(2); this.total10.Name = "total10"; this.total10.ReadOnly = true; this.total10.Size = new System.Drawing.Size(50, 27); this.total10.TabIndex = 19; // // total9 // this.total9.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total9.Location = new System.Drawing.Point(595, 26); this.total9.Margin = new System.Windows.Forms.Padding(2); this.total9.Name = "total9"; this.total9.ReadOnly = true; this.total9.Size = new System.Drawing.Size(50, 27); this.total9.TabIndex = 18; // // total8 // this.total8.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total8.Location = new System.Drawing.Point(364, 129); this.total8.Margin = new System.Windows.Forms.Padding(2); this.total8.Name = "total8"; this.total8.ReadOnly = true; this.total8.Size = new System.Drawing.Size(50, 27); this.total8.TabIndex = 17; // // total7 // this.total7.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total7.Location = new System.Drawing.Point(364, 94); this.total7.Margin = new System.Windows.Forms.Padding(2); this.total7.Name = "total7"; this.total7.ReadOnly = true; this.total7.Size = new System.Drawing.Size(50, 27); this.total7.TabIndex = 16; // // total6 // this.total6.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total6.Location = new System.Drawing.Point(364, 62); this.total6.Margin = new System.Windows.Forms.Padding(2); this.total6.Name = "total6"; this.total6.ReadOnly = true; this.total6.Size = new System.Drawing.Size(50, 27); this.total6.TabIndex = 15; // // total5 // this.total5.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total5.Location = new System.Drawing.Point(364, 26); this.total5.Margin = new System.Windows.Forms.Padding(2); this.total5.Name = "total5"; this.total5.ReadOnly = true; this.total5.Size = new System.Drawing.Size(50, 27); this.total5.TabIndex = 14; // // total4 // this.total4.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total4.Location = new System.Drawing.Point(168, 126); this.total4.Margin = new System.Windows.Forms.Padding(2); this.total4.Name = "total4"; this.total4.ReadOnly = true; this.total4.Size = new System.Drawing.Size(50, 27); this.total4.TabIndex = 13; // // total3 // this.total3.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total3.Location = new System.Drawing.Point(168, 94); this.total3.Margin = new System.Windows.Forms.Padding(2); this.total3.Name = "total3"; this.total3.ReadOnly = true; this.total3.Size = new System.Drawing.Size(50, 27); this.total3.TabIndex = 12; // // total2 // this.total2.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total2.Location = new System.Drawing.Point(168, 62); this.total2.Margin = new System.Windows.Forms.Padding(2); this.total2.Name = "total2"; this.total2.ReadOnly = true; this.total2.Size = new System.Drawing.Size(50, 27); this.total2.TabIndex = 11; // // total1 // this.total1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.total1.Location = new System.Drawing.Point(168, 29); this.total1.Margin = new System.Windows.Forms.Padding(2); this.total1.Name = "total1"; this.total1.ReadOnly = true; this.total1.Size = new System.Drawing.Size(50, 27); this.total1.TabIndex = 10; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(430, 62); this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(37, 20); this.label10.TabIndex = 9; this.label10.Text = "#10"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(430, 28); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(28, 20); this.label9.TabIndex = 8; this.label9.Text = "#9"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(223, 129); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(28, 20); this.label8.TabIndex = 7; this.label8.Text = "#8"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(223, 97); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(28, 20); this.label7.TabIndex = 6; this.label7.Text = "#7"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(223, 62); this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(28, 20); this.label6.TabIndex = 5; this.label6.Text = "#6"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(223, 28); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(28, 20); this.label5.TabIndex = 4; this.label5.Text = "#5"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(23, 128); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(28, 20); this.label4.TabIndex = 3; this.label4.Text = "#4"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(23, 97); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 20); this.label3.TabIndex = 2; this.label3.Text = "#3"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 65); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(28, 20); this.label2.TabIndex = 1; this.label2.Text = "#2"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 31); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(28, 20); this.label1.TabIndex = 0; this.label1.Text = "#1"; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight; this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox1.Location = new System.Drawing.Point(10, 283); this.textBox1.Margin = new System.Windows.Forms.Padding(2); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(1025, 91); this.textBox1.TabIndex = 10; // // Form_Alarm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1044, 561); this.Controls.Add(this.textBox1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox3); this.Controls.Add(this.dataGridView); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form_Alarm"; this.Load += new System.EventHandler(this.Form_Alarm_Load); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox equipment; private System.Windows.Forms.Button BeginQuery; private System.Windows.Forms.Label shebei; private System.Windows.Forms.ComboBox dataBaseName; private System.Windows.Forms.Label db; private System.Windows.Forms.DataGridView dataGridView; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox total10; private System.Windows.Forms.TextBox total9; private System.Windows.Forms.TextBox total8; private System.Windows.Forms.TextBox total7; private System.Windows.Forms.TextBox total6; private System.Windows.Forms.TextBox total5; private System.Windows.Forms.TextBox total4; private System.Windows.Forms.TextBox total3; private System.Windows.Forms.TextBox total2; private System.Windows.Forms.TextBox total1; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox dataTableName; private System.Windows.Forms.Label dataType; private System.Windows.Forms.Label end; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Label start; private System.Windows.Forms.DateTimePicker dateTimePicker2; private System.Windows.Forms.TextBox total12; private System.Windows.Forms.TextBox total11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label labelSendStatus; private System.Windows.Forms.ComboBox comboBoxSendStatus; private System.Windows.Forms.Button buttonSendMES; private System.Windows.Forms.TextBox total14; private System.Windows.Forms.TextBox total13; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox total15; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label gongxu; private System.Windows.Forms.ComboBox station; private System.Windows.Forms.TextBox total16; private System.Windows.Forms.Label label16; private System.Windows.Forms.Button btnOutExcel; } }