Newer
Older
GHFX_REFACTOR / FrmRoleRescManager.Designer.cs
wxn on 9 Nov 2016 10 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;

namespace Cyberpipe
{
    partial class FrmRoleRescManager
    {
        /// <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()
        {
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.combo_role = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btn_right_all = new DevComponents.DotNetBar.ButtonX();
            this.btn_right = new DevComponents.DotNetBar.ButtonX();
            this.btn_left = new DevComponents.DotNetBar.ButtonX();
            this.btn_left_all = new DevComponents.DotNetBar.ButtonX();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.listBox_right = new System.Windows.Forms.ListBox();
            this.listBox_left = new System.Windows.Forms.ListBox();
            this.btn_ok = new DevComponents.DotNetBar.ButtonX();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelX1
            // 
            this.labelX1.AutoSize = true;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(13, 13);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(32, 16);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "角色*";
            // 
            // combo_role
            // 
            this.combo_role.DisplayMember = "Text";
            this.combo_role.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_role.FormattingEnabled = true;
            this.combo_role.ItemHeight = 15;
            this.combo_role.Location = new System.Drawing.Point(52, 8);
            this.combo_role.Name = "combo_role";
            this.combo_role.Size = new System.Drawing.Size(221, 21);
            this.combo_role.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_role.TabIndex = 1;
            this.combo_role.SelectedIndexChanged += new System.EventHandler(this.combo_role_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.btn_right_all);
            this.groupBox1.Controls.Add(this.btn_right);
            this.groupBox1.Controls.Add(this.btn_left);
            this.groupBox1.Controls.Add(this.btn_left_all);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.listBox_right);
            this.groupBox1.Controls.Add(this.listBox_left);
            this.groupBox1.Location = new System.Drawing.Point(13, 36);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(542, 360);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "权限信息";
            // 
            // btn_right_all
            // 
            this.btn_right_all.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_right_all.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_right_all.Location = new System.Drawing.Point(252, 232);
            this.btn_right_all.Name = "btn_right_all";
            this.btn_right_all.Size = new System.Drawing.Size(40, 23);
            this.btn_right_all.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_right_all.TabIndex = 2;
            this.btn_right_all.Text = "《";
            this.btn_right_all.Click += new System.EventHandler(this.btn_right_all_Click);
            // 
            // btn_right
            // 
            this.btn_right.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_right.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_right.Location = new System.Drawing.Point(252, 189);
            this.btn_right.Name = "btn_right";
            this.btn_right.Size = new System.Drawing.Size(40, 23);
            this.btn_right.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_right.TabIndex = 2;
            this.btn_right.Text = "<";
            this.btn_right.Click += new System.EventHandler(this.btn_right_Click);
            // 
            // btn_left
            // 
            this.btn_left.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_left.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_left.Location = new System.Drawing.Point(252, 147);
            this.btn_left.Name = "btn_left";
            this.btn_left.Size = new System.Drawing.Size(40, 23);
            this.btn_left.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_left.TabIndex = 2;
            this.btn_left.Text = ">";
            this.btn_left.Click += new System.EventHandler(this.btn_left_Click);
            // 
            // btn_left_all
            // 
            this.btn_left_all.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_left_all.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_left_all.Location = new System.Drawing.Point(252, 105);
            this.btn_left_all.Name = "btn_left_all";
            this.btn_left_all.Size = new System.Drawing.Size(40, 23);
            this.btn_left_all.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_left_all.TabIndex = 2;
            this.btn_left_all.Text = "》";
            this.btn_left_all.Click += new System.EventHandler(this.btn_left_all_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(314, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "已选资源";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "可选资源";
            // 
            // listBox_right
            // 
            this.listBox_right.FormattingEnabled = true;
            this.listBox_right.ItemHeight = 12;
            this.listBox_right.Location = new System.Drawing.Point(307, 50);
            this.listBox_right.Name = "listBox_right";
            this.listBox_right.Size = new System.Drawing.Size(229, 304);
            this.listBox_right.TabIndex = 0;
            // 
            // listBox_left
            // 
            this.listBox_left.FormattingEnabled = true;
            this.listBox_left.ItemHeight = 12;
            this.listBox_left.Location = new System.Drawing.Point(6, 50);
            this.listBox_left.Name = "listBox_left";
            this.listBox_left.Size = new System.Drawing.Size(240, 304);
            this.listBox_left.TabIndex = 0;
            // 
            // btn_ok
            // 
            this.btn_ok.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_ok.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_ok.Location = new System.Drawing.Point(280, 8);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(75, 23);
            this.btn_ok.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_ok.TabIndex = 3;
            this.btn_ok.Text = "确定";
            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
            // 
            // FrmRoleRescManager
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(567, 408);
            this.Controls.Add(this.btn_ok);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.combo_role);
            this.Controls.Add(this.labelX1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmRoleRescManager";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "角色授权";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRoleRescManager_FormClosing);
            this.Load += new System.EventHandler(this.FrmRoleRescManager_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private LabelX labelX1;
        private ComboBoxEx combo_role;
        private GroupBox groupBox1;
        private ButtonX btn_right_all;
        private ButtonX btn_right;
        private ButtonX btn_left;
        private ButtonX btn_left_all;
        private Label label2;
        private Label label1;
        private ListBox listBox_right;
        private ListBox listBox_left;
        private ButtonX btn_ok;
    }
}