Newer
Older
IRIS_COLLECT / IOM_cs / insertForm / sysSetting / CtrlSysForm.Designer.cs
yangqianqian on 29 Dec 2020 25 KB first
namespace IOM_cs.insertForm.sysSetting
{
    partial class CtrlSysForm
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.panelSys = new System.Windows.Forms.Panel();
            this.btn_reset = new IOM_cs.RoundButton();
            this.btn_add = new IOM_cs.RoundButton();
            this.btn_del = new IOM_cs.RoundButton();
            this.btn_edit = new IOM_cs.RoundButton();
            this.panel_dept = new IOM_cs.RoundPanel();
            this.label_dept = new System.Windows.Forms.Label();
            this.panel_user = new IOM_cs.RoundPanel();
            this.label_user = new System.Windows.Forms.Label();
            this.panel_sys = new IOM_cs.RoundPanel();
            this.label_sys = new System.Windows.Forms.Label();
            this.label_device = new System.Windows.Forms.Label();
            this.panel_device = new IOM_cs.RoundPanel();
            this.btn_getDeptList = new IOM_cs.RoundButton();
            this.txt_simpleName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btn_searchDept = new IOM_cs.RoundButton();
            this.btn_initDevData = new IOM_cs.RoundButton();
            this.panel_dept.SuspendLayout();
            this.panel_user.SuspendLayout();
            this.panel_sys.SuspendLayout();
            this.panel_device.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelSys
            // 
            this.panelSys.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.panelSys.BackgroundImage = global::IOM_cs.Properties.Resources.白色阴影底框详情页;
            this.panelSys.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panelSys.Location = new System.Drawing.Point(0, 15);
            this.panelSys.Name = "panelSys";
            this.panelSys.Size = new System.Drawing.Size(900, 549);
            this.panelSys.TabIndex = 7;
            // 
            // btn_reset
            // 
            this.btn_reset.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_reset.EnterForeColor = System.Drawing.Color.White;
            this.btn_reset.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_reset.FlatAppearance.BorderSize = 0;
            this.btn_reset.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_reset.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_reset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_reset.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_reset.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18)))));
            this.btn_reset.HoverForeColor = System.Drawing.Color.White;
            this.btn_reset.Location = new System.Drawing.Point(560, 8);
            this.btn_reset.Name = "btn_reset";
            this.btn_reset.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_reset.PressForeColor = System.Drawing.Color.White;
            this.btn_reset.Radius = 3;
            this.btn_reset.Size = new System.Drawing.Size(70, 30);
            this.btn_reset.TabIndex = 294;
            this.btn_reset.Text = "重置密码";
            this.btn_reset.UseVisualStyleBackColor = true;
            this.btn_reset.Visible = false;
            this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);
            // 
            // btn_add
            // 
            this.btn_add.BackColor = System.Drawing.Color.White;
            this.btn_add.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_add.EnterForeColor = System.Drawing.Color.White;
            this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_add.FlatAppearance.BorderSize = 0;
            this.btn_add.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_add.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_add.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_add.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(68)))));
            this.btn_add.HoverForeColor = System.Drawing.Color.White;
            this.btn_add.Location = new System.Drawing.Point(715, 8);
            this.btn_add.Name = "btn_add";
            this.btn_add.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_add.PressForeColor = System.Drawing.Color.White;
            this.btn_add.Radius = 5;
            this.btn_add.Size = new System.Drawing.Size(70, 30);
            this.btn_add.TabIndex = 291;
            this.btn_add.Text = "添加";
            this.btn_add.UseVisualStyleBackColor = false;
            this.btn_add.Visible = false;
            this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
            // 
            // btn_del
            // 
            this.btn_del.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_del.EnterForeColor = System.Drawing.Color.White;
            this.btn_del.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_del.FlatAppearance.BorderSize = 0;
            this.btn_del.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_del.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_del.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_del.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.btn_del.HoverForeColor = System.Drawing.Color.White;
            this.btn_del.Location = new System.Drawing.Point(791, 9);
            this.btn_del.Name = "btn_del";
            this.btn_del.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_del.PressForeColor = System.Drawing.Color.White;
            this.btn_del.Radius = 5;
            this.btn_del.Size = new System.Drawing.Size(70, 30);
            this.btn_del.TabIndex = 293;
            this.btn_del.Text = "删除";
            this.btn_del.UseVisualStyleBackColor = true;
            this.btn_del.Visible = false;
            this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
            // 
            // btn_edit
            // 
            this.btn_edit.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_edit.EnterForeColor = System.Drawing.Color.White;
            this.btn_edit.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_edit.FlatAppearance.BorderSize = 0;
            this.btn_edit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_edit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_edit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_edit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_edit.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btn_edit.HoverForeColor = System.Drawing.Color.White;
            this.btn_edit.Location = new System.Drawing.Point(639, 8);
            this.btn_edit.Name = "btn_edit";
            this.btn_edit.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_edit.PressForeColor = System.Drawing.Color.White;
            this.btn_edit.Radius = 5;
            this.btn_edit.Size = new System.Drawing.Size(70, 30);
            this.btn_edit.TabIndex = 292;
            this.btn_edit.Text = "编辑";
            this.btn_edit.UseVisualStyleBackColor = true;
            this.btn_edit.Visible = false;
            this.btn_edit.Click += new System.EventHandler(this.btn_edit_Click);
            // 
            // panel_dept
            // 
            this.panel_dept.Back = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.panel_dept.BackColor = System.Drawing.Color.Transparent;
            this.panel_dept.Controls.Add(this.label_dept);
            this.panel_dept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel_dept.Location = new System.Drawing.Point(110, 14);
            this.panel_dept.Margin = new System.Windows.Forms.Padding(1);
            this.panel_dept.MatrixRound = 6;
            this.panel_dept.Name = "panel_dept";
            this.panel_dept.Size = new System.Drawing.Size(72, 30);
            this.panel_dept.TabIndex = 12;
            this.panel_dept.Click += new System.EventHandler(this.pnael_dept_Click);
            // 
            // label_dept
            // 
            this.label_dept.AutoSize = true;
            this.label_dept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_dept.ForeColor = System.Drawing.Color.White;
            this.label_dept.Location = new System.Drawing.Point(4, 5);
            this.label_dept.Name = "label_dept";
            this.label_dept.Size = new System.Drawing.Size(65, 20);
            this.label_dept.TabIndex = 0;
            this.label_dept.Text = "组织机构";
            this.label_dept.Click += new System.EventHandler(this.label_dept_Click);
            this.label_dept.MouseLeave += new System.EventHandler(this.label_dept_MouseLeave);
            this.label_dept.MouseHover += new System.EventHandler(this.label_dept_MouseHover);
            // 
            // panel_user
            // 
            this.panel_user.Back = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.panel_user.BackColor = System.Drawing.Color.Transparent;
            this.panel_user.Controls.Add(this.label_user);
            this.panel_user.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel_user.Location = new System.Drawing.Point(185, 14);
            this.panel_user.Margin = new System.Windows.Forms.Padding(1);
            this.panel_user.MatrixRound = 6;
            this.panel_user.Name = "panel_user";
            this.panel_user.Size = new System.Drawing.Size(72, 30);
            this.panel_user.TabIndex = 13;
            this.panel_user.Click += new System.EventHandler(this.panel_user_Click);
            // 
            // label_user
            // 
            this.label_user.AutoSize = true;
            this.label_user.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_user.ForeColor = System.Drawing.Color.White;
            this.label_user.Location = new System.Drawing.Point(4, 5);
            this.label_user.Name = "label_user";
            this.label_user.Size = new System.Drawing.Size(65, 20);
            this.label_user.TabIndex = 0;
            this.label_user.Text = "用户管理";
            this.label_user.Click += new System.EventHandler(this.label_user_Click);
            this.label_user.MouseLeave += new System.EventHandler(this.label_user_MouseLeave);
            this.label_user.MouseHover += new System.EventHandler(this.label_user_MouseHover);
            // 
            // panel_sys
            // 
            this.panel_sys.Back = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.panel_sys.BackColor = System.Drawing.Color.Transparent;
            this.panel_sys.Controls.Add(this.label_sys);
            this.panel_sys.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel_sys.Location = new System.Drawing.Point(260, 14);
            this.panel_sys.Margin = new System.Windows.Forms.Padding(1);
            this.panel_sys.MatrixRound = 6;
            this.panel_sys.Name = "panel_sys";
            this.panel_sys.Size = new System.Drawing.Size(72, 30);
            this.panel_sys.TabIndex = 14;
            this.panel_sys.Click += new System.EventHandler(this.panel_sys_Click);
            // 
            // label_sys
            // 
            this.label_sys.AutoSize = true;
            this.label_sys.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_sys.ForeColor = System.Drawing.Color.White;
            this.label_sys.Location = new System.Drawing.Point(4, 5);
            this.label_sys.Name = "label_sys";
            this.label_sys.Size = new System.Drawing.Size(65, 20);
            this.label_sys.TabIndex = 0;
            this.label_sys.Text = "配置管理";
            this.label_sys.Click += new System.EventHandler(this.label_sys_Click);
            this.label_sys.MouseLeave += new System.EventHandler(this.label_sys_MouseLeave);
            this.label_sys.MouseHover += new System.EventHandler(this.label_sys_MouseHover);
            // 
            // label_device
            // 
            this.label_device.AutoSize = true;
            this.label_device.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_device.ForeColor = System.Drawing.Color.White;
            this.label_device.Location = new System.Drawing.Point(4, 5);
            this.label_device.Name = "label_device";
            this.label_device.Size = new System.Drawing.Size(65, 20);
            this.label_device.TabIndex = 0;
            this.label_device.Text = "设备管理";
            this.label_device.Click += new System.EventHandler(this.label_device_Click);
            this.label_device.MouseLeave += new System.EventHandler(this.label_device_MouseLeave);
            this.label_device.MouseHover += new System.EventHandler(this.label_device_MouseHover);
            // 
            // panel_device
            // 
            this.panel_device.Back = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242)))));
            this.panel_device.BackColor = System.Drawing.Color.Transparent;
            this.panel_device.Controls.Add(this.label_device);
            this.panel_device.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.panel_device.Location = new System.Drawing.Point(35, 14);
            this.panel_device.Margin = new System.Windows.Forms.Padding(1);
            this.panel_device.MatrixRound = 6;
            this.panel_device.Name = "panel_device";
            this.panel_device.Size = new System.Drawing.Size(72, 30);
            this.panel_device.TabIndex = 15;
            this.panel_device.Paint += new System.Windows.Forms.PaintEventHandler(this.panel_device_Paint);
            // 
            // btn_getDeptList
            // 
            this.btn_getDeptList.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_getDeptList.EnterForeColor = System.Drawing.Color.White;
            this.btn_getDeptList.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_getDeptList.FlatAppearance.BorderSize = 0;
            this.btn_getDeptList.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_getDeptList.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_getDeptList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_getDeptList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_getDeptList.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18)))));
            this.btn_getDeptList.HoverForeColor = System.Drawing.Color.White;
            this.btn_getDeptList.Location = new System.Drawing.Point(719, 9);
            this.btn_getDeptList.Name = "btn_getDeptList";
            this.btn_getDeptList.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_getDeptList.PressForeColor = System.Drawing.Color.White;
            this.btn_getDeptList.Radius = 5;
            this.btn_getDeptList.Size = new System.Drawing.Size(143, 30);
            this.btn_getDeptList.TabIndex = 315;
            this.btn_getDeptList.Text = "获取新的组织机构";
            this.btn_getDeptList.UseVisualStyleBackColor = true;
            this.btn_getDeptList.Click += new System.EventHandler(this.btn_getDeptList_Click);
            // 
            // txt_simpleName
            // 
            this.txt_simpleName.BackColor = System.Drawing.SystemColors.ButtonHighlight;
            // 
            // 
            // 
            this.txt_simpleName.Border.BorderColor = System.Drawing.SystemColors.ScrollBar;
            this.txt_simpleName.Border.Class = "TextBoxBorder";
            this.txt_simpleName.Border.CornerDiameter = 3;
            this.txt_simpleName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_simpleName.DisabledBackColor = System.Drawing.SystemColors.ButtonFace;
            this.txt_simpleName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_simpleName.Location = new System.Drawing.Point(453, 10);
            this.txt_simpleName.Name = "txt_simpleName";
            this.txt_simpleName.PreventEnterBeep = true;
            this.txt_simpleName.Size = new System.Drawing.Size(158, 28);
            this.txt_simpleName.TabIndex = 314;
            this.txt_simpleName.WatermarkColor = System.Drawing.SystemColors.ControlDark;
            this.txt_simpleName.WatermarkText = "组织名称";
            // 
            // btn_searchDept
            // 
            this.btn_searchDept.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_searchDept.EnterForeColor = System.Drawing.Color.White;
            this.btn_searchDept.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_searchDept.FlatAppearance.BorderSize = 0;
            this.btn_searchDept.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_searchDept.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_searchDept.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_searchDept.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_searchDept.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198)))));
            this.btn_searchDept.HoverForeColor = System.Drawing.Color.White;
            this.btn_searchDept.Location = new System.Drawing.Point(619, 9);
            this.btn_searchDept.Name = "btn_searchDept";
            this.btn_searchDept.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_searchDept.PressForeColor = System.Drawing.Color.White;
            this.btn_searchDept.Radius = 5;
            this.btn_searchDept.Size = new System.Drawing.Size(92, 30);
            this.btn_searchDept.TabIndex = 313;
            this.btn_searchDept.Text = "查询";
            this.btn_searchDept.UseVisualStyleBackColor = true;
            this.btn_searchDept.Click += new System.EventHandler(this.btn_searchDept_Click);
            // 
            // btn_initDevData
            // 
            this.btn_initDevData.EnterBackColor = System.Drawing.Color.Blue;
            this.btn_initDevData.EnterForeColor = System.Drawing.Color.White;
            this.btn_initDevData.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_initDevData.FlatAppearance.BorderSize = 0;
            this.btn_initDevData.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_initDevData.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_initDevData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_initDevData.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_initDevData.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(0)))), ((int)(((byte)(18)))));
            this.btn_initDevData.HoverForeColor = System.Drawing.Color.White;
            this.btn_initDevData.Location = new System.Drawing.Point(581, 8);
            this.btn_initDevData.Name = "btn_initDevData";
            this.btn_initDevData.PressBackColor = System.Drawing.Color.DarkBlue;
            this.btn_initDevData.PressForeColor = System.Drawing.Color.White;
            this.btn_initDevData.Radius = 5;
            this.btn_initDevData.Size = new System.Drawing.Size(127, 30);
            this.btn_initDevData.TabIndex = 316;
            this.btn_initDevData.Text = "初始化设备数据";
            this.btn_initDevData.UseVisualStyleBackColor = true;
            this.btn_initDevData.Visible = false;
            this.btn_initDevData.Click += new System.EventHandler(this.btn_initDevData_Click);
            // 
            // CtrlSysForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(242)))));
            this.Controls.Add(this.btn_initDevData);
            this.Controls.Add(this.btn_edit);
            this.Controls.Add(this.btn_reset);
            this.Controls.Add(this.btn_add);
            this.Controls.Add(this.btn_getDeptList);
            this.Controls.Add(this.panel_device);
            this.Controls.Add(this.txt_simpleName);
            this.Controls.Add(this.btn_searchDept);
            this.Controls.Add(this.panel_sys);
            this.Controls.Add(this.panel_user);
            this.Controls.Add(this.panel_dept);
            this.Controls.Add(this.btn_del);
            this.Controls.Add(this.panelSys);
            this.Name = "CtrlSysForm";
            this.Size = new System.Drawing.Size(900, 560);
            this.Load += new System.EventHandler(this.CtrlSysForm_Load);
            this.panel_dept.ResumeLayout(false);
            this.panel_dept.PerformLayout();
            this.panel_user.ResumeLayout(false);
            this.panel_user.PerformLayout();
            this.panel_sys.ResumeLayout(false);
            this.panel_sys.PerformLayout();
            this.panel_device.ResumeLayout(false);
            this.panel_device.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelSys;
        private RoundButton btn_reset;
        private RoundButton btn_add;
        private RoundButton btn_del;
        private RoundButton btn_edit;
        private RoundPanel panel_dept;
        private System.Windows.Forms.Label label_dept;
        private RoundPanel panel_user;
        private System.Windows.Forms.Label label_user;
        private RoundPanel panel_sys;
        private System.Windows.Forms.Label label_sys;
        private System.Windows.Forms.Label label_device;
        private RoundPanel panel_device;
        private RoundButton btn_getDeptList;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_simpleName;
        private RoundButton btn_searchDept;
        private RoundButton btn_initDevData;
    }
}