Newer
Older
EMS_REFACTOR / FrmSysUserInfoManger.Designer.cs
nn-203 on 26 Jul 2017 11 KB first commit
using System.ComponentModel;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;

namespace Cyberpipe
{
    partial class FrmSysUserInfoManger
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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.bar1 = new DevComponents.DotNetBar.Bar();
            this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
            this.txt_user_code = new DevComponents.DotNetBar.TextBoxItem();
            this.btn_query = new DevComponents.DotNetBar.ButtonItem();
            this.btn_add = new DevComponents.DotNetBar.ButtonItem();
            this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.id = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.rowno = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.code = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn();
            this.btndel = new DevComponents.DotNetBar.Controls.DataGridViewButtonXColumn();
            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.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
            this.SuspendLayout();
            // 
            // 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_user_code,
            this.btn_query,
            this.btn_add});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(562, 27);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar1.TabIndex = 1;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // labelItem1
            // 
            this.labelItem1.Name = "labelItem1";
            this.labelItem1.Text = "账号";
            // 
            // txt_user_code
            // 
            this.txt_user_code.Name = "txt_user_code";
            this.txt_user_code.TextBoxWidth = 100;
            this.txt_user_code.WatermarkColor = System.Drawing.SystemColors.GrayText;
            // 
            // btn_query
            // 
            this.btn_query.Name = "btn_query";
            this.btn_query.Text = "查询";
            this.btn_query.Click += new System.EventHandler(this.btn_query_Click);
            // 
            // btn_add
            // 
            this.btn_add.Name = "btn_add";
            this.btn_add.Text = "新增";
            this.btn_add.Click += new System.EventHandler(this.btn_add_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.id,
            this.rowno,
            this.code,
            this.btndel});
            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, 25);
            this.dataGridViewX1.Name = "dataGridViewX1";
            this.dataGridViewX1.ReadOnly = true;
            this.dataGridViewX1.RowTemplate.Height = 23;
            this.dataGridViewX1.Size = new System.Drawing.Size(562, 343);
            this.dataGridViewX1.TabIndex = 2;
            this.dataGridViewX1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellContentClick);
            // 
            // id
            // 
            this.id.DataPropertyName = "id";
            this.id.HeaderText = "Column1";
            this.id.Name = "id";
            this.id.ReadOnly = true;
            this.id.Visible = false;
            // 
            // rowno
            // 
            this.rowno.DataPropertyName = "rowno";
            this.rowno.HeaderText = "rowno";
            this.rowno.Name = "rowno";
            this.rowno.ReadOnly = true;
            this.rowno.Visible = false;
            // 
            // code
            // 
            this.code.DataPropertyName = "username";
            this.code.HeaderText = "账号";
            this.code.Name = "code";
            this.code.ReadOnly = true;
            this.code.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // btndel
            // 
            this.btndel.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            this.btndel.DataPropertyName = "btndel";
            this.btndel.HeaderText = "删除";
            this.btndel.Name = "btndel";
            this.btndel.ReadOnly = true;
            this.btndel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.btndel.Text = "删除";
            this.btndel.UseColumnTextForButtonValue = true;
            this.btndel.Width = 35;
            // 
            // 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, 340);
            this.bar2.Name = "bar2";
            this.bar2.Size = new System.Drawing.Size(562, 28);
            this.bar2.Stretch = true;
            this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.bar2.TabIndex = 9;
            this.bar2.TabStop = false;
            this.bar2.Text = "bar2";
            // 
            // lab_page_msg
            // 
            this.lab_page_msg.Name = "lab_page_msg";
            this.lab_page_msg.PaddingLeft = 10;
            this.lab_page_msg.PaddingRight = 10;
            // 
            // 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 = "尾页>|";
            // 
            // FrmSysUserInfoManger
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(562, 368);
            this.Controls.Add(this.bar2);
            this.Controls.Add(this.dataGridViewX1);
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmSysUserInfoManger";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "用户管理";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSysUserInfoManger_FormClosing);
            this.Load += new System.EventHandler(this.FrmSysUserInfoManger_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private Bar bar1;
        private LabelItem labelItem1;
        private TextBoxItem txt_user_code;
        private ButtonItem btn_query;
        private ButtonItem btn_add;
        private DataGridViewX dataGridViewX1;
        private Bar bar2;
        private LabelItem lab_page_msg;
        private ButtonItem btn_page_first;
        private ButtonItem btn_page_pre;
        private ComboBoxItem combo_page_num;
        private ButtonItem btn_page_next;
        private ButtonItem btn_page_last;
        private DataGridViewLabelXColumn id;
        private DataGridViewLabelXColumn rowno;
        private DataGridViewLabelXColumn code;
        private DataGridViewButtonXColumn btndel;

    }
}