namespace Cyberpipe.EMS_Forms { partial class Form_TaksManager { /// <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.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboBox_userName = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboBox_state = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.combo_street = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.button_search = new System.Windows.Forms.Button(); this.button_new = new System.Windows.Forms.Button(); this.dateTimePicker_end = new System.Windows.Forms.DateTimePicker(); this.dateTimePicker_start = new System.Windows.Forms.DateTimePicker(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.comboBox_userName); this.groupBox1.Controls.Add(this.comboBox_state); this.groupBox1.Controls.Add(this.combo_street); this.groupBox1.Controls.Add(this.labelX5); this.groupBox1.Controls.Add(this.labelX4); this.groupBox1.Controls.Add(this.button_search); this.groupBox1.Controls.Add(this.button_new); this.groupBox1.Controls.Add(this.dateTimePicker_end); this.groupBox1.Controls.Add(this.dateTimePicker_start); this.groupBox1.Controls.Add(this.labelX3); this.groupBox1.Controls.Add(this.labelX2); this.groupBox1.Controls.Add(this.labelX1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(3, 17); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(850, 83); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // // comboBox_userName // this.comboBox_userName.DisplayMember = "Text"; this.comboBox_userName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_userName.FormattingEnabled = true; this.comboBox_userName.ItemHeight = 15; this.comboBox_userName.Location = new System.Drawing.Point(97, 18); this.comboBox_userName.Name = "comboBox_userName"; this.comboBox_userName.Size = new System.Drawing.Size(132, 21); this.comboBox_userName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBox_userName.TabIndex = 7; // // comboBox_state // this.comboBox_state.DisplayMember = "Text"; this.comboBox_state.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_state.FormattingEnabled = true; this.comboBox_state.ItemHeight = 15; this.comboBox_state.Location = new System.Drawing.Point(97, 54); this.comboBox_state.Name = "comboBox_state"; this.comboBox_state.Size = new System.Drawing.Size(132, 21); this.comboBox_state.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBox_state.TabIndex = 6; // // combo_street // this.combo_street.DisplayMember = "Text"; this.combo_street.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_street.FormattingEnabled = true; this.combo_street.ItemHeight = 15; this.combo_street.Location = new System.Drawing.Point(350, 54); this.combo_street.Name = "combo_street"; this.combo_street.Size = new System.Drawing.Size(137, 21); this.combo_street.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_street.TabIndex = 5; // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(23, 54); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(59, 23); this.labelX5.TabIndex = 4; this.labelX5.Text = "任务状态"; // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(274, 54); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(59, 23); this.labelX4.TabIndex = 4; this.labelX4.Text = "执行区域"; // // button_search // this.button_search.Location = new System.Drawing.Point(679, 15); this.button_search.Name = "button_search"; this.button_search.Size = new System.Drawing.Size(75, 26); this.button_search.TabIndex = 3; this.button_search.Text = "查询"; this.button_search.UseVisualStyleBackColor = true; this.button_search.Click += new System.EventHandler(this.button_search_Click); // // button_new // this.button_new.Location = new System.Drawing.Point(769, 15); this.button_new.Name = "button_new"; this.button_new.Size = new System.Drawing.Size(75, 26); this.button_new.TabIndex = 0; this.button_new.Text = "新建工单"; this.button_new.UseVisualStyleBackColor = true; this.button_new.Click += new System.EventHandler(this.button_new_Click); // // dateTimePicker_end // this.dateTimePicker_end.Location = new System.Drawing.Point(523, 18); this.dateTimePicker_end.Name = "dateTimePicker_end"; this.dateTimePicker_end.Size = new System.Drawing.Size(121, 21); this.dateTimePicker_end.TabIndex = 2; // // dateTimePicker_start // this.dateTimePicker_start.Location = new System.Drawing.Point(350, 18); this.dateTimePicker_start.Name = "dateTimePicker_start"; this.dateTimePicker_start.Size = new System.Drawing.Size(137, 21); this.dateTimePicker_start.TabIndex = 2; this.dateTimePicker_start.Value = new System.DateTime(2015, 1, 1, 0, 0, 0, 0); // // labelX3 // this.labelX3.AutoSize = true; // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(498, 20); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(19, 16); this.labelX3.TabIndex = 0; this.labelX3.Text = "—"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(273, 18); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(60, 23); this.labelX2.TabIndex = 0; this.labelX2.Text = "下发时间"; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(23, 18); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(62, 23); this.labelX1.TabIndex = 0; this.labelX1.Text = "执行人员"; // // groupBox2 // this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Controls.Add(this.groupBox1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(856, 419); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; // // groupBox3 // this.groupBox3.Controls.Add(this.winGridViewPager1); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(3, 100); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(850, 316); this.groupBox3.TabIndex = 1; this.groupBox3.TabStop = false; this.groupBox3.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(844, 296); this.winGridViewPager1.TabIndex = 0; // // Form_TaksManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(856, 419); this.Controls.Add(this.groupBox2); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Form_TaksManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "工单管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_TaksManager_FormClosing); this.Load += new System.EventHandler(this.Form_TaksManager_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button button_new; private System.Windows.Forms.Button button_search; private System.Windows.Forms.DateTimePicker dateTimePicker_end; private System.Windows.Forms.DateTimePicker dateTimePicker_start; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_street; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBox_userName; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBox_state; private WHC.Pager.WinControl.WinGridViewPager winGridViewPager1; } }