Newer
Older
EMS_SZ / FrmPatrolerManager.Designer.cs
root on 21 Mar 2016 20 KB first
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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.DBID = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.USERNAME = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.SEX = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.AGE = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.PHONENUM = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.ACCOUNTSTATE = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.btnEdit = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            this.btnDel = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            this.log = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            this.task = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            this.locate = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            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.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.btn_query_person = new DevComponents.DotNetBar.ButtonItem();
            this.btn_add_person = new DevComponents.DotNetBar.ButtonItem();
            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();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.DBID,
            this.rowno,
            this.USERNAME,
            this.SEX,
            this.AGE,
            this.PHONENUM,
            this.ACCOUNTSTATE,
            this.btnEdit,
            this.btnDel,
            this.log,
            this.task,
            this.locate});
            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.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.dataGridViewX1.Location = new System.Drawing.Point(0, 27);
            this.dataGridViewX1.Name = "dataGridViewX1";
            this.dataGridViewX1.ReadOnly = true;
            this.dataGridViewX1.RowTemplate.Height = 23;
            this.dataGridViewX1.Size = new System.Drawing.Size(756, 311);
            this.dataGridViewX1.TabIndex = 1;
            this.dataGridViewX1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellClick);
            // 
            // DBID
            // 
            this.DBID.DataPropertyName = "dbid";
            this.DBID.HeaderText = "ID";
            this.DBID.Name = "DBID";
            this.DBID.ReadOnly = true;
            this.DBID.Visible = false;
            // 
            // rowno
            // 
            this.rowno.DataPropertyName = "rowno";
            this.rowno.HeaderText = "rowno";
            this.rowno.Name = "rowno";
            this.rowno.ReadOnly = true;
            this.rowno.Visible = false;
            // 
            // USERNAME
            // 
            this.USERNAME.DataPropertyName = "username";
            this.USERNAME.FillWeight = 59.08629F;
            this.USERNAME.HeaderText = "姓名";
            this.USERNAME.Name = "USERNAME";
            this.USERNAME.ReadOnly = true;
            this.USERNAME.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // SEX
            // 
            this.SEX.DataPropertyName = "sex";
            this.SEX.FillWeight = 59.08629F;
            this.SEX.HeaderText = "性别";
            this.SEX.Name = "SEX";
            this.SEX.ReadOnly = true;
            this.SEX.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // AGE
            // 
            this.AGE.DataPropertyName = "age";
            this.AGE.FillWeight = 59.08629F;
            this.AGE.HeaderText = "年龄";
            this.AGE.Name = "AGE";
            this.AGE.ReadOnly = true;
            this.AGE.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // PHONENUM
            // 
            this.PHONENUM.DataPropertyName = "phonenum";
            this.PHONENUM.FillWeight = 59.08629F;
            this.PHONENUM.HeaderText = "电话";
            this.PHONENUM.Name = "PHONENUM";
            this.PHONENUM.ReadOnly = true;
            this.PHONENUM.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // ACCOUNTSTATE
            // 
            this.ACCOUNTSTATE.DataPropertyName = "accountstate";
            this.ACCOUNTSTATE.FillWeight = 59.08629F;
            this.ACCOUNTSTATE.HeaderText = "状态";
            this.ACCOUNTSTATE.Name = "ACCOUNTSTATE";
            this.ACCOUNTSTATE.ReadOnly = true;
            // 
            // btnEdit
            // 
            this.btnEdit.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.btnEdit.DataPropertyName = "btnEdit";
            this.btnEdit.FillWeight = 304.5685F;
            this.btnEdit.HeaderText = "编辑";
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.ReadOnly = true;
            this.btnEdit.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
            this.btnEdit.Text = "编辑";
            this.btnEdit.UseColumnTextForButtonValue = true;
            this.btnEdit.Width = 35;
            // 
            // btnDel
            // 
            this.btnDel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.btnDel.DataPropertyName = "btnLogout";
            this.btnDel.FillWeight = 59.08629F;
            this.btnDel.HeaderText = "注销";
            this.btnDel.Name = "btnDel";
            this.btnDel.ReadOnly = true;
            this.btnDel.Text = "注销";
            this.btnDel.UseColumnTextForButtonValue = true;
            this.btnDel.Width = 35;
            // 
            // log
            // 
            this.log.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.log.DataPropertyName = "btnLog";
            this.log.HeaderText = "日志";
            this.log.Name = "log";
            this.log.ReadOnly = true;
            this.log.Text = "日志";
            this.log.UseColumnTextForButtonValue = true;
            this.log.Width = 35;
            // 
            // task
            // 
            this.task.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.task.DataPropertyName = "btnTask";
            this.task.HeaderText = "任务";
            this.task.Name = "task";
            this.task.ReadOnly = true;
            this.task.Text = "任务";
            this.task.UseColumnTextForButtonValue = true;
            this.task.Width = 35;
            // 
            // locate
            // 
            this.locate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.locate.DataPropertyName = "btnLocate";
            this.locate.HeaderText = "定位";
            this.locate.Name = "locate";
            this.locate.ReadOnly = true;
            this.locate.Text = "定位";
            this.locate.UseColumnTextForButtonValue = true;
            this.locate.Width = 35;
            // 
            // 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.comboItem2,
            this.comboItem3});
            this.combo_sex.Name = "combo_sex";
            // 
            // 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.combo_state.Name = "combo_state";
            this.combo_state.SelectedIndexChanged += new System.EventHandler(this.combo_state_SelectedIndexChanged);
            // 
            // 在线
            // 
            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);
            // 
            // 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, 341);
            this.bar2.Name = "bar2";
            this.bar2.Size = new System.Drawing.Size(756, 28);
            this.bar2.Stretch = true;
            this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar2.TabIndex = 3;
            this.bar2.TabStop = false;
            this.bar2.Text = "bar2";
            // 
            // lab_page_msg
            // 
            this.lab_page_msg.Name = "lab_page_msg";
            this.lab_page_msg.PaddingLeft = 50;
            this.lab_page_msg.PaddingRight = 50;
            // 
            // 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);
            // 
            // FrmPatrolerManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(756, 369);
            this.Controls.Add(this.bar2);
            this.Controls.Add(this.bar1);
            this.Controls.Add(this.dataGridViewX1);
            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.dataGridViewX1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.Controls.DataGridViewX dataGridViewX1;
        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.DotNetBar.Bar bar2;
        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 DBID;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn rowno;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn USERNAME;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn SEX;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn AGE;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn PHONENUM;
        private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn ACCOUNTSTATE;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnEdit;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn btnDel;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn log;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn task;
        private DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn locate;
    }
}