Newer
Older
GHFX_REFACTOR / Forms / FrmDepartMgr.Designer.cs
wxn on 2 Nov 2016 10 KB 提交
namespace PipeLine.Forms
{
    partial class FrmDepartMgr
    {
        /// <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.groupBox3 = new System.Windows.Forms.GroupBox();
            this.btnDelDepartment = new DevComponents.DotNetBar.ButtonX();
            this.lstDepartment = new System.Windows.Forms.ListBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btnUnCheck = new System.Windows.Forms.Button();
            this.btnSelectAll = new System.Windows.Forms.Button();
            this.clbDeparts = new System.Windows.Forms.CheckedListBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnApply = new System.Windows.Forms.Button();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.txtNewPartment = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btnAddPartment = new DevComponents.DotNetBar.ButtonX();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.btnDelDepartment);
            this.groupBox3.Controls.Add(this.lstDepartment);
            this.groupBox3.Location = new System.Drawing.Point(6, 43);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(161, 240);
            this.groupBox3.TabIndex = 42;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "部门列表";
            // 
            // btnDelDepartment
            // 
            this.btnDelDepartment.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnDelDepartment.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnDelDepartment.Location = new System.Drawing.Point(7, 208);
            this.btnDelDepartment.Name = "btnDelDepartment";
            this.btnDelDepartment.Size = new System.Drawing.Size(64, 23);
            this.btnDelDepartment.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnDelDepartment.TabIndex = 1;
            this.btnDelDepartment.Text = "删除";
            this.btnDelDepartment.Click += new System.EventHandler(this.btnDelDepartment_Click);
            // 
            // lstDepartment
            // 
            this.lstDepartment.FormattingEnabled = true;
            this.lstDepartment.ItemHeight = 12;
            this.lstDepartment.Location = new System.Drawing.Point(7, 19);
            this.lstDepartment.Name = "lstDepartment";
            this.lstDepartment.Size = new System.Drawing.Size(148, 184);
            this.lstDepartment.TabIndex = 0;
            this.lstDepartment.SelectedValueChanged += new System.EventHandler(this.lstDepartment_SelectedValueChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btnUnCheck);
            this.groupBox1.Controls.Add(this.btnSelectAll);
            this.groupBox1.Controls.Add(this.clbDeparts);
            this.groupBox1.Location = new System.Drawing.Point(173, 43);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(161, 240);
            this.groupBox1.TabIndex = 43;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "管线类型";
            // 
            // btnUnCheck
            // 
            this.btnUnCheck.Location = new System.Drawing.Point(90, 209);
            this.btnUnCheck.Name = "btnUnCheck";
            this.btnUnCheck.Size = new System.Drawing.Size(64, 23);
            this.btnUnCheck.TabIndex = 2;
            this.btnUnCheck.Text = "反选";
            this.btnUnCheck.UseVisualStyleBackColor = true;
            this.btnUnCheck.Click += new System.EventHandler(this.btnUnCheck_Click);
            // 
            // btnSelectAll
            // 
            this.btnSelectAll.Location = new System.Drawing.Point(5, 209);
            this.btnSelectAll.Name = "btnSelectAll";
            this.btnSelectAll.Size = new System.Drawing.Size(64, 23);
            this.btnSelectAll.TabIndex = 1;
            this.btnSelectAll.Text = "全选";
            this.btnSelectAll.UseVisualStyleBackColor = true;
            this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
            // 
            // clbDeparts
            // 
            this.clbDeparts.FormattingEnabled = true;
            this.clbDeparts.Location = new System.Drawing.Point(5, 19);
            this.clbDeparts.Name = "clbDeparts";
            this.clbDeparts.Size = new System.Drawing.Size(150, 180);
            this.clbDeparts.TabIndex = 0;
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(263, 288);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(64, 23);
            this.btnCancel.TabIndex = 44;
            this.btnCancel.Text = "关闭";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnApply
            // 
            this.btnApply.Location = new System.Drawing.Point(178, 288);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(64, 23);
            this.btnApply.TabIndex = 45;
            this.btnApply.Text = "应用";
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(10, 13);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(48, 19);
            this.labelX1.TabIndex = 46;
            this.labelX1.Text = "部门:";
            // 
            // txtNewPartment
            // 
            // 
            // 
            // 
            this.txtNewPartment.Border.Class = "TextBoxBorder";
            this.txtNewPartment.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtNewPartment.Location = new System.Drawing.Point(60, 10);
            this.txtNewPartment.Name = "txtNewPartment";
            this.txtNewPartment.Size = new System.Drawing.Size(170, 21);
            this.txtNewPartment.TabIndex = 47;
            // 
            // btnAddPartment
            // 
            this.btnAddPartment.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnAddPartment.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnAddPartment.Location = new System.Drawing.Point(252, 8);
            this.btnAddPartment.Name = "btnAddPartment";
            this.btnAddPartment.Size = new System.Drawing.Size(75, 23);
            this.btnAddPartment.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnAddPartment.TabIndex = 48;
            this.btnAddPartment.Text = "添加";
            this.btnAddPartment.Click += new System.EventHandler(this.btnAddPartment_Click);
            // 
            // FrmDepartMgr
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(340, 319);
            this.Controls.Add(this.btnAddPartment);
            this.Controls.Add(this.txtNewPartment);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.btnApply);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox3);
            this.DoubleBuffered = true;
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "FrmDepartMgr";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "部门管理";
            this.Load += new System.EventHandler(this.FrmAddRole_Load);
            this.groupBox3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.CheckedListBox clbDeparts;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnUnCheck;
        private System.Windows.Forms.Button btnSelectAll;
        private System.Windows.Forms.Button btnApply;
        private System.Windows.Forms.ListBox lstDepartment;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.Controls.TextBoxX txtNewPartment;
        private DevComponents.DotNetBar.ButtonX btnAddPartment;
        private DevComponents.DotNetBar.ButtonX btnDelDepartment;
    }
}