namespace IntelligentControlForsx.MyControls.logInfo { partial class ControlLog { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.gvInfo = new System.Windows.Forms.DataGridView(); this.panel46 = new System.Windows.Forms.Panel(); this.dtEndTime = new System.Windows.Forms.DateTimePicker(); this.dtStartTime = new System.Windows.Forms.DateTimePicker(); this.label27 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.cbWindturbine = new System.Windows.Forms.ComboBox(); this.cbControlType = new System.Windows.Forms.ComboBox(); this.cbStation = new System.Windows.Forms.ComboBox(); this.cbUser = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.gvInfo)).BeginInit(); this.panel46.SuspendLayout(); this.SuspendLayout(); // // gvInfo // this.gvInfo.AllowUserToAddRows = false; this.gvInfo.AllowUserToDeleteRows = false; this.gvInfo.AllowUserToResizeColumns = false; this.gvInfo.AllowUserToResizeRows = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; this.gvInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.gvInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.gvInfo.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.gvInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81))))); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(33)))), ((int)(((byte)(48))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("Dubai", 8.25F); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gvInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.gvInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("Dubai", 8.25F); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.gvInfo.DefaultCellStyle = dataGridViewCellStyle3; this.gvInfo.EnableHeadersVisualStyles = false; this.gvInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(101)))), ((int)(((byte)(122))))); this.gvInfo.Location = new System.Drawing.Point(1, 46); this.gvInfo.Name = "gvInfo"; this.gvInfo.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73))))); dataGridViewCellStyle4.Font = new System.Drawing.Font("Dubai", 8.25F); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.gvInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.gvInfo.RowHeadersVisible = false; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94))))); dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; this.gvInfo.RowsDefaultCellStyle = dataGridViewCellStyle5; this.gvInfo.RowTemplate.Height = 23; this.gvInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.gvInfo.Size = new System.Drawing.Size(1912, 829); this.gvInfo.TabIndex = 0; // // panel46 // this.panel46.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(54)))), ((int)(((byte)(81))))); this.panel46.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel46.Controls.Add(this.dtEndTime); this.panel46.Controls.Add(this.dtStartTime); this.panel46.Controls.Add(this.label27); this.panel46.Controls.Add(this.label26); this.panel46.Controls.Add(this.label25); this.panel46.Controls.Add(this.label24); this.panel46.Controls.Add(this.label1); this.panel46.Controls.Add(this.label23); this.panel46.Controls.Add(this.cbWindturbine); this.panel46.Controls.Add(this.cbControlType); this.panel46.Controls.Add(this.cbStation); this.panel46.Controls.Add(this.cbUser); this.panel46.Font = new System.Drawing.Font("微软雅黑", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel46.Location = new System.Drawing.Point(1, 1); this.panel46.Name = "panel46"; this.panel46.Size = new System.Drawing.Size(1912, 44); this.panel46.TabIndex = 2; // // dtEndTime // this.dtEndTime.CustomFormat = "yyyy-MM-dd"; this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtEndTime.Location = new System.Drawing.Point(1089, 11); this.dtEndTime.Name = "dtEndTime"; this.dtEndTime.Size = new System.Drawing.Size(140, 22); this.dtEndTime.TabIndex = 2; this.dtEndTime.ValueChanged += new System.EventHandler(this.dtEndTime_ValueChanged); // // dtStartTime // this.dtStartTime.CustomFormat = "yyyy-MM-dd"; this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtStartTime.Location = new System.Drawing.Point(933, 10); this.dtStartTime.Name = "dtStartTime"; this.dtStartTime.Size = new System.Drawing.Size(140, 22); this.dtStartTime.TabIndex = 2; this.dtStartTime.ValueChanged += new System.EventHandler(this.dtStartTime_ValueChanged); // // label27 // this.label27.AutoSize = true; this.label27.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label27.ForeColor = System.Drawing.Color.White; this.label27.Location = new System.Drawing.Point(851, 14); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(15, 19); this.label27.TabIndex = 1; this.label27.Text = "-"; // // label26 // this.label26.AutoSize = true; this.label26.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label26.ForeColor = System.Drawing.Color.White; this.label26.Location = new System.Drawing.Point(870, 10); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(37, 19); this.label26.TabIndex = 1; this.label26.Text = "时间"; // // label25 // this.label25.AutoSize = true; this.label25.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label25.ForeColor = System.Drawing.Color.White; this.label25.Location = new System.Drawing.Point(655, 9); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(37, 19); this.label25.TabIndex = 1; this.label25.Text = "风机"; // // label24 // this.label24.AutoSize = true; this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label24.ForeColor = System.Drawing.Color.White; this.label24.Location = new System.Drawing.Point(426, 10); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(65, 19); this.label24.TabIndex = 1; this.label24.Text = "操作类型"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(13, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 19); this.label1.TabIndex = 1; this.label1.Text = "风场"; // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label23.ForeColor = System.Drawing.Color.White; this.label23.Location = new System.Drawing.Point(221, 10); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(51, 19); this.label23.TabIndex = 1; this.label23.Text = "操作人"; // // cbWindturbine // this.cbWindturbine.FormattingEnabled = true; this.cbWindturbine.Location = new System.Drawing.Point(707, 6); this.cbWindturbine.Name = "cbWindturbine"; this.cbWindturbine.Size = new System.Drawing.Size(121, 24); this.cbWindturbine.TabIndex = 0; this.cbWindturbine.SelectedIndexChanged += new System.EventHandler(this.cbWindturbine_SelectedIndexChanged); // // cbControlType // this.cbControlType.FormattingEnabled = true; this.cbControlType.Location = new System.Drawing.Point(498, 6); this.cbControlType.Name = "cbControlType"; this.cbControlType.Size = new System.Drawing.Size(121, 24); this.cbControlType.TabIndex = 0; this.cbControlType.SelectedIndexChanged += new System.EventHandler(this.cbControlType_SelectedIndexChanged); // // cbStation // this.cbStation.FormattingEnabled = true; this.cbStation.Location = new System.Drawing.Point(70, 8); this.cbStation.Name = "cbStation"; this.cbStation.Size = new System.Drawing.Size(121, 24); this.cbStation.TabIndex = 0; this.cbStation.SelectedIndexChanged += new System.EventHandler(this.cbUser_SelectedIndexChanged); // // cbUser // this.cbUser.FormattingEnabled = true; this.cbUser.Location = new System.Drawing.Point(278, 8); this.cbUser.Name = "cbUser"; this.cbUser.Size = new System.Drawing.Size(121, 24); this.cbUser.TabIndex = 0; this.cbUser.SelectedIndexChanged += new System.EventHandler(this.cbUser_SelectedIndexChanged); // // ControlLog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel46); this.Controls.Add(this.gvInfo); this.Font = new System.Drawing.Font("Dubai", 8.25F); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "ControlLog"; this.Size = new System.Drawing.Size(1914, 878); this.Load += new System.EventHandler(this.ControlLog_Load); ((System.ComponentModel.ISupportInitialize)(this.gvInfo)).EndInit(); this.panel46.ResumeLayout(false); this.panel46.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView gvInfo; private System.Windows.Forms.Panel panel46; private System.Windows.Forms.DateTimePicker dtEndTime; private System.Windows.Forms.DateTimePicker dtStartTime; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label23; private System.Windows.Forms.ComboBox cbWindturbine; private System.Windows.Forms.ComboBox cbControlType; private System.Windows.Forms.ComboBox cbUser; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbStation; } }