namespace MesWork.Pages { partial class UC_LogRecord { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) components.Dispose(); base.Dispose(disposing); } #region 组件设计器生成的代码 private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); this.pnl_Toolbar = new System.Windows.Forms.Panel(); this.btn_Export = new System.Windows.Forms.Button(); this.btn_Refresh = new System.Windows.Forms.Button(); this.btn_Query = new System.Windows.Forms.Button(); this.txt_Keyword = new System.Windows.Forms.TextBox(); this.cmb_Type = new System.Windows.Forms.ComboBox(); this.dtp_End = new System.Windows.Forms.DateTimePicker(); this.lbl_To = new System.Windows.Forms.Label(); this.dtp_Start = new System.Windows.Forms.DateTimePicker(); this.dgv_Data = new System.Windows.Forms.DataGridView(); this.pnl_Footer = new System.Windows.Forms.Panel(); this.lbl_RecordCount = new System.Windows.Forms.Label(); this.pnl_Toolbar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Data)).BeginInit(); this.pnl_Footer.SuspendLayout(); this.SuspendLayout(); // // pnl_Toolbar // this.pnl_Toolbar.BackColor = System.Drawing.Color.White; this.pnl_Toolbar.Controls.Add(this.btn_Export); this.pnl_Toolbar.Controls.Add(this.btn_Refresh); this.pnl_Toolbar.Controls.Add(this.btn_Query); this.pnl_Toolbar.Controls.Add(this.txt_Keyword); this.pnl_Toolbar.Controls.Add(this.cmb_Type); this.pnl_Toolbar.Controls.Add(this.dtp_End); this.pnl_Toolbar.Controls.Add(this.lbl_To); this.pnl_Toolbar.Controls.Add(this.dtp_Start); this.pnl_Toolbar.Dock = System.Windows.Forms.DockStyle.Top; this.pnl_Toolbar.Location = new System.Drawing.Point(0, 0); this.pnl_Toolbar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pnl_Toolbar.Name = "pnl_Toolbar"; this.pnl_Toolbar.Padding = new System.Windows.Forms.Padding(18, 12, 18, 12); this.pnl_Toolbar.Size = new System.Drawing.Size(2730, 75); this.pnl_Toolbar.TabIndex = 2; // // btn_Export // this.btn_Export.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(150)))), ((int)(((byte)(105))))); this.btn_Export.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_Export.FlatAppearance.BorderSize = 0; this.btn_Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); this.btn_Export.ForeColor = System.Drawing.Color.White; this.btn_Export.Location = new System.Drawing.Point(1305, 12); this.btn_Export.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Export.Name = "btn_Export"; this.btn_Export.Size = new System.Drawing.Size(180, 48); this.btn_Export.TabIndex = 0; this.btn_Export.Text = "📥 导出Excel"; this.btn_Export.UseVisualStyleBackColor = false; this.btn_Export.Click += new System.EventHandler(this.btn_Export_Click); // // btn_Refresh // this.btn_Refresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(231)))), ((int)(((byte)(235))))); this.btn_Refresh.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_Refresh.FlatAppearance.BorderSize = 0; this.btn_Refresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Refresh.Font = new System.Drawing.Font("微软雅黑", 10F); this.btn_Refresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(65)))), ((int)(((byte)(81))))); this.btn_Refresh.Location = new System.Drawing.Point(1170, 12); this.btn_Refresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Refresh.Name = "btn_Refresh"; this.btn_Refresh.Size = new System.Drawing.Size(120, 48); this.btn_Refresh.TabIndex = 1; this.btn_Refresh.Text = "↻ 刷新"; this.btn_Refresh.UseVisualStyleBackColor = false; this.btn_Refresh.Click += new System.EventHandler(this.btn_Refresh_Click); // // btn_Query // this.btn_Query.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(144)))), ((int)(((byte)(217))))); this.btn_Query.Cursor = System.Windows.Forms.Cursors.Hand; this.btn_Query.FlatAppearance.BorderSize = 0; this.btn_Query.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Query.Font = new System.Drawing.Font("微软雅黑", 10F); this.btn_Query.ForeColor = System.Drawing.Color.White; this.btn_Query.Location = new System.Drawing.Point(1035, 12); this.btn_Query.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(120, 48); this.btn_Query.TabIndex = 2; this.btn_Query.Text = "🔍 查询"; this.btn_Query.UseVisualStyleBackColor = false; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // txt_Keyword // this.txt_Keyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txt_Keyword.Font = new System.Drawing.Font("微软雅黑", 10F); this.txt_Keyword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(156)))), ((int)(((byte)(163)))), ((int)(((byte)(175))))); this.txt_Keyword.Location = new System.Drawing.Point(712, 15); this.txt_Keyword.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.txt_Keyword.Name = "txt_Keyword"; this.txt_Keyword.Size = new System.Drawing.Size(299, 34); this.txt_Keyword.TabIndex = 3; this.txt_Keyword.Text = "关键字搜索..."; // // cmb_Type // this.cmb_Type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_Type.Font = new System.Drawing.Font("微软雅黑", 10F); this.cmb_Type.Location = new System.Drawing.Point(480, 15); this.cmb_Type.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmb_Type.Name = "cmb_Type"; this.cmb_Type.Size = new System.Drawing.Size(208, 35); this.cmb_Type.TabIndex = 4; // // dtp_End // this.dtp_End.Font = new System.Drawing.Font("微软雅黑", 10F); this.dtp_End.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtp_End.Location = new System.Drawing.Point(262, 15); this.dtp_End.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dtp_End.Name = "dtp_End"; this.dtp_End.Size = new System.Drawing.Size(193, 34); this.dtp_End.TabIndex = 5; // // lbl_To // this.lbl_To.AutoSize = true; this.lbl_To.Font = new System.Drawing.Font("微软雅黑", 10F); this.lbl_To.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(114)))), ((int)(((byte)(128))))); this.lbl_To.Location = new System.Drawing.Point(222, 21); this.lbl_To.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbl_To.Name = "lbl_To"; this.lbl_To.Size = new System.Drawing.Size(32, 27); this.lbl_To.TabIndex = 6; this.lbl_To.Text = "→"; // // dtp_Start // this.dtp_Start.Font = new System.Drawing.Font("微软雅黑", 10F); this.dtp_Start.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtp_Start.Location = new System.Drawing.Point(18, 15); this.dtp_Start.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dtp_Start.Name = "dtp_Start"; this.dtp_Start.Size = new System.Drawing.Size(193, 34); this.dtp_Start.TabIndex = 7; // // dgv_Data // this.dgv_Data.AllowUserToAddRows = false; this.dgv_Data.AllowUserToDeleteRows = false; dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(252))))); this.dgv_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; this.dgv_Data.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgv_Data.BackgroundColor = System.Drawing.Color.White; this.dgv_Data.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgv_Data.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))); dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold); dataGridViewCellStyle11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(55)))), ((int)(((byte)(65)))), ((int)(((byte)(81))))); dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))); dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgv_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; this.dgv_Data.ColumnHeadersHeight = 36; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10F); dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(234)))), ((int)(((byte)(254))))); dataGridViewCellStyle12.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(58)))), ((int)(((byte)(95))))); dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_Data.DefaultCellStyle = dataGridViewCellStyle12; this.dgv_Data.Dock = System.Windows.Forms.DockStyle.Fill; this.dgv_Data.EnableHeadersVisualStyles = false; this.dgv_Data.Font = new System.Drawing.Font("微软雅黑", 10F); this.dgv_Data.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(237)))), ((int)(((byte)(242))))); this.dgv_Data.Location = new System.Drawing.Point(0, 75); this.dgv_Data.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dgv_Data.Name = "dgv_Data"; this.dgv_Data.ReadOnly = true; this.dgv_Data.RowHeadersVisible = false; this.dgv_Data.RowHeadersWidth = 62; this.dgv_Data.RowTemplate.Height = 32; this.dgv_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_Data.Size = new System.Drawing.Size(2730, 1371); this.dgv_Data.TabIndex = 0; // // pnl_Footer // this.pnl_Footer.BackColor = System.Drawing.Color.White; this.pnl_Footer.Controls.Add(this.lbl_RecordCount); this.pnl_Footer.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnl_Footer.Location = new System.Drawing.Point(0, 1446); this.pnl_Footer.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.pnl_Footer.Name = "pnl_Footer"; this.pnl_Footer.Size = new System.Drawing.Size(2730, 54); this.pnl_Footer.TabIndex = 1; // // lbl_RecordCount // this.lbl_RecordCount.AutoSize = true; this.lbl_RecordCount.Font = new System.Drawing.Font("微软雅黑", 10F); this.lbl_RecordCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(114)))), ((int)(((byte)(128))))); this.lbl_RecordCount.Location = new System.Drawing.Point(18, 9); this.lbl_RecordCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lbl_RecordCount.Name = "lbl_RecordCount"; this.lbl_RecordCount.Size = new System.Drawing.Size(116, 27); this.lbl_RecordCount.TabIndex = 0; this.lbl_RecordCount.Text = "共 0 条记录"; // // UC_LogRecord // this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(247)))), ((int)(((byte)(250))))); this.Controls.Add(this.dgv_Data); this.Controls.Add(this.pnl_Footer); this.Controls.Add(this.pnl_Toolbar); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "UC_LogRecord"; this.Size = new System.Drawing.Size(2730, 1500); this.pnl_Toolbar.ResumeLayout(false); this.pnl_Toolbar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Data)).EndInit(); this.pnl_Footer.ResumeLayout(false); this.pnl_Footer.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnl_Toolbar; private System.Windows.Forms.DateTimePicker dtp_Start; private System.Windows.Forms.Label lbl_To; private System.Windows.Forms.DateTimePicker dtp_End; private System.Windows.Forms.ComboBox cmb_Type; private System.Windows.Forms.TextBox txt_Keyword; private System.Windows.Forms.Button btn_Query; private System.Windows.Forms.Button btn_Refresh; private System.Windows.Forms.Button btn_Export; private System.Windows.Forms.DataGridView dgv_Data; private System.Windows.Forms.Panel pnl_Footer; private System.Windows.Forms.Label lbl_RecordCount; } }