namespace Cyberpipe { partial class FrmLogManager { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.label3 = new System.Windows.Forms.Label(); this.datetime1 = new System.Windows.Forms.DateTimePicker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.label1 = new System.Windows.Forms.Label(); this.datetime2 = new System.Windows.Forms.DateTimePicker(); this.buttonCancel = new DevComponents.DotNetBar.ButtonX(); this.buttonXExportExcel = new DevComponents.DotNetBar.ButtonX(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(46, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 2; this.label3.Text = "日志日期:"; // // datetime1 // this.datetime1.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datetime1.Location = new System.Drawing.Point(121, 23); this.datetime1.Name = "datetime1"; this.datetime1.ShowCheckBox = true; this.datetime1.Size = new System.Drawing.Size(105, 21); this.datetime1.TabIndex = 4; // // groupBox1 // this.groupBox1.Controls.Add(this.dataGridView1); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(561, 334); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.dataGridView1.Location = new System.Drawing.Point(14, 87); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(533, 235); this.dataGridView1.TabIndex = 9; this.dataGridView1.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDoubleClick); // // groupBox2 // this.groupBox2.Controls.Add(this.buttonX1); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.datetime2); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.datetime1); this.groupBox2.Location = new System.Drawing.Point(13, 18); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(533, 58); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "查询条件"; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(389, 22); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 11; this.buttonX1.Text = "查询"; this.buttonX1.Click += new System.EventHandler(this.btn_Query_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(241, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 12); this.label1.TabIndex = 9; this.label1.Text = "—"; // // datetime2 // this.datetime2.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datetime2.Location = new System.Drawing.Point(268, 23); this.datetime2.Name = "datetime2"; this.datetime2.ShowCheckBox = true; this.datetime2.Size = new System.Drawing.Size(102, 21); this.datetime2.TabIndex = 8; // // buttonCancel // this.buttonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonCancel.Location = new System.Drawing.Point(474, 353); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonCancel.TabIndex = 17; this.buttonCancel.Text = "取消"; this.buttonCancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // buttonXExportExcel // this.buttonXExportExcel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonXExportExcel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonXExportExcel.Location = new System.Drawing.Point(320, 353); this.buttonXExportExcel.Name = "buttonXExportExcel"; this.buttonXExportExcel.Size = new System.Drawing.Size(75, 23); this.buttonXExportExcel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonXExportExcel.TabIndex = 18; this.buttonXExportExcel.Text = "导出Excel"; this.buttonXExportExcel.Click += new System.EventHandler(this.buttonXExportExcel_Click); // // FrmLogManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(585, 383); this.Controls.Add(this.buttonXExportExcel); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.groupBox1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmLogManager"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "日志管理"; this.Load += new System.EventHandler(this.Frm_LogManager_Load); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker datetime1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker datetime2; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridView1; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonCancel; private DevComponents.DotNetBar.ButtonX buttonXExportExcel; } }