namespace Cyberpipe.EMS_Forms { partial class Form_EventManager { /// <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() { this.buttonX_search = new DevComponents.DotNetBar.ButtonX(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.comboBox_name = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // buttonX_search // this.buttonX_search.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX_search.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX_search.Location = new System.Drawing.Point(748, 24); this.buttonX_search.Name = "buttonX_search"; this.buttonX_search.Size = new System.Drawing.Size(75, 28); this.buttonX_search.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX_search.TabIndex = 4; this.buttonX_search.Text = "查询"; this.buttonX_search.Click += new System.EventHandler(this.buttonX_search_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(852, 431); this.groupBox1.TabIndex = 5; this.groupBox1.TabStop = false; // // groupBox3 // this.groupBox3.Controls.Add(this.winGridViewPager1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox3.Location = new System.Drawing.Point(3, 91); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(846, 337); this.groupBox3.TabIndex = 6; this.groupBox3.TabStop = false; this.groupBox3.Text = "事件信息"; // // groupBox2 // this.groupBox2.Controls.Add(this.dateTimePicker_end); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.dateTimePicker_start); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.comboBox_name); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.buttonX_search); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox2.Location = new System.Drawing.Point(3, 17); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(846, 68); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "查询条件"; // // dateTimePicker_end // this.dateTimePicker_end.Location = new System.Drawing.Point(517, 28); this.dateTimePicker_end.Name = "dateTimePicker_end"; this.dateTimePicker_end.Size = new System.Drawing.Size(177, 21); this.dateTimePicker_end.TabIndex = 10; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(477, 32); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 9; this.label3.Text = "——"; // // dateTimePicker_start // this.dateTimePicker_start.Location = new System.Drawing.Point(298, 28); this.dateTimePicker_start.Name = "dateTimePicker_start"; this.dateTimePicker_start.Size = new System.Drawing.Size(166, 21); this.dateTimePicker_start.TabIndex = 8; this.dateTimePicker_start.Value = new System.DateTime(2013, 1, 1, 0, 0, 0, 0); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(223, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 7; this.label2.Text = "上报时间:"; // // comboBox_name // this.comboBox_name.FormattingEnabled = true; this.comboBox_name.Location = new System.Drawing.Point(80, 29); this.comboBox_name.Name = "comboBox_name"; this.comboBox_name.Size = new System.Drawing.Size(121, 20); this.comboBox_name.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 5; this.label1.Text = "上报人员:"; // // winGridViewPager1 // this.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.Dock = System.Windows.Forms.DockStyle.Fill; this.winGridViewPager1.Location = new System.Drawing.Point(3, 17); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.Size = new System.Drawing.Size(840, 317); this.winGridViewPager1.TabIndex = 0; // // Form_EventManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(852, 431); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "Form_EventManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "事件管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_EventManager_FormClosing); this.Load += new System.EventHandler(this.Form_EventManager_Load); this.groupBox1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX buttonX_search; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.DateTimePicker dateTimePicker_end; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dateTimePicker_start; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox_name; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox3; private WHC.Pager.WinControl.WinGridViewPager winGridViewPager1; } }