namespace Cyberpipe { partial class FrmPatrolerManager { /// <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.components = new System.ComponentModel.Container(); this.labelItem1 = new DevComponents.DotNetBar.LabelItem(); this.txt_username = new DevComponents.DotNetBar.TextBoxItem(); this.bar1 = new DevComponents.DotNetBar.Bar(); this.labelItem2 = new DevComponents.DotNetBar.LabelItem(); this.txt_phone = new DevComponents.DotNetBar.TextBoxItem(); this.labelItem3 = new DevComponents.DotNetBar.LabelItem(); this.combo_sex = new DevComponents.DotNetBar.ComboBoxItem(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.labelItem5 = new DevComponents.DotNetBar.LabelItem(); this.combo_state = new DevComponents.DotNetBar.ComboBoxItem(); this.不限 = new DevComponents.Editors.ComboItem(); this.在线 = new DevComponents.Editors.ComboItem(); this.离线 = new DevComponents.Editors.ComboItem(); this.注销 = new DevComponents.Editors.ComboItem(); this.btn_query_person = new DevComponents.DotNetBar.ButtonItem(); this.btn_add_person = new DevComponents.DotNetBar.ButtonItem(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.日志ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.任务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.定位ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.注销ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.重置密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager(); ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit(); this.SuspendLayout(); // // labelItem1 // this.labelItem1.Name = "labelItem1"; this.labelItem1.Text = "姓名"; // // txt_username // this.txt_username.Name = "txt_username"; this.txt_username.TextBoxWidth = 100; this.txt_username.WatermarkColor = System.Drawing.SystemColors.GrayText; // // bar1 // this.bar1.AntiAlias = true; this.bar1.Dock = System.Windows.Forms.DockStyle.Top; this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.labelItem1, this.txt_username, this.labelItem2, this.txt_phone, this.labelItem3, this.combo_sex, this.labelItem5, this.combo_state, this.btn_query_person, this.btn_add_person}); this.bar1.Location = new System.Drawing.Point(0, 0); this.bar1.Name = "bar1"; this.bar1.Size = new System.Drawing.Size(756, 28); this.bar1.Stretch = true; this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bar1.TabIndex = 2; this.bar1.TabStop = false; // // labelItem2 // this.labelItem2.Name = "labelItem2"; this.labelItem2.Text = "电话"; // // txt_phone // this.txt_phone.Name = "txt_phone"; this.txt_phone.TextBoxWidth = 150; this.txt_phone.WatermarkColor = System.Drawing.SystemColors.GrayText; // // labelItem3 // this.labelItem3.Name = "labelItem3"; this.labelItem3.Text = "性别"; // // combo_sex // this.combo_sex.DropDownHeight = 106; this.combo_sex.ItemHeight = 17; this.combo_sex.Items.AddRange(new object[] { this.comboItem1, this.comboItem2, this.comboItem3}); this.combo_sex.Name = "combo_sex"; // // comboItem1 // this.comboItem1.Text = "不限"; // // comboItem2 // this.comboItem2.Text = "男"; // // comboItem3 // this.comboItem3.Text = "女"; // // labelItem5 // this.labelItem5.Name = "labelItem5"; this.labelItem5.Text = "状态"; // // combo_state // this.combo_state.DropDownHeight = 106; this.combo_state.ItemHeight = 17; this.combo_state.Items.AddRange(new object[] { this.不限, this.在线, this.离线, this.注销}); this.combo_state.Name = "combo_state"; this.combo_state.SelectedIndexChanged += new System.EventHandler(this.combo_state_SelectedIndexChanged); // // 不限 // this.不限.Text = "不限"; // // 在线 // this.在线.Text = "在线"; // // 离线 // this.离线.Text = "离线"; // // 注销 // this.注销.Text = "注销"; // // btn_query_person // this.btn_query_person.Name = "btn_query_person"; this.btn_query_person.Text = "查询"; this.btn_query_person.Click += new System.EventHandler(this.btn_query_person_Click); // // btn_add_person // this.btn_add_person.Name = "btn_add_person"; this.btn_add_person.Text = "新增"; this.btn_add_person.Click += new System.EventHandler(this.btn_add_person_Click); // // contextMenuStrip1 // this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4); // // 日志ToolStripMenuItem // this.日志ToolStripMenuItem.Name = "日志ToolStripMenuItem"; this.日志ToolStripMenuItem.Size = new System.Drawing.Size(352, 22); this.日志ToolStripMenuItem.Text = "日志"; this.日志ToolStripMenuItem.Click += new System.EventHandler(this.日志ToolStripMenuItem_Click); // // 任务ToolStripMenuItem // this.任务ToolStripMenuItem.Name = "任务ToolStripMenuItem"; this.任务ToolStripMenuItem.Size = new System.Drawing.Size(352, 22); this.任务ToolStripMenuItem.Text = "任务"; this.任务ToolStripMenuItem.Click += new System.EventHandler(this.任务ToolStripMenuItem_Click); // // 定位ToolStripMenuItem // this.定位ToolStripMenuItem.Name = "定位ToolStripMenuItem"; this.定位ToolStripMenuItem.Size = new System.Drawing.Size(352, 22); this.定位ToolStripMenuItem.Text = "定位"; this.定位ToolStripMenuItem.Click += new System.EventHandler(this.定位ToolStripMenuItem_Click); // // 编辑ToolStripMenuItem // this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem"; this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(352, 22); this.编辑ToolStripMenuItem.Text = "编辑"; this.编辑ToolStripMenuItem.Click += new System.EventHandler(this.编辑ToolStripMenuItem_Click); // // 注销ToolStripMenuItem // this.注销ToolStripMenuItem.Name = "注销ToolStripMenuItem"; this.注销ToolStripMenuItem.Size = new System.Drawing.Size(352, 22); this.注销ToolStripMenuItem.Text = "注销"; this.注销ToolStripMenuItem.Click += new System.EventHandler(this.注销ToolStripMenuItem_Click); // // 重置密码ToolStripMenuItem // this.重置密码ToolStripMenuItem.Name = "重置密码ToolStripMenuItem"; this.重置密码ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.重置密码ToolStripMenuItem.Text = "重置密码"; this.重置密码ToolStripMenuItem.Click += new System.EventHandler(this.重置密码ToolStripMenuItem_Click); // // winGridViewPager1 // this.winGridViewPager1.AppendedMenu = this.contextMenuStrip1; this.winGridViewPager1.ContextMenuStrip = this.contextMenuStrip1; this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.Dock = System.Windows.Forms.DockStyle.Fill; this.winGridViewPager1.Location = new System.Drawing.Point(0, 28); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.Size = new System.Drawing.Size(756, 309); this.winGridViewPager1.TabIndex = 3; // // FrmPatrolerManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(756, 337); this.Controls.Add(this.winGridViewPager1); this.Controls.Add(this.bar1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmPatrolerManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "定位人员维护"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPatrolerManager_FormClosing); this.Load += new System.EventHandler(this.FrmPatrolerManager_Load); ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.LabelItem labelItem1; private DevComponents.DotNetBar.TextBoxItem txt_username; private DevComponents.DotNetBar.Bar bar1; private DevComponents.DotNetBar.LabelItem labelItem2; private DevComponents.DotNetBar.TextBoxItem txt_phone; private DevComponents.DotNetBar.LabelItem labelItem3; private DevComponents.DotNetBar.ComboBoxItem combo_sex; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.Editors.ComboItem comboItem3; private DevComponents.DotNetBar.ButtonItem btn_query_person; private DevComponents.DotNetBar.ButtonItem btn_add_person; private DevComponents.DotNetBar.LabelItem labelItem5; private DevComponents.DotNetBar.ComboBoxItem combo_state; private DevComponents.Editors.ComboItem 在线; private DevComponents.Editors.ComboItem 离线; private DevComponents.Editors.ComboItem 注销; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem 不限; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 日志ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 任务ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 定位ToolStripMenuItem; private WHC.Pager.WinControl.WinGridViewPager winGridViewPager1; private System.Windows.Forms.ToolStripMenuItem 编辑ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 注销ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 重置密码ToolStripMenuItem; } }