using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmLogOper { /// <summary> /// Required designer variable. /// </summary> private 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.exportBtn = new DevComponents.DotNetBar.ButtonX(); this.userLists = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.searchBtn = new DevComponents.DotNetBar.ButtonX(); this.label1 = new System.Windows.Forms.Label(); this.datetime2 = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.datetime1 = new System.Windows.Forms.DateTimePicker(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.dataGridView1); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Location = new System.Drawing.Point(6, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(722, 422); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 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(13, 83); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(699, 333); this.dataGridView1.TabIndex = 9; // // groupBox2 // this.groupBox2.Controls.Add(this.exportBtn); this.groupBox2.Controls.Add(this.userLists); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.searchBtn); 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(699, 59); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "查询条件"; // // exportBtn // this.exportBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.exportBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.exportBtn.Location = new System.Drawing.Point(616, 23); this.exportBtn.Name = "exportBtn"; this.exportBtn.Size = new System.Drawing.Size(59, 23); this.exportBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.exportBtn.TabIndex = 14; this.exportBtn.Text = "导出"; this.exportBtn.Click += new System.EventHandler(this.exportBtn_Click); // // userLists // this.userLists.FormattingEnabled = true; this.userLists.Location = new System.Drawing.Point(407, 24); this.userLists.Name = "userLists"; this.userLists.Size = new System.Drawing.Size(107, 20); this.userLists.TabIndex = 13; this.userLists.SelectedIndexChanged += new System.EventHandler(this.userLists_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(338, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 12; this.label2.Text = "操作人员:"; // // searchBtn // this.searchBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.searchBtn.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.searchBtn.Location = new System.Drawing.Point(551, 23); this.searchBtn.Name = "searchBtn"; this.searchBtn.Size = new System.Drawing.Size(59, 23); this.searchBtn.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.searchBtn.TabIndex = 11; this.searchBtn.Text = "查询"; this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(192, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 12); this.label1.TabIndex = 9; this.label1.Text = "—"; // // datetime2 // this.datetime2.Checked = false; this.datetime2.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datetime2.Location = new System.Drawing.Point(212, 23); this.datetime2.Name = "datetime2"; this.datetime2.Size = new System.Drawing.Size(102, 21); this.datetime2.TabIndex = 8; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 2; this.label3.Text = "日志日期:"; // // datetime1 // this.datetime1.Checked = false; this.datetime1.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datetime1.Location = new System.Drawing.Point(83, 23); this.datetime1.Name = "datetime1"; this.datetime1.Size = new System.Drawing.Size(105, 21); this.datetime1.TabIndex = 4; // // FrmLogOper // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(730, 427); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.ImeMode = System.Windows.Forms.ImeMode.On; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmLogOper"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "操作日志管理"; this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private GroupBox groupBox1; private DataGridViewX dataGridView1; private GroupBox groupBox2; private ButtonX searchBtn; private Label label1; private DateTimePicker datetime2; private Label label3; private DateTimePicker datetime1; private Label label2; private ComboBox userLists; private ButtonX exportBtn; } }