namespace Cyberpipe { partial class PatrolLog { /// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.bar2 = new DevComponents.DotNetBar.Bar(); this.lab_page_msg = new DevComponents.DotNetBar.LabelItem(); this.btn_page_first = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_pre = new DevComponents.DotNetBar.ButtonItem(); this.combo_page_num = new DevComponents.DotNetBar.ComboBoxItem(); this.btn_page_next = new DevComponents.DotNetBar.ButtonItem(); this.btn_page_last = new DevComponents.DotNetBar.ButtonItem(); this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.dbid = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.equipment = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.operate = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.operate_time = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.username = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker(); this.btn_query = new DevComponents.DotNetBar.ButtonX(); ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // bar2 // this.bar2.AntiAlias = true; this.bar2.Dock = System.Windows.Forms.DockStyle.Bottom; this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.lab_page_msg, this.btn_page_first, this.btn_page_pre, this.combo_page_num, this.btn_page_next, this.btn_page_last}); this.bar2.Location = new System.Drawing.Point(0, 296); this.bar2.Name = "bar2"; this.bar2.Size = new System.Drawing.Size(641, 28); this.bar2.Stretch = true; this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar2.TabIndex = 4; this.bar2.TabStop = false; this.bar2.Text = "bar2"; // // lab_page_msg // this.lab_page_msg.Name = "lab_page_msg"; this.lab_page_msg.PaddingLeft = 30; this.lab_page_msg.PaddingRight = 30; this.lab_page_msg.Text = "labelItem2"; // // btn_page_first // this.btn_page_first.Name = "btn_page_first"; this.btn_page_first.Text = "|<首页"; this.btn_page_first.Click += new System.EventHandler(this.btn_page_first_Click); // // btn_page_pre // this.btn_page_pre.Name = "btn_page_pre"; this.btn_page_pre.Text = "<上一页"; this.btn_page_pre.Click += new System.EventHandler(this.btn_page_pre_Click); // // combo_page_num // this.combo_page_num.DropDownHeight = 106; this.combo_page_num.ItemHeight = 17; this.combo_page_num.Name = "combo_page_num"; this.combo_page_num.SelectedIndexChanged += new System.EventHandler(this.combo_page_num_SelectedIndexChanged); // // btn_page_next // this.btn_page_next.Name = "btn_page_next"; this.btn_page_next.Text = "下一页>"; this.btn_page_next.Click += new System.EventHandler(this.btn_page_next_Click); // // btn_page_last // this.btn_page_last.Name = "btn_page_last"; this.btn_page_last.Text = "尾页>|"; this.btn_page_last.Click += new System.EventHandler(this.btn_page_last_Click); // // dataGridViewX1 // this.dataGridViewX1.AllowUserToAddRows = false; this.dataGridViewX1.AllowUserToDeleteRows = false; this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.rowno, this.dbid, this.equipment, this.operate, this.operate_time, this.username}); 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.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dataGridViewX1.Location = new System.Drawing.Point(0, 38); this.dataGridViewX1.Name = "dataGridViewX1"; this.dataGridViewX1.ReadOnly = true; this.dataGridViewX1.RowTemplate.Height = 23; this.dataGridViewX1.Size = new System.Drawing.Size(641, 258); this.dataGridViewX1.TabIndex = 5; // // rowno // this.rowno.DataPropertyName = "rowno"; this.rowno.HeaderText = "rowno"; this.rowno.Name = "rowno"; this.rowno.ReadOnly = true; this.rowno.Visible = false; // // dbid // this.dbid.DataPropertyName = "dbid"; this.dbid.HeaderText = "dbid"; this.dbid.Name = "dbid"; this.dbid.ReadOnly = true; this.dbid.Visible = false; // // equipment // this.equipment.DataPropertyName = "equipment"; this.equipment.HeaderText = "设备MACID"; this.equipment.Name = "equipment"; this.equipment.ReadOnly = true; this.equipment.TextAlignment = System.Drawing.StringAlignment.Center; // // operate // this.operate.DataPropertyName = "operate"; this.operate.HeaderText = "操作"; this.operate.Name = "operate"; this.operate.ReadOnly = true; this.operate.TextAlignment = System.Drawing.StringAlignment.Center; // // operate_time // this.operate_time.DataPropertyName = "operate_time"; this.operate_time.HeaderText = "操作时间"; this.operate_time.Name = "operate_time"; this.operate_time.ReadOnly = true; this.operate_time.TextAlignment = System.Drawing.StringAlignment.Center; // // username // this.username.DataPropertyName = "username"; this.username.HeaderText = "操作人"; this.username.Name = "username"; this.username.ReadOnly = true; this.username.TextAlignment = System.Drawing.StringAlignment.Center; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.btn_query); this.panelEx1.Controls.Add(this.dateTimePicker_end); this.panelEx1.Controls.Add(this.label1); this.panelEx1.Controls.Add(this.dateTimePicker_start); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(641, 32); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 6; // // labelX1 // this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(12, 9); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(50, 16); this.labelX1.TabIndex = 0; this.labelX1.Text = "日期范围"; // // dateTimePicker_start // this.dateTimePicker_start.Location = new System.Drawing.Point(69, 6); this.dateTimePicker_start.Name = "dateTimePicker_start"; this.dateTimePicker_start.Size = new System.Drawing.Size(128, 21); this.dateTimePicker_start.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(204, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(11, 12); this.label1.TabIndex = 2; this.label1.Text = "-"; // // dateTimePicker_end // this.dateTimePicker_end.Location = new System.Drawing.Point(224, 6); this.dateTimePicker_end.Name = "dateTimePicker_end"; this.dateTimePicker_end.Size = new System.Drawing.Size(128, 21); this.dateTimePicker_end.TabIndex = 1; // // btn_query // this.btn_query.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_query.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_query.Location = new System.Drawing.Point(357, 5); this.btn_query.Name = "btn_query"; this.btn_query.Size = new System.Drawing.Size(75, 23); this.btn_query.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_query.TabIndex = 3; this.btn_query.Text = "查询"; this.btn_query.Click += new System.EventHandler(this.btn_query_Click); // // Log // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(641, 324); this.Controls.Add(this.panelEx1); this.Controls.Add(this.dataGridViewX1); this.Controls.Add(this.bar2); this.Name = "PatrolLog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "人员日志"; this.Load += new System.EventHandler(this.PatrolLog_Load); ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit(); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.Bar bar2; private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1; private DevComponents.DotNetBar.LabelItem lab_page_msg; private DevComponents.DotNetBar.ButtonItem btn_page_first; private DevComponents.DotNetBar.ButtonItem btn_page_pre; private DevComponents.DotNetBar.ComboBoxItem combo_page_num; private DevComponents.DotNetBar.ButtonItem btn_page_next; private DevComponents.DotNetBar.ButtonItem btn_page_last; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn rowno; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn dbid; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn equipment; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn operate; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn operate_time; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn username; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.ButtonX btn_query; private System.Windows.Forms.DateTimePicker dateTimePicker_end; private System.Windows.Forms.Label label1; private System.Windows.Forms.DateTimePicker dateTimePicker_start; private DevComponents.DotNetBar.LabelX labelX1; } }