示例#1
0
        public void IniTabPanel()
        {
            ucFollowTobeFinished ucTF = new ucFollowTobeFinished();

            ucTF.Dock = DockStyle.Fill;
            this.tabControlPanel1.Controls.Add(ucTF);
            this.tabItem1.Text = "待访列表";
            //新加一个TabControlPanel
            DevComponents.DotNetBar.TabControlPanel tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
            tabControlPanel2.Dock = DockStyle.Fill;
            DevComponents.DotNetBar.TabItem tabItem2 = new DevComponents.DotNetBar.TabItem();
            this.tabControl1.Controls.Add(tabControlPanel2);
            this.tabControl1.Tabs.Add(tabItem2);
            tabItem2.AttachedControl = tabControlPanel2;
            ucTodayFollowList ucTdF = new ucTodayFollowList();

            ucTdF.Dock = DockStyle.Fill;
            tabControlPanel2.Controls.Add(ucTdF);
            tabItem2.Text = "今日随访列表";

            DevComponents.DotNetBar.TabControlPanel tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
            tabControlPanel5.Dock = DockStyle.Fill;
            DevComponents.DotNetBar.TabItem tabItem5 = new DevComponents.DotNetBar.TabItem();
            this.tabControl1.Controls.Add(tabControlPanel5);
            this.tabControl1.Tabs.Add(tabItem5);
            tabItem5.AttachedControl = tabControlPanel5;
            ucFollowVisite visit = new ucFollowVisite();

            visit.Dock = DockStyle.Fill;
            tabControlPanel5.Controls.Add(visit);
            tabItem5.Text = "随访列表";

            DevComponents.DotNetBar.TabControlPanel tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
            tabControlPanel3.Dock = DockStyle.Fill;
            DevComponents.DotNetBar.TabItem tabItem3 = new DevComponents.DotNetBar.TabItem();
            this.tabControl1.Controls.Add(tabControlPanel3);
            this.tabControl1.Tabs.Add(tabItem3);
            tabItem3.AttachedControl = tabControlPanel3;
            ucFollowDieList ucFDL = new ucFollowDieList();

            ucFDL.Dock = DockStyle.Fill;
            tabControlPanel3.Controls.Add(ucFDL);
            tabItem3.Text = "死亡列表";

            DevComponents.DotNetBar.TabControlPanel tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
            tabControlPanel4.Dock = DockStyle.Fill;
            DevComponents.DotNetBar.TabItem tabItem4 = new DevComponents.DotNetBar.TabItem();
            this.tabControl1.Controls.Add(tabControlPanel4);
            this.tabControl1.Tabs.Add(tabItem4);
            tabItem4.AttachedControl = tabControlPanel4;
            ucFollowCancel ucCancel = new ucFollowCancel();

            ucCancel.Dock = DockStyle.Fill;
            tabControlPanel4.Controls.Add(ucCancel);
            tabItem4.Text = "不随访列表";
        }
 private bool isOver(DevComponents.DotNetBar.TabControlPanel tabControl)
 {
     foreach (Control nowCC in tabControl.Controls)
     {
         if (nowCC.GetType() == typeof(DevComponents.DotNetBar.Controls.TextBoxX))
         {
             if (nowCC.Text == "")
             {
                 MessageBox.Show("请将文献信息填写完整!\n如果不清楚文献信息可以选择\"其他文献\"自定义输入", "输入错误", MessageBoxButtons.OK, MessageBoxIcon.Error);
                 return(false);
             }
         }
     }
     return(true);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
     this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
     this.bubbleBar1 = new DevComponents.DotNetBar.BubbleBar();
     this.bubbleBarTab1 = new DevComponents.DotNetBar.BubbleBarTab(this.components);
     this.bubbleBarTab2 = new DevComponents.DotNetBar.BubbleBarTab(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.button3 = new System.Windows.Forms.Button();
     this.textBox11 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.textBox10 = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.CmdGet = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.TabP2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControl1 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.CmdCancel = new System.Windows.Forms.Button();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.CmdOK = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.TabP1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.button1 = new System.Windows.Forms.Button();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.button2 = new System.Windows.Forms.Button();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.TabP3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.bubbleBar1)).BeginInit();
     this.tabControlPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tabControlPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.tabControlPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // skinEngine1
     //
     this.skinEngine1.Enable3rdControl = true;
     this.skinEngine1.SerialNumber = "";
     this.skinEngine1.SkinFile = null;
     //
     // bubbleBar1
     //
     this.bubbleBar1.Alignment = DevComponents.DotNetBar.eBubbleButtonAlignment.Bottom;
     this.bubbleBar1.AntiAlias = true;
     this.bubbleBar1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.bubbleBar1.ButtonBackAreaStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.bubbleBar1.ButtonBackAreaStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.bubbleBar1.ButtonBackAreaStyle.BorderBottomWidth = 1;
     this.bubbleBar1.ButtonBackAreaStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
     this.bubbleBar1.ButtonBackAreaStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.bubbleBar1.ButtonBackAreaStyle.BorderLeftWidth = 1;
     this.bubbleBar1.ButtonBackAreaStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.bubbleBar1.ButtonBackAreaStyle.BorderRightWidth = 1;
     this.bubbleBar1.ButtonBackAreaStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.bubbleBar1.ButtonBackAreaStyle.BorderTopWidth = 1;
     this.bubbleBar1.ButtonBackAreaStyle.PaddingBottom = 3;
     this.bubbleBar1.ButtonBackAreaStyle.PaddingLeft = 3;
     this.bubbleBar1.ButtonBackAreaStyle.PaddingRight = 3;
     this.bubbleBar1.ButtonBackAreaStyle.PaddingTop = 3;
     this.bubbleBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bubbleBar1.ImageSizeNormal = new System.Drawing.Size(24, 24);
     this.bubbleBar1.Location = new System.Drawing.Point(0, 648);
     this.bubbleBar1.MouseOverTabColors.BorderColor = System.Drawing.SystemColors.Highlight;
     this.bubbleBar1.Name = "bubbleBar1";
     this.bubbleBar1.SelectedTab = this.bubbleBarTab1;
     this.bubbleBar1.SelectedTabColors.BorderColor = System.Drawing.Color.Black;
     this.bubbleBar1.Size = new System.Drawing.Size(839, 52);
     this.bubbleBar1.TabIndex = 7;
     this.bubbleBar1.Tabs.Add(this.bubbleBarTab1);
     this.bubbleBar1.Tabs.Add(this.bubbleBarTab2);
     //
     // bubbleBarTab1
     //
     this.bubbleBarTab1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(230)))), ((int)(((byte)(247)))));
     this.bubbleBarTab1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(168)))), ((int)(((byte)(228)))));
     this.bubbleBarTab1.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.bubbleBarTab1.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.bubbleBarTab1.Name = "bubbleBarTab1";
     this.bubbleBarTab1.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Blue;
     this.bubbleBarTab1.Text = "开发单位";
     this.bubbleBarTab1.TextColor = System.Drawing.Color.Black;
     //
     // bubbleBarTab2
     //
     this.bubbleBarTab2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(213)))));
     this.bubbleBarTab2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(105)))));
     this.bubbleBarTab2.DarkBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.bubbleBarTab2.LightBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.bubbleBarTab2.Name = "bubbleBarTab2";
     this.bubbleBarTab2.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.Yellow;
     this.bubbleBarTab2.Text = "软件版本";
     this.bubbleBarTab2.TextColor = System.Drawing.Color.Black;
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.button3);
     this.tabControlPanel2.Controls.Add(this.textBox11);
     this.tabControlPanel2.Controls.Add(this.textBox8);
     this.tabControlPanel2.Controls.Add(this.textBox10);
     this.tabControlPanel2.Controls.Add(this.label8);
     this.tabControlPanel2.Controls.Add(this.CmdGet);
     this.tabControlPanel2.Controls.Add(this.label9);
     this.tabControlPanel2.Controls.Add(this.textBox9);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(409, 164);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.TabP2;
     //
     // button3
     //
     this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button3.Location = new System.Drawing.Point(365, 130);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(46, 25);
     this.button3.TabIndex = 12;
     this.button3.Text = "退 出";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // textBox11
     //
     this.textBox11.Location = new System.Drawing.Point(69, 137);
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new System.Drawing.Size(110, 21);
     this.textBox11.TabIndex = 10;
     this.textBox11.Visible = false;
     //
     // textBox8
     //
     this.textBox8.Location = new System.Drawing.Point(69, 92);
     this.textBox8.MaxLength = 20;
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(323, 21);
     this.textBox8.TabIndex = 5;
     //
     // textBox10
     //
     this.textBox10.Location = new System.Drawing.Point(69, 119);
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new System.Drawing.Size(110, 21);
     this.textBox10.TabIndex = 9;
     this.textBox10.Visible = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label8.Location = new System.Drawing.Point(23, 15);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(37, 14);
     this.label8.TabIndex = 0;
     this.label8.Text = "问题";
     //
     // CmdGet
     //
     this.CmdGet.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.CmdGet.Location = new System.Drawing.Point(290, 130);
     this.CmdGet.Name = "CmdGet";
     this.CmdGet.Size = new System.Drawing.Size(60, 25);
     this.CmdGet.TabIndex = 8;
     this.CmdGet.Text = "提 交";
     this.CmdGet.UseVisualStyleBackColor = true;
     this.CmdGet.Click += new System.EventHandler(this.CmdGet_Click);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(20, 93);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(35, 14);
     this.label9.TabIndex = 6;
     this.label9.Text = "答案";
     //
     // textBox9
     //
     this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox9.ForeColor = System.Drawing.Color.Blue;
     this.textBox9.Location = new System.Drawing.Point(69, 15);
     this.textBox9.MaxLength = 20;
     this.textBox9.Multiline = true;
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(323, 62);
     this.textBox9.TabIndex = 7;
     //
     // TabP2
     //
     this.TabP2.AttachedControl = this.tabControlPanel2;
     this.TabP2.Name = "TabP2";
     this.TabP2.Text = "忘记密码";
     //
     // tabControl1
     //
     this.tabControl1.BackColor = System.Drawing.Color.Transparent;
     this.tabControl1.CanReorderTabs = true;
     this.tabControl1.ColorScheme.TabBorder = System.Drawing.Color.Green;
     this.tabControl1.ColorScheme.TabItemBackgroundColorBlend.AddRange(new DevComponents.DotNetBar.BackgroundColorBlend[] {
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(230)))), ((int)(((byte)(249))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(220)))), ((int)(((byte)(248))))), 0.45F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(208)))), ((int)(((byte)(245))))), 0.45F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(229)))), ((int)(((byte)(247))))), 1F)});
     this.tabControl1.ColorScheme.TabItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.tabControl1.ColorScheme.TabItemBorderDark = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tabControl1.ColorScheme.TabItemHotBackground2 = System.Drawing.Color.LimeGreen;
     this.tabControl1.ColorScheme.TabItemHotBackgroundColorBlend.AddRange(new DevComponents.DotNetBar.BackgroundColorBlend[] {
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(253)))), ((int)(((byte)(235))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(236)))), ((int)(((byte)(168))))), 0.45F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(218)))), ((int)(((byte)(89))))), 0.45F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(141))))), 1F)});
     this.tabControl1.ColorScheme.TabItemSelectedBackgroundColorBlend.AddRange(new DevComponents.DotNetBar.BackgroundColorBlend[] {
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(210)))), ((int)(((byte)(155))))), 0F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(110))))), 0.45F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(175)))), ((int)(((byte)(68))))), 0.45F),
     new DevComponents.DotNetBar.BackgroundColorBlend(System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(220)))), ((int)(((byte)(117))))), 1F)});
     this.tabControl1.ColorScheme.TabItemSelectedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.tabControl1.ColorScheme.TabPanelBorder = System.Drawing.Color.Green;
     this.tabControl1.Controls.Add(this.tabControlPanel1);
     this.tabControl1.Controls.Add(this.tabControlPanel4);
     this.tabControl1.Controls.Add(this.tabControlPanel2);
     this.tabControl1.Controls.Add(this.tabControlPanel3);
     this.tabControl1.Location = new System.Drawing.Point(430, 310);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.tabControl1.SelectedTabIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(409, 189);
     this.tabControl1.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl1.TabIndex = 7;
     this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineWithNavigationBox;
     this.tabControl1.Tabs.Add(this.TabP1);
     this.tabControl1.Tabs.Add(this.TabP2);
     this.tabControl1.Tabs.Add(this.TabP3);
     this.tabControl1.Tabs.Add(this.tabItem1);
     this.tabControl1.Text = "tabControl2";
     this.tabControl1.SelectedTabChanged += new DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControl1_SelectedTabChanged);
     this.tabControl1.TabIndexChanged += new System.EventHandler(this.tabControl1_TabIndexChanged);
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.comboBoxEx1);
     this.tabControlPanel1.Controls.Add(this.pictureBox1);
     this.tabControlPanel1.Controls.Add(this.CmdCancel);
     this.tabControlPanel1.Controls.Add(this.textBox6);
     this.tabControlPanel1.Controls.Add(this.CmdOK);
     this.tabControlPanel1.Controls.Add(this.label6);
     this.tabControlPanel1.Controls.Add(this.label5);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(409, 164);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.TabP1;
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.Location = new System.Drawing.Point(225, 51);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(121, 22);
     this.comboBoxEx1.TabIndex = 10;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(76, 38);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(77, 80);
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop = false;
     //
     // CmdCancel
     //
     this.CmdCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.CmdCancel.Location = new System.Drawing.Point(238, 134);
     this.CmdCancel.Name = "CmdCancel";
     this.CmdCancel.Size = new System.Drawing.Size(46, 25);
     this.CmdCancel.TabIndex = 5;
     this.CmdCancel.Text = "退 出";
     this.CmdCancel.UseVisualStyleBackColor = true;
     this.CmdCancel.Click += new System.EventHandler(this.CmdCancel_Click);
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(225, 87);
     this.textBox6.MaxLength = 16;
     this.textBox6.Name = "textBox6";
     this.textBox6.PasswordChar = '*';
     this.textBox6.Size = new System.Drawing.Size(121, 21);
     this.textBox6.TabIndex = 7;
     this.textBox6.Tag = "输入登录密码";
     //
     // CmdOK
     //
     this.CmdOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.CmdOK.ForeColor = System.Drawing.SystemColors.ControlText;
     this.CmdOK.Location = new System.Drawing.Point(140, 134);
     this.CmdOK.Name = "CmdOK";
     this.CmdOK.Size = new System.Drawing.Size(46, 25);
     this.CmdOK.TabIndex = 4;
     this.CmdOK.Text = "登 录";
     this.CmdOK.UseVisualStyleBackColor = true;
     this.CmdOK.Click += new System.EventHandler(this.CmdOK_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(170, 91);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(49, 14);
     this.label6.TabIndex = 9;
     this.label6.Text = "密  码";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.label5.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(170, 51);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(49, 14);
     this.label5.TabIndex = 8;
     this.label5.Text = "姓  名";
     //
     // TabP1
     //
     this.TabP1.AttachedControl = this.tabControlPanel1;
     this.TabP1.Name = "TabP1";
     this.TabP1.Text = "登录";
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.button1);
     this.tabControlPanel4.Controls.Add(this.pictureBox2);
     this.tabControlPanel4.Controls.Add(this.linkLabel1);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(409, 164);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.tabItem1;
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(290, 88);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(46, 25);
     this.button1.TabIndex = 11;
     this.button1.Text = "退 出";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(99, 33);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(77, 80);
     this.pictureBox2.TabIndex = 10;
     this.pictureBox2.TabStop = false;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
     this.linkLabel1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.linkLabel1.Location = new System.Drawing.Point(202, 97);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(35, 14);
     this.linkLabel1.TabIndex = 0;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "升级";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel4;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "系统升级";
     this.tabItem1.Visible = false;
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.button2);
     this.tabControlPanel3.Controls.Add(this.textBox4);
     this.tabControlPanel3.Controls.Add(this.label1);
     this.tabControlPanel3.Controls.Add(this.label4);
     this.tabControlPanel3.Controls.Add(this.textBox1);
     this.tabControlPanel3.Controls.Add(this.textBox3);
     this.tabControlPanel3.Controls.Add(this.label2);
     this.tabControlPanel3.Controls.Add(this.label3);
     this.tabControlPanel3.Controls.Add(this.textBox2);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(409, 164);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.Green;
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.TabP3;
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button2.Location = new System.Drawing.Point(362, 135);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(46, 25);
     this.button2.TabIndex = 23;
     this.button2.Text = "退 出";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textBox4
     //
     this.textBox4.Location = new System.Drawing.Point(189, 102);
     this.textBox4.Name = "textBox4";
     this.textBox4.PasswordChar = '*';
     this.textBox4.Size = new System.Drawing.Size(151, 21);
     this.textBox4.TabIndex = 20;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(106, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 14);
     this.label1.TabIndex = 16;
     this.label1.Text = "服务器名称";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(120, 105);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(63, 14);
     this.label4.TabIndex = 22;
     this.label4.Text = "用户密码";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(189, 21);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(151, 21);
     this.textBox1.TabIndex = 15;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(189, 75);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(151, 21);
     this.textBox3.TabIndex = 19;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(106, 51);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 14);
     this.label2.TabIndex = 18;
     this.label2.Text = "数据库名称";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(120, 78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(63, 14);
     this.label3.TabIndex = 21;
     this.label3.Text = "用户名称";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(189, 48);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(151, 21);
     this.textBox2.TabIndex = 17;
     //
     // TabP3
     //
     this.TabP3.AttachedControl = this.tabControlPanel3;
     this.TabP3.Name = "TabP3";
     this.TabP3.Text = "连接参数";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.ForeColor = System.Drawing.Color.Crimson;
     this.labelX1.Location = new System.Drawing.Point(162, 671);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(500, 23);
     this.labelX1.TabIndex = 8;
     this.labelX1.Text = "    Ver 1.0";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.White;
     this.labelX2.Font = new System.Drawing.Font("华文新魏", 30F, System.Drawing.FontStyle.Italic);
     this.labelX2.ForeColor = System.Drawing.Color.Crimson;
     this.labelX2.Location = new System.Drawing.Point(12, 114);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(398, 49);
     this.labelX2.TabIndex = 9;
     this.labelX2.Text = "酒店消费管理系统";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // pictureBox3
     //
     this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(590, 28);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(185, 51);
     this.pictureBox3.TabIndex = 10;
     this.pictureBox3.TabStop = false;
     //
     // FrmLogin
     //
     this.AcceptButton = this.CmdOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.White;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(839, 700);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.bubbleBar1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "酒店会员管理系统";
     this.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     this.Load += new System.EventHandler(this.FrmLogin_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmLogin_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLogin_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.bubbleBar1)).EndInit();
     this.tabControlPanel2.ResumeLayout(false);
     this.tabControlPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.tabControlPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tabControlPanel4.ResumeLayout(false);
     this.tabControlPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.tabControlPanel3.ResumeLayout(false);
     this.tabControlPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
 }
示例#4
0
        public void AddComponent(Form f, string name)
        {
            //add form to panel
            Panel pa = new Panel();
            pa.Dock = DockStyle.Fill;
            pa.AutoScroll = true;
            pa.Controls.Add(f);
            pa.Padding=  new Padding(0);
            pa.Name = "panel" + name;

            //add form to group
            DevComponents.DotNetBar.Controls.GroupPanel g = new DevComponents.DotNetBar.Controls.GroupPanel();
            g.Resize += new EventHandler(pnl_resize);
            g.Dock = DockStyle.Fill;
            pa.Size =  new Size(g.Width - 6, g.Height - 21);
            f.Size=g.Size;
            ///// set group box
            g.Text = name;
            g.Name = "group_panel" + name;
            g.CanvasColor = System.Drawing.SystemColors.Control;
            g.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            //g.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            g.DrawTitleBox = false;
            g.Location = new System.Drawing.Point(1, 1);
            g.ShowFocusRectangle = true;
            g.Dock = DockStyle.Fill;
            g.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            g.Style.BackColorGradientAngle = 90;
            g.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            g.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderBottomWidth = 1;
            g.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            g.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderLeftWidth = 1;
            g.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderRightWidth = 1;
            g.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderTopWidth = 1;
            g.Style.CornerDiameter = 4;
            g.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            g.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            g.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            g.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            g.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.AutoSize = true;
            //////////////
            g.TabIndex = 0;
            g.Controls.Add(pa);
            //add group to tabpage
            DevComponents.DotNetBar.TabControlPanel p = new DevComponents.DotNetBar.TabControlPanel();
            p.Dock = DockStyle.Fill;
            p.Name = "tab_panel" + name;
            p.Controls.Add(g);
            DevComponents.DotNetBar.TabItem t = new DevComponents.DotNetBar.TabItem();
            t.Text = name;
            t.AttachedControl = p;
            t.Name = "tab_title" + name;
            t.Icon = ((System.Drawing.Icon)(tabItemHome.Icon));
            // add tab_item to tab
            tapcol_content.Tabs.Add(t);
            tapcol_content.SelectedTab = t;
            // refesh
            tapcol_content.Refresh();
            this.Refresh();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRolePermissionScope));
     this.tcUser = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel6 = new DevComponents.DotNetBar.TabControlPanel();
     this.tvPermissionItem = new System.Windows.Forms.TreeView();
     this.imgList = new System.Windows.Forms.ImageList(this.components);
     this.tabItemPermissionItem = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
     this.tvModule = new System.Windows.Forms.TreeView();
     this.tabItemModule = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.tvOrganize = new System.Windows.Forms.TreeView();
     this.tabItemOrganize = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.cklstUser = new System.Windows.Forms.CheckedListBox();
     this.tabItemUser = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.cklstRole = new System.Windows.Forms.CheckedListBox();
     this.tabItemRole = new DevComponents.DotNetBar.TabItem(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tlsTool = new System.Windows.Forms.ToolStrip();
     this.lblCurrentRole = new System.Windows.Forms.ToolStripLabel();
     this.txtRole = new System.Windows.Forms.ToolStripTextBox();
     this.lblPermissionScope = new System.Windows.Forms.ToolStripLabel();
     this.txtPermissionScope = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnClearPermission = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.btnCopy = new System.Windows.Forms.ToolStripButton();
     this.btnPaste = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnClose = new System.Windows.Forms.ToolStripButton();
     this.panel2 = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.tcUser)).BeginInit();
     this.tcUser.SuspendLayout();
     this.tabControlPanel6.SuspendLayout();
     this.tabControlPanel5.SuspendLayout();
     this.tabControlPanel4.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.tabControlPanel3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tlsTool.SuspendLayout();
     this.SuspendLayout();
     //
     // tcUser
     //
     this.tcUser.BackColor = System.Drawing.SystemColors.Window;
     this.tcUser.CanReorderTabs = true;
     this.tcUser.Controls.Add(this.tabControlPanel6);
     this.tcUser.Controls.Add(this.tabControlPanel5);
     this.tcUser.Controls.Add(this.tabControlPanel4);
     this.tcUser.Controls.Add(this.tabControlPanel3);
     this.tcUser.Controls.Add(this.tabControlPanel2);
     this.tcUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcUser.Location = new System.Drawing.Point(0, 0);
     this.tcUser.Name = "tcUser";
     this.tcUser.SelectedTabFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.tcUser.SelectedTabIndex = 0;
     this.tcUser.Size = new System.Drawing.Size(837, 589);
     this.tcUser.Style = DevComponents.DotNetBar.eTabStripStyle.VS2005;
     this.tcUser.TabIndex = 19;
     this.tcUser.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tcUser.Tabs.Add(this.tabItemUser);
     this.tcUser.Tabs.Add(this.tabItemRole);
     this.tcUser.Tabs.Add(this.tabItemOrganize);
     this.tcUser.Tabs.Add(this.tabItemModule);
     this.tcUser.Tabs.Add(this.tabItemPermissionItem);
     //
     // tabControlPanel6
     //
     this.tabControlPanel6.Controls.Add(this.tvPermissionItem);
     this.tabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel6.Location = new System.Drawing.Point(0, 27);
     this.tabControlPanel6.Name = "tabControlPanel6";
     this.tabControlPanel6.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel6.Size = new System.Drawing.Size(837, 562);
     this.tabControlPanel6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
     this.tabControlPanel6.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.tabControlPanel6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel6.Style.GradientAngle = 90;
     this.tabControlPanel6.TabIndex = 5;
     this.tabControlPanel6.TabItem = this.tabItemPermissionItem;
     //
     // tvPermissionItem
     //
     this.tvPermissionItem.AllowDrop = true;
     this.tvPermissionItem.CheckBoxes = true;
     this.tvPermissionItem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvPermissionItem.Enabled = false;
     this.tvPermissionItem.HotTracking = true;
     this.tvPermissionItem.ImageIndex = 0;
     this.tvPermissionItem.ImageList = this.imgList;
     this.tvPermissionItem.Location = new System.Drawing.Point(1, 1);
     this.tvPermissionItem.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
     this.tvPermissionItem.Name = "tvPermissionItem";
     this.tvPermissionItem.SelectedImageIndex = 1;
     this.tvPermissionItem.Size = new System.Drawing.Size(835, 560);
     this.tvPermissionItem.TabIndex = 3;
     this.tvPermissionItem.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvPermissionItem_AfterCheck);
     this.tvPermissionItem.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvPermissionItem_MouseDown);
     //
     // imgList
     //
     this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
     this.imgList.TransparentColor = System.Drawing.Color.Transparent;
     this.imgList.Images.SetKeyName(0, "button.png");
     this.imgList.Images.SetKeyName(1, "ok.png");
     this.imgList.Images.SetKeyName(2, "menu1.png");
     this.imgList.Images.SetKeyName(3, "menu2.png");
     this.imgList.Images.SetKeyName(4, "company.ico");
     //
     // tabItemPermissionItem
     //
     this.tabItemPermissionItem.AttachedControl = this.tabControlPanel6;
     this.tabItemPermissionItem.Image = ((System.Drawing.Image)(resources.GetObject("tabItemPermissionItem.Image")));
     this.tabItemPermissionItem.Name = "tabItemPermissionItem";
     this.tabItemPermissionItem.Text = "可分配的操作(功能)权限";
     //
     // tabControlPanel5
     //
     this.tabControlPanel5.Controls.Add(this.tvModule);
     this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel5.Location = new System.Drawing.Point(0, 27);
     this.tabControlPanel5.Name = "tabControlPanel5";
     this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel5.Size = new System.Drawing.Size(837, 562);
     this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
     this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel5.Style.GradientAngle = 90;
     this.tabControlPanel5.TabIndex = 4;
     this.tabControlPanel5.TabItem = this.tabItemModule;
     //
     // tvModule
     //
     this.tvModule.AllowDrop = true;
     this.tvModule.CheckBoxes = true;
     this.tvModule.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvModule.Enabled = false;
     this.tvModule.ImageIndex = 2;
     this.tvModule.ImageList = this.imgList;
     this.tvModule.Location = new System.Drawing.Point(1, 1);
     this.tvModule.Name = "tvModule";
     this.tvModule.SelectedImageIndex = 3;
     this.tvModule.Size = new System.Drawing.Size(835, 560);
     this.tvModule.TabIndex = 3;
     this.tvModule.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvModule_AfterCheck);
     this.tvModule.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvModule_MouseDown);
     //
     // tabItemModule
     //
     this.tabItemModule.AttachedControl = this.tabControlPanel5;
     this.tabItemModule.Image = ((System.Drawing.Image)(resources.GetObject("tabItemModule.Image")));
     this.tabItemModule.Name = "tabItemModule";
     this.tabItemModule.Text = "模块(菜单)";
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.tvOrganize);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 27);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(837, 562);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 3;
     this.tabControlPanel4.TabItem = this.tabItemOrganize;
     //
     // tvOrganize
     //
     this.tvOrganize.CheckBoxes = true;
     this.tvOrganize.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvOrganize.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.tvOrganize.ImageIndex = 4;
     this.tvOrganize.ImageList = this.imgList;
     this.tvOrganize.Location = new System.Drawing.Point(1, 1);
     this.tvOrganize.Name = "tvOrganize";
     this.tvOrganize.SelectedImageIndex = 1;
     this.tvOrganize.Size = new System.Drawing.Size(835, 560);
     this.tvOrganize.TabIndex = 9;
     this.tvOrganize.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvOrganize_AfterCheck);
     this.tvOrganize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvOrganize_MouseDown_1);
     //
     // tabItemOrganize
     //
     this.tabItemOrganize.AttachedControl = this.tabControlPanel4;
     this.tabItemOrganize.Image = ((System.Drawing.Image)(resources.GetObject("tabItemOrganize.Image")));
     this.tabItemOrganize.Name = "tabItemOrganize";
     this.tabItemOrganize.Text = "组织机构";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.cklstUser);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 27);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(837, 562);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 1;
     this.tabControlPanel2.TabItem = this.tabItemUser;
     this.tabControlPanel2.Text = "归属角色";
     //
     // cklstUser
     //
     this.cklstUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cklstUser.Enabled = false;
     this.cklstUser.FormattingEnabled = true;
     this.cklstUser.Location = new System.Drawing.Point(1, 1);
     this.cklstUser.MultiColumn = true;
     this.cklstUser.Name = "cklstUser";
     this.cklstUser.Size = new System.Drawing.Size(835, 560);
     this.cklstUser.TabIndex = 2;
     this.cklstUser.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cklstUser_ItemCheck);
     //
     // tabItemUser
     //
     this.tabItemUser.AttachedControl = this.tabControlPanel2;
     this.tabItemUser.Image = ((System.Drawing.Image)(resources.GetObject("tabItemUser.Image")));
     this.tabItemUser.Name = "tabItemUser";
     this.tabItemUser.Text = "用户";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.cklstRole);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 27);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(837, 562);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 2;
     this.tabControlPanel3.TabItem = this.tabItemRole;
     //
     // cklstRole
     //
     this.cklstRole.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cklstRole.Enabled = false;
     this.cklstRole.FormattingEnabled = true;
     this.cklstRole.Location = new System.Drawing.Point(1, 1);
     this.cklstRole.MultiColumn = true;
     this.cklstRole.Name = "cklstRole";
     this.cklstRole.Size = new System.Drawing.Size(835, 560);
     this.cklstRole.TabIndex = 2;
     this.cklstRole.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cklstRole_ItemCheck);
     //
     // tabItemRole
     //
     this.tabItemRole.AttachedControl = this.tabControlPanel3;
     this.tabItemRole.Image = ((System.Drawing.Image)(resources.GetObject("tabItemRole.Image")));
     this.tabItemRole.Name = "tabItemRole";
     this.tabItemRole.Text = "角色";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.tcUser);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(837, 589);
     this.panel1.TabIndex = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location = new System.Drawing.Point(0, 25);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.splitContainer1.Panel1Collapsed = true;
     this.splitContainer1.Panel1MinSize = 80;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size = new System.Drawing.Size(837, 589);
     this.splitContainer1.SplitterDistance = 80;
     this.splitContainer1.TabIndex = 11;
     //
     // tabItem1
     //
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "资源(组织机构)";
     //
     // tlsTool
     //
     this.tlsTool.AutoSize = false;
     this.tlsTool.Font = new System.Drawing.Font("宋体", 11F);
     this.tlsTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lblCurrentRole,
     this.txtRole,
     this.lblPermissionScope,
     this.txtPermissionScope,
     this.toolStripSeparator2,
     this.btnClearPermission,
     this.toolStripSeparator5,
     this.btnCopy,
     this.btnPaste,
     this.toolStripSeparator1,
     this.btnClose});
     this.tlsTool.Location = new System.Drawing.Point(0, 0);
     this.tlsTool.Name = "tlsTool";
     this.tlsTool.Size = new System.Drawing.Size(837, 25);
     this.tlsTool.TabIndex = 19;
     this.tlsTool.Text = "toolStrip1";
     //
     // lblCurrentRole
     //
     this.lblCurrentRole.Name = "lblCurrentRole";
     this.lblCurrentRole.Size = new System.Drawing.Size(82, 22);
     this.lblCurrentRole.Text = "当前角色:";
     //
     // txtRole
     //
     this.txtRole.BackColor = System.Drawing.SystemColors.Info;
     this.txtRole.Name = "txtRole";
     this.txtRole.ReadOnly = true;
     this.txtRole.Size = new System.Drawing.Size(100, 25);
     //
     // lblPermissionScope
     //
     this.lblPermissionScope.Name = "lblPermissionScope";
     this.lblPermissionScope.Size = new System.Drawing.Size(97, 22);
     this.lblPermissionScope.Text = "数据集权限:";
     //
     // txtPermissionScope
     //
     this.txtPermissionScope.BackColor = System.Drawing.SystemColors.Info;
     this.txtPermissionScope.Name = "txtPermissionScope";
     this.txtPermissionScope.ReadOnly = true;
     this.txtPermissionScope.Size = new System.Drawing.Size(100, 25);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // btnClearPermission
     //
     this.btnClearPermission.Image = ((System.Drawing.Image)(resources.GetObject("btnClearPermission.Image")));
     this.btnClearPermission.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClearPermission.Name = "btnClearPermission";
     this.btnClearPermission.Size = new System.Drawing.Size(111, 22);
     this.btnClearPermission.Text = "清除权限(&C)";
     this.btnClearPermission.ToolTipText = "清除权限";
     this.btnClearPermission.Click += new System.EventHandler(this.btnClearPermission_Click);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // btnCopy
     //
     this.btnCopy.Image = ((System.Drawing.Image)(resources.GetObject("btnCopy.Image")));
     this.btnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Size = new System.Drawing.Size(87, 22);
     this.btnCopy.Text = "复制权限";
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // btnPaste
     //
     this.btnPaste.Image = ((System.Drawing.Image)(resources.GetObject("btnPaste.Image")));
     this.btnPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPaste.Name = "btnPaste";
     this.btnPaste.Size = new System.Drawing.Size(87, 22);
     this.btnPaste.Text = "粘贴权限";
     this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // btnClose
     //
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(57, 22);
     this.btnClose.Text = "关闭";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // panel2
     //
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 25);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(837, 5);
     this.panel2.TabIndex = 22;
     //
     // FrmRolePermissionScope
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(837, 614);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.tlsTool);
     this.Name = "FrmRolePermissionScope";
     this.Text = "角色授权范围(资源管理权限)";
     ((System.ComponentModel.ISupportInitialize)(this.tcUser)).EndInit();
     this.tcUser.ResumeLayout(false);
     this.tabControlPanel6.ResumeLayout(false);
     this.tabControlPanel5.ResumeLayout(false);
     this.tabControlPanel4.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.tabControlPanel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.tlsTool.ResumeLayout(false);
     this.tlsTool.PerformLayout();
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.wd_22 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item1 = new System.Windows.Forms.GroupBox();
     this.wd_lx = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.c45 = new DevComponents.Editors.ComboItem();
     this.c50 = new DevComponents.Editors.ComboItem();
     this.c55 = new DevComponents.Editors.ComboItem();
     this.c60 = new DevComponents.Editors.ComboItem();
     this.Lb_Item1KD = new DevComponents.DotNetBar.LabelX();
     this.wd_11 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.richTextBox4 = new System.Windows.Forms.RichTextBox();
     this.richTextBox3 = new System.Windows.Forms.RichTextBox();
     this.richTextBox2 = new System.Windows.Forms.RichTextBox();
     this.checkBox4 = new System.Windows.Forms.CheckBox();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.wd_222 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.doubleInput8 = new DevComponents.Editors.DoubleInput();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem29 = new DevComponents.Editors.ComboItem();
     this.comboItem30 = new DevComponents.Editors.ComboItem();
     this.comboItem31 = new DevComponents.Editors.ComboItem();
     this.comboItem32 = new DevComponents.Editors.ComboItem();
     this.comboItem33 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem26 = new DevComponents.Editors.ComboItem();
     this.comboItem27 = new DevComponents.Editors.ComboItem();
     this.comboItem28 = new DevComponents.Editors.ComboItem();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.BtnSubmit = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.wd_22)).BeginInit();
     this.wd_22.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.Grp_Item1.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControlPanel3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput8)).BeginInit();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // wd_22
     //
     this.wd_22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.wd_22.CanReorderTabs = true;
     this.wd_22.Controls.Add(this.tabControlPanel2);
     this.wd_22.Controls.Add(this.tabControlPanel1);
     this.wd_22.Controls.Add(this.tabControlPanel3);
     this.wd_22.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wd_22.Location = new System.Drawing.Point(0, 0);
     this.wd_22.Name = "wd_22";
     this.wd_22.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.wd_22.SelectedTabIndex = 0;
     this.wd_22.Size = new System.Drawing.Size(650, 513);
     this.wd_22.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.wd_22.TabIndex = 54;
     this.wd_22.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
     this.wd_22.Tabs.Add(this.wd_11);
     this.wd_22.Tabs.Add(this.wd_222);
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.Grp_Item1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(650, 488);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.wd_11;
     //
     // Grp_Item1
     //
     this.Grp_Item1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item1.Controls.Add(this.wd_lx);
     this.Grp_Item1.Controls.Add(this.Lb_Item1KD);
     this.Grp_Item1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item1.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item1.Name = "Grp_Item1";
     this.Grp_Item1.Size = new System.Drawing.Size(648, 486);
     this.Grp_Item1.TabIndex = 0;
     this.Grp_Item1.TabStop = false;
     //
     // wd_lx
     //
     this.wd_lx.DisplayMember = "Text";
     this.wd_lx.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.wd_lx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.wd_lx.FormattingEnabled = true;
     this.wd_lx.ItemHeight = 15;
     this.wd_lx.Items.AddRange(new object[] {
     this.c45,
     this.c50,
     this.c55,
     this.c60});
     this.wd_lx.Location = new System.Drawing.Point(212, 38);
     this.wd_lx.Name = "wd_lx";
     this.wd_lx.Size = new System.Drawing.Size(127, 21);
     this.wd_lx.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.wd_lx.TabIndex = 60;
     //
     // c45
     //
     this.c45.Text = "大体积混凝土";
     //
     // c50
     //
     this.c50.Text = "厚度大";
     //
     // c55
     //
     this.c55.Text = "厚度薄";
     //
     // c60
     //
     this.c60.Text = "表面大而平整、配筋密、混凝土预制构件或实验室制试块";
     //
     // Lb_Item1KD
     //
     //
     //
     //
     this.Lb_Item1KD.BackgroundStyle.Class = "";
     this.Lb_Item1KD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1KD.Location = new System.Drawing.Point(35, 38);
     this.Lb_Item1KD.Name = "Lb_Item1KD";
     this.Lb_Item1KD.Size = new System.Drawing.Size(126, 20);
     this.Lb_Item1KD.TabIndex = 0;
     this.Lb_Item1KD.Text = "混凝土主要特点:";
     //
     // wd_11
     //
     this.wd_11.AttachedControl = this.tabControlPanel1;
     this.wd_11.Name = "wd_11";
     this.wd_11.Text = "推荐方案";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPanel2.Controls.Add(this.groupBox1);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(650, 488);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.wd_222;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox1.Controls.Add(this.richTextBox4);
     this.groupBox1.Controls.Add(this.richTextBox3);
     this.groupBox1.Controls.Add(this.richTextBox2);
     this.groupBox1.Controls.Add(this.checkBox4);
     this.groupBox1.Controls.Add(this.checkBox3);
     this.groupBox1.Controls.Add(this.checkBox2);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.richTextBox1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(1, 1);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(648, 486);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop = false;
     //
     // richTextBox4
     //
     this.richTextBox4.Location = new System.Drawing.Point(184, 312);
     this.richTextBox4.Name = "richTextBox4";
     this.richTextBox4.Size = new System.Drawing.Size(285, 64);
     this.richTextBox4.TabIndex = 89;
     this.richTextBox4.Text = "适于混凝土预制构件的振捣及试验室制作试块的捣实\n";
     //
     // richTextBox3
     //
     this.richTextBox3.Location = new System.Drawing.Point(184, 210);
     this.richTextBox3.Name = "richTextBox3";
     this.richTextBox3.Size = new System.Drawing.Size(285, 64);
     this.richTextBox3.TabIndex = 88;
     this.richTextBox3.Text = "适用于振捣钢筋较密、厚度在30cm 以下的墙、柱、梁以及不宜用";
     //
     // richTextBox2
     //
     this.richTextBox2.Location = new System.Drawing.Point(184, 125);
     this.richTextBox2.Name = "richTextBox2";
     this.richTextBox2.Size = new System.Drawing.Size(285, 64);
     this.richTextBox2.TabIndex = 87;
     this.richTextBox2.Text = "适用于振捣表面积大而平整的结构物,如楼板、屋面板、地面、道";
     //
     // checkBox4
     //
     this.checkBox4.AutoSize = true;
     this.checkBox4.Location = new System.Drawing.Point(48, 148);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(84, 16);
     this.checkBox4.TabIndex = 86;
     this.checkBox4.Text = "平板振动器";
     this.checkBox4.UseVisualStyleBackColor = true;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(48, 225);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(96, 16);
     this.checkBox3.TabIndex = 85;
     this.checkBox3.Text = "附着式振动器";
     this.checkBox3.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(48, 324);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(60, 16);
     this.checkBox2.TabIndex = 84;
     this.checkBox2.Text = "振动台";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(48, 62);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(96, 16);
     this.checkBox1.TabIndex = 83;
     this.checkBox1.Text = "插入式振动棒";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(184, 41);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(285, 64);
     this.richTextBox1.TabIndex = 82;
     this.richTextBox1.Text = "适用于大体积混凝土基础、柱、梁、墙和厚度较大的板以及预制构件等的捣实,对配筋特别稠密或厚度很薄的结构和构件不宜使用";
     //
     // wd_222
     //
     this.wd_222.AttachedControl = this.tabControlPanel2;
     this.wd_222.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.wd_222.Name = "wd_222";
     this.wd_222.Text = "自选方案";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.groupBox5);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(650, 488);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox5.Controls.Add(this.groupBox6);
     this.groupBox5.Controls.Add(this.doubleInput8);
     this.groupBox5.Controls.Add(this.comboBoxEx3);
     this.groupBox5.Controls.Add(this.comboBoxEx4);
     this.groupBox5.Controls.Add(this.labelX14);
     this.groupBox5.Controls.Add(this.labelX13);
     this.groupBox5.Controls.Add(this.labelX16);
     this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox5.Location = new System.Drawing.Point(1, 1);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(648, 486);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "连墙件参数设置";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.checkBoxX4);
     this.groupBox6.Controls.Add(this.checkBoxX3);
     this.groupBox6.Controls.Add(this.labelX15);
     this.groupBox6.Location = new System.Drawing.Point(29, 122);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(598, 97);
     this.groupBox6.TabIndex = 6;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "点选了“扣件连接”";
     //
     // checkBoxX4
     //
     //
     //
     //
     this.checkBoxX4.BackgroundStyle.Class = "";
     this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX4.Location = new System.Drawing.Point(300, 31);
     this.checkBoxX4.Name = "checkBoxX4";
     this.checkBoxX4.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX4.TabIndex = 2;
     this.checkBoxX4.Text = "双扣件";
     //
     // checkBoxX3
     //
     //
     //
     //
     this.checkBoxX3.BackgroundStyle.Class = "";
     this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX3.Location = new System.Drawing.Point(183, 31);
     this.checkBoxX3.Name = "checkBoxX3";
     this.checkBoxX3.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX3.TabIndex = 1;
     this.checkBoxX3.Text = "单扣件";
     //
     // labelX15
     //
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Location = new System.Drawing.Point(43, 26);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(113, 34);
     this.labelX15.TabIndex = 0;
     this.labelX15.Text = "请选择单双扣件";
     //
     // doubleInput8
     //
     //
     //
     //
     this.doubleInput8.BackgroundStyle.Class = "DateTimeInputBackground";
     this.doubleInput8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.doubleInput8.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput8.Increment = 1;
     this.doubleInput8.Location = new System.Drawing.Point(350, 230);
     this.doubleInput8.Name = "doubleInput8";
     this.doubleInput8.ShowUpDown = true;
     this.doubleInput8.Size = new System.Drawing.Size(85, 21);
     this.doubleInput8.TabIndex = 5;
     this.doubleInput8.Value = 3;
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember = "Text";
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight = 15;
     this.comboBoxEx3.Items.AddRange(new object[] {
     this.comboItem29,
     this.comboItem30,
     this.comboItem31,
     this.comboItem32,
     this.comboItem33});
     this.comboBoxEx3.Location = new System.Drawing.Point(126, 84);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(121, 21);
     this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx3.TabIndex = 4;
     //
     // comboItem29
     //
     this.comboItem29.Text = "扣件连接";
     //
     // comboItem30
     //
     this.comboItem30.Text = "螺栓连接";
     //
     // comboItem31
     //
     this.comboItem31.Text = "焊缝连接";
     //
     // comboItem32
     //
     this.comboItem32.Text = "软拉硬撑";
     //
     // comboItem33
     //
     this.comboItem33.Text = "膨胀螺栓";
     //
     // comboBoxEx4
     //
     this.comboBoxEx4.DisplayMember = "Text";
     this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx4.FormattingEnabled = true;
     this.comboBoxEx4.ItemHeight = 15;
     this.comboBoxEx4.Items.AddRange(new object[] {
     this.comboItem26,
     this.comboItem27,
     this.comboItem28});
     this.comboBoxEx4.Location = new System.Drawing.Point(126, 38);
     this.comboBoxEx4.Name = "comboBoxEx4";
     this.comboBoxEx4.Size = new System.Drawing.Size(121, 21);
     this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx4.TabIndex = 3;
     //
     // comboItem26
     //
     this.comboItem26.Text = "二步二跨";
     //
     // comboItem27
     //
     this.comboItem27.Text = "二步三跨";
     //
     // comboItem28
     //
     this.comboItem28.Text = "三步三跨";
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(35, 230);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(304, 26);
     this.labelX14.TabIndex = 2;
     this.labelX14.Text = "连墙件约束脚手架平面外变形产生的轴向力No(kN)";
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(35, 79);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(119, 26);
     this.labelX13.TabIndex = 1;
     this.labelX13.Text = "连墙件方式";
     //
     // labelX16
     //
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(35, 38);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(119, 26);
     this.labelX16.TabIndex = 0;
     this.labelX16.Text = "连墙件间距";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.BtnSubmit);
     this.panelEx1.Location = new System.Drawing.Point(-92, 478);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(742, 32);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 57;
     //
     // BtnSubmit
     //
     this.BtnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.BtnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.BtnSubmit.Dock = System.Windows.Forms.DockStyle.Right;
     this.BtnSubmit.Location = new System.Drawing.Point(667, 0);
     this.BtnSubmit.Name = "BtnSubmit";
     this.BtnSubmit.Size = new System.Drawing.Size(75, 32);
     this.BtnSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.BtnSubmit.TabIndex = 42;
     this.BtnSubmit.Text = "确 定";
     this.BtnSubmit.Click += new System.EventHandler(this.BtnSubmit_Click);
     //
     // Frmhntzd1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(650, 513);
     this.Controls.Add(this.panelEx1);
     this.Controls.Add(this.wd_22);
     this.DoubleBuffered = true;
     this.Name = "Frmhntzd1";
     this.Text = "混凝土振捣";
     ((System.ComponentModel.ISupportInitialize)(this.wd_22)).EndInit();
     this.wd_22.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.Grp_Item1.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControlPanel3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput8)).EndInit();
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
     this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
     this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
     this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
     this.btnTeacherAutoSchedule = new DevComponents.DotNetBar.ButtonItem();
     this.btnTeacherLock = new DevComponents.DotNetBar.ButtonItem();
     this.btnTeacherUnlock = new DevComponents.DotNetBar.ButtonItem();
     this.btnTeacherFree = new DevComponents.DotNetBar.ButtonItem();
     this.btnTeacherProperty = new DevComponents.DotNetBar.ButtonItem();
     this.btnTeacherPrint = new DevComponents.DotNetBar.ButtonItem();
     this.btnTeacherBusy = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonPanel2 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
     this.btnClassAutoSchedule = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassLock = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassUnLock = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassFree = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassProperty = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassPrint = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassBusy = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonPanel3 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
     this.btnClassroomAutoSchedule = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassroomLock = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassroomUnLock = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassroomFree = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassroomProperty = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassroomPrint = new DevComponents.DotNetBar.ButtonItem();
     this.btnClassroomBusy = new DevComponents.DotNetBar.ButtonItem();
     this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton();
     this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
     this.btnOpen = new DevComponents.DotNetBar.ButtonItem();
     this.btnSave = new DevComponents.DotNetBar.ButtonItem();
     this.btnSaveAs = new DevComponents.DotNetBar.ButtonItem();
     this.btnDownload = new DevComponents.DotNetBar.ButtonItem();
     this.btnUpload = new DevComponents.DotNetBar.ButtonItem();
     this.btnClose = new DevComponents.DotNetBar.ButtonItem();
     this.btnExit = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonTabTeacher = new DevComponents.DotNetBar.RibbonTabItem();
     this.ribbonTabClass = new DevComponents.DotNetBar.RibbonTabItem();
     this.ribbonTabClassroom = new DevComponents.DotNetBar.RibbonTabItem();
     this.btnUndo = new DevComponents.DotNetBar.ButtonItem();
     this.btnRedo = new DevComponents.DotNetBar.ButtonItem();
     this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.bar1 = new DevComponents.DotNetBar.Bar();
     this.lblMemoryUsage = new DevComponents.DotNetBar.LabelX();
     this.progressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.tabContent = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.pnlWhoList = new System.Windows.Forms.Panel();
     this.grdTeacherEvent = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.colLock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSolutionCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWeekDay = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPeriodNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCourseName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colLength = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWhoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWhomName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWhereName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWhatName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWhatAliasName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colCourseGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWeekDayCondition = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPeriodCondition = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAllowLongBreak = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAllowDuplicate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colLimitNextDay = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWeekFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colPriority = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTimeTable = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colColorIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEventID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel5 = new System.Windows.Forms.Panel();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.lblTeacher = new DevComponents.DotNetBar.LabelX();
     this.btnTeacherEventExpand = new DevComponents.DotNetBar.ButtonX();
     this.splTeacher = new DevComponents.DotNetBar.ExpandableSplitter();
     this.pnlWhoLPView = new System.Windows.Forms.Panel();
     this.tabTeacherLPView = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabTeacher = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.splClass = new DevComponents.DotNetBar.ExpandableSplitter();
     this.pnlWhomLPView = new System.Windows.Forms.Panel();
     this.tabClassLPView = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.pnlWhomList = new System.Windows.Forms.Panel();
     this.panel10 = new System.Windows.Forms.Panel();
     this.grdClassEvent = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.dataGridViewTextBoxColumn69 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn70 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn71 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn72 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn78 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn80 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn73 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn74 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn75 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn76 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn77 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn79 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn81 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn82 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn83 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn84 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn85 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn86 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn87 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn88 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn89 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn90 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel3 = new System.Windows.Forms.Panel();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.lblClass = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.btnClassEventExpand = new DevComponents.DotNetBar.ButtonX();
     this.tabClass = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.pnlWhereList = new System.Windows.Forms.Panel();
     this.panel9 = new System.Windows.Forms.Panel();
     this.grdClassroomEvent = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.dataGridViewTextBoxColumn91 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn92 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn93 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn94 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn102 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn95 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn96 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn97 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn98 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn99 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn101 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn103 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn104 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn105 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn106 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn107 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn108 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn109 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn110 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn111 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn112 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel6 = new System.Windows.Forms.Panel();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.lblClassroom = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.btnClassroomEventExpand = new DevComponents.DotNetBar.ButtonX();
     this.splClassroom = new DevComponents.DotNetBar.ExpandableSplitter();
     this.pnlWhereLPView = new System.Windows.Forms.Panel();
     this.tabClassroomLPView = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabClassroom = new DevComponents.DotNetBar.SuperTabItem();
     this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
     this.LeftNavigationPanel = new DevComponents.DotNetBar.NavigationPane();
     this.pnlClassroom = new DevComponents.DotNetBar.NavigationPanePanel();
     this.btnClassroom = new DevComponents.DotNetBar.ButtonItem();
     this.pnlClass = new DevComponents.DotNetBar.NavigationPanePanel();
     this.btnClass = new DevComponents.DotNetBar.ButtonItem();
     this.pnlTeacher = new DevComponents.DotNetBar.NavigationPanePanel();
     this.btnTeacher = new DevComponents.DotNetBar.ButtonItem();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.panel7 = new System.Windows.Forms.Panel();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.panel8 = new System.Windows.Forms.Panel();
     this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn41 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn42 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn43 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn44 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn45 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn46 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn47 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn48 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn49 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn51 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn52 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn54 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn55 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn56 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn57 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn58 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn59 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn60 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn61 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn62 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn63 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn64 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn65 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn66 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn67 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn68 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ribbonControl1.SuspendLayout();
     this.ribbonPanel1.SuspendLayout();
     this.ribbonPanel2.SuspendLayout();
     this.ribbonPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.bar1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabContent)).BeginInit();
     this.tabContent.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.pnlWhoList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTeacherEvent)).BeginInit();
     this.panel5.SuspendLayout();
     this.pnlWhoLPView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabTeacherLPView)).BeginInit();
     this.tabTeacherLPView.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.pnlWhomLPView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabClassLPView)).BeginInit();
     this.tabClassLPView.SuspendLayout();
     this.pnlWhomList.SuspendLayout();
     this.panel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdClassEvent)).BeginInit();
     this.panel3.SuspendLayout();
     this.superTabControlPanel3.SuspendLayout();
     this.pnlWhereList.SuspendLayout();
     this.panel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdClassroomEvent)).BeginInit();
     this.panel6.SuspendLayout();
     this.pnlWhereLPView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabClassroomLPView)).BeginInit();
     this.tabClassroomLPView.SuspendLayout();
     this.LeftNavigationPanel.SuspendLayout();
     this.panel7.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar1.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.BackgroundStyle.Class = "";
     this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar1.ContainerControlProcessDialogKey = true;
     this.ribbonBar1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.ribbonBar1.Location = new System.Drawing.Point(190, 77);
     this.ribbonBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonBar1.Name = "ribbonBar1";
     this.ribbonBar1.Size = new System.Drawing.Size(87, 31);
     this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar1.TabIndex = 0;
     this.ribbonBar1.Text = "ribbonBar1";
     //
     //
     //
     this.ribbonBar1.TitleStyle.Class = "";
     this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.TitleStyleMouseOver.Class = "";
     this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // ribbonControl1
     //
     //
     //
     //
     this.ribbonControl1.BackgroundStyle.Class = "";
     this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl1.CaptionVisible = true;
     this.ribbonControl1.Controls.Add(this.ribbonPanel1);
     this.ribbonControl1.Controls.Add(this.ribbonPanel3);
     this.ribbonControl1.Controls.Add(this.ribbonPanel2);
     this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.office2007StartButton1,
     this.ribbonTabTeacher,
     this.ribbonTabClass,
     this.ribbonTabClassroom});
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl1.Location = new System.Drawing.Point(5, 1);
     this.ribbonControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
     this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnUndo,
     this.btnRedo,
     this.qatCustomizeItem1});
     this.ribbonControl1.Size = new System.Drawing.Size(948, 140);
     this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl1.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
     this.ribbonControl1.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
     this.ribbonControl1.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
     this.ribbonControl1.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
     this.ribbonControl1.SystemText.QatDialogAddButton = "&Add >>";
     this.ribbonControl1.SystemText.QatDialogCancelButton = "Cancel";
     this.ribbonControl1.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
     this.ribbonControl1.SystemText.QatDialogOkButton = "OK";
     this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatDialogRemoveButton = "&Remove";
     this.ribbonControl1.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
     this.ribbonControl1.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex = 1;
     this.ribbonControl1.Text = "ribbonControl1";
     this.ribbonControl1.TitleText = "ischedule";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel1.Controls.Add(this.ribbonBar2);
     this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel1.Location = new System.Drawing.Point(0, 55);
     this.ribbonPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonPanel1.Name = "ribbonPanel1";
     this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 4);
     this.ribbonPanel1.Size = new System.Drawing.Size(948, 82);
     //
     //
     //
     this.ribbonPanel1.Style.Class = "";
     this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseDown.Class = "";
     this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseOver.Class = "";
     this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel1.TabIndex = 1;
     //
     // ribbonBar2
     //
     this.ribbonBar2.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar2.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar2.BackgroundStyle.Class = "";
     this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar2.ContainerControlProcessDialogKey = true;
     this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnTeacherAutoSchedule,
     this.btnTeacherLock,
     this.btnTeacherUnlock,
     this.btnTeacherFree,
     this.btnTeacherProperty,
     this.btnTeacherPrint,
     this.btnTeacherBusy});
     this.ribbonBar2.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.ribbonBar2.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonBar2.Name = "ribbonBar2";
     this.ribbonBar2.Size = new System.Drawing.Size(436, 78);
     this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar2.TabIndex = 0;
     //
     //
     //
     this.ribbonBar2.TitleStyle.Class = "";
     this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar2.TitleStyleMouseOver.Class = "";
     this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnTeacherAutoSchedule
     //
     this.btnTeacherAutoSchedule.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnTeacherAutoSchedule.Enabled = false;
     this.btnTeacherAutoSchedule.Image = global::ischedule.Properties.Resources.自動排課;
     this.btnTeacherAutoSchedule.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherAutoSchedule.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherAutoSchedule.ImageSmall = global::ischedule.Properties.Resources.自動排課;
     this.btnTeacherAutoSchedule.Name = "btnTeacherAutoSchedule";
     this.btnTeacherAutoSchedule.SubItemsExpandWidth = 14;
     this.btnTeacherAutoSchedule.Text = "自動排課";
     this.btnTeacherAutoSchedule.Tooltip = "提醒您自動排課會重新安排未鎖定的已排分課!";
     //
     // btnTeacherLock
     //
     this.btnTeacherLock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnTeacherLock.Enabled = false;
     this.btnTeacherLock.Image = global::ischedule.Properties.Resources.鎖定;
     this.btnTeacherLock.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherLock.Name = "btnTeacherLock";
     this.btnTeacherLock.SubItemsExpandWidth = 14;
     this.btnTeacherLock.Text = "鎖定";
     //
     // btnTeacherUnlock
     //
     this.btnTeacherUnlock.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnTeacherUnlock.Enabled = false;
     this.btnTeacherUnlock.Image = global::ischedule.Properties.Resources.解除鎖定;
     this.btnTeacherUnlock.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherUnlock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherUnlock.Name = "btnTeacherUnlock";
     this.btnTeacherUnlock.SubItemsExpandWidth = 14;
     this.btnTeacherUnlock.Text = "解除鎖定";
     //
     // btnTeacherFree
     //
     this.btnTeacherFree.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnTeacherFree.Enabled = false;
     this.btnTeacherFree.Image = global::ischedule.Properties.Resources.回復至未排課72;
     this.btnTeacherFree.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherFree.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherFree.Name = "btnTeacherFree";
     this.btnTeacherFree.SubItemsExpandWidth = 14;
     this.btnTeacherFree.Text = "回復至未排課";
     //
     // btnTeacherProperty
     //
     this.btnTeacherProperty.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnTeacherProperty.Enabled = false;
     this.btnTeacherProperty.Image = global::ischedule.Properties.Resources.查詢分課屬性72;
     this.btnTeacherProperty.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherProperty.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherProperty.Name = "btnTeacherProperty";
     this.btnTeacherProperty.SubItemsExpandWidth = 14;
     this.btnTeacherProperty.Text = "修改屬性";
     //
     // btnTeacherPrint
     //
     this.btnTeacherPrint.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnTeacherPrint.Image = global::ischedule.Properties.Resources.列印;
     this.btnTeacherPrint.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherPrint.Name = "btnTeacherPrint";
     this.btnTeacherPrint.SubItemsExpandWidth = 14;
     this.btnTeacherPrint.Text = "列印";
     //
     // btnTeacherBusy
     //
     this.btnTeacherBusy.Enabled = false;
     this.btnTeacherBusy.Image = global::ischedule.Properties.Resources.biology_remove_128;
     this.btnTeacherBusy.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnTeacherBusy.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnTeacherBusy.Name = "btnTeacherBusy";
     this.btnTeacherBusy.SubItemsExpandWidth = 14;
     this.btnTeacherBusy.Text = "不排課時段";
     this.btnTeacherBusy.Click += new System.EventHandler(this.btnTeacherBusy_Click);
     //
     // ribbonPanel2
     //
     this.ribbonPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel2.Controls.Add(this.ribbonBar3);
     this.ribbonPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel2.Location = new System.Drawing.Point(0, 55);
     this.ribbonPanel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonPanel2.Name = "ribbonPanel2";
     this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(3, 0, 3, 4);
     this.ribbonPanel2.Size = new System.Drawing.Size(948, 82);
     //
     //
     //
     this.ribbonPanel2.Style.Class = "";
     this.ribbonPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel2.StyleMouseDown.Class = "";
     this.ribbonPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel2.StyleMouseOver.Class = "";
     this.ribbonPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel2.TabIndex = 2;
     this.ribbonPanel2.Visible = false;
     //
     // ribbonBar3
     //
     this.ribbonBar3.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar3.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar3.BackgroundStyle.Class = "";
     this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar3.ContainerControlProcessDialogKey = true;
     this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnClassAutoSchedule,
     this.btnClassLock,
     this.btnClassUnLock,
     this.btnClassFree,
     this.btnClassProperty,
     this.btnClassPrint,
     this.btnClassBusy});
     this.ribbonBar3.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.ribbonBar3.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar3.Name = "ribbonBar3";
     this.ribbonBar3.Size = new System.Drawing.Size(436, 78);
     this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar3.TabIndex = 0;
     //
     //
     //
     this.ribbonBar3.TitleStyle.Class = "";
     this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar3.TitleStyleMouseOver.Class = "";
     this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnClassAutoSchedule
     //
     this.btnClassAutoSchedule.Enabled = false;
     this.btnClassAutoSchedule.Image = global::ischedule.Properties.Resources.自動排課;
     this.btnClassAutoSchedule.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassAutoSchedule.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassAutoSchedule.Name = "btnClassAutoSchedule";
     this.btnClassAutoSchedule.SubItemsExpandWidth = 14;
     this.btnClassAutoSchedule.Text = "自動排課";
     //
     // btnClassLock
     //
     this.btnClassLock.Enabled = false;
     this.btnClassLock.Image = global::ischedule.Properties.Resources.鎖定;
     this.btnClassLock.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassLock.Name = "btnClassLock";
     this.btnClassLock.SubItemsExpandWidth = 14;
     this.btnClassLock.Text = "鎖定";
     //
     // btnClassUnLock
     //
     this.btnClassUnLock.Enabled = false;
     this.btnClassUnLock.Image = global::ischedule.Properties.Resources.解除鎖定;
     this.btnClassUnLock.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassUnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassUnLock.Name = "btnClassUnLock";
     this.btnClassUnLock.SubItemsExpandWidth = 14;
     this.btnClassUnLock.Text = "解除鎖定";
     //
     // btnClassFree
     //
     this.btnClassFree.Enabled = false;
     this.btnClassFree.Image = global::ischedule.Properties.Resources.回復至未排課72;
     this.btnClassFree.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassFree.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassFree.Name = "btnClassFree";
     this.btnClassFree.SubItemsExpandWidth = 14;
     this.btnClassFree.Text = "回復至未排課";
     //
     // btnClassProperty
     //
     this.btnClassProperty.Enabled = false;
     this.btnClassProperty.Image = global::ischedule.Properties.Resources.查詢分課屬性72;
     this.btnClassProperty.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassProperty.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassProperty.Name = "btnClassProperty";
     this.btnClassProperty.SubItemsExpandWidth = 14;
     this.btnClassProperty.Text = "修改屬性";
     //
     // btnClassPrint
     //
     this.btnClassPrint.Image = global::ischedule.Properties.Resources.列印;
     this.btnClassPrint.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassPrint.Name = "btnClassPrint";
     this.btnClassPrint.SubItemsExpandWidth = 14;
     this.btnClassPrint.Text = "列印";
     //
     // btnClassBusy
     //
     this.btnClassBusy.Enabled = false;
     this.btnClassBusy.Image = global::ischedule.Properties.Resources.biology_remove_128;
     this.btnClassBusy.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassBusy.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassBusy.Name = "btnClassBusy";
     this.btnClassBusy.SubItemsExpandWidth = 14;
     this.btnClassBusy.Text = "不排課時段";
     this.btnClassBusy.Click += new System.EventHandler(this.btnClassBusy_Click);
     //
     // ribbonPanel3
     //
     this.ribbonPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel3.Controls.Add(this.ribbonBar4);
     this.ribbonPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel3.Location = new System.Drawing.Point(0, 55);
     this.ribbonPanel3.Name = "ribbonPanel3";
     this.ribbonPanel3.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel3.Size = new System.Drawing.Size(948, 82);
     //
     //
     //
     this.ribbonPanel3.Style.Class = "";
     this.ribbonPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel3.StyleMouseDown.Class = "";
     this.ribbonPanel3.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel3.StyleMouseOver.Class = "";
     this.ribbonPanel3.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel3.TabIndex = 3;
     this.ribbonPanel3.Visible = false;
     //
     // ribbonBar4
     //
     this.ribbonBar4.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar4.BackgroundMouseOverStyle.Class = "";
     this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar4.BackgroundStyle.Class = "";
     this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar4.ContainerControlProcessDialogKey = true;
     this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnClassroomAutoSchedule,
     this.btnClassroomLock,
     this.btnClassroomUnLock,
     this.btnClassroomFree,
     this.btnClassroomProperty,
     this.btnClassroomPrint,
     this.btnClassroomBusy});
     this.ribbonBar4.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.ribbonBar4.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar4.Name = "ribbonBar4";
     this.ribbonBar4.Size = new System.Drawing.Size(436, 79);
     this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar4.TabIndex = 0;
     //
     //
     //
     this.ribbonBar4.TitleStyle.Class = "";
     this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar4.TitleStyleMouseOver.Class = "";
     this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnClassroomAutoSchedule
     //
     this.btnClassroomAutoSchedule.Enabled = false;
     this.btnClassroomAutoSchedule.Image = global::ischedule.Properties.Resources.自動排課;
     this.btnClassroomAutoSchedule.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomAutoSchedule.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomAutoSchedule.Name = "btnClassroomAutoSchedule";
     this.btnClassroomAutoSchedule.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2});
     this.btnClassroomAutoSchedule.SubItemsExpandWidth = 14;
     this.btnClassroomAutoSchedule.Text = "自動排課";
     //
     // buttonItem2
     //
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.Text = "buttonItem2";
     //
     // btnClassroomLock
     //
     this.btnClassroomLock.Enabled = false;
     this.btnClassroomLock.Image = global::ischedule.Properties.Resources.鎖定;
     this.btnClassroomLock.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomLock.Name = "btnClassroomLock";
     this.btnClassroomLock.SubItemsExpandWidth = 14;
     this.btnClassroomLock.Text = "鎖定";
     //
     // btnClassroomUnLock
     //
     this.btnClassroomUnLock.Enabled = false;
     this.btnClassroomUnLock.Image = global::ischedule.Properties.Resources.解除鎖定;
     this.btnClassroomUnLock.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomUnLock.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomUnLock.Name = "btnClassroomUnLock";
     this.btnClassroomUnLock.SubItemsExpandWidth = 14;
     this.btnClassroomUnLock.Text = "解除鎖定";
     //
     // btnClassroomFree
     //
     this.btnClassroomFree.Enabled = false;
     this.btnClassroomFree.Image = global::ischedule.Properties.Resources.回復至未排課72;
     this.btnClassroomFree.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomFree.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomFree.Name = "btnClassroomFree";
     this.btnClassroomFree.SubItemsExpandWidth = 14;
     this.btnClassroomFree.Text = "回復至未排課";
     //
     // btnClassroomProperty
     //
     this.btnClassroomProperty.Enabled = false;
     this.btnClassroomProperty.Image = global::ischedule.Properties.Resources.查詢分課屬性72;
     this.btnClassroomProperty.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomProperty.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomProperty.Name = "btnClassroomProperty";
     this.btnClassroomProperty.SubItemsExpandWidth = 14;
     this.btnClassroomProperty.Text = "修改屬性";
     //
     // btnClassroomPrint
     //
     this.btnClassroomPrint.Image = global::ischedule.Properties.Resources.列印;
     this.btnClassroomPrint.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomPrint.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomPrint.Name = "btnClassroomPrint";
     this.btnClassroomPrint.SubItemsExpandWidth = 14;
     this.btnClassroomPrint.Text = "列印";
     //
     // btnClassroomBusy
     //
     this.btnClassroomBusy.Enabled = false;
     this.btnClassroomBusy.Image = global::ischedule.Properties.Resources.biology_remove_128;
     this.btnClassroomBusy.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnClassroomBusy.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnClassroomBusy.Name = "btnClassroomBusy";
     this.btnClassroomBusy.SubItemsExpandWidth = 14;
     this.btnClassroomBusy.Text = "不排課時段";
     this.btnClassroomBusy.Click += new System.EventHandler(this.btnClassroomBusy_Click);
     //
     // office2007StartButton1
     //
     this.office2007StartButton1.AutoExpandOnClick = true;
     this.office2007StartButton1.CanCustomize = false;
     this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image")));
     this.office2007StartButton1.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.office2007StartButton1.ImagePaddingHorizontal = 0;
     this.office2007StartButton1.ImagePaddingVertical = 0;
     this.office2007StartButton1.Name = "office2007StartButton1";
     this.office2007StartButton1.ShowSubItems = false;
     this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer1});
     this.office2007StartButton1.Text = "開始";
     this.office2007StartButton1.Click += new System.EventHandler(this.office2007StartButton1_Click);
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer";
     this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer1.Name = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer2});
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
     this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer2.ItemSpacing = 0;
     this.itemContainer2.Name = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer3});
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
     this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0);
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnOpen,
     this.btnSave,
     this.btnSaveAs,
     this.btnDownload,
     this.btnUpload,
     this.btnClose,
     this.btnExit});
     //
     // btnOpen
     //
     this.btnOpen.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnOpen.Image = global::ischedule.Properties.Resources.開啟檔案;
     this.btnOpen.Name = "btnOpen";
     this.btnOpen.SubItemsExpandWidth = 24;
     this.btnOpen.Text = "開啟資料";
     this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
     //
     // btnSave
     //
     this.btnSave.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnSave.Image = global::ischedule.Properties.Resources.儲存;
     this.btnSave.Name = "btnSave";
     this.btnSave.SubItemsExpandWidth = 24;
     this.btnSave.Text = "儲存資料";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnSaveAs
     //
     this.btnSaveAs.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnSaveAs.Image = global::ischedule.Properties.Resources.另存新檔;
     this.btnSaveAs.Name = "btnSaveAs";
     this.btnSaveAs.Text = "另存資料";
     this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
     //
     // btnDownload
     //
     this.btnDownload.BeginGroup = true;
     this.btnDownload.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnDownload.Image = global::ischedule.Properties.Resources.下載;
     this.btnDownload.Name = "btnDownload";
     this.btnDownload.SubItemsExpandWidth = 24;
     this.btnDownload.Text = "下載資料";
     this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
     //
     // btnUpload
     //
     this.btnUpload.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnUpload.Image = global::ischedule.Properties.Resources.上載;
     this.btnUpload.Name = "btnUpload";
     this.btnUpload.SubItemsExpandWidth = 24;
     this.btnUpload.Text = "上傳資料";
     this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
     //
     // btnClose
     //
     this.btnClose.BeginGroup = true;
     this.btnClose.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnClose.Image = global::ischedule.Properties.Resources.關閉檔案;
     this.btnClose.Name = "btnClose";
     this.btnClose.SubItemsExpandWidth = 24;
     this.btnClose.Text = "關閉資料";
     this.btnClose.Visible = false;
     //
     // btnExit
     //
     this.btnExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnExit.Image = global::ischedule.Properties.Resources.刪除;
     this.btnExit.Name = "btnExit";
     this.btnExit.Text = "關閉系統";
     //
     // ribbonTabTeacher
     //
     this.ribbonTabTeacher.Checked = true;
     this.ribbonTabTeacher.Name = "ribbonTabTeacher";
     this.ribbonTabTeacher.Panel = this.ribbonPanel1;
     this.ribbonTabTeacher.Text = "教師";
     //
     // ribbonTabClass
     //
     this.ribbonTabClass.Name = "ribbonTabClass";
     this.ribbonTabClass.Panel = this.ribbonPanel2;
     this.ribbonTabClass.Text = "班級";
     //
     // ribbonTabClassroom
     //
     this.ribbonTabClassroom.Name = "ribbonTabClassroom";
     this.ribbonTabClassroom.Panel = this.ribbonPanel3;
     this.ribbonTabClassroom.Text = "場地";
     //
     // btnUndo
     //
     this.btnUndo.Enabled = false;
     this.btnUndo.Image = global::ischedule.Properties.Resources.Undo_icon;
     this.btnUndo.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.btnUndo.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Default;
     this.btnUndo.Name = "btnUndo";
     this.btnUndo.Text = "buttonItem3";
     this.btnUndo.Tooltip = "回復";
     this.btnUndo.Visible = false;
     this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
     //
     // btnRedo
     //
     this.btnRedo.Enabled = false;
     this.btnRedo.Image = global::ischedule.Properties.Resources.Redo_icon;
     this.btnRedo.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.btnRedo.ImageListSizeSelection = DevComponents.DotNetBar.eButtonImageListSelection.Default;
     this.btnRedo.Name = "btnRedo";
     this.btnRedo.Text = "重做";
     this.btnRedo.Visible = false;
     this.btnRedo.Click += new System.EventHandler(this.btnRedo_Click);
     //
     // qatCustomizeItem1
     //
     this.qatCustomizeItem1.Name = "qatCustomizeItem1";
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue;
     //
     // bar1
     //
     this.bar1.AntiAlias = true;
     this.bar1.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
     this.bar1.Controls.Add(this.lblMemoryUsage);
     this.bar1.Controls.Add(this.progressBarX1);
     this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bar1.Location = new System.Drawing.Point(5, 715);
     this.bar1.Name = "bar1";
     this.bar1.Size = new System.Drawing.Size(948, 25);
     this.bar1.Stretch = true;
     this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.bar1.TabIndex = 7;
     this.bar1.TabStop = false;
     this.bar1.Text = "bar1";
     //
     // lblMemoryUsage
     //
     this.lblMemoryUsage.AutoSize = true;
     this.lblMemoryUsage.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblMemoryUsage.BackgroundStyle.Class = "";
     this.lblMemoryUsage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblMemoryUsage.Dock = System.Windows.Forms.DockStyle.Right;
     this.lblMemoryUsage.Location = new System.Drawing.Point(948, 0);
     this.lblMemoryUsage.Name = "lblMemoryUsage";
     this.lblMemoryUsage.SingleLineColor = System.Drawing.Color.Transparent;
     this.lblMemoryUsage.Size = new System.Drawing.Size(0, 0);
     this.lblMemoryUsage.TabIndex = 1;
     //
     // progressBarX1
     //
     //
     //
     //
     this.progressBarX1.BackgroundStyle.Class = "";
     this.progressBarX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.progressBarX1.Location = new System.Drawing.Point(50, 3);
     this.progressBarX1.Name = "progressBarX1";
     this.progressBarX1.Size = new System.Drawing.Size(348, 20);
     this.progressBarX1.TabIndex = 0;
     this.progressBarX1.Text = "progressBarX1";
     this.progressBarX1.Visible = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(5, 141);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(948, 574);
     this.panel1.TabIndex = 9;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(948, 574);
     this.panel2.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.tabContent);
     this.panel4.Controls.Add(this.expandableSplitter1);
     this.panel4.Controls.Add(this.LeftNavigationPanel);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(948, 574);
     this.panel4.TabIndex = 2;
     //
     // tabContent
     //
     //
     //
     //
     //
     //
     //
     this.tabContent.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.tabContent.ControlBox.MenuBox.Name = "";
     this.tabContent.ControlBox.Name = "";
     this.tabContent.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.tabContent.ControlBox.MenuBox,
     this.tabContent.ControlBox.CloseBox});
     this.tabContent.Controls.Add(this.superTabControlPanel1);
     this.tabContent.Controls.Add(this.superTabControlPanel2);
     this.tabContent.Controls.Add(this.superTabControlPanel3);
     this.tabContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabContent.Location = new System.Drawing.Point(209, 0);
     this.tabContent.Name = "tabContent";
     this.tabContent.ReorderTabsEnabled = true;
     this.tabContent.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold);
     this.tabContent.SelectedTabIndex = 0;
     this.tabContent.Size = new System.Drawing.Size(739, 574);
     this.tabContent.TabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.tabContent.TabIndex = 11;
     this.tabContent.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.tabTeacher,
     this.tabClass,
     this.tabClassroom});
     this.tabContent.TabsVisible = false;
     this.tabContent.Text = "superTabControl1";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.Controls.Add(this.pnlWhoList);
     this.superTabControlPanel1.Controls.Add(this.splTeacher);
     this.superTabControlPanel1.Controls.Add(this.pnlWhoLPView);
     this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(0, 30);
     this.superTabControlPanel1.Name = "superTabControlPanel1";
     this.superTabControlPanel1.Size = new System.Drawing.Size(739, 544);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem = this.tabTeacher;
     //
     // pnlWhoList
     //
     this.pnlWhoList.Controls.Add(this.grdTeacherEvent);
     this.pnlWhoList.Controls.Add(this.panel5);
     this.pnlWhoList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlWhoList.Location = new System.Drawing.Point(0, 0);
     this.pnlWhoList.Name = "pnlWhoList";
     this.pnlWhoList.Size = new System.Drawing.Size(136, 544);
     this.pnlWhoList.TabIndex = 6;
     //
     // grdTeacherEvent
     //
     this.grdTeacherEvent.AllowUserToAddRows = false;
     this.grdTeacherEvent.AllowUserToDeleteRows = false;
     this.grdTeacherEvent.AllowUserToOrderColumns = true;
     this.grdTeacherEvent.AllowUserToResizeRows = false;
     this.grdTeacherEvent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.grdTeacherEvent.BackgroundColor = System.Drawing.Color.White;
     this.grdTeacherEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdTeacherEvent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colLock,
     this.colSolutionCount,
     this.colWeekDay,
     this.colPeriodNo,
     this.colCourseName,
     this.colLength,
     this.colWhoName,
     this.colWhomName,
     this.colWhereName,
     this.colWhatName,
     this.colWhatAliasName,
     this.colCourseGroup,
     this.colWeekDayCondition,
     this.colPeriodCondition,
     this.colAllowLongBreak,
     this.colAllowDuplicate,
     this.colLimitNextDay,
     this.colWeekFlag,
     this.colPriority,
     this.colTimeTable,
     this.colColorIndex,
     this.colEventID});
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdTeacherEvent.DefaultCellStyle = dataGridViewCellStyle6;
     this.grdTeacherEvent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdTeacherEvent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.grdTeacherEvent.Location = new System.Drawing.Point(0, 35);
     this.grdTeacherEvent.Name = "grdTeacherEvent";
     this.grdTeacherEvent.ReadOnly = true;
     this.grdTeacherEvent.RowHeadersVisible = false;
     this.grdTeacherEvent.RowTemplate.Height = 24;
     this.grdTeacherEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdTeacherEvent.Size = new System.Drawing.Size(136, 509);
     this.grdTeacherEvent.TabIndex = 9;
     this.grdTeacherEvent.VirtualMode = true;
     //
     // colLock
     //
     this.colLock.DataPropertyName = "DisplayManualLock";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.colLock.DefaultCellStyle = dataGridViewCellStyle1;
     this.colLock.HeaderText = "鎖定";
     this.colLock.MinimumWidth = 40;
     this.colLock.Name = "colLock";
     this.colLock.ReadOnly = true;
     this.colLock.Width = 57;
     //
     // colSolutionCount
     //
     this.colSolutionCount.DataPropertyName = "DisplaySolutionCount";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.colSolutionCount.DefaultCellStyle = dataGridViewCellStyle2;
     this.colSolutionCount.HeaderText = "方案";
     this.colSolutionCount.MinimumWidth = 40;
     this.colSolutionCount.Name = "colSolutionCount";
     this.colSolutionCount.ReadOnly = true;
     this.colSolutionCount.Width = 57;
     //
     // colWeekDay
     //
     this.colWeekDay.DataPropertyName = "WeekDay";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.colWeekDay.DefaultCellStyle = dataGridViewCellStyle3;
     this.colWeekDay.HeaderText = "星期";
     this.colWeekDay.MinimumWidth = 40;
     this.colWeekDay.Name = "colWeekDay";
     this.colWeekDay.ReadOnly = true;
     this.colWeekDay.Width = 57;
     //
     // colPeriodNo
     //
     this.colPeriodNo.DataPropertyName = "PeriodNo";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.colPeriodNo.DefaultCellStyle = dataGridViewCellStyle4;
     this.colPeriodNo.HeaderText = "節次";
     this.colPeriodNo.Name = "colPeriodNo";
     this.colPeriodNo.ReadOnly = true;
     this.colPeriodNo.Width = 57;
     //
     // colCourseName
     //
     this.colCourseName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colCourseName.DataPropertyName = "CourseName";
     this.colCourseName.HeaderText = "課程名稱";
     this.colCourseName.Name = "colCourseName";
     this.colCourseName.ReadOnly = true;
     this.colCourseName.Width = 81;
     //
     // colLength
     //
     this.colLength.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colLength.DataPropertyName = "Length";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.colLength.DefaultCellStyle = dataGridViewCellStyle5;
     this.colLength.HeaderText = "節數";
     this.colLength.Name = "colLength";
     this.colLength.ReadOnly = true;
     this.colLength.Width = 57;
     //
     // colWhoName
     //
     this.colWhoName.DataPropertyName = "DisplayTeacherName";
     this.colWhoName.HeaderText = "教師";
     this.colWhoName.Name = "colWhoName";
     this.colWhoName.ReadOnly = true;
     this.colWhoName.Width = 57;
     //
     // colWhomName
     //
     this.colWhomName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colWhomName.DataPropertyName = "DisplayClassName";
     this.colWhomName.HeaderText = "班級";
     this.colWhomName.Name = "colWhomName";
     this.colWhomName.ReadOnly = true;
     this.colWhomName.Width = 57;
     //
     // colWhereName
     //
     this.colWhereName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colWhereName.DataPropertyName = "DisplayClassroomName";
     this.colWhereName.HeaderText = "場地";
     this.colWhereName.Name = "colWhereName";
     this.colWhereName.ReadOnly = true;
     this.colWhereName.Width = 57;
     //
     // colWhatName
     //
     this.colWhatName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colWhatName.DataPropertyName = "DisplaySubjectName";
     this.colWhatName.HeaderText = "科目";
     this.colWhatName.Name = "colWhatName";
     this.colWhatName.ReadOnly = true;
     this.colWhatName.Width = 57;
     //
     // colWhatAliasName
     //
     this.colWhatAliasName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colWhatAliasName.DataPropertyName = "SubjectAlias";
     this.colWhatAliasName.HeaderText = "科目簡稱";
     this.colWhatAliasName.Name = "colWhatAliasName";
     this.colWhatAliasName.ReadOnly = true;
     this.colWhatAliasName.Width = 81;
     //
     // colCourseGroup
     //
     this.colCourseGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colCourseGroup.DataPropertyName = "CourseGroup";
     this.colCourseGroup.HeaderText = "課程群組";
     this.colCourseGroup.Name = "colCourseGroup";
     this.colCourseGroup.ReadOnly = true;
     this.colCourseGroup.Width = 81;
     //
     // colWeekDayCondition
     //
     this.colWeekDayCondition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colWeekDayCondition.DataPropertyName = "WeekDayCondition";
     this.colWeekDayCondition.HeaderText = "星期條件";
     this.colWeekDayCondition.Name = "colWeekDayCondition";
     this.colWeekDayCondition.ReadOnly = true;
     this.colWeekDayCondition.Width = 81;
     //
     // colPeriodCondition
     //
     this.colPeriodCondition.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colPeriodCondition.DataPropertyName = "PeriodCondition";
     this.colPeriodCondition.HeaderText = "節次條件";
     this.colPeriodCondition.Name = "colPeriodCondition";
     this.colPeriodCondition.ReadOnly = true;
     this.colPeriodCondition.Width = 81;
     //
     // colAllowLongBreak
     //
     this.colAllowLongBreak.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colAllowLongBreak.DataPropertyName = "DisplayAllowLongBreak";
     this.colAllowLongBreak.HeaderText = "跨中午";
     this.colAllowLongBreak.Name = "colAllowLongBreak";
     this.colAllowLongBreak.ReadOnly = true;
     this.colAllowLongBreak.Width = 69;
     //
     // colAllowDuplicate
     //
     this.colAllowDuplicate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colAllowDuplicate.DataPropertyName = "DisplayAllowDuplicate";
     this.colAllowDuplicate.HeaderText = "可重複";
     this.colAllowDuplicate.Name = "colAllowDuplicate";
     this.colAllowDuplicate.ReadOnly = true;
     this.colAllowDuplicate.Width = 69;
     //
     // colLimitNextDay
     //
     this.colLimitNextDay.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colLimitNextDay.DataPropertyName = "DisplayLimitNextDay";
     this.colLimitNextDay.HeaderText = "不連天";
     this.colLimitNextDay.Name = "colLimitNextDay";
     this.colLimitNextDay.ReadOnly = true;
     this.colLimitNextDay.Width = 69;
     //
     // colWeekFlag
     //
     this.colWeekFlag.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colWeekFlag.DataPropertyName = "DisplayWeekFlag";
     this.colWeekFlag.HeaderText = "單雙週";
     this.colWeekFlag.Name = "colWeekFlag";
     this.colWeekFlag.ReadOnly = true;
     this.colWeekFlag.Width = 69;
     //
     // colPriority
     //
     this.colPriority.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colPriority.DataPropertyName = "Priority";
     this.colPriority.HeaderText = "優先";
     this.colPriority.Name = "colPriority";
     this.colPriority.ReadOnly = true;
     this.colPriority.Width = 57;
     //
     // colTimeTable
     //
     this.colTimeTable.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.colTimeTable.DataPropertyName = "DispalyTimeTableName";
     this.colTimeTable.HeaderText = "時間表";
     this.colTimeTable.Name = "colTimeTable";
     this.colTimeTable.ReadOnly = true;
     this.colTimeTable.Width = 69;
     //
     // colColorIndex
     //
     this.colColorIndex.DataPropertyName = "ColorIndex";
     this.colColorIndex.HeaderText = "顏色";
     this.colColorIndex.Name = "colColorIndex";
     this.colColorIndex.ReadOnly = true;
     this.colColorIndex.Visible = false;
     this.colColorIndex.Width = 54;
     //
     // colEventID
     //
     this.colEventID.DataPropertyName = "EventID";
     this.colEventID.HeaderText = "分課編號";
     this.colEventID.Name = "colEventID";
     this.colEventID.ReadOnly = true;
     this.colEventID.Width = 81;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.labelX2);
     this.panel5.Controls.Add(this.lblTeacher);
     this.panel5.Controls.Add(this.btnTeacherEventExpand);
     this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name = "panel5";
     this.panel5.Size = new System.Drawing.Size(136, 35);
     this.panel5.TabIndex = 8;
     //
     // labelX2
     //
     this.labelX2.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.labelX2.AutoSize = true;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX2.Location = new System.Drawing.Point(-23, 3);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(123, 26);
     this.labelX2.TabIndex = 2;
     this.labelX2.Text = "黃色為未排分課";
     //
     // lblTeacher
     //
     this.lblTeacher.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTeacher.AutoSize = true;
     //
     //
     //
     this.lblTeacher.BackgroundStyle.Class = "";
     this.lblTeacher.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblTeacher.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lblTeacher.Location = new System.Drawing.Point(7, 4);
     this.lblTeacher.Name = "lblTeacher";
     this.lblTeacher.Size = new System.Drawing.Size(0, 0);
     this.lblTeacher.TabIndex = 1;
     //
     // btnTeacherEventExpand
     //
     this.btnTeacherEventExpand.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnTeacherEventExpand.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnTeacherEventExpand.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnTeacherEventExpand.Location = new System.Drawing.Point(102, 5);
     this.btnTeacherEventExpand.Name = "btnTeacherEventExpand";
     this.btnTeacherEventExpand.Size = new System.Drawing.Size(28, 23);
     this.btnTeacherEventExpand.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnTeacherEventExpand.TabIndex = 0;
     this.btnTeacherEventExpand.Text = ">>";
     //
     // splTeacher
     //
     this.splTeacher.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splTeacher.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splTeacher.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.splTeacher.Dock = System.Windows.Forms.DockStyle.Right;
     this.splTeacher.ExpandableControl = this.pnlWhoLPView;
     this.splTeacher.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splTeacher.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splTeacher.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splTeacher.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splTeacher.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splTeacher.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splTeacher.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.splTeacher.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.splTeacher.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103)))));
     this.splTeacher.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135)))));
     this.splTeacher.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
     this.splTeacher.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.splTeacher.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splTeacher.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splTeacher.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splTeacher.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splTeacher.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splTeacher.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splTeacher.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.splTeacher.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.splTeacher.Location = new System.Drawing.Point(136, 0);
     this.splTeacher.Name = "splTeacher";
     this.splTeacher.Size = new System.Drawing.Size(3, 544);
     this.splTeacher.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
     this.splTeacher.TabIndex = 5;
     this.splTeacher.TabStop = false;
     //
     // pnlWhoLPView
     //
     this.pnlWhoLPView.Controls.Add(this.tabTeacherLPView);
     this.pnlWhoLPView.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlWhoLPView.Location = new System.Drawing.Point(139, 0);
     this.pnlWhoLPView.Name = "pnlWhoLPView";
     this.pnlWhoLPView.Size = new System.Drawing.Size(600, 544);
     this.pnlWhoLPView.TabIndex = 4;
     //
     // tabTeacherLPView
     //
     this.tabTeacherLPView.AutoCloseTabs = true;
     this.tabTeacherLPView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabTeacherLPView.CanReorderTabs = true;
     this.tabTeacherLPView.CloseButtonOnTabsVisible = true;
     this.tabTeacherLPView.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
     this.tabTeacherLPView.Controls.Add(this.tabControlPanel1);
     this.tabTeacherLPView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabTeacherLPView.Location = new System.Drawing.Point(0, 0);
     this.tabTeacherLPView.Name = "tabTeacherLPView";
     this.tabTeacherLPView.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold);
     this.tabTeacherLPView.SelectedTabIndex = -1;
     this.tabTeacherLPView.Size = new System.Drawing.Size(600, 544);
     this.tabTeacherLPView.TabIndex = 1;
     this.tabTeacherLPView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabTeacherLPView.Tabs.Add(this.tabItem2);
     this.tabTeacherLPView.Text = "tabControl1";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 28);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(600, 516);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.tabItem2;
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel1;
     this.tabItem2.CloseButtonVisible = false;
     this.tabItem2.Name = "tabItem2";
     this.tabItem2.Text = "功課表";
     //
     // tabTeacher
     //
     this.tabTeacher.AttachedControl = this.superTabControlPanel1;
     this.tabTeacher.GlobalItem = false;
     this.tabTeacher.Name = "tabTeacher";
     this.tabTeacher.Text = "教師";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.splClass);
     this.superTabControlPanel2.Controls.Add(this.pnlWhomList);
     this.superTabControlPanel2.Controls.Add(this.pnlWhomLPView);
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     this.superTabControlPanel2.Size = new System.Drawing.Size(739, 574);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem = this.tabClass;
     //
     // splClass
     //
     this.splClass.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClass.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClass.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.splClass.Dock = System.Windows.Forms.DockStyle.Right;
     this.splClass.ExpandableControl = this.pnlWhomLPView;
     this.splClass.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClass.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClass.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splClass.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splClass.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splClass.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splClass.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.splClass.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.splClass.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103)))));
     this.splClass.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135)))));
     this.splClass.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
     this.splClass.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.splClass.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClass.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClass.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splClass.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splClass.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClass.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClass.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.splClass.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.splClass.Location = new System.Drawing.Point(136, 0);
     this.splClass.Name = "splClass";
     this.splClass.Size = new System.Drawing.Size(3, 574);
     this.splClass.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
     this.splClass.TabIndex = 2;
     this.splClass.TabStop = false;
     //
     // pnlWhomLPView
     //
     this.pnlWhomLPView.Controls.Add(this.tabClassLPView);
     this.pnlWhomLPView.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlWhomLPView.Location = new System.Drawing.Point(139, 0);
     this.pnlWhomLPView.Name = "pnlWhomLPView";
     this.pnlWhomLPView.Size = new System.Drawing.Size(600, 574);
     this.pnlWhomLPView.TabIndex = 0;
     //
     // tabClassLPView
     //
     this.tabClassLPView.AutoCloseTabs = true;
     this.tabClassLPView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabClassLPView.CanReorderTabs = true;
     this.tabClassLPView.CloseButtonOnTabsVisible = true;
     this.tabClassLPView.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
     this.tabClassLPView.Controls.Add(this.tabControlPanel2);
     this.tabClassLPView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabClassLPView.Location = new System.Drawing.Point(0, 0);
     this.tabClassLPView.Name = "tabClassLPView";
     this.tabClassLPView.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold);
     this.tabClassLPView.SelectedTabIndex = -1;
     this.tabClassLPView.Size = new System.Drawing.Size(600, 574);
     this.tabClassLPView.TabIndex = 2;
     this.tabClassLPView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabClassLPView.Tabs.Add(this.tabItem3);
     this.tabClassLPView.Text = "tabControl1";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 28);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(600, 546);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 1;
     this.tabControlPanel2.TabItem = this.tabItem3;
     //
     // tabItem3
     //
     this.tabItem3.AttachedControl = this.tabControlPanel2;
     this.tabItem3.CloseButtonVisible = false;
     this.tabItem3.Name = "tabItem3";
     this.tabItem3.Text = "功課表";
     //
     // pnlWhomList
     //
     this.pnlWhomList.Controls.Add(this.panel10);
     this.pnlWhomList.Controls.Add(this.panel3);
     this.pnlWhomList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlWhomList.Location = new System.Drawing.Point(0, 0);
     this.pnlWhomList.Name = "pnlWhomList";
     this.pnlWhomList.Size = new System.Drawing.Size(139, 574);
     this.pnlWhomList.TabIndex = 1;
     //
     // panel10
     //
     this.panel10.Controls.Add(this.grdClassEvent);
     this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel10.Location = new System.Drawing.Point(0, 35);
     this.panel10.Name = "panel10";
     this.panel10.Size = new System.Drawing.Size(139, 539);
     this.panel10.TabIndex = 10;
     //
     // grdClassEvent
     //
     this.grdClassEvent.AllowUserToAddRows = false;
     this.grdClassEvent.AllowUserToDeleteRows = false;
     this.grdClassEvent.AllowUserToOrderColumns = true;
     this.grdClassEvent.AllowUserToResizeRows = false;
     this.grdClassEvent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.grdClassEvent.BackgroundColor = System.Drawing.Color.White;
     this.grdClassEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdClassEvent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn69,
     this.dataGridViewTextBoxColumn70,
     this.dataGridViewTextBoxColumn71,
     this.dataGridViewTextBoxColumn72,
     this.dataGridViewTextBoxColumn78,
     this.dataGridViewTextBoxColumn80,
     this.dataGridViewTextBoxColumn73,
     this.dataGridViewTextBoxColumn74,
     this.dataGridViewTextBoxColumn75,
     this.dataGridViewTextBoxColumn76,
     this.dataGridViewTextBoxColumn77,
     this.dataGridViewTextBoxColumn79,
     this.dataGridViewTextBoxColumn81,
     this.dataGridViewTextBoxColumn82,
     this.dataGridViewTextBoxColumn83,
     this.dataGridViewTextBoxColumn84,
     this.dataGridViewTextBoxColumn85,
     this.dataGridViewTextBoxColumn86,
     this.dataGridViewTextBoxColumn87,
     this.dataGridViewTextBoxColumn88,
     this.dataGridViewTextBoxColumn89,
     this.dataGridViewTextBoxColumn90});
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdClassEvent.DefaultCellStyle = dataGridViewCellStyle12;
     this.grdClassEvent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdClassEvent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.grdClassEvent.Location = new System.Drawing.Point(0, 0);
     this.grdClassEvent.Name = "grdClassEvent";
     this.grdClassEvent.ReadOnly = true;
     this.grdClassEvent.RowHeadersVisible = false;
     this.grdClassEvent.RowTemplate.Height = 24;
     this.grdClassEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdClassEvent.Size = new System.Drawing.Size(139, 539);
     this.grdClassEvent.TabIndex = 10;
     this.grdClassEvent.VirtualMode = true;
     //
     // dataGridViewTextBoxColumn69
     //
     this.dataGridViewTextBoxColumn69.DataPropertyName = "DisplayManualLock";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn69.DefaultCellStyle = dataGridViewCellStyle7;
     this.dataGridViewTextBoxColumn69.HeaderText = "鎖定";
     this.dataGridViewTextBoxColumn69.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn69.Name = "dataGridViewTextBoxColumn69";
     this.dataGridViewTextBoxColumn69.ReadOnly = true;
     this.dataGridViewTextBoxColumn69.Width = 57;
     //
     // dataGridViewTextBoxColumn70
     //
     this.dataGridViewTextBoxColumn70.DataPropertyName = "DisplaySolutionCount";
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn70.DefaultCellStyle = dataGridViewCellStyle8;
     this.dataGridViewTextBoxColumn70.HeaderText = "方案";
     this.dataGridViewTextBoxColumn70.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn70.Name = "dataGridViewTextBoxColumn70";
     this.dataGridViewTextBoxColumn70.ReadOnly = true;
     this.dataGridViewTextBoxColumn70.Width = 57;
     //
     // dataGridViewTextBoxColumn71
     //
     this.dataGridViewTextBoxColumn71.DataPropertyName = "WeekDay";
     dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn71.DefaultCellStyle = dataGridViewCellStyle9;
     this.dataGridViewTextBoxColumn71.HeaderText = "星期";
     this.dataGridViewTextBoxColumn71.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn71.Name = "dataGridViewTextBoxColumn71";
     this.dataGridViewTextBoxColumn71.ReadOnly = true;
     this.dataGridViewTextBoxColumn71.Width = 57;
     //
     // dataGridViewTextBoxColumn72
     //
     this.dataGridViewTextBoxColumn72.DataPropertyName = "PeriodNo";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn72.DefaultCellStyle = dataGridViewCellStyle10;
     this.dataGridViewTextBoxColumn72.HeaderText = "節次";
     this.dataGridViewTextBoxColumn72.Name = "dataGridViewTextBoxColumn72";
     this.dataGridViewTextBoxColumn72.ReadOnly = true;
     this.dataGridViewTextBoxColumn72.Width = 57;
     //
     // dataGridViewTextBoxColumn78
     //
     this.dataGridViewTextBoxColumn78.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn78.DataPropertyName = "CourseName";
     this.dataGridViewTextBoxColumn78.HeaderText = "課程名稱";
     this.dataGridViewTextBoxColumn78.Name = "dataGridViewTextBoxColumn78";
     this.dataGridViewTextBoxColumn78.ReadOnly = true;
     this.dataGridViewTextBoxColumn78.Width = 81;
     //
     // dataGridViewTextBoxColumn80
     //
     this.dataGridViewTextBoxColumn80.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn80.DataPropertyName = "Length";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn80.DefaultCellStyle = dataGridViewCellStyle11;
     this.dataGridViewTextBoxColumn80.HeaderText = "節數";
     this.dataGridViewTextBoxColumn80.Name = "dataGridViewTextBoxColumn80";
     this.dataGridViewTextBoxColumn80.ReadOnly = true;
     this.dataGridViewTextBoxColumn80.Width = 57;
     //
     // dataGridViewTextBoxColumn73
     //
     this.dataGridViewTextBoxColumn73.DataPropertyName = "DisplayTeacherName";
     this.dataGridViewTextBoxColumn73.HeaderText = "教師";
     this.dataGridViewTextBoxColumn73.Name = "dataGridViewTextBoxColumn73";
     this.dataGridViewTextBoxColumn73.ReadOnly = true;
     this.dataGridViewTextBoxColumn73.Width = 57;
     //
     // dataGridViewTextBoxColumn74
     //
     this.dataGridViewTextBoxColumn74.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn74.DataPropertyName = "DisplayClassName";
     this.dataGridViewTextBoxColumn74.HeaderText = "班級";
     this.dataGridViewTextBoxColumn74.Name = "dataGridViewTextBoxColumn74";
     this.dataGridViewTextBoxColumn74.ReadOnly = true;
     this.dataGridViewTextBoxColumn74.Width = 57;
     //
     // dataGridViewTextBoxColumn75
     //
     this.dataGridViewTextBoxColumn75.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn75.DataPropertyName = "DisplayClassroomName";
     this.dataGridViewTextBoxColumn75.HeaderText = "場地";
     this.dataGridViewTextBoxColumn75.Name = "dataGridViewTextBoxColumn75";
     this.dataGridViewTextBoxColumn75.ReadOnly = true;
     this.dataGridViewTextBoxColumn75.Width = 57;
     //
     // dataGridViewTextBoxColumn76
     //
     this.dataGridViewTextBoxColumn76.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn76.DataPropertyName = "DisplaySubjectName";
     this.dataGridViewTextBoxColumn76.HeaderText = "科目";
     this.dataGridViewTextBoxColumn76.Name = "dataGridViewTextBoxColumn76";
     this.dataGridViewTextBoxColumn76.ReadOnly = true;
     this.dataGridViewTextBoxColumn76.Width = 57;
     //
     // dataGridViewTextBoxColumn77
     //
     this.dataGridViewTextBoxColumn77.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn77.DataPropertyName = "SubjectAlias";
     this.dataGridViewTextBoxColumn77.HeaderText = "科目簡稱";
     this.dataGridViewTextBoxColumn77.Name = "dataGridViewTextBoxColumn77";
     this.dataGridViewTextBoxColumn77.ReadOnly = true;
     this.dataGridViewTextBoxColumn77.Width = 81;
     //
     // dataGridViewTextBoxColumn79
     //
     this.dataGridViewTextBoxColumn79.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn79.DataPropertyName = "CourseGroup";
     this.dataGridViewTextBoxColumn79.HeaderText = "課程群組";
     this.dataGridViewTextBoxColumn79.Name = "dataGridViewTextBoxColumn79";
     this.dataGridViewTextBoxColumn79.ReadOnly = true;
     this.dataGridViewTextBoxColumn79.Width = 81;
     //
     // dataGridViewTextBoxColumn81
     //
     this.dataGridViewTextBoxColumn81.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn81.DataPropertyName = "WeekDayCondition";
     this.dataGridViewTextBoxColumn81.HeaderText = "星期條件";
     this.dataGridViewTextBoxColumn81.Name = "dataGridViewTextBoxColumn81";
     this.dataGridViewTextBoxColumn81.ReadOnly = true;
     this.dataGridViewTextBoxColumn81.Width = 81;
     //
     // dataGridViewTextBoxColumn82
     //
     this.dataGridViewTextBoxColumn82.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn82.DataPropertyName = "PeriodCondition";
     this.dataGridViewTextBoxColumn82.HeaderText = "節次條件";
     this.dataGridViewTextBoxColumn82.Name = "dataGridViewTextBoxColumn82";
     this.dataGridViewTextBoxColumn82.ReadOnly = true;
     this.dataGridViewTextBoxColumn82.Width = 81;
     //
     // dataGridViewTextBoxColumn83
     //
     this.dataGridViewTextBoxColumn83.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn83.DataPropertyName = "DisplayAllowLongBreak";
     this.dataGridViewTextBoxColumn83.HeaderText = "跨中午";
     this.dataGridViewTextBoxColumn83.Name = "dataGridViewTextBoxColumn83";
     this.dataGridViewTextBoxColumn83.ReadOnly = true;
     this.dataGridViewTextBoxColumn83.Width = 69;
     //
     // dataGridViewTextBoxColumn84
     //
     this.dataGridViewTextBoxColumn84.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn84.DataPropertyName = "DisplayAllowDuplicate";
     this.dataGridViewTextBoxColumn84.HeaderText = "可重複";
     this.dataGridViewTextBoxColumn84.Name = "dataGridViewTextBoxColumn84";
     this.dataGridViewTextBoxColumn84.ReadOnly = true;
     this.dataGridViewTextBoxColumn84.Width = 69;
     //
     // dataGridViewTextBoxColumn85
     //
     this.dataGridViewTextBoxColumn85.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn85.DataPropertyName = "DisplayLimitNextDay";
     this.dataGridViewTextBoxColumn85.HeaderText = "不連天";
     this.dataGridViewTextBoxColumn85.Name = "dataGridViewTextBoxColumn85";
     this.dataGridViewTextBoxColumn85.ReadOnly = true;
     this.dataGridViewTextBoxColumn85.Width = 69;
     //
     // dataGridViewTextBoxColumn86
     //
     this.dataGridViewTextBoxColumn86.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn86.DataPropertyName = "DisplayWeekFlag";
     this.dataGridViewTextBoxColumn86.HeaderText = "單雙週";
     this.dataGridViewTextBoxColumn86.Name = "dataGridViewTextBoxColumn86";
     this.dataGridViewTextBoxColumn86.ReadOnly = true;
     this.dataGridViewTextBoxColumn86.Width = 69;
     //
     // dataGridViewTextBoxColumn87
     //
     this.dataGridViewTextBoxColumn87.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn87.DataPropertyName = "Priority";
     this.dataGridViewTextBoxColumn87.HeaderText = "優先";
     this.dataGridViewTextBoxColumn87.Name = "dataGridViewTextBoxColumn87";
     this.dataGridViewTextBoxColumn87.ReadOnly = true;
     this.dataGridViewTextBoxColumn87.Width = 57;
     //
     // dataGridViewTextBoxColumn88
     //
     this.dataGridViewTextBoxColumn88.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn88.DataPropertyName = "DispalyTimeTableName";
     this.dataGridViewTextBoxColumn88.HeaderText = "時間表";
     this.dataGridViewTextBoxColumn88.Name = "dataGridViewTextBoxColumn88";
     this.dataGridViewTextBoxColumn88.ReadOnly = true;
     this.dataGridViewTextBoxColumn88.Width = 69;
     //
     // dataGridViewTextBoxColumn89
     //
     this.dataGridViewTextBoxColumn89.DataPropertyName = "ColorIndex";
     this.dataGridViewTextBoxColumn89.HeaderText = "顏色";
     this.dataGridViewTextBoxColumn89.Name = "dataGridViewTextBoxColumn89";
     this.dataGridViewTextBoxColumn89.ReadOnly = true;
     this.dataGridViewTextBoxColumn89.Visible = false;
     this.dataGridViewTextBoxColumn89.Width = 54;
     //
     // dataGridViewTextBoxColumn90
     //
     this.dataGridViewTextBoxColumn90.DataPropertyName = "EventID";
     this.dataGridViewTextBoxColumn90.HeaderText = "分課編號";
     this.dataGridViewTextBoxColumn90.Name = "dataGridViewTextBoxColumn90";
     this.dataGridViewTextBoxColumn90.ReadOnly = true;
     this.dataGridViewTextBoxColumn90.Width = 81;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.labelX6);
     this.panel3.Controls.Add(this.lblClass);
     this.panel3.Controls.Add(this.labelX3);
     this.panel3.Controls.Add(this.labelX1);
     this.panel3.Controls.Add(this.btnClassEventExpand);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(139, 35);
     this.panel3.TabIndex = 9;
     //
     // labelX6
     //
     this.labelX6.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.labelX6.AutoSize = true;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX6.Location = new System.Drawing.Point(-20, 4);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(123, 26);
     this.labelX6.TabIndex = 4;
     this.labelX6.Text = "黃色為未排分課";
     //
     // lblClass
     //
     this.lblClass.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblClass.AutoSize = true;
     //
     //
     //
     this.lblClass.BackgroundStyle.Class = "";
     this.lblClass.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblClass.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lblClass.Location = new System.Drawing.Point(7, 4);
     this.lblClass.Name = "lblClass";
     this.lblClass.Size = new System.Drawing.Size(0, 0);
     this.lblClass.TabIndex = 3;
     //
     // labelX3
     //
     this.labelX3.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelX3.AutoSize = true;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX3.Location = new System.Drawing.Point(7, 4);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(0, 0);
     this.labelX3.TabIndex = 2;
     //
     // labelX1
     //
     this.labelX1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX1.Location = new System.Drawing.Point(7, 4);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(0, 0);
     this.labelX1.TabIndex = 1;
     //
     // btnClassEventExpand
     //
     this.btnClassEventExpand.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClassEventExpand.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnClassEventExpand.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnClassEventExpand.Location = new System.Drawing.Point(105, 5);
     this.btnClassEventExpand.Name = "btnClassEventExpand";
     this.btnClassEventExpand.Size = new System.Drawing.Size(28, 23);
     this.btnClassEventExpand.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnClassEventExpand.TabIndex = 0;
     this.btnClassEventExpand.Text = ">>";
     //
     // tabClass
     //
     this.tabClass.AttachedControl = this.superTabControlPanel2;
     this.tabClass.GlobalItem = false;
     this.tabClass.Name = "tabClass";
     this.tabClass.Text = "班級";
     //
     // superTabControlPanel3
     //
     this.superTabControlPanel3.Controls.Add(this.pnlWhereList);
     this.superTabControlPanel3.Controls.Add(this.splClassroom);
     this.superTabControlPanel3.Controls.Add(this.pnlWhereLPView);
     this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel3.Location = new System.Drawing.Point(0, 0);
     this.superTabControlPanel3.Name = "superTabControlPanel3";
     this.superTabControlPanel3.Size = new System.Drawing.Size(739, 574);
     this.superTabControlPanel3.TabIndex = 0;
     this.superTabControlPanel3.TabItem = this.tabClassroom;
     //
     // pnlWhereList
     //
     this.pnlWhereList.Controls.Add(this.panel9);
     this.pnlWhereList.Controls.Add(this.panel6);
     this.pnlWhereList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlWhereList.Location = new System.Drawing.Point(0, 0);
     this.pnlWhereList.Name = "pnlWhereList";
     this.pnlWhereList.Size = new System.Drawing.Size(136, 574);
     this.pnlWhereList.TabIndex = 2;
     //
     // panel9
     //
     this.panel9.Controls.Add(this.grdClassroomEvent);
     this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(0, 35);
     this.panel9.Name = "panel9";
     this.panel9.Size = new System.Drawing.Size(136, 539);
     this.panel9.TabIndex = 11;
     //
     // grdClassroomEvent
     //
     this.grdClassroomEvent.AllowUserToAddRows = false;
     this.grdClassroomEvent.AllowUserToDeleteRows = false;
     this.grdClassroomEvent.AllowUserToOrderColumns = true;
     this.grdClassroomEvent.AllowUserToResizeRows = false;
     this.grdClassroomEvent.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.grdClassroomEvent.BackgroundColor = System.Drawing.Color.White;
     this.grdClassroomEvent.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdClassroomEvent.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn91,
     this.dataGridViewTextBoxColumn92,
     this.dataGridViewTextBoxColumn93,
     this.dataGridViewTextBoxColumn94,
     this.dataGridViewTextBoxColumn100,
     this.dataGridViewTextBoxColumn102,
     this.dataGridViewTextBoxColumn95,
     this.dataGridViewTextBoxColumn96,
     this.dataGridViewTextBoxColumn97,
     this.dataGridViewTextBoxColumn98,
     this.dataGridViewTextBoxColumn99,
     this.dataGridViewTextBoxColumn101,
     this.dataGridViewTextBoxColumn103,
     this.dataGridViewTextBoxColumn104,
     this.dataGridViewTextBoxColumn105,
     this.dataGridViewTextBoxColumn106,
     this.dataGridViewTextBoxColumn107,
     this.dataGridViewTextBoxColumn108,
     this.dataGridViewTextBoxColumn109,
     this.dataGridViewTextBoxColumn110,
     this.dataGridViewTextBoxColumn111,
     this.dataGridViewTextBoxColumn112});
     dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle18.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdClassroomEvent.DefaultCellStyle = dataGridViewCellStyle18;
     this.grdClassroomEvent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdClassroomEvent.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.grdClassroomEvent.Location = new System.Drawing.Point(0, 0);
     this.grdClassroomEvent.Name = "grdClassroomEvent";
     this.grdClassroomEvent.ReadOnly = true;
     this.grdClassroomEvent.RowHeadersVisible = false;
     this.grdClassroomEvent.RowTemplate.Height = 24;
     this.grdClassroomEvent.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdClassroomEvent.Size = new System.Drawing.Size(136, 539);
     this.grdClassroomEvent.TabIndex = 11;
     this.grdClassroomEvent.VirtualMode = true;
     //
     // dataGridViewTextBoxColumn91
     //
     this.dataGridViewTextBoxColumn91.DataPropertyName = "DisplayManualLock";
     dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn91.DefaultCellStyle = dataGridViewCellStyle13;
     this.dataGridViewTextBoxColumn91.HeaderText = "鎖定";
     this.dataGridViewTextBoxColumn91.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn91.Name = "dataGridViewTextBoxColumn91";
     this.dataGridViewTextBoxColumn91.ReadOnly = true;
     this.dataGridViewTextBoxColumn91.Width = 57;
     //
     // dataGridViewTextBoxColumn92
     //
     this.dataGridViewTextBoxColumn92.DataPropertyName = "DisplaySolutionCount";
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn92.DefaultCellStyle = dataGridViewCellStyle14;
     this.dataGridViewTextBoxColumn92.HeaderText = "方案";
     this.dataGridViewTextBoxColumn92.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn92.Name = "dataGridViewTextBoxColumn92";
     this.dataGridViewTextBoxColumn92.ReadOnly = true;
     this.dataGridViewTextBoxColumn92.Width = 57;
     //
     // dataGridViewTextBoxColumn93
     //
     this.dataGridViewTextBoxColumn93.DataPropertyName = "WeekDay";
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn93.DefaultCellStyle = dataGridViewCellStyle15;
     this.dataGridViewTextBoxColumn93.HeaderText = "星期";
     this.dataGridViewTextBoxColumn93.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn93.Name = "dataGridViewTextBoxColumn93";
     this.dataGridViewTextBoxColumn93.ReadOnly = true;
     this.dataGridViewTextBoxColumn93.Width = 57;
     //
     // dataGridViewTextBoxColumn94
     //
     this.dataGridViewTextBoxColumn94.DataPropertyName = "PeriodNo";
     dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn94.DefaultCellStyle = dataGridViewCellStyle16;
     this.dataGridViewTextBoxColumn94.HeaderText = "節次";
     this.dataGridViewTextBoxColumn94.Name = "dataGridViewTextBoxColumn94";
     this.dataGridViewTextBoxColumn94.ReadOnly = true;
     this.dataGridViewTextBoxColumn94.Width = 57;
     //
     // dataGridViewTextBoxColumn100
     //
     this.dataGridViewTextBoxColumn100.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn100.DataPropertyName = "CourseName";
     this.dataGridViewTextBoxColumn100.HeaderText = "課程名稱";
     this.dataGridViewTextBoxColumn100.Name = "dataGridViewTextBoxColumn100";
     this.dataGridViewTextBoxColumn100.ReadOnly = true;
     this.dataGridViewTextBoxColumn100.Width = 81;
     //
     // dataGridViewTextBoxColumn102
     //
     this.dataGridViewTextBoxColumn102.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn102.DataPropertyName = "Length";
     dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn102.DefaultCellStyle = dataGridViewCellStyle17;
     this.dataGridViewTextBoxColumn102.HeaderText = "節數";
     this.dataGridViewTextBoxColumn102.Name = "dataGridViewTextBoxColumn102";
     this.dataGridViewTextBoxColumn102.ReadOnly = true;
     this.dataGridViewTextBoxColumn102.Width = 57;
     //
     // dataGridViewTextBoxColumn95
     //
     this.dataGridViewTextBoxColumn95.DataPropertyName = "DisplayTeacherName";
     this.dataGridViewTextBoxColumn95.HeaderText = "教師";
     this.dataGridViewTextBoxColumn95.Name = "dataGridViewTextBoxColumn95";
     this.dataGridViewTextBoxColumn95.ReadOnly = true;
     this.dataGridViewTextBoxColumn95.Width = 57;
     //
     // dataGridViewTextBoxColumn96
     //
     this.dataGridViewTextBoxColumn96.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn96.DataPropertyName = "DisplayClassName";
     this.dataGridViewTextBoxColumn96.HeaderText = "班級";
     this.dataGridViewTextBoxColumn96.Name = "dataGridViewTextBoxColumn96";
     this.dataGridViewTextBoxColumn96.ReadOnly = true;
     this.dataGridViewTextBoxColumn96.Width = 57;
     //
     // dataGridViewTextBoxColumn97
     //
     this.dataGridViewTextBoxColumn97.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn97.DataPropertyName = "DisplayClassroomName";
     this.dataGridViewTextBoxColumn97.HeaderText = "場地";
     this.dataGridViewTextBoxColumn97.Name = "dataGridViewTextBoxColumn97";
     this.dataGridViewTextBoxColumn97.ReadOnly = true;
     this.dataGridViewTextBoxColumn97.Width = 57;
     //
     // dataGridViewTextBoxColumn98
     //
     this.dataGridViewTextBoxColumn98.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn98.DataPropertyName = "DisplaySubjectName";
     this.dataGridViewTextBoxColumn98.HeaderText = "科目";
     this.dataGridViewTextBoxColumn98.Name = "dataGridViewTextBoxColumn98";
     this.dataGridViewTextBoxColumn98.ReadOnly = true;
     this.dataGridViewTextBoxColumn98.Width = 57;
     //
     // dataGridViewTextBoxColumn99
     //
     this.dataGridViewTextBoxColumn99.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn99.DataPropertyName = "SubjectAlias";
     this.dataGridViewTextBoxColumn99.HeaderText = "科目簡稱";
     this.dataGridViewTextBoxColumn99.Name = "dataGridViewTextBoxColumn99";
     this.dataGridViewTextBoxColumn99.ReadOnly = true;
     this.dataGridViewTextBoxColumn99.Width = 81;
     //
     // dataGridViewTextBoxColumn101
     //
     this.dataGridViewTextBoxColumn101.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn101.DataPropertyName = "CourseGroup";
     this.dataGridViewTextBoxColumn101.HeaderText = "課程群組";
     this.dataGridViewTextBoxColumn101.Name = "dataGridViewTextBoxColumn101";
     this.dataGridViewTextBoxColumn101.ReadOnly = true;
     this.dataGridViewTextBoxColumn101.Width = 81;
     //
     // dataGridViewTextBoxColumn103
     //
     this.dataGridViewTextBoxColumn103.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn103.DataPropertyName = "WeekDayCondition";
     this.dataGridViewTextBoxColumn103.HeaderText = "星期條件";
     this.dataGridViewTextBoxColumn103.Name = "dataGridViewTextBoxColumn103";
     this.dataGridViewTextBoxColumn103.ReadOnly = true;
     this.dataGridViewTextBoxColumn103.Width = 81;
     //
     // dataGridViewTextBoxColumn104
     //
     this.dataGridViewTextBoxColumn104.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn104.DataPropertyName = "PeriodCondition";
     this.dataGridViewTextBoxColumn104.HeaderText = "節次條件";
     this.dataGridViewTextBoxColumn104.Name = "dataGridViewTextBoxColumn104";
     this.dataGridViewTextBoxColumn104.ReadOnly = true;
     this.dataGridViewTextBoxColumn104.Width = 81;
     //
     // dataGridViewTextBoxColumn105
     //
     this.dataGridViewTextBoxColumn105.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn105.DataPropertyName = "DisplayAllowLongBreak";
     this.dataGridViewTextBoxColumn105.HeaderText = "跨中午";
     this.dataGridViewTextBoxColumn105.Name = "dataGridViewTextBoxColumn105";
     this.dataGridViewTextBoxColumn105.ReadOnly = true;
     this.dataGridViewTextBoxColumn105.Width = 69;
     //
     // dataGridViewTextBoxColumn106
     //
     this.dataGridViewTextBoxColumn106.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn106.DataPropertyName = "DisplayAllowDuplicate";
     this.dataGridViewTextBoxColumn106.HeaderText = "可重複";
     this.dataGridViewTextBoxColumn106.Name = "dataGridViewTextBoxColumn106";
     this.dataGridViewTextBoxColumn106.ReadOnly = true;
     this.dataGridViewTextBoxColumn106.Width = 69;
     //
     // dataGridViewTextBoxColumn107
     //
     this.dataGridViewTextBoxColumn107.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn107.DataPropertyName = "DisplayLimitNextDay";
     this.dataGridViewTextBoxColumn107.HeaderText = "不連天";
     this.dataGridViewTextBoxColumn107.Name = "dataGridViewTextBoxColumn107";
     this.dataGridViewTextBoxColumn107.ReadOnly = true;
     this.dataGridViewTextBoxColumn107.Width = 69;
     //
     // dataGridViewTextBoxColumn108
     //
     this.dataGridViewTextBoxColumn108.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn108.DataPropertyName = "DisplayWeekFlag";
     this.dataGridViewTextBoxColumn108.HeaderText = "單雙週";
     this.dataGridViewTextBoxColumn108.Name = "dataGridViewTextBoxColumn108";
     this.dataGridViewTextBoxColumn108.ReadOnly = true;
     this.dataGridViewTextBoxColumn108.Width = 69;
     //
     // dataGridViewTextBoxColumn109
     //
     this.dataGridViewTextBoxColumn109.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn109.DataPropertyName = "Priority";
     this.dataGridViewTextBoxColumn109.HeaderText = "優先";
     this.dataGridViewTextBoxColumn109.Name = "dataGridViewTextBoxColumn109";
     this.dataGridViewTextBoxColumn109.ReadOnly = true;
     this.dataGridViewTextBoxColumn109.Width = 57;
     //
     // dataGridViewTextBoxColumn110
     //
     this.dataGridViewTextBoxColumn110.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn110.DataPropertyName = "DispalyTimeTableName";
     this.dataGridViewTextBoxColumn110.HeaderText = "時間表";
     this.dataGridViewTextBoxColumn110.Name = "dataGridViewTextBoxColumn110";
     this.dataGridViewTextBoxColumn110.ReadOnly = true;
     this.dataGridViewTextBoxColumn110.Width = 69;
     //
     // dataGridViewTextBoxColumn111
     //
     this.dataGridViewTextBoxColumn111.DataPropertyName = "ColorIndex";
     this.dataGridViewTextBoxColumn111.HeaderText = "顏色";
     this.dataGridViewTextBoxColumn111.Name = "dataGridViewTextBoxColumn111";
     this.dataGridViewTextBoxColumn111.ReadOnly = true;
     this.dataGridViewTextBoxColumn111.Visible = false;
     this.dataGridViewTextBoxColumn111.Width = 54;
     //
     // dataGridViewTextBoxColumn112
     //
     this.dataGridViewTextBoxColumn112.DataPropertyName = "EventID";
     this.dataGridViewTextBoxColumn112.HeaderText = "分課編號";
     this.dataGridViewTextBoxColumn112.Name = "dataGridViewTextBoxColumn112";
     this.dataGridViewTextBoxColumn112.ReadOnly = true;
     this.dataGridViewTextBoxColumn112.Width = 81;
     //
     // panel6
     //
     this.panel6.Controls.Add(this.labelX7);
     this.panel6.Controls.Add(this.lblClassroom);
     this.panel6.Controls.Add(this.labelX4);
     this.panel6.Controls.Add(this.labelX5);
     this.panel6.Controls.Add(this.btnClassroomEventExpand);
     this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(136, 35);
     this.panel6.TabIndex = 10;
     //
     // labelX7
     //
     this.labelX7.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.labelX7.AutoSize = true;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX7.Location = new System.Drawing.Point(-23, 4);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(123, 26);
     this.labelX7.TabIndex = 5;
     this.labelX7.Text = "黃色為未排分課";
     //
     // lblClassroom
     //
     this.lblClassroom.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblClassroom.AutoSize = true;
     //
     //
     //
     this.lblClassroom.BackgroundStyle.Class = "";
     this.lblClassroom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblClassroom.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lblClassroom.Location = new System.Drawing.Point(7, 4);
     this.lblClassroom.Name = "lblClassroom";
     this.lblClassroom.Size = new System.Drawing.Size(0, 0);
     this.lblClassroom.TabIndex = 3;
     //
     // labelX4
     //
     this.labelX4.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelX4.AutoSize = true;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX4.Location = new System.Drawing.Point(7, 4);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(0, 0);
     this.labelX4.TabIndex = 2;
     //
     // labelX5
     //
     this.labelX5.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelX5.AutoSize = true;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Font = new System.Drawing.Font("Microsoft JhengHei", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.labelX5.Location = new System.Drawing.Point(7, 4);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(0, 0);
     this.labelX5.TabIndex = 1;
     //
     // btnClassroomEventExpand
     //
     this.btnClassroomEventExpand.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClassroomEventExpand.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnClassroomEventExpand.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnClassroomEventExpand.Location = new System.Drawing.Point(102, 5);
     this.btnClassroomEventExpand.Name = "btnClassroomEventExpand";
     this.btnClassroomEventExpand.Size = new System.Drawing.Size(28, 23);
     this.btnClassroomEventExpand.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnClassroomEventExpand.TabIndex = 0;
     this.btnClassroomEventExpand.Text = ">>";
     //
     // splClassroom
     //
     this.splClassroom.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClassroom.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClassroom.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.splClassroom.Dock = System.Windows.Forms.DockStyle.Right;
     this.splClassroom.ExpandableControl = this.pnlWhereLPView;
     this.splClassroom.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClassroom.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClassroom.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splClassroom.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splClassroom.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splClassroom.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splClassroom.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.splClassroom.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.splClassroom.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103)))));
     this.splClassroom.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135)))));
     this.splClassroom.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
     this.splClassroom.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.splClassroom.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClassroom.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClassroom.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.splClassroom.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.splClassroom.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.splClassroom.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.splClassroom.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.splClassroom.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.splClassroom.Location = new System.Drawing.Point(136, 0);
     this.splClassroom.Name = "splClassroom";
     this.splClassroom.Size = new System.Drawing.Size(3, 574);
     this.splClassroom.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
     this.splClassroom.TabIndex = 1;
     this.splClassroom.TabStop = false;
     //
     // pnlWhereLPView
     //
     this.pnlWhereLPView.Controls.Add(this.tabClassroomLPView);
     this.pnlWhereLPView.Dock = System.Windows.Forms.DockStyle.Right;
     this.pnlWhereLPView.Location = new System.Drawing.Point(139, 0);
     this.pnlWhereLPView.Name = "pnlWhereLPView";
     this.pnlWhereLPView.Size = new System.Drawing.Size(600, 574);
     this.pnlWhereLPView.TabIndex = 0;
     //
     // tabClassroomLPView
     //
     this.tabClassroomLPView.AutoCloseTabs = true;
     this.tabClassroomLPView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabClassroomLPView.CanReorderTabs = true;
     this.tabClassroomLPView.CloseButtonOnTabsVisible = true;
     this.tabClassroomLPView.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
     this.tabClassroomLPView.Controls.Add(this.tabControlPanel3);
     this.tabClassroomLPView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabClassroomLPView.Location = new System.Drawing.Point(0, 0);
     this.tabClassroomLPView.Name = "tabClassroomLPView";
     this.tabClassroomLPView.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Bold);
     this.tabClassroomLPView.SelectedTabIndex = -1;
     this.tabClassroomLPView.Size = new System.Drawing.Size(600, 574);
     this.tabClassroomLPView.TabIndex = 3;
     this.tabClassroomLPView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabClassroomLPView.Tabs.Add(this.tabItem4);
     this.tabClassroomLPView.Text = "tabControl1";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 28);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(600, 546);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 1;
     this.tabControlPanel3.TabItem = this.tabItem4;
     //
     // tabItem4
     //
     this.tabItem4.AttachedControl = this.tabControlPanel3;
     this.tabItem4.CloseButtonVisible = false;
     this.tabItem4.Name = "tabItem4";
     this.tabItem4.Text = "功課表";
     //
     // tabClassroom
     //
     this.tabClassroom.AttachedControl = this.superTabControlPanel3;
     this.tabClassroom.GlobalItem = false;
     this.tabClassroom.Name = "tabClassroom";
     this.tabClassroom.Text = "場地";
     //
     // expandableSplitter1
     //
     this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103)))));
     this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135)))));
     this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
     this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
     this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.expandableSplitter1.Location = new System.Drawing.Point(206, 0);
     this.expandableSplitter1.Name = "expandableSplitter1";
     this.expandableSplitter1.Size = new System.Drawing.Size(3, 574);
     this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
     this.expandableSplitter1.TabIndex = 10;
     this.expandableSplitter1.TabStop = false;
     //
     // LeftNavigationPanel
     //
     this.LeftNavigationPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LeftNavigationPanel.CanCollapse = true;
     this.LeftNavigationPanel.Controls.Add(this.pnlClassroom);
     this.LeftNavigationPanel.Controls.Add(this.pnlClass);
     this.LeftNavigationPanel.Controls.Add(this.pnlTeacher);
     this.LeftNavigationPanel.Dock = System.Windows.Forms.DockStyle.Left;
     this.LeftNavigationPanel.ItemPaddingBottom = 2;
     this.LeftNavigationPanel.ItemPaddingTop = 2;
     this.LeftNavigationPanel.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnTeacher,
     this.btnClass,
     this.btnClassroom});
     this.LeftNavigationPanel.Location = new System.Drawing.Point(0, 0);
     this.LeftNavigationPanel.Name = "LeftNavigationPanel";
     this.LeftNavigationPanel.Padding = new System.Windows.Forms.Padding(1);
     this.LeftNavigationPanel.Size = new System.Drawing.Size(206, 574);
     this.LeftNavigationPanel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.LeftNavigationPanel.TabIndex = 9;
     //
     //
     //
     this.LeftNavigationPanel.TitlePanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.LeftNavigationPanel.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
     this.LeftNavigationPanel.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LeftNavigationPanel.TitlePanel.Location = new System.Drawing.Point(1, 1);
     this.LeftNavigationPanel.TitlePanel.Name = "panelTitle";
     this.LeftNavigationPanel.TitlePanel.Size = new System.Drawing.Size(202, 24);
     this.LeftNavigationPanel.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.LeftNavigationPanel.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.LeftNavigationPanel.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
     this.LeftNavigationPanel.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.LeftNavigationPanel.TitlePanel.Style.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.LeftNavigationPanel.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.LeftNavigationPanel.TitlePanel.Style.GradientAngle = 90;
     this.LeftNavigationPanel.TitlePanel.Style.MarginLeft = 4;
     this.LeftNavigationPanel.TitlePanel.TabIndex = 0;
     this.LeftNavigationPanel.TitlePanel.Text = "場地";
     //
     // pnlClassroom
     //
     this.pnlClassroom.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlClassroom.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlClassroom.Location = new System.Drawing.Point(1, 25);
     this.pnlClassroom.Name = "pnlClassroom";
     this.pnlClassroom.ParentItem = this.btnClassroom;
     this.pnlClassroom.Size = new System.Drawing.Size(202, 514);
     this.pnlClassroom.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.pnlClassroom.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.pnlClassroom.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlClassroom.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.pnlClassroom.Style.GradientAngle = 90;
     this.pnlClassroom.TabIndex = 4;
     //
     // btnClassroom
     //
     this.btnClassroom.Checked = true;
     this.btnClassroom.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.btnClassroom.Name = "btnClassroom";
     this.btnClassroom.OptionGroup = "navBar";
     this.btnClassroom.Text = "場地";
     this.btnClassroom.Visible = false;
     //
     // pnlClass
     //
     this.pnlClass.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlClass.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlClass.Location = new System.Drawing.Point(1, 1);
     this.pnlClass.Name = "pnlClass";
     this.pnlClass.ParentItem = this.btnClass;
     this.pnlClass.Size = new System.Drawing.Size(202, 538);
     this.pnlClass.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.pnlClass.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.pnlClass.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlClass.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.pnlClass.Style.GradientAngle = 90;
     this.pnlClass.TabIndex = 3;
     //
     // btnClass
     //
     this.btnClass.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.btnClass.Name = "btnClass";
     this.btnClass.OptionGroup = "navBar";
     this.btnClass.Text = "班級";
     this.btnClass.Visible = false;
     //
     // pnlTeacher
     //
     this.pnlTeacher.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.pnlTeacher.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlTeacher.Location = new System.Drawing.Point(1, 1);
     this.pnlTeacher.Name = "pnlTeacher";
     this.pnlTeacher.ParentItem = this.btnTeacher;
     this.pnlTeacher.Size = new System.Drawing.Size(202, 538);
     this.pnlTeacher.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.pnlTeacher.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.pnlTeacher.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.pnlTeacher.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.pnlTeacher.Style.GradientAngle = 90;
     this.pnlTeacher.TabIndex = 2;
     //
     // btnTeacher
     //
     this.btnTeacher.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.btnTeacher.Name = "btnTeacher";
     this.btnTeacher.OptionGroup = "navBar";
     this.btnTeacher.Text = "教師";
     this.btnTeacher.Visible = false;
     //
     // tabItem1
     //
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "tabItem1";
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.Text = "buttonItem1";
     //
     // panel7
     //
     this.panel7.Controls.Add(this.buttonX2);
     this.panel7.Controls.Add(this.buttonX1);
     this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel7.Location = new System.Drawing.Point(0, 412);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(208, 100);
     this.panel7.TabIndex = 0;
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Dock = System.Windows.Forms.DockStyle.Top;
     this.buttonX2.Location = new System.Drawing.Point(0, 23);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(208, 23);
     this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX2.TabIndex = 1;
     this.buttonX2.Text = "待處理分課表";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Dock = System.Windows.Forms.DockStyle.Top;
     this.buttonX1.Location = new System.Drawing.Point(0, 0);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(208, 23);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 0;
     this.buttonX1.Text = "顯示所有分課";
     //
     // panel8
     //
     this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 0);
     this.panel8.Name = "panel8";
     this.panel8.Size = new System.Drawing.Size(208, 412);
     this.panel8.TabIndex = 1;
     //
     // contextMenu
     //
     this.contextMenu.Name = "contextMenu";
     this.contextMenu.Size = new System.Drawing.Size(61, 4);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Lock";
     dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle19;
     this.dataGridViewTextBoxColumn1.HeaderText = "*";
     this.dataGridViewTextBoxColumn1.MinimumWidth = 30;
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "SolutionCount";
     dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle20;
     this.dataGridViewTextBoxColumn2.HeaderText = "教師";
     this.dataGridViewTextBoxColumn2.MinimumWidth = 30;
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn3.DataPropertyName = "WhoName";
     dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle21;
     this.dataGridViewTextBoxColumn3.HeaderText = "課程";
     this.dataGridViewTextBoxColumn3.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn4.DataPropertyName = "WhomName";
     dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle22;
     this.dataGridViewTextBoxColumn4.HeaderText = "星期";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "WhereName";
     dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle23;
     this.dataGridViewTextBoxColumn5.HeaderText = "場地";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn6.DataPropertyName = "WhatName";
     dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle24;
     this.dataGridViewTextBoxColumn6.HeaderText = "科目";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn7.DataPropertyName = "WhatAliasName";
     this.dataGridViewTextBoxColumn7.HeaderText = "科目簡稱";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn8.DataPropertyName = "CourseName";
     this.dataGridViewTextBoxColumn8.HeaderText = "課程名稱";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn9.DataPropertyName = "CourseGroup";
     this.dataGridViewTextBoxColumn9.HeaderText = "課程群組";
     this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn10.DataPropertyName = "WeekDay";
     this.dataGridViewTextBoxColumn10.HeaderText = "星期";
     this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn11.DataPropertyName = "PeriodNo";
     this.dataGridViewTextBoxColumn11.HeaderText = "節次";
     this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn12
     //
     this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn12.DataPropertyName = "Length";
     this.dataGridViewTextBoxColumn12.HeaderText = "節數";
     this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn13.DataPropertyName = "WeekDayCondition";
     this.dataGridViewTextBoxColumn13.HeaderText = "星期條件";
     this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn14
     //
     this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn14.DataPropertyName = "PeriodCondition";
     this.dataGridViewTextBoxColumn14.HeaderText = "節次條件";
     this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn15
     //
     this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn15.DataPropertyName = "AllowLongBreak";
     this.dataGridViewTextBoxColumn15.HeaderText = "跨中午";
     this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
     this.dataGridViewTextBoxColumn15.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn16
     //
     this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn16.DataPropertyName = "AllowDuplicate";
     this.dataGridViewTextBoxColumn16.HeaderText = "可重複";
     this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
     this.dataGridViewTextBoxColumn16.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn17
     //
     this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn17.DataPropertyName = "LimitNextDay";
     this.dataGridViewTextBoxColumn17.HeaderText = "不連天";
     this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
     this.dataGridViewTextBoxColumn17.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn18
     //
     this.dataGridViewTextBoxColumn18.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn18.DataPropertyName = "WeekFlag";
     this.dataGridViewTextBoxColumn18.HeaderText = "單雙週";
     this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
     this.dataGridViewTextBoxColumn18.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn19
     //
     this.dataGridViewTextBoxColumn19.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn19.DataPropertyName = "Priority";
     this.dataGridViewTextBoxColumn19.HeaderText = "優先";
     this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
     this.dataGridViewTextBoxColumn19.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn20
     //
     this.dataGridViewTextBoxColumn20.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn20.DataPropertyName = "TimeTableName";
     this.dataGridViewTextBoxColumn20.HeaderText = "時間表";
     this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
     this.dataGridViewTextBoxColumn20.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn21
     //
     this.dataGridViewTextBoxColumn21.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn21.DataPropertyName = "ColorIndex";
     this.dataGridViewTextBoxColumn21.HeaderText = "分課編號";
     this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
     this.dataGridViewTextBoxColumn21.ReadOnly = true;
     this.dataGridViewTextBoxColumn21.Visible = false;
     //
     // dataGridViewTextBoxColumn22
     //
     this.dataGridViewTextBoxColumn22.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn22.DataPropertyName = "EventID";
     this.dataGridViewTextBoxColumn22.HeaderText = "姓名";
     this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
     this.dataGridViewTextBoxColumn22.ReadOnly = true;
     this.dataGridViewTextBoxColumn22.Visible = false;
     //
     // dataGridViewTextBoxColumn23
     //
     this.dataGridViewTextBoxColumn23.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn23.DataPropertyName = "Lock";
     dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn23.DefaultCellStyle = dataGridViewCellStyle25;
     this.dataGridViewTextBoxColumn23.HeaderText = "總時數";
     this.dataGridViewTextBoxColumn23.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
     this.dataGridViewTextBoxColumn23.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn24
     //
     this.dataGridViewTextBoxColumn24.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn24.DataPropertyName = "SolutionCount";
     dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle26;
     this.dataGridViewTextBoxColumn24.HeaderText = "未排時數";
     this.dataGridViewTextBoxColumn24.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
     this.dataGridViewTextBoxColumn24.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn25
     //
     this.dataGridViewTextBoxColumn25.DataPropertyName = "Lock";
     dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn25.DefaultCellStyle = dataGridViewCellStyle27;
     this.dataGridViewTextBoxColumn25.HeaderText = "鎖定";
     this.dataGridViewTextBoxColumn25.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
     this.dataGridViewTextBoxColumn25.ReadOnly = true;
     this.dataGridViewTextBoxColumn25.Width = 57;
     //
     // dataGridViewTextBoxColumn26
     //
     this.dataGridViewTextBoxColumn26.DataPropertyName = "SolutionCount";
     dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn26.DefaultCellStyle = dataGridViewCellStyle28;
     this.dataGridViewTextBoxColumn26.HeaderText = "方案";
     this.dataGridViewTextBoxColumn26.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
     this.dataGridViewTextBoxColumn26.ReadOnly = true;
     this.dataGridViewTextBoxColumn26.Width = 57;
     //
     // dataGridViewTextBoxColumn27
     //
     this.dataGridViewTextBoxColumn27.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn27.DataPropertyName = "WeekDay";
     dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn27.DefaultCellStyle = dataGridViewCellStyle29;
     this.dataGridViewTextBoxColumn27.HeaderText = "星期";
     this.dataGridViewTextBoxColumn27.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
     this.dataGridViewTextBoxColumn27.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn28
     //
     this.dataGridViewTextBoxColumn28.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn28.DataPropertyName = "PeriodNo";
     dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn28.DefaultCellStyle = dataGridViewCellStyle30;
     this.dataGridViewTextBoxColumn28.HeaderText = "節次";
     this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
     this.dataGridViewTextBoxColumn28.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn29
     //
     this.dataGridViewTextBoxColumn29.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn29.DataPropertyName = "WhoName";
     this.dataGridViewTextBoxColumn29.HeaderText = "教師";
     this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
     this.dataGridViewTextBoxColumn29.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn30
     //
     this.dataGridViewTextBoxColumn30.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn30.DataPropertyName = "WhomName";
     this.dataGridViewTextBoxColumn30.HeaderText = "班級";
     this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
     this.dataGridViewTextBoxColumn30.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn31
     //
     this.dataGridViewTextBoxColumn31.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn31.DataPropertyName = "WhereName";
     this.dataGridViewTextBoxColumn31.HeaderText = "場地";
     this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
     this.dataGridViewTextBoxColumn31.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn32
     //
     this.dataGridViewTextBoxColumn32.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn32.DataPropertyName = "WhatName";
     this.dataGridViewTextBoxColumn32.HeaderText = "科目";
     this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32";
     this.dataGridViewTextBoxColumn32.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn33
     //
     this.dataGridViewTextBoxColumn33.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn33.DataPropertyName = "WhatAliasName";
     this.dataGridViewTextBoxColumn33.HeaderText = "科目簡稱";
     this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33";
     this.dataGridViewTextBoxColumn33.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn34
     //
     this.dataGridViewTextBoxColumn34.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn34.DataPropertyName = "CourseName";
     this.dataGridViewTextBoxColumn34.HeaderText = "課程名稱";
     this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34";
     this.dataGridViewTextBoxColumn34.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn35
     //
     this.dataGridViewTextBoxColumn35.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn35.DataPropertyName = "CourseGroup";
     this.dataGridViewTextBoxColumn35.HeaderText = "課程群組";
     this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35";
     this.dataGridViewTextBoxColumn35.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn36
     //
     this.dataGridViewTextBoxColumn36.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn36.DataPropertyName = "Length";
     this.dataGridViewTextBoxColumn36.HeaderText = "節數";
     this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36";
     this.dataGridViewTextBoxColumn36.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn37
     //
     this.dataGridViewTextBoxColumn37.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn37.DataPropertyName = "WeekDayCondition";
     this.dataGridViewTextBoxColumn37.HeaderText = "星期條件";
     this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37";
     this.dataGridViewTextBoxColumn37.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn38
     //
     this.dataGridViewTextBoxColumn38.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn38.DataPropertyName = "PeriodCondition";
     this.dataGridViewTextBoxColumn38.HeaderText = "節次條件";
     this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38";
     this.dataGridViewTextBoxColumn38.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn39
     //
     this.dataGridViewTextBoxColumn39.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn39.DataPropertyName = "AllowLongBreak";
     this.dataGridViewTextBoxColumn39.HeaderText = "跨中午";
     this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39";
     this.dataGridViewTextBoxColumn39.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn40
     //
     this.dataGridViewTextBoxColumn40.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn40.DataPropertyName = "AllowDuplicate";
     this.dataGridViewTextBoxColumn40.HeaderText = "可重複";
     this.dataGridViewTextBoxColumn40.Name = "dataGridViewTextBoxColumn40";
     this.dataGridViewTextBoxColumn40.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn41
     //
     this.dataGridViewTextBoxColumn41.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn41.DataPropertyName = "LimitNextDay";
     this.dataGridViewTextBoxColumn41.HeaderText = "不連天";
     this.dataGridViewTextBoxColumn41.Name = "dataGridViewTextBoxColumn41";
     this.dataGridViewTextBoxColumn41.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn42
     //
     this.dataGridViewTextBoxColumn42.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn42.DataPropertyName = "WeekFlag";
     this.dataGridViewTextBoxColumn42.HeaderText = "單雙週";
     this.dataGridViewTextBoxColumn42.Name = "dataGridViewTextBoxColumn42";
     this.dataGridViewTextBoxColumn42.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn43
     //
     this.dataGridViewTextBoxColumn43.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn43.DataPropertyName = "Priority";
     this.dataGridViewTextBoxColumn43.HeaderText = "優先";
     this.dataGridViewTextBoxColumn43.Name = "dataGridViewTextBoxColumn43";
     this.dataGridViewTextBoxColumn43.ReadOnly = true;
     this.dataGridViewTextBoxColumn43.Visible = false;
     //
     // dataGridViewTextBoxColumn44
     //
     this.dataGridViewTextBoxColumn44.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn44.DataPropertyName = "TimeTableName";
     this.dataGridViewTextBoxColumn44.HeaderText = "時間表";
     this.dataGridViewTextBoxColumn44.Name = "dataGridViewTextBoxColumn44";
     this.dataGridViewTextBoxColumn44.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn45
     //
     this.dataGridViewTextBoxColumn45.DataPropertyName = "ColorIndex";
     dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn45.DefaultCellStyle = dataGridViewCellStyle31;
     this.dataGridViewTextBoxColumn45.HeaderText = "顏色";
     this.dataGridViewTextBoxColumn45.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn45.Name = "dataGridViewTextBoxColumn45";
     this.dataGridViewTextBoxColumn45.ReadOnly = true;
     this.dataGridViewTextBoxColumn45.Visible = false;
     this.dataGridViewTextBoxColumn45.Width = 57;
     //
     // dataGridViewTextBoxColumn46
     //
     this.dataGridViewTextBoxColumn46.DataPropertyName = "EventID";
     dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn46.DefaultCellStyle = dataGridViewCellStyle32;
     this.dataGridViewTextBoxColumn46.HeaderText = "分課編號";
     this.dataGridViewTextBoxColumn46.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn46.Name = "dataGridViewTextBoxColumn46";
     this.dataGridViewTextBoxColumn46.ReadOnly = true;
     this.dataGridViewTextBoxColumn46.Width = 78;
     //
     // dataGridViewTextBoxColumn47
     //
     this.dataGridViewTextBoxColumn47.DataPropertyName = "Lock";
     dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn47.DefaultCellStyle = dataGridViewCellStyle33;
     this.dataGridViewTextBoxColumn47.HeaderText = "鎖定";
     this.dataGridViewTextBoxColumn47.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn47.Name = "dataGridViewTextBoxColumn47";
     this.dataGridViewTextBoxColumn47.ReadOnly = true;
     this.dataGridViewTextBoxColumn47.Width = 54;
     //
     // dataGridViewTextBoxColumn48
     //
     this.dataGridViewTextBoxColumn48.DataPropertyName = "SolutionCount";
     dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn48.DefaultCellStyle = dataGridViewCellStyle34;
     this.dataGridViewTextBoxColumn48.HeaderText = "方案";
     this.dataGridViewTextBoxColumn48.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn48.Name = "dataGridViewTextBoxColumn48";
     this.dataGridViewTextBoxColumn48.ReadOnly = true;
     this.dataGridViewTextBoxColumn48.Width = 54;
     //
     // dataGridViewTextBoxColumn49
     //
     this.dataGridViewTextBoxColumn49.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn49.DataPropertyName = "WeekDay";
     dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn49.DefaultCellStyle = dataGridViewCellStyle35;
     this.dataGridViewTextBoxColumn49.HeaderText = "星期";
     this.dataGridViewTextBoxColumn49.MinimumWidth = 40;
     this.dataGridViewTextBoxColumn49.Name = "dataGridViewTextBoxColumn49";
     this.dataGridViewTextBoxColumn49.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn50
     //
     this.dataGridViewTextBoxColumn50.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn50.DataPropertyName = "PeriodNo";
     dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn50.DefaultCellStyle = dataGridViewCellStyle36;
     this.dataGridViewTextBoxColumn50.HeaderText = "節次";
     this.dataGridViewTextBoxColumn50.Name = "dataGridViewTextBoxColumn50";
     this.dataGridViewTextBoxColumn50.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn51
     //
     this.dataGridViewTextBoxColumn51.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn51.DataPropertyName = "WhoName";
     this.dataGridViewTextBoxColumn51.HeaderText = "教師";
     this.dataGridViewTextBoxColumn51.Name = "dataGridViewTextBoxColumn51";
     this.dataGridViewTextBoxColumn51.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn52
     //
     this.dataGridViewTextBoxColumn52.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn52.DataPropertyName = "WhomName";
     this.dataGridViewTextBoxColumn52.HeaderText = "班級";
     this.dataGridViewTextBoxColumn52.Name = "dataGridViewTextBoxColumn52";
     this.dataGridViewTextBoxColumn52.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn53
     //
     this.dataGridViewTextBoxColumn53.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn53.DataPropertyName = "WhereName";
     this.dataGridViewTextBoxColumn53.HeaderText = "場地";
     this.dataGridViewTextBoxColumn53.Name = "dataGridViewTextBoxColumn53";
     this.dataGridViewTextBoxColumn53.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn54
     //
     this.dataGridViewTextBoxColumn54.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn54.DataPropertyName = "WhatName";
     this.dataGridViewTextBoxColumn54.HeaderText = "科目";
     this.dataGridViewTextBoxColumn54.Name = "dataGridViewTextBoxColumn54";
     this.dataGridViewTextBoxColumn54.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn55
     //
     this.dataGridViewTextBoxColumn55.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn55.DataPropertyName = "WhatAliasName";
     this.dataGridViewTextBoxColumn55.HeaderText = "科目簡稱";
     this.dataGridViewTextBoxColumn55.Name = "dataGridViewTextBoxColumn55";
     this.dataGridViewTextBoxColumn55.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn56
     //
     this.dataGridViewTextBoxColumn56.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn56.DataPropertyName = "CourseName";
     this.dataGridViewTextBoxColumn56.HeaderText = "課程名稱";
     this.dataGridViewTextBoxColumn56.Name = "dataGridViewTextBoxColumn56";
     this.dataGridViewTextBoxColumn56.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn57
     //
     this.dataGridViewTextBoxColumn57.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn57.DataPropertyName = "CourseGroup";
     this.dataGridViewTextBoxColumn57.HeaderText = "課程群組";
     this.dataGridViewTextBoxColumn57.Name = "dataGridViewTextBoxColumn57";
     this.dataGridViewTextBoxColumn57.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn58
     //
     this.dataGridViewTextBoxColumn58.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn58.DataPropertyName = "Length";
     this.dataGridViewTextBoxColumn58.HeaderText = "節數";
     this.dataGridViewTextBoxColumn58.Name = "dataGridViewTextBoxColumn58";
     this.dataGridViewTextBoxColumn58.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn59
     //
     this.dataGridViewTextBoxColumn59.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn59.DataPropertyName = "WeekDayCondition";
     this.dataGridViewTextBoxColumn59.HeaderText = "星期條件";
     this.dataGridViewTextBoxColumn59.Name = "dataGridViewTextBoxColumn59";
     this.dataGridViewTextBoxColumn59.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn60
     //
     this.dataGridViewTextBoxColumn60.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn60.DataPropertyName = "PeriodCondition";
     this.dataGridViewTextBoxColumn60.HeaderText = "節次條件";
     this.dataGridViewTextBoxColumn60.Name = "dataGridViewTextBoxColumn60";
     this.dataGridViewTextBoxColumn60.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn61
     //
     this.dataGridViewTextBoxColumn61.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn61.DataPropertyName = "AllowLongBreak";
     this.dataGridViewTextBoxColumn61.HeaderText = "跨中午";
     this.dataGridViewTextBoxColumn61.Name = "dataGridViewTextBoxColumn61";
     this.dataGridViewTextBoxColumn61.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn62
     //
     this.dataGridViewTextBoxColumn62.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn62.DataPropertyName = "AllowDuplicate";
     this.dataGridViewTextBoxColumn62.HeaderText = "可重複";
     this.dataGridViewTextBoxColumn62.Name = "dataGridViewTextBoxColumn62";
     this.dataGridViewTextBoxColumn62.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn63
     //
     this.dataGridViewTextBoxColumn63.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn63.DataPropertyName = "LimitNextDay";
     this.dataGridViewTextBoxColumn63.HeaderText = "不連天";
     this.dataGridViewTextBoxColumn63.Name = "dataGridViewTextBoxColumn63";
     this.dataGridViewTextBoxColumn63.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn64
     //
     this.dataGridViewTextBoxColumn64.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn64.DataPropertyName = "WeekFlag";
     this.dataGridViewTextBoxColumn64.HeaderText = "單雙週";
     this.dataGridViewTextBoxColumn64.Name = "dataGridViewTextBoxColumn64";
     this.dataGridViewTextBoxColumn64.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn65
     //
     this.dataGridViewTextBoxColumn65.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn65.DataPropertyName = "Priority";
     this.dataGridViewTextBoxColumn65.HeaderText = "優先";
     this.dataGridViewTextBoxColumn65.Name = "dataGridViewTextBoxColumn65";
     this.dataGridViewTextBoxColumn65.ReadOnly = true;
     this.dataGridViewTextBoxColumn65.Visible = false;
     //
     // dataGridViewTextBoxColumn66
     //
     this.dataGridViewTextBoxColumn66.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn66.DataPropertyName = "TimeTableName";
     this.dataGridViewTextBoxColumn66.HeaderText = "時間表";
     this.dataGridViewTextBoxColumn66.Name = "dataGridViewTextBoxColumn66";
     this.dataGridViewTextBoxColumn66.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn67
     //
     this.dataGridViewTextBoxColumn67.DataPropertyName = "ColorIndex";
     this.dataGridViewTextBoxColumn67.HeaderText = "顏色";
     this.dataGridViewTextBoxColumn67.Name = "dataGridViewTextBoxColumn67";
     this.dataGridViewTextBoxColumn67.ReadOnly = true;
     this.dataGridViewTextBoxColumn67.Visible = false;
     this.dataGridViewTextBoxColumn67.Width = 54;
     //
     // dataGridViewTextBoxColumn68
     //
     this.dataGridViewTextBoxColumn68.DataPropertyName = "EventID";
     this.dataGridViewTextBoxColumn68.HeaderText = "分課編號";
     this.dataGridViewTextBoxColumn68.Name = "dataGridViewTextBoxColumn68";
     this.dataGridViewTextBoxColumn68.ReadOnly = true;
     this.dataGridViewTextBoxColumn68.Width = 81;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(958, 742);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.bar1);
     this.Controls.Add(this.ribbonControl1);
     this.Controls.Add(this.ribbonBar1);
     this.Font = new System.Drawing.Font("Microsoft JhengHei", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "MainForm";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.ribbonControl1.ResumeLayout(false);
     this.ribbonControl1.PerformLayout();
     this.ribbonPanel1.ResumeLayout(false);
     this.ribbonPanel2.ResumeLayout(false);
     this.ribbonPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.bar1.ResumeLayout(false);
     this.bar1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabContent)).EndInit();
     this.tabContent.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.pnlWhoList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdTeacherEvent)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.pnlWhoLPView.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabTeacherLPView)).EndInit();
     this.tabTeacherLPView.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.pnlWhomLPView.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabClassLPView)).EndInit();
     this.tabClassLPView.ResumeLayout(false);
     this.pnlWhomList.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdClassEvent)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.superTabControlPanel3.ResumeLayout(false);
     this.pnlWhereList.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdClassroomEvent)).EndInit();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     this.pnlWhereLPView.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabClassroomLPView)).EndInit();
     this.tabClassroomLPView.ResumeLayout(false);
     this.LeftNavigationPanel.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonControl = new DevComponents.DotNetBar.RibbonControl();
     this.selfRibbonPanel = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar9 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer10 = new DevComponents.DotNetBar.ItemContainer();
     this.btnSelfDialog = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar10 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer11 = new DevComponents.DotNetBar.ItemContainer();
     this.btnSelfTest = new DevComponents.DotNetBar.ButtonItem();
     this.genneralRibbonPanel = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer17 = new DevComponents.DotNetBar.ItemContainer();
     this.btnGeneralReport = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer6 = new DevComponents.DotNetBar.ItemContainer();
     this.btnGeneralSearch = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer5 = new DevComponents.DotNetBar.ItemContainer();
     this.btnGeneralStart = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer16 = new DevComponents.DotNetBar.ItemContainer();
     this.btnGeneralFinish = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar5 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer15 = new DevComponents.DotNetBar.ItemContainer();
     this.btnGeneralSN = new DevComponents.DotNetBar.ButtonItem();
     this.fctRibbonPanel = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar4 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer14 = new DevComponents.DotNetBar.ItemContainer();
     this.btnFCTReport = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar6 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer8 = new DevComponents.DotNetBar.ItemContainer();
     this.btnFCTSearch = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar7 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer9 = new DevComponents.DotNetBar.ItemContainer();
     this.btnFCTStart = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer13 = new DevComponents.DotNetBar.ItemContainer();
     this.btnFCTFinish = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar8 = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer12 = new DevComponents.DotNetBar.ItemContainer();
     this.btnFCTSN = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar11 = new DevComponents.DotNetBar.RibbonBar();
     this.btnHelp = new DevComponents.DotNetBar.ButtonItem();
     this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
     this.selfRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem();
     this.fctRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem();
     this.genneralRibbonTabItem = new DevComponents.DotNetBar.RibbonTabItem();
     this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
     this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton();
     this.lblStatus = new DevComponents.DotNetBar.LabelX();
     this.lblRunningTime = new DevComponents.DotNetBar.LabelX();
     this.mainTimer = new System.Windows.Forms.Timer(this.components);
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.lblRemainTime = new DevComponents.DotNetBar.LabelX();
     this.tabControl = new DevComponents.DotNetBar.TabControl();
     this.selfTabControlPanel = new DevComponents.DotNetBar.TabControlPanel();
     this.selfLogList = new Summer.UI.Forms.LogListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.cabinetTreeView = new System.Windows.Forms.TreeView();
     this.selfTabItem = new DevComponents.DotNetBar.TabItem(this.components);
     this.genneralTabControlPanel = new DevComponents.DotNetBar.TabControlPanel();
     this.tabControlGeneralView = new DevComponents.DotNetBar.TabControl();
     this.tabControlGeneralPanel = new DevComponents.DotNetBar.TabControlPanel();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.generalCheckBoxTree = new Summer.UI.Forms.CheckBoxTree();
     this.generalLogList = new Summer.UI.Forms.LogListView();
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.fctTabItem = new DevComponents.DotNetBar.TabItem(this.components);
     this.fctTabControlPanel = new DevComponents.DotNetBar.TabControlPanel();
     this.fctCheckBoxTree = new Summer.UI.Forms.CheckBoxTree();
     this.fctLogList = new Summer.UI.Forms.LogListView();
     this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.genneralTabItem = new DevComponents.DotNetBar.TabItem(this.components);
     this.statusTimer = new System.Windows.Forms.Timer(this.components);
     this.styleManager2 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.styleManager3 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.judgeMatrixView = new VPITest.UI.JudgeMatrixView();
     this.componentSummaryViewGeneral = new VPITest.UI.ComponentSummaryView();
     this.componentSummaryView = new VPITest.UI.ComponentSummaryView();
     this.ribbonControl.SuspendLayout();
     this.selfRibbonPanel.SuspendLayout();
     this.genneralRibbonPanel.SuspendLayout();
     this.fctRibbonPanel.SuspendLayout();
     this.ribbonPanel1.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
     this.tabControl.SuspendLayout();
     this.selfTabControlPanel.SuspendLayout();
     this.genneralTabControlPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlGeneralView)).BeginInit();
     this.tabControlGeneralView.SuspendLayout();
     this.tabControlGeneralPanel.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.fctTabControlPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.Text = "buttonItem1";
     //
     // ribbonControl
     //
     //
     //
     //
     this.ribbonControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl.CanCustomize = false;
     this.ribbonControl.CaptionVisible = true;
     this.ribbonControl.Controls.Add(this.selfRibbonPanel);
     this.ribbonControl.Controls.Add(this.genneralRibbonPanel);
     this.ribbonControl.Controls.Add(this.fctRibbonPanel);
     this.ribbonControl.Controls.Add(this.ribbonPanel1);
     this.ribbonControl.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.selfRibbonTabItem,
     this.fctRibbonTabItem,
     this.genneralRibbonTabItem,
     this.ribbonTabItem1});
     this.ribbonControl.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl.Location = new System.Drawing.Point(5, 1);
     this.ribbonControl.Name = "ribbonControl";
     this.ribbonControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
     this.ribbonControl.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.office2007StartButton1});
     this.ribbonControl.Size = new System.Drawing.Size(954, 154);
     this.ribbonControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
     this.ribbonControl.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
     this.ribbonControl.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.ribbonControl.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
     this.ribbonControl.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
     this.ribbonControl.SystemText.QatDialogAddButton = "&Add >>";
     this.ribbonControl.SystemText.QatDialogCancelButton = "Cancel";
     this.ribbonControl.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
     this.ribbonControl.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
     this.ribbonControl.SystemText.QatDialogOkButton = "OK";
     this.ribbonControl.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl.SystemText.QatDialogRemoveButton = "&Remove";
     this.ribbonControl.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
     this.ribbonControl.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
     this.ribbonControl.TabGroupHeight = 14;
     this.ribbonControl.TabIndex = 0;
     this.ribbonControl.Text = "ribbonControl1";
     //
     // selfRibbonPanel
     //
     this.selfRibbonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.selfRibbonPanel.Controls.Add(this.ribbonBar9);
     this.selfRibbonPanel.Controls.Add(this.ribbonBar10);
     this.selfRibbonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.selfRibbonPanel.Location = new System.Drawing.Point(0, 56);
     this.selfRibbonPanel.Name = "selfRibbonPanel";
     this.selfRibbonPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.selfRibbonPanel.Size = new System.Drawing.Size(954, 95);
     //
     //
     //
     this.selfRibbonPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.selfRibbonPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.selfRibbonPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.selfRibbonPanel.TabIndex = 3;
     //
     // ribbonBar9
     //
     this.ribbonBar9.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar9.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar9.ContainerControlProcessDialogKey = true;
     this.ribbonBar9.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar9.DragDropSupport = true;
     this.ribbonBar9.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar9.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer10});
     this.ribbonBar9.Location = new System.Drawing.Point(76, 0);
     this.ribbonBar9.Name = "ribbonBar9";
     this.ribbonBar9.Size = new System.Drawing.Size(73, 92);
     this.ribbonBar9.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar9.TabIndex = 24;
     this.ribbonBar9.Text = "报告";
     //
     //
     //
     this.ribbonBar9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar9.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar9.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer10
     //
     //
     //
     //
     this.itemContainer10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer10.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer10.Name = "itemContainer10";
     this.itemContainer10.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnSelfDialog});
     //
     //
     //
     this.itemContainer10.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer10.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnSelfDialog
     //
     this.btnSelfDialog.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnSelfDialog.Image = ((System.Drawing.Image)(resources.GetObject("btnSelfDialog.Image")));
     this.btnSelfDialog.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnSelfDialog.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnSelfDialog.Name = "btnSelfDialog";
     this.btnSelfDialog.Text = "自检报告";
     this.btnSelfDialog.Click += new System.EventHandler(this.btnSelfDialog_Click);
     //
     // ribbonBar10
     //
     this.ribbonBar10.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar10.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar10.ContainerControlProcessDialogKey = true;
     this.ribbonBar10.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar10.DragDropSupport = true;
     this.ribbonBar10.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar10.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer11});
     this.ribbonBar10.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar10.Name = "ribbonBar10";
     this.ribbonBar10.Size = new System.Drawing.Size(73, 92);
     this.ribbonBar10.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar10.TabIndex = 23;
     this.ribbonBar10.Text = "自检";
     //
     //
     //
     this.ribbonBar10.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar10.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar10.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer11
     //
     //
     //
     //
     this.itemContainer11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer11.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer11.Name = "itemContainer11";
     this.itemContainer11.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnSelfTest});
     //
     //
     //
     this.itemContainer11.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer11.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnSelfTest
     //
     this.btnSelfTest.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnSelfTest.Image = ((System.Drawing.Image)(resources.GetObject("btnSelfTest.Image")));
     this.btnSelfTest.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnSelfTest.Name = "btnSelfTest";
     this.btnSelfTest.Text = "系统自检";
     this.btnSelfTest.Click += new System.EventHandler(this.btnSelfTest_Click);
     //
     // genneralRibbonPanel
     //
     this.genneralRibbonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.genneralRibbonPanel.Controls.Add(this.ribbonBar1);
     this.genneralRibbonPanel.Controls.Add(this.ribbonBar3);
     this.genneralRibbonPanel.Controls.Add(this.ribbonBar2);
     this.genneralRibbonPanel.Controls.Add(this.ribbonBar5);
     this.genneralRibbonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.genneralRibbonPanel.Location = new System.Drawing.Point(0, 56);
     this.genneralRibbonPanel.Name = "genneralRibbonPanel";
     this.genneralRibbonPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.genneralRibbonPanel.Size = new System.Drawing.Size(954, 95);
     //
     //
     //
     this.genneralRibbonPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.genneralRibbonPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.genneralRibbonPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.genneralRibbonPanel.TabIndex = 1;
     this.genneralRibbonPanel.Visible = false;
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar1.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar1.ContainerControlProcessDialogKey = true;
     this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar1.DragDropSupport = true;
     this.ribbonBar1.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer7});
     this.ribbonBar1.Location = new System.Drawing.Point(290, 0);
     this.ribbonBar1.Name = "ribbonBar1";
     this.ribbonBar1.Size = new System.Drawing.Size(78, 92);
     this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar1.TabIndex = 18;
     this.ribbonBar1.Text = "报告";
     //
     //
     //
     this.ribbonBar1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar1.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar1.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer7
     //
     //
     //
     //
     this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer7.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer7.Name = "itemContainer7";
     this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer17});
     //
     //
     //
     this.itemContainer7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer7.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer17
     //
     //
     //
     //
     this.itemContainer17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer17.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer17.Name = "itemContainer17";
     this.itemContainer17.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnGeneralReport});
     //
     //
     //
     this.itemContainer17.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer17.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnGeneralReport
     //
     this.btnGeneralReport.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnGeneralReport.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralReport.Image")));
     this.btnGeneralReport.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnGeneralReport.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnGeneralReport.Name = "btnGeneralReport";
     this.btnGeneralReport.Text = "用户报告";
     this.btnGeneralReport.Click += new System.EventHandler(this.btnGeneralReport_Click);
     //
     // ribbonBar3
     //
     this.ribbonBar3.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar3.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar3.ContainerControlProcessDialogKey = true;
     this.ribbonBar3.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar3.DragDropSupport = true;
     this.ribbonBar3.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer6});
     this.ribbonBar3.Location = new System.Drawing.Point(212, 0);
     this.ribbonBar3.Name = "ribbonBar3";
     this.ribbonBar3.Size = new System.Drawing.Size(78, 92);
     this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar3.TabIndex = 17;
     this.ribbonBar3.Text = "查询";
     //
     //
     //
     this.ribbonBar3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar3.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar3.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer6
     //
     //
     //
     //
     this.itemContainer6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer6.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer6.Name = "itemContainer6";
     this.itemContainer6.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnGeneralSearch});
     //
     //
     //
     this.itemContainer6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer6.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnGeneralSearch
     //
     this.btnGeneralSearch.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnGeneralSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralSearch.Image")));
     this.btnGeneralSearch.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnGeneralSearch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnGeneralSearch.Name = "btnGeneralSearch";
     this.btnGeneralSearch.Text = "数据查询";
     this.btnGeneralSearch.Click += new System.EventHandler(this.btnGeneralSearch_Click);
     //
     // ribbonBar2
     //
     this.ribbonBar2.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar2.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar2.ContainerControlProcessDialogKey = true;
     this.ribbonBar2.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar2.DragDropSupport = true;
     this.ribbonBar2.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer5,
     this.itemContainer16});
     this.ribbonBar2.Location = new System.Drawing.Point(79, 0);
     this.ribbonBar2.Name = "ribbonBar2";
     this.ribbonBar2.Size = new System.Drawing.Size(133, 92);
     this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar2.TabIndex = 15;
     this.ribbonBar2.Text = "测试";
     //
     //
     //
     this.ribbonBar2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar2.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar2.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer5
     //
     //
     //
     //
     this.itemContainer5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer5.Name = "itemContainer5";
     this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnGeneralStart});
     //
     //
     //
     this.itemContainer5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer5.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnGeneralStart
     //
     this.btnGeneralStart.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnGeneralStart.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralStart.Image")));
     this.btnGeneralStart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnGeneralStart.Name = "btnGeneralStart";
     this.btnGeneralStart.Text = "开始测试";
     this.btnGeneralStart.Click += new System.EventHandler(this.btnGeneralStart_Click);
     //
     // itemContainer16
     //
     //
     //
     //
     this.itemContainer16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer16.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer16.Name = "itemContainer16";
     this.itemContainer16.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnGeneralFinish});
     //
     //
     //
     this.itemContainer16.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer16.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnGeneralFinish
     //
     this.btnGeneralFinish.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnGeneralFinish.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralFinish.Image")));
     this.btnGeneralFinish.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnGeneralFinish.Name = "btnGeneralFinish";
     this.btnGeneralFinish.Text = "停止测试";
     this.btnGeneralFinish.Click += new System.EventHandler(this.btnGeneralFinish_Click);
     //
     // ribbonBar5
     //
     this.ribbonBar5.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar5.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar5.ContainerControlProcessDialogKey = true;
     this.ribbonBar5.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar5.DragDropSupport = true;
     this.ribbonBar5.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar5.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer15});
     this.ribbonBar5.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar5.Name = "ribbonBar5";
     this.ribbonBar5.Size = new System.Drawing.Size(76, 92);
     this.ribbonBar5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar5.TabIndex = 14;
     this.ribbonBar5.Text = "设置";
     //
     //
     //
     this.ribbonBar5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar5.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar5.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer15
     //
     //
     //
     //
     this.itemContainer15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer15.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer15.Name = "itemContainer15";
     this.itemContainer15.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnGeneralSN});
     //
     //
     //
     this.itemContainer15.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer15.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnGeneralSN
     //
     this.btnGeneralSN.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnGeneralSN.Image = ((System.Drawing.Image)(resources.GetObject("btnGeneralSN.Image")));
     this.btnGeneralSN.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnGeneralSN.Name = "btnGeneralSN";
     this.btnGeneralSN.Text = "测试预设";
     this.btnGeneralSN.Click += new System.EventHandler(this.btnGeneralSN_Click);
     //
     // fctRibbonPanel
     //
     this.fctRibbonPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fctRibbonPanel.Controls.Add(this.ribbonBar4);
     this.fctRibbonPanel.Controls.Add(this.ribbonBar6);
     this.fctRibbonPanel.Controls.Add(this.ribbonBar7);
     this.fctRibbonPanel.Controls.Add(this.ribbonBar8);
     this.fctRibbonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fctRibbonPanel.Location = new System.Drawing.Point(0, 56);
     this.fctRibbonPanel.Name = "fctRibbonPanel";
     this.fctRibbonPanel.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.fctRibbonPanel.Size = new System.Drawing.Size(954, 95);
     //
     //
     //
     this.fctRibbonPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.fctRibbonPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.fctRibbonPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fctRibbonPanel.TabIndex = 2;
     this.fctRibbonPanel.Visible = false;
     //
     // ribbonBar4
     //
     this.ribbonBar4.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar4.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar4.ContainerControlProcessDialogKey = true;
     this.ribbonBar4.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar4.DragDropSupport = true;
     this.ribbonBar4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar4.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer4});
     this.ribbonBar4.Location = new System.Drawing.Point(290, 0);
     this.ribbonBar4.Name = "ribbonBar4";
     this.ribbonBar4.Size = new System.Drawing.Size(81, 92);
     this.ribbonBar4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar4.TabIndex = 22;
     this.ribbonBar4.Text = "报告";
     //
     //
     //
     this.ribbonBar4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar4.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar4.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer4
     //
     //
     //
     //
     this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer4.Name = "itemContainer4";
     this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer14});
     //
     //
     //
     this.itemContainer4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer4.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer14
     //
     //
     //
     //
     this.itemContainer14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer14.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer14.Name = "itemContainer14";
     this.itemContainer14.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnFCTReport});
     //
     //
     //
     this.itemContainer14.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer14.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnFCTReport
     //
     this.btnFCTReport.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnFCTReport.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTReport.Image")));
     this.btnFCTReport.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnFCTReport.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnFCTReport.Name = "btnFCTReport";
     this.btnFCTReport.Text = "用户报告";
     this.btnFCTReport.Click += new System.EventHandler(this.btnFCTReport_Click);
     //
     // ribbonBar6
     //
     this.ribbonBar6.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar6.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar6.ContainerControlProcessDialogKey = true;
     this.ribbonBar6.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar6.DragDropSupport = true;
     this.ribbonBar6.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar6.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer8});
     this.ribbonBar6.Location = new System.Drawing.Point(212, 0);
     this.ribbonBar6.Name = "ribbonBar6";
     this.ribbonBar6.Size = new System.Drawing.Size(78, 92);
     this.ribbonBar6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar6.TabIndex = 21;
     this.ribbonBar6.Text = "查询";
     //
     //
     //
     this.ribbonBar6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar6.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar6.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer8
     //
     //
     //
     //
     this.itemContainer8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer8.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer8.Name = "itemContainer8";
     this.itemContainer8.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnFCTSearch});
     //
     //
     //
     this.itemContainer8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer8.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnFCTSearch
     //
     this.btnFCTSearch.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnFCTSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTSearch.Image")));
     this.btnFCTSearch.ImageFixedSize = new System.Drawing.Size(32, 32);
     this.btnFCTSearch.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnFCTSearch.Name = "btnFCTSearch";
     this.btnFCTSearch.Text = "数据查询";
     this.btnFCTSearch.Click += new System.EventHandler(this.btnFCTSearch_Click);
     //
     // ribbonBar7
     //
     this.ribbonBar7.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar7.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar7.ContainerControlProcessDialogKey = true;
     this.ribbonBar7.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar7.DragDropSupport = true;
     this.ribbonBar7.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar7.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer9,
     this.itemContainer13});
     this.ribbonBar7.Location = new System.Drawing.Point(79, 0);
     this.ribbonBar7.Name = "ribbonBar7";
     this.ribbonBar7.Size = new System.Drawing.Size(133, 92);
     this.ribbonBar7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar7.TabIndex = 20;
     this.ribbonBar7.Text = "测试";
     //
     //
     //
     this.ribbonBar7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar7.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar7.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer9
     //
     //
     //
     //
     this.itemContainer9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer9.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer9.Name = "itemContainer9";
     this.itemContainer9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnFCTStart});
     //
     //
     //
     this.itemContainer9.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer9.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnFCTStart
     //
     this.btnFCTStart.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnFCTStart.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTStart.Image")));
     this.btnFCTStart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnFCTStart.Name = "btnFCTStart";
     this.btnFCTStart.Text = "开始测试";
     this.btnFCTStart.Click += new System.EventHandler(this.btnFCTStart_Click);
     //
     // itemContainer13
     //
     //
     //
     //
     this.itemContainer13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer13.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer13.Name = "itemContainer13";
     this.itemContainer13.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnFCTFinish});
     //
     //
     //
     this.itemContainer13.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer13.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnFCTFinish
     //
     this.btnFCTFinish.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnFCTFinish.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTFinish.Image")));
     this.btnFCTFinish.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnFCTFinish.Name = "btnFCTFinish";
     this.btnFCTFinish.Text = "停止测试";
     this.btnFCTFinish.Click += new System.EventHandler(this.btnFCTFinish_Click);
     //
     // ribbonBar8
     //
     this.ribbonBar8.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar8.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar8.ContainerControlProcessDialogKey = true;
     this.ribbonBar8.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar8.DragDropSupport = true;
     this.ribbonBar8.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBar8.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer12});
     this.ribbonBar8.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar8.Name = "ribbonBar8";
     this.ribbonBar8.Size = new System.Drawing.Size(76, 92);
     this.ribbonBar8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar8.TabIndex = 19;
     this.ribbonBar8.Text = "设置";
     //
     //
     //
     this.ribbonBar8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar8.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar8.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer12
     //
     //
     //
     //
     this.itemContainer12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer12.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer12.Name = "itemContainer12";
     this.itemContainer12.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnFCTSN});
     //
     //
     //
     this.itemContainer12.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer12.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnFCTSN
     //
     this.btnFCTSN.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnFCTSN.Image = ((System.Drawing.Image)(resources.GetObject("btnFCTSN.Image")));
     this.btnFCTSN.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.btnFCTSN.Name = "btnFCTSN";
     this.btnFCTSN.Text = "测试预设";
     this.btnFCTSN.Click += new System.EventHandler(this.btnFCTSN_Click);
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel1.Controls.Add(this.ribbonBar11);
     this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel1.Location = new System.Drawing.Point(0, 0);
     this.ribbonPanel1.Name = "ribbonPanel1";
     this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel1.Size = new System.Drawing.Size(954, 151);
     //
     //
     //
     this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel1.TabIndex = 4;
     this.ribbonPanel1.Visible = false;
     //
     // ribbonBar11
     //
     this.ribbonBar11.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBar11.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar11.ContainerControlProcessDialogKey = true;
     this.ribbonBar11.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar11.DragDropSupport = true;
     this.ribbonBar11.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnHelp,
     this.btnAbout});
     this.ribbonBar11.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar11.Name = "ribbonBar11";
     this.ribbonBar11.Size = new System.Drawing.Size(143, 148);
     this.ribbonBar11.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBar11.TabIndex = 0;
     this.ribbonBar11.Text = "帮助";
     //
     //
     //
     this.ribbonBar11.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBar11.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBar11.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // btnHelp
     //
     this.btnHelp.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnHelp.Enabled = false;
     this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image")));
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.SubItemsExpandWidth = 14;
     this.btnHelp.Text = "帮助";
     //
     // btnAbout
     //
     this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnAbout.Image")));
     this.btnAbout.Name = "btnAbout";
     this.btnAbout.SubItemsExpandWidth = 14;
     this.btnAbout.Text = "关于";
     this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
     //
     // selfRibbonTabItem
     //
     this.selfRibbonTabItem.Checked = true;
     this.selfRibbonTabItem.Name = "selfRibbonTabItem";
     this.selfRibbonTabItem.Panel = this.selfRibbonPanel;
     this.selfRibbonTabItem.Text = "系统自检";
     this.selfRibbonTabItem.Click += new System.EventHandler(this.selfRibbonTabItem_Click);
     //
     // fctRibbonTabItem
     //
     this.fctRibbonTabItem.Name = "fctRibbonTabItem";
     this.fctRibbonTabItem.Panel = this.fctRibbonPanel;
     this.fctRibbonTabItem.Text = "组件测试";
     this.fctRibbonTabItem.Click += new System.EventHandler(this.fctRibbonTabItem_Click);
     //
     // genneralRibbonTabItem
     //
     this.genneralRibbonTabItem.Name = "genneralRibbonTabItem";
     this.genneralRibbonTabItem.Panel = this.genneralRibbonPanel;
     this.genneralRibbonTabItem.Text = "单板测试";
     this.genneralRibbonTabItem.Click += new System.EventHandler(this.genneralRibbonTabItem_Click);
     //
     // ribbonTabItem1
     //
     this.ribbonTabItem1.Name = "ribbonTabItem1";
     this.ribbonTabItem1.Panel = this.ribbonPanel1;
     this.ribbonTabItem1.Text = "帮助";
     //
     // office2007StartButton1
     //
     this.office2007StartButton1.AutoExpandOnClick = true;
     this.office2007StartButton1.CanCustomize = false;
     this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image")));
     this.office2007StartButton1.ImagePaddingHorizontal = 2;
     this.office2007StartButton1.ImagePaddingVertical = 2;
     this.office2007StartButton1.Name = "office2007StartButton1";
     this.office2007StartButton1.ShowSubItems = false;
     this.office2007StartButton1.Text = "&File";
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblStatus.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblStatus.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Right;
     this.lblStatus.Font = new System.Drawing.Font("Calibri", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblStatus.Location = new System.Drawing.Point(567, 0);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(387, 57);
     this.lblStatus.TabIndex = 21;
     this.lblStatus.Text = "Preparing...";
     this.lblStatus.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // lblRunningTime
     //
     this.lblRunningTime.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblRunningTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblRunningTime.Dock = System.Windows.Forms.DockStyle.Left;
     this.lblRunningTime.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRunningTime.Location = new System.Drawing.Point(0, 0);
     this.lblRunningTime.Name = "lblRunningTime";
     this.lblRunningTime.Size = new System.Drawing.Size(290, 57);
     this.lblRunningTime.TabIndex = 19;
     this.lblRunningTime.Text = "计时:000:00:00";
     //
     // mainTimer
     //
     this.mainTimer.Enabled = true;
     this.mainTimer.Interval = 500;
     this.mainTimer.Tick += new System.EventHandler(this.mainTimer_Tick);
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.lblRemainTime);
     this.panelEx3.Controls.Add(this.lblStatus);
     this.panelEx3.Controls.Add(this.lblRunningTime);
     this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx3.Location = new System.Drawing.Point(5, 614);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(954, 57);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 0;
     //
     // lblRemainTime
     //
     this.lblRemainTime.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblRemainTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblRemainTime.Dock = System.Windows.Forms.DockStyle.Left;
     this.lblRemainTime.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRemainTime.Location = new System.Drawing.Point(290, 0);
     this.lblRemainTime.Name = "lblRemainTime";
     this.lblRemainTime.Size = new System.Drawing.Size(311, 57);
     this.lblRemainTime.TabIndex = 22;
     this.lblRemainTime.Text = "剩余:000:00:00";
     //
     // tabControl
     //
     this.tabControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControl.CanReorderTabs = true;
     this.tabControl.Controls.Add(this.selfTabControlPanel);
     this.tabControl.Controls.Add(this.genneralTabControlPanel);
     this.tabControl.Controls.Add(this.fctTabControlPanel);
     this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl.Location = new System.Drawing.Point(5, 155);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
     this.tabControl.SelectedTabIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(954, 459);
     this.tabControl.TabIndex = 1;
     this.tabControl.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl.Tabs.Add(this.selfTabItem);
     this.tabControl.Tabs.Add(this.fctTabItem);
     this.tabControl.Tabs.Add(this.genneralTabItem);
     this.tabControl.TabsVisible = false;
     this.tabControl.Text = "tabControl1";
     //
     // selfTabControlPanel
     //
     this.selfTabControlPanel.Controls.Add(this.selfLogList);
     this.selfTabControlPanel.Controls.Add(this.cabinetTreeView);
     this.selfTabControlPanel.DisabledBackColor = System.Drawing.Color.Empty;
     this.selfTabControlPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.selfTabControlPanel.Location = new System.Drawing.Point(0, 26);
     this.selfTabControlPanel.Name = "selfTabControlPanel";
     this.selfTabControlPanel.Padding = new System.Windows.Forms.Padding(1);
     this.selfTabControlPanel.Size = new System.Drawing.Size(954, 433);
     this.selfTabControlPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.selfTabControlPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.selfTabControlPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.selfTabControlPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.selfTabControlPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.selfTabControlPanel.Style.GradientAngle = 90;
     this.selfTabControlPanel.TabIndex = 4;
     this.selfTabControlPanel.TabItem = this.selfTabItem;
     //
     // selfLogList
     //
     this.selfLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.selfLogList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.selfLogList.FullRowSelect = true;
     this.selfLogList.GridLines = true;
     this.selfLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.selfLogList.HideSelection = false;
     this.selfLogList.Location = new System.Drawing.Point(181, 1);
     this.selfLogList.MaxLogRecords = 300;
     this.selfLogList.MultiSelect = false;
     this.selfLogList.Name = "selfLogList";
     this.selfLogList.ShowGroups = false;
     this.selfLogList.Size = new System.Drawing.Size(772, 431);
     this.selfLogList.TabIndex = 7;
     this.selfLogList.Timer = null;
     this.selfLogList.UseCompatibleStateImageBehavior = false;
     this.selfLogList.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "时间";
     this.columnHeader1.Width = 110;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "内容";
     this.columnHeader2.Width = 578;
     //
     // cabinetTreeView
     //
     this.cabinetTreeView.Dock = System.Windows.Forms.DockStyle.Left;
     this.cabinetTreeView.Location = new System.Drawing.Point(1, 1);
     this.cabinetTreeView.Name = "cabinetTreeView";
     this.cabinetTreeView.Size = new System.Drawing.Size(180, 431);
     this.cabinetTreeView.TabIndex = 0;
     //
     // selfTabItem
     //
     this.selfTabItem.AttachedControl = this.selfTabControlPanel;
     this.selfTabItem.Name = "selfTabItem";
     this.selfTabItem.Text = "系统自检";
     //
     // genneralTabControlPanel
     //
     this.genneralTabControlPanel.Controls.Add(this.tabControlGeneralView);
     this.genneralTabControlPanel.Controls.Add(this.generalCheckBoxTree);
     this.genneralTabControlPanel.Controls.Add(this.generalLogList);
     this.genneralTabControlPanel.DisabledBackColor = System.Drawing.Color.Empty;
     this.genneralTabControlPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.genneralTabControlPanel.Location = new System.Drawing.Point(0, 26);
     this.genneralTabControlPanel.Name = "genneralTabControlPanel";
     this.genneralTabControlPanel.Padding = new System.Windows.Forms.Padding(1);
     this.genneralTabControlPanel.Size = new System.Drawing.Size(954, 433);
     this.genneralTabControlPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.genneralTabControlPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.genneralTabControlPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.genneralTabControlPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.genneralTabControlPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.genneralTabControlPanel.Style.GradientAngle = 90;
     this.genneralTabControlPanel.TabIndex = 3;
     this.genneralTabControlPanel.TabItem = this.fctTabItem;
     //
     // tabControlGeneralView
     //
     this.tabControlGeneralView.CanReorderTabs = true;
     this.tabControlGeneralView.Controls.Add(this.tabControlGeneralPanel);
     this.tabControlGeneralView.Controls.Add(this.tabControlPanel2);
     this.tabControlGeneralView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlGeneralView.Location = new System.Drawing.Point(188, 1);
     this.tabControlGeneralView.Name = "tabControlGeneralView";
     this.tabControlGeneralView.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControlGeneralView.SelectedTabIndex = 0;
     this.tabControlGeneralView.Size = new System.Drawing.Size(765, 258);
     this.tabControlGeneralView.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.tabControlGeneralView.TabIndex = 6;
     this.tabControlGeneralView.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControlGeneralView.Tabs.Add(this.tabItem1);
     this.tabControlGeneralView.Tabs.Add(this.tabItem2);
     //
     // tabControlGeneralPanel
     //
     this.tabControlGeneralPanel.Controls.Add(this.panelEx1);
     this.tabControlGeneralPanel.Controls.Add(this.judgeMatrixView);
     this.tabControlGeneralPanel.DisabledBackColor = System.Drawing.Color.Empty;
     this.tabControlGeneralPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlGeneralPanel.Location = new System.Drawing.Point(26, 0);
     this.tabControlGeneralPanel.Name = "tabControlGeneralPanel";
     this.tabControlGeneralPanel.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlGeneralPanel.Size = new System.Drawing.Size(739, 258);
     this.tabControlGeneralPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlGeneralPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlGeneralPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlGeneralPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlGeneralPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlGeneralPanel.TabIndex = 1;
     this.tabControlGeneralPanel.TabItem = this.tabItem1;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx1.Location = new System.Drawing.Point(1, 230);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.panelEx1.Size = new System.Drawing.Size(737, 27);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 7;
     this.panelEx1.Text = "视图左侧为板卡选择区板卡,顶部为下位机上报消息的板卡";
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlGeneralPanel;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "板卡";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.componentSummaryViewGeneral);
     this.tabControlPanel2.DisabledBackColor = System.Drawing.Color.Empty;
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(26, 0);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(739, 258);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.tabItem2;
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel2;
     this.tabItem2.Name = "tabItem2";
     this.tabItem2.Text = "组件";
     //
     // generalCheckBoxTree
     //
     this.generalCheckBoxTree.CheckBoxes = true;
     this.generalCheckBoxTree.Dock = System.Windows.Forms.DockStyle.Left;
     this.generalCheckBoxTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
     this.generalCheckBoxTree.Location = new System.Drawing.Point(1, 1);
     this.generalCheckBoxTree.Name = "generalCheckBoxTree";
     this.generalCheckBoxTree.Size = new System.Drawing.Size(187, 258);
     this.generalCheckBoxTree.TabIndex = 3;
     this.generalCheckBoxTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.generalCheckBoxTree_AfterCheck);
     //
     // generalLogList
     //
     this.generalLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader3,
     this.columnHeader4});
     this.generalLogList.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.generalLogList.FullRowSelect = true;
     this.generalLogList.GridLines = true;
     this.generalLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.generalLogList.HideSelection = false;
     this.generalLogList.Location = new System.Drawing.Point(1, 259);
     this.generalLogList.MaxLogRecords = 300;
     this.generalLogList.MultiSelect = false;
     this.generalLogList.Name = "generalLogList";
     this.generalLogList.ShowGroups = false;
     this.generalLogList.Size = new System.Drawing.Size(952, 173);
     this.generalLogList.TabIndex = 4;
     this.generalLogList.Timer = null;
     this.generalLogList.UseCompatibleStateImageBehavior = false;
     this.generalLogList.View = System.Windows.Forms.View.Details;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "时间";
     this.columnHeader3.Width = 90;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "内容";
     this.columnHeader4.Width = 789;
     //
     // fctTabItem
     //
     this.fctTabItem.AttachedControl = this.fctTabControlPanel;
     this.fctTabItem.Name = "fctTabItem";
     this.fctTabItem.Text = "组件测试";
     this.fctTabItem.Visible = false;
     //
     // fctTabControlPanel
     //
     this.fctTabControlPanel.Controls.Add(this.componentSummaryView);
     this.fctTabControlPanel.Controls.Add(this.fctCheckBoxTree);
     this.fctTabControlPanel.Controls.Add(this.fctLogList);
     this.fctTabControlPanel.DisabledBackColor = System.Drawing.Color.Empty;
     this.fctTabControlPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.fctTabControlPanel.Location = new System.Drawing.Point(0, 26);
     this.fctTabControlPanel.Name = "fctTabControlPanel";
     this.fctTabControlPanel.Padding = new System.Windows.Forms.Padding(1);
     this.fctTabControlPanel.Size = new System.Drawing.Size(954, 433);
     this.fctTabControlPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.fctTabControlPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.fctTabControlPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.fctTabControlPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.fctTabControlPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.fctTabControlPanel.Style.GradientAngle = 90;
     this.fctTabControlPanel.TabIndex = 2;
     this.fctTabControlPanel.TabItem = this.genneralTabItem;
     //
     // fctCheckBoxTree
     //
     this.fctCheckBoxTree.CheckBoxes = true;
     this.fctCheckBoxTree.Dock = System.Windows.Forms.DockStyle.Left;
     this.fctCheckBoxTree.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
     this.fctCheckBoxTree.Location = new System.Drawing.Point(1, 1);
     this.fctCheckBoxTree.Name = "fctCheckBoxTree";
     this.fctCheckBoxTree.Size = new System.Drawing.Size(178, 251);
     this.fctCheckBoxTree.TabIndex = 5;
     this.fctCheckBoxTree.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.fctCheckBoxTree_AfterCheck);
     //
     // fctLogList
     //
     this.fctLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader5,
     this.columnHeader6});
     this.fctLogList.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.fctLogList.FullRowSelect = true;
     this.fctLogList.GridLines = true;
     this.fctLogList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.fctLogList.HideSelection = false;
     this.fctLogList.Location = new System.Drawing.Point(1, 252);
     this.fctLogList.MaxLogRecords = 300;
     this.fctLogList.MultiSelect = false;
     this.fctLogList.Name = "fctLogList";
     this.fctLogList.ShowGroups = false;
     this.fctLogList.Size = new System.Drawing.Size(952, 180);
     this.fctLogList.TabIndex = 6;
     this.fctLogList.Timer = null;
     this.fctLogList.UseCompatibleStateImageBehavior = false;
     this.fctLogList.View = System.Windows.Forms.View.Details;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "时间";
     this.columnHeader5.Width = 105;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "内容";
     this.columnHeader6.Width = 766;
     //
     // genneralTabItem
     //
     this.genneralTabItem.AttachedControl = this.genneralTabControlPanel;
     this.genneralTabItem.Name = "genneralTabItem";
     this.genneralTabItem.Text = "单板测试";
     this.genneralTabItem.Visible = false;
     //
     // statusTimer
     //
     this.statusTimer.Enabled = true;
     this.statusTimer.Interval = 1000;
     this.statusTimer.Tick += new System.EventHandler(this.statusTimer_Tick);
     //
     // styleManager2
     //
     this.styleManager2.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue;
     this.styleManager2.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // styleManager3
     //
     this.styleManager3.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue;
     this.styleManager3.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // judgeMatrixView
     //
     this.judgeMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.judgeMatrixView.FullRowSelect = true;
     this.judgeMatrixView.GridLines = true;
     this.judgeMatrixView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.judgeMatrixView.HideSelection = false;
     this.judgeMatrixView.Location = new System.Drawing.Point(1, 1);
     this.judgeMatrixView.MultiSelect = false;
     this.judgeMatrixView.Name = "judgeMatrixView";
     this.judgeMatrixView.ShowGroups = false;
     this.judgeMatrixView.Size = new System.Drawing.Size(737, 256);
     this.judgeMatrixView.TabIndex = 6;
     this.judgeMatrixView.Timer = null;
     this.judgeMatrixView.UseCompatibleStateImageBehavior = false;
     this.judgeMatrixView.View = System.Windows.Forms.View.Details;
     //
     // componentSummaryViewGeneral
     //
     this.componentSummaryViewGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
     this.componentSummaryViewGeneral.FullRowSelect = true;
     this.componentSummaryViewGeneral.GridLines = true;
     this.componentSummaryViewGeneral.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.componentSummaryViewGeneral.HideSelection = false;
     this.componentSummaryViewGeneral.Location = new System.Drawing.Point(1, 1);
     this.componentSummaryViewGeneral.MultiSelect = false;
     this.componentSummaryViewGeneral.Name = "componentSummaryViewGeneral";
     this.componentSummaryViewGeneral.ShowGroups = false;
     this.componentSummaryViewGeneral.Size = new System.Drawing.Size(737, 256);
     this.componentSummaryViewGeneral.TabIndex = 8;
     this.componentSummaryViewGeneral.Timer = null;
     this.componentSummaryViewGeneral.UseCompatibleStateImageBehavior = false;
     this.componentSummaryViewGeneral.View = System.Windows.Forms.View.Details;
     //
     // componentSummaryView
     //
     this.componentSummaryView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.componentSummaryView.FullRowSelect = true;
     this.componentSummaryView.GridLines = true;
     this.componentSummaryView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.componentSummaryView.HideSelection = false;
     this.componentSummaryView.Location = new System.Drawing.Point(179, 1);
     this.componentSummaryView.MultiSelect = false;
     this.componentSummaryView.Name = "componentSummaryView";
     this.componentSummaryView.ShowGroups = false;
     this.componentSummaryView.Size = new System.Drawing.Size(774, 251);
     this.componentSummaryView.TabIndex = 7;
     this.componentSummaryView.Timer = null;
     this.componentSummaryView.UseCompatibleStateImageBehavior = false;
     this.componentSummaryView.View = System.Windows.Forms.View.Details;
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(964, 673);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.ribbonControl);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(964, 673);
     this.Name = "FormMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "VPI3功能测试系统";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.formMain_FormClosing);
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.ribbonControl.ResumeLayout(false);
     this.ribbonControl.PerformLayout();
     this.selfRibbonPanel.ResumeLayout(false);
     this.genneralRibbonPanel.ResumeLayout(false);
     this.fctRibbonPanel.ResumeLayout(false);
     this.ribbonPanel1.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.selfTabControlPanel.ResumeLayout(false);
     this.genneralTabControlPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlGeneralView)).EndInit();
     this.tabControlGeneralView.ResumeLayout(false);
     this.tabControlGeneralPanel.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.fctTabControlPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockContainerItem3 = new DevComponents.DotNetBar.DockContainerItem();
     this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.BtnSubmit = new DevComponents.DotNetBar.ButtonX();
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.LbScaffoldType = new DevComponents.DotNetBar.LabelX();
     this.CbxScaffoldType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem72 = new DevComponents.Editors.ComboItem();
     this.comboItem73 = new DevComponents.Editors.ComboItem();
     this.comboItem74 = new DevComponents.Editors.ComboItem();
     this.comboItem66 = new DevComponents.Editors.ComboItem();
     this.comboItem70 = new DevComponents.Editors.ComboItem();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.TabScaffloldPower = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.Tb_Item1GGWJ = new System.Windows.Forms.TextBox();
     this.Tb_Item1BH = new System.Windows.Forms.TextBox();
     this.Lb_Item1BH = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item1GGWJ = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1SKJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item1DKJ = new DevComponents.Editors.DoubleInput();
     this.Lb_Item17 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1LQJL = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1LQJL = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1DSGD = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1DSGD = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1BJ = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1BJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1XHGWSCD = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1LGZJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item1LGHJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item1LGZJ = new DevComponents.Editors.DoubleInput();
     this.Lb_Item1LGHJ = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel13 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item1S = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item1D = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item1GD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item1KJ = new DevComponents.Editors.DoubleInput();
     this.Tb_Lx4Item1BJ = new System.Windows.Forms.TextBox();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx4Item1MF2 = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item1MF1 = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item1MF4 = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item1MF3 = new System.Windows.Forms.RadioButton();
     this.LX4tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel6 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item6 = new System.Windows.Forms.GroupBox();
     this.Lb_Item6Uz = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item6Uz = new DevComponents.Editors.DoubleInput();
     this.Cb_Item7DMCCD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem214 = new DevComponents.Editors.ComboItem();
     this.comboItem215 = new DevComponents.Editors.ComboItem();
     this.comboItem216 = new DevComponents.Editors.ComboItem();
     this.comboItem217 = new DevComponents.Editors.ComboItem();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.Grp_Item6SF = new System.Windows.Forms.GroupBox();
     this.Cb_Item6SF = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem37 = new DevComponents.Editors.ComboItem();
     this.comboItem38 = new DevComponents.Editors.ComboItem();
     this.comboItem39 = new DevComponents.Editors.ComboItem();
     this.comboItem40 = new DevComponents.Editors.ComboItem();
     this.comboItem41 = new DevComponents.Editors.ComboItem();
     this.comboItem42 = new DevComponents.Editors.ComboItem();
     this.comboItem43 = new DevComponents.Editors.ComboItem();
     this.comboItem44 = new DevComponents.Editors.ComboItem();
     this.comboItem45 = new DevComponents.Editors.ComboItem();
     this.comboItem46 = new DevComponents.Editors.ComboItem();
     this.comboItem47 = new DevComponents.Editors.ComboItem();
     this.comboItem48 = new DevComponents.Editors.ComboItem();
     this.comboItem49 = new DevComponents.Editors.ComboItem();
     this.comboItem50 = new DevComponents.Editors.ComboItem();
     this.comboItem51 = new DevComponents.Editors.ComboItem();
     this.comboItem52 = new DevComponents.Editors.ComboItem();
     this.comboItem53 = new DevComponents.Editors.ComboItem();
     this.comboItem54 = new DevComponents.Editors.ComboItem();
     this.comboItem55 = new DevComponents.Editors.ComboItem();
     this.comboItem56 = new DevComponents.Editors.ComboItem();
     this.comboItem57 = new DevComponents.Editors.ComboItem();
     this.comboItem58 = new DevComponents.Editors.ComboItem();
     this.comboItem59 = new DevComponents.Editors.ComboItem();
     this.comboItem60 = new DevComponents.Editors.ComboItem();
     this.comboItem61 = new DevComponents.Editors.ComboItem();
     this.comboItem62 = new DevComponents.Editors.ComboItem();
     this.comboItem63 = new DevComponents.Editors.ComboItem();
     this.comboItem71 = new DevComponents.Editors.ComboItem();
     this.comboItem75 = new DevComponents.Editors.ComboItem();
     this.comboItem142 = new DevComponents.Editors.ComboItem();
     this.comboItem143 = new DevComponents.Editors.ComboItem();
     this.comboItem144 = new DevComponents.Editors.ComboItem();
     this.comboItem145 = new DevComponents.Editors.ComboItem();
     this.comboItem146 = new DevComponents.Editors.ComboItem();
     this.Lb_Item6SF = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item6SFDQFY = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item6DQ = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item6DQ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.Lb_Item6SFDQFY = new DevComponents.DotNetBar.LabelX();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.Lb_Item6SelfJBFY = new DevComponents.DotNetBar.LabelX();
     this.Chk_Item6Self = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.DbInput_Item6SelfJBFY = new DevComponents.Editors.DoubleInput();
     this.LXtabItem6 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item5 = new System.Windows.Forms.GroupBox();
     this.DbInput_Item5HZBZ = new DevComponents.Editors.DoubleInput();
     this.IntInput_Item5PSCS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item5SGCS = new DevComponents.Editors.IntegerInput();
     this.Cb_Item5YT = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem34 = new DevComponents.Editors.ComboItem();
     this.comboItem35 = new DevComponents.Editors.ComboItem();
     this.comboItem36 = new DevComponents.Editors.ComboItem();
     this.Lb_Item5PSCS = new DevComponents.DotNetBar.LabelX();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item5YT = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem5 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.IntInput_Item4PSCS = new DevComponents.Editors.IntegerInput();
     this.Tb_Item4JBZZBZZ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Tb_Item4JSBZZBZZ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Cb_Item4JSBLB = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.Lb_Item4JSBLB = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item4AQW = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item4AQW = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item4JBLB = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.Lb_Item4JBZZBZZ = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item4JBLB = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item4PSCS = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item4JSBZZBZZ = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item4GK = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item2 = new System.Windows.Forms.GroupBox();
     this.Grp_Item2DHG = new System.Windows.Forms.GroupBox();
     this.Cb_Item2DHGGS = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem22 = new DevComponents.Editors.ComboItem();
     this.comboItem23 = new DevComponents.Editors.ComboItem();
     this.comboItem24 = new DevComponents.Editors.ComboItem();
     this.comboItem25 = new DevComponents.Editors.ComboItem();
     this.Lb_Item2DHGGS = new DevComponents.DotNetBar.LabelX();
     this.Rdo_Item2XHG = new System.Windows.Forms.RadioButton();
     this.Grp_Item2XHG = new System.Windows.Forms.GroupBox();
     this.Tb_Item2XHGJJ = new System.Windows.Forms.TextBox();
     this.Cb_Item2LGZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem20 = new DevComponents.Editors.ComboItem();
     this.comboItem21 = new DevComponents.Editors.ComboItem();
     this.Lb_Item2LGZJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item2XHGJJ = new DevComponents.DotNetBar.LabelX();
     this.Rdo_Item2DHG = new System.Windows.Forms.RadioButton();
     this.LXtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel9 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item9 = new System.Windows.Forms.GroupBox();
     this.Cb_Item9DJLX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.comboItem16 = new DevComponents.Editors.ComboItem();
     this.Lb_Item9DJLX = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item9ZYCD = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item9ZYCD = new DevComponents.DotNetBar.LabelX();
     this.DbIput_Item9DBK = new DevComponents.Editors.DoubleInput();
     this.Lb_Item9DBK = new DevComponents.DotNetBar.LabelX();
     this.Btn_Item9SearchChart = new DevComponents.DotNetBar.ButtonX();
     this.Tb_Item9DJCZL = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item9DJCZL = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item9DJTLX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem17 = new DevComponents.Editors.ComboItem();
     this.comboItem18 = new DevComponents.Editors.ComboItem();
     this.comboItem19 = new DevComponents.Editors.ComboItem();
     this.comboItem64 = new DevComponents.Editors.ComboItem();
     this.comboItem65 = new DevComponents.Editors.ComboItem();
     this.comboItem67 = new DevComponents.Editors.ComboItem();
     this.comboItem68 = new DevComponents.Editors.ComboItem();
     this.comboItem69 = new DevComponents.Editors.ComboItem();
     this.Lb_Item9DJTLX = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem9 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel17 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.IntInput_Lx5Item1NO = new DevComponents.Editors.IntegerInput();
     this.IntInput_Lx5Item1LDX = new DevComponents.Editors.IntegerInput();
     this.IntInput_Lx5Item1SPX = new DevComponents.Editors.IntegerInput();
     this.Cbx_Lx5Item1LGJXG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem212 = new DevComponents.Editors.ComboItem();
     this.comboItem213 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1DKJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem201 = new DevComponents.Editors.ComboItem();
     this.comboItem202 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1WXGBZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem203 = new DevComponents.Editors.ComboItem();
     this.comboItem204 = new DevComponents.Editors.ComboItem();
     this.comboItem205 = new DevComponents.Editors.ComboItem();
     this.comboItem206 = new DevComponents.Editors.ComboItem();
     this.comboItem207 = new DevComponents.Editors.ComboItem();
     this.comboItem208 = new DevComponents.Editors.ComboItem();
     this.labelX48 = new DevComponents.DotNetBar.LabelX();
     this.labelX52 = new DevComponents.DotNetBar.LabelX();
     this.labelX49 = new DevComponents.DotNetBar.LabelX();
     this.labelX62 = new DevComponents.DotNetBar.LabelX();
     this.labelX50 = new DevComponents.DotNetBar.LabelX();
     this.labelX51 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Lx5Item1LDX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem188 = new DevComponents.Editors.ComboItem();
     this.comboItem189 = new DevComponents.Editors.ComboItem();
     this.comboItem190 = new DevComponents.Editors.ComboItem();
     this.comboItem191 = new DevComponents.Editors.ComboItem();
     this.comboItem192 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1SPX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem193 = new DevComponents.Editors.ComboItem();
     this.comboItem194 = new DevComponents.Editors.ComboItem();
     this.comboItem195 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1WXG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem196 = new DevComponents.Editors.ComboItem();
     this.comboItem197 = new DevComponents.Editors.ComboItem();
     this.comboItem198 = new DevComponents.Editors.ComboItem();
     this.comboItem199 = new DevComponents.Editors.ComboItem();
     this.comboItem200 = new DevComponents.Editors.ComboItem();
     this.labelX45 = new DevComponents.DotNetBar.LabelX();
     this.labelX46 = new DevComponents.DotNetBar.LabelX();
     this.labelX47 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Lx5Item1LGG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem184 = new DevComponents.Editors.ComboItem();
     this.comboItem185 = new DevComponents.Editors.ComboItem();
     this.comboItem186 = new DevComponents.Editors.ComboItem();
     this.comboItem187 = new DevComponents.Editors.ComboItem();
     this.labelX44 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Lx5Item1HJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem168 = new DevComponents.Editors.ComboItem();
     this.comboItem169 = new DevComponents.Editors.ComboItem();
     this.comboItem170 = new DevComponents.Editors.ComboItem();
     this.comboItem171 = new DevComponents.Editors.ComboItem();
     this.comboItem172 = new DevComponents.Editors.ComboItem();
     this.comboItem173 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1JHG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem174 = new DevComponents.Editors.ComboItem();
     this.comboItem175 = new DevComponents.Editors.ComboItem();
     this.comboItem176 = new DevComponents.Editors.ComboItem();
     this.comboItem177 = new DevComponents.Editors.ComboItem();
     this.Cbx_Lx5Item1ZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem178 = new DevComponents.Editors.ComboItem();
     this.comboItem179 = new DevComponents.Editors.ComboItem();
     this.comboItem180 = new DevComponents.Editors.ComboItem();
     this.comboItem181 = new DevComponents.Editors.ComboItem();
     this.comboItem182 = new DevComponents.Editors.ComboItem();
     this.comboItem183 = new DevComponents.Editors.ComboItem();
     this.labelX39 = new DevComponents.DotNetBar.LabelX();
     this.labelX40 = new DevComponents.DotNetBar.LabelX();
     this.labelX41 = new DevComponents.DotNetBar.LabelX();
     this.labelX43 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2GD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item1BJ = new DevComponents.Editors.DoubleInput();
     this.labelX38 = new DevComponents.DotNetBar.LabelX();
     this.LX5tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel16 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox19 = new System.Windows.Forms.GroupBox();
     this.Btn_Lx4Item4Search1 = new DevComponents.DotNetBar.ButtonX();
     this.DbInput_Lx4Item4TZXS = new DevComponents.Editors.DoubleInput();
     this.Btn_Lx4Item4Search2 = new DevComponents.DotNetBar.ButtonX();
     this.Tb_Lx4Item4DJCZL = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX37 = new DevComponents.DotNetBar.LabelX();
     this.labelX33 = new DevComponents.DotNetBar.LabelX();
     this.Cb_Lx4Item4DJTLX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem160 = new DevComponents.Editors.ComboItem();
     this.comboItem161 = new DevComponents.Editors.ComboItem();
     this.comboItem162 = new DevComponents.Editors.ComboItem();
     this.comboItem163 = new DevComponents.Editors.ComboItem();
     this.comboItem164 = new DevComponents.Editors.ComboItem();
     this.comboItem165 = new DevComponents.Editors.ComboItem();
     this.comboItem166 = new DevComponents.Editors.ComboItem();
     this.comboItem167 = new DevComponents.Editors.ComboItem();
     this.groupBox20 = new System.Windows.Forms.GroupBox();
     this.DbIput_Lx4Item4DBK = new DevComponents.Editors.DoubleInput();
     this.DbIput_Lx4Item4DBC = new DevComponents.Editors.DoubleInput();
     this.labelX36 = new DevComponents.DotNetBar.LabelX();
     this.labelX35 = new DevComponents.DotNetBar.LabelX();
     this.labelX32 = new DevComponents.DotNetBar.LabelX();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.DbIput_Lx4Item4DFMJ = new DevComponents.Editors.DoubleInput();
     this.labelX30 = new DevComponents.DotNetBar.LabelX();
     this.Tb_Lx4Item4YFMJ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX31 = new DevComponents.DotNetBar.LabelX();
     this.groupBox18 = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx4Item4CK = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item4QF = new System.Windows.Forms.RadioButton();
     this.LX4tabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel15 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox17 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item3SG = new DevComponents.Editors.DoubleInput();
     this.IntInput_Lx4Item3CS = new DevComponents.Editors.IntegerInput();
     this.Cbx_Lx4Item3YT = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem158 = new DevComponents.Editors.ComboItem();
     this.comboItem159 = new DevComponents.Editors.ComboItem();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.labelX28 = new DevComponents.DotNetBar.LabelX();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.groupBox14 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item3HL = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item3AQW = new DevComponents.Editors.DoubleInput();
     this.Cbx_Lx4Item3JGJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem156 = new DevComponents.Editors.ComboItem();
     this.comboItem157 = new DevComponents.Editors.ComboItem();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.groupBox16 = new System.Windows.Forms.GroupBox();
     this.Cbx_Lx4Item3JSB = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem151 = new DevComponents.Editors.ComboItem();
     this.comboItem153 = new DevComponents.Editors.ComboItem();
     this.comboItem154 = new DevComponents.Editors.ComboItem();
     this.comboItem155 = new DevComponents.Editors.ComboItem();
     this.IntInput_Lx4Item3SPJ = new DevComponents.Editors.IntegerInput();
     this.IntInput_Lx4Item3JSB = new DevComponents.Editors.IntegerInput();
     this.labelX63 = new DevComponents.DotNetBar.LabelX();
     this.labelX34 = new DevComponents.DotNetBar.LabelX();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.LX4tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel14 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.DbInput_Lx4Item2SP = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item2SX = new DevComponents.Editors.DoubleInput();
     this.labelX64 = new DevComponents.DotNetBar.LabelX();
     this.labelX65 = new DevComponents.DotNetBar.LabelX();
     this.Grp_Lx4Item2HF = new System.Windows.Forms.GroupBox();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx4Item2DJ = new DevComponents.Editors.DoubleInput();
     this.Grp_Lx4Item2KJ = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx4Item2S = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx4Item2D = new System.Windows.Forms.RadioButton();
     this.Cbx_Lx4Item2LJFS = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem150 = new DevComponents.Editors.ComboItem();
     this.comboItem152 = new DevComponents.Editors.ComboItem();
     this.DbInput_Lx4Item2BJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx4Item2CD = new DevComponents.Editors.DoubleInput();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.LX4tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel11 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item11 = new System.Windows.Forms.GroupBox();
     this.Tb_Item11MGXGJL = new System.Windows.Forms.TextBox();
     this.Lb_Item11LBHNTQD = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item11MGXGJL = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item11ULSZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem120 = new DevComponents.Editors.ComboItem();
     this.comboItem121 = new DevComponents.Editors.ComboItem();
     this.comboItem122 = new DevComponents.Editors.ComboItem();
     this.comboItem123 = new DevComponents.Editors.ComboItem();
     this.comboItem124 = new DevComponents.Editors.ComboItem();
     this.comboItem125 = new DevComponents.Editors.ComboItem();
     this.comboItem126 = new DevComponents.Editors.ComboItem();
     this.Lb_Item11ULSZJ = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item11LBHNTQD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem127 = new DevComponents.Editors.ComboItem();
     this.comboItem128 = new DevComponents.Editors.ComboItem();
     this.comboItem129 = new DevComponents.Editors.ComboItem();
     this.comboItem130 = new DevComponents.Editors.ComboItem();
     this.comboItem131 = new DevComponents.Editors.ComboItem();
     this.comboItem132 = new DevComponents.Editors.ComboItem();
     this.comboItem133 = new DevComponents.Editors.ComboItem();
     this.LXtabItem11 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel10 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item10 = new System.Windows.Forms.GroupBox();
     this.Lb_Item10GLXH = new DevComponents.DotNetBar.LabelX();
     this.Cb_Item10GLXH = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem76 = new DevComponents.Editors.ComboItem();
     this.comboItem77 = new DevComponents.Editors.ComboItem();
     this.comboItem78 = new DevComponents.Editors.ComboItem();
     this.comboItem79 = new DevComponents.Editors.ComboItem();
     this.comboItem80 = new DevComponents.Editors.ComboItem();
     this.comboItem81 = new DevComponents.Editors.ComboItem();
     this.comboItem82 = new DevComponents.Editors.ComboItem();
     this.comboItem83 = new DevComponents.Editors.ComboItem();
     this.comboItem84 = new DevComponents.Editors.ComboItem();
     this.comboItem85 = new DevComponents.Editors.ComboItem();
     this.comboItem86 = new DevComponents.Editors.ComboItem();
     this.comboItem87 = new DevComponents.Editors.ComboItem();
     this.comboItem88 = new DevComponents.Editors.ComboItem();
     this.comboItem89 = new DevComponents.Editors.ComboItem();
     this.comboItem90 = new DevComponents.Editors.ComboItem();
     this.comboItem91 = new DevComponents.Editors.ComboItem();
     this.comboItem92 = new DevComponents.Editors.ComboItem();
     this.comboItem93 = new DevComponents.Editors.ComboItem();
     this.comboItem94 = new DevComponents.Editors.ComboItem();
     this.comboItem95 = new DevComponents.Editors.ComboItem();
     this.comboItem96 = new DevComponents.Editors.ComboItem();
     this.comboItem97 = new DevComponents.Editors.ComboItem();
     this.comboItem98 = new DevComponents.Editors.ComboItem();
     this.comboItem99 = new DevComponents.Editors.ComboItem();
     this.comboItem100 = new DevComponents.Editors.ComboItem();
     this.comboItem101 = new DevComponents.Editors.ComboItem();
     this.comboItem102 = new DevComponents.Editors.ComboItem();
     this.comboItem103 = new DevComponents.Editors.ComboItem();
     this.comboItem104 = new DevComponents.Editors.ComboItem();
     this.comboItem105 = new DevComponents.Editors.ComboItem();
     this.comboItem106 = new DevComponents.Editors.ComboItem();
     this.comboItem107 = new DevComponents.Editors.ComboItem();
     this.comboItem108 = new DevComponents.Editors.ComboItem();
     this.comboItem109 = new DevComponents.Editors.ComboItem();
     this.comboItem110 = new DevComponents.Editors.ComboItem();
     this.comboItem111 = new DevComponents.Editors.ComboItem();
     this.comboItem112 = new DevComponents.Editors.ComboItem();
     this.comboItem113 = new DevComponents.Editors.ComboItem();
     this.comboItem114 = new DevComponents.Editors.ComboItem();
     this.comboItem115 = new DevComponents.Editors.ComboItem();
     this.comboItem116 = new DevComponents.Editors.ComboItem();
     this.comboItem117 = new DevComponents.Editors.ComboItem();
     this.Tb_Item10RXND = new System.Windows.Forms.TextBox();
     this.Lb_Item10RXND1 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item10MGD = new DevComponents.Editors.DoubleInput();
     this.Cb_Item10RXND = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem118 = new DevComponents.Editors.ComboItem();
     this.comboItem119 = new DevComponents.Editors.ComboItem();
     this.Lb_Item10MGD = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item10RXND2 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item10XTD = new DevComponents.Editors.DoubleInput();
     this.Lb_Item10XTD = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem10 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel8 = new DevComponents.DotNetBar.TabControlPanel();
     this.Grp_Item8 = new System.Windows.Forms.GroupBox();
     this.Tb_Item8DFXS1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item8DFXS1 = new DevComponents.DotNetBar.LabelX();
     this.Grp_Item8FBS = new System.Windows.Forms.GroupBox();
     this.Grp_Item8ADFMJ = new System.Windows.Forms.GroupBox();
     this.DbIput_Item8DFMJ = new DevComponents.Editors.DoubleInput();
     this.labelX42 = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item8YFMJ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_Item8YFMJ = new DevComponents.DotNetBar.LabelX();
     this.Rdo_Item8ADFMJ = new System.Windows.Forms.RadioButton();
     this.Rdo_Item8QMM = new System.Windows.Forms.RadioButton();
     this.groupBox15 = new System.Windows.Forms.GroupBox();
     this.Rdo_Item8FBSK = new System.Windows.Forms.RadioButton();
     this.Rdo_Item8WMMW = new System.Windows.Forms.RadioButton();
     this.Rdo_Item8FBSQ = new System.Windows.Forms.RadioButton();
     this.LXtabItem8 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel12 = new DevComponents.DotNetBar.TabControlPanel();
     this.Cb_Item3FS = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem134 = new DevComponents.Editors.ComboItem();
     this.Cb_Item3JJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem136 = new DevComponents.Editors.ComboItem();
     this.comboItem137 = new DevComponents.Editors.ComboItem();
     this.Lb_Item3FS = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item3LQJJJ = new DevComponents.DotNetBar.LabelX();
     this.Grp_Item3 = new System.Windows.Forms.GroupBox();
     this.DbInput_Item3ZXL = new DevComponents.Editors.DoubleInput();
     this.Grp_Item3FSKJLJ = new System.Windows.Forms.GroupBox();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.Lb_Item3ZXL = new DevComponents.DotNetBar.LabelX();
     this.LXtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel18 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox21 = new System.Windows.Forms.GroupBox();
     this.Grp_Lx5Item2HF = new System.Windows.Forms.GroupBox();
     this.labelX58 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2DJ = new DevComponents.Editors.DoubleInput();
     this.Grp_Lx5Item2RL = new System.Windows.Forms.GroupBox();
     this.labelX60 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2LJ = new DevComponents.Editors.DoubleInput();
     this.Grp_Lx5Item2KJ = new System.Windows.Forms.GroupBox();
     this.Rdo_Lx5Item2S = new System.Windows.Forms.RadioButton();
     this.Rdo_Lx5Item2D = new System.Windows.Forms.RadioButton();
     this.labelX54 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Lx5Item2KJ = new DevComponents.Editors.DoubleInput();
     this.Cbx_Lx5Item2LQJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem209 = new DevComponents.Editors.ComboItem();
     this.comboItem210 = new DevComponents.Editors.ComboItem();
     this.comboItem211 = new DevComponents.Editors.ComboItem();
     this.DbInput_Lx5Item2MJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2BJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2L0 = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2SP = new DevComponents.Editors.DoubleInput();
     this.DbInput_Lx5Item2SX = new DevComponents.Editors.DoubleInput();
     this.labelX59 = new DevComponents.DotNetBar.LabelX();
     this.labelX57 = new DevComponents.DotNetBar.LabelX();
     this.labelX56 = new DevComponents.DotNetBar.LabelX();
     this.labelX53 = new DevComponents.DotNetBar.LabelX();
     this.labelX61 = new DevComponents.DotNetBar.LabelX();
     this.labelX55 = new DevComponents.DotNetBar.LabelX();
     this.LX5tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.doubleInput8 = new DevComponents.Editors.DoubleInput();
     this.comboBoxEx3 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem29 = new DevComponents.Editors.ComboItem();
     this.comboItem30 = new DevComponents.Editors.ComboItem();
     this.comboItem31 = new DevComponents.Editors.ComboItem();
     this.comboItem32 = new DevComponents.Editors.ComboItem();
     this.comboItem33 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx4 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem26 = new DevComponents.Editors.ComboItem();
     this.comboItem27 = new DevComponents.Editors.ComboItem();
     this.comboItem28 = new DevComponents.Editors.ComboItem();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldPower)).BeginInit();
     this.TabScaffloldPower.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.Grp_Item1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1SKJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DKJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LQJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DSGD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1XHGWSCD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGHJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGZJ)).BeginInit();
     this.tabControlPanel13.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1S)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1D)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1GD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1KJ)).BeginInit();
     this.groupBox10.SuspendLayout();
     this.tabControlPanel6.SuspendLayout();
     this.Grp_Item6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6Uz)).BeginInit();
     this.Grp_Item6SF.SuspendLayout();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6SelfJBFY)).BeginInit();
     this.tabControlPanel5.SuspendLayout();
     this.Grp_Item5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item5HZBZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5PSCS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5SGCS)).BeginInit();
     this.tabControlPanel4.SuspendLayout();
     this.groupBox11.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item4PSCS)).BeginInit();
     this.tabControlPanel2.SuspendLayout();
     this.Grp_Item2.SuspendLayout();
     this.Grp_Item2DHG.SuspendLayout();
     this.Grp_Item2XHG.SuspendLayout();
     this.tabControlPanel9.SuspendLayout();
     this.Grp_Item9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item9DBK)).BeginInit();
     this.tabControlPanel17.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1NO)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1LDX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1SPX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2GD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item1BJ)).BeginInit();
     this.tabControlPanel16.SuspendLayout();
     this.groupBox19.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item4TZXS)).BeginInit();
     this.groupBox20.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBK)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBC)).BeginInit();
     this.groupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DFMJ)).BeginInit();
     this.groupBox18.SuspendLayout();
     this.tabControlPanel15.SuspendLayout();
     this.groupBox17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3SG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3CS)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.groupBox14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3HL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3AQW)).BeginInit();
     this.groupBox16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3SPJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3JSB)).BeginInit();
     this.tabControlPanel14.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SX)).BeginInit();
     this.Grp_Lx4Item2HF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2DJ)).BeginInit();
     this.Grp_Lx4Item2KJ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2CD)).BeginInit();
     this.tabControlPanel11.SuspendLayout();
     this.Grp_Item11.SuspendLayout();
     this.tabControlPanel10.SuspendLayout();
     this.Grp_Item10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10MGD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10XTD)).BeginInit();
     this.tabControlPanel8.SuspendLayout();
     this.Grp_Item8.SuspendLayout();
     this.Grp_Item8FBS.SuspendLayout();
     this.Grp_Item8ADFMJ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item8DFMJ)).BeginInit();
     this.groupBox15.SuspendLayout();
     this.tabControlPanel12.SuspendLayout();
     this.Grp_Item3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3ZXL)).BeginInit();
     this.Grp_Item3FSKJLJ.SuspendLayout();
     this.tabControlPanel18.SuspendLayout();
     this.groupBox21.SuspendLayout();
     this.Grp_Lx5Item2HF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2DJ)).BeginInit();
     this.Grp_Lx5Item2RL.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2LJ)).BeginInit();
     this.Grp_Lx5Item2KJ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2KJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2MJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2L0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SP)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SX)).BeginInit();
     this.tabControlPanel3.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput8)).BeginInit();
     this.SuspendLayout();
     //
     // dockContainerItem1
     //
     this.dockContainerItem1.Name = "dockContainerItem1";
     this.dockContainerItem1.Text = "dockContainerItem1";
     //
     // dockContainerItem2
     //
     this.dockContainerItem2.Name = "dockContainerItem2";
     this.dockContainerItem2.Text = "dockContainerItem2";
     //
     // dockContainerItem3
     //
     this.dockContainerItem3.Name = "dockContainerItem3";
     this.dockContainerItem3.Text = "dockContainerItem3";
     //
     // superTabItem2
     //
     this.superTabItem2.AttachedControl = this.superTabControlPanel2;
     this.superTabItem2.GlobalItem = false;
     this.superTabItem2.Name = "superTabItem2";
     this.superTabItem2.Text = "�͸�������ּ�";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28);
     this.superTabControlPanel2.Name = "superTabControlPanel2";
     this.superTabControlPanel2.Size = new System.Drawing.Size(761, 393);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem = this.superTabItem2;
     //
     // comboItem1
     //
     this.comboItem1.Text = "��ص��Ž��ּ�";
     //
     // comboItem2
     //
     this.comboItem2.Text = "�͸�������ּ�";
     //
     // comboItem3
     //
     this.comboItem3.Text = "��ص��Ž��ּ�";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.BtnSubmit);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx1.Location = new System.Drawing.Point(0, 450);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(638, 32);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 20;
     //
     // BtnSubmit
     //
     this.BtnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.BtnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.BtnSubmit.Dock = System.Windows.Forms.DockStyle.Right;
     this.BtnSubmit.Location = new System.Drawing.Point(563, 0);
     this.BtnSubmit.Name = "BtnSubmit";
     this.BtnSubmit.Size = new System.Drawing.Size(75, 32);
     this.BtnSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.BtnSubmit.TabIndex = 42;
     this.BtnSubmit.Text = "ȷ ��";
     this.BtnSubmit.Click += new System.EventHandler(this.BtnSubmit_Click);
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.LbScaffoldType);
     this.panelEx2.Controls.Add(this.CbxScaffoldType);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelEx2.Location = new System.Drawing.Point(0, 0);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(638, 41);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 22;
     //
     // LbScaffoldType
     //
     this.LbScaffoldType.AutoSize = true;
     //
     //
     //
     this.LbScaffoldType.BackgroundStyle.Class = "";
     this.LbScaffoldType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.LbScaffoldType.Location = new System.Drawing.Point(18, 9);
     this.LbScaffoldType.Name = "LbScaffoldType";
     this.LbScaffoldType.Size = new System.Drawing.Size(105, 18);
     this.LbScaffoldType.TabIndex = 40;
     this.LbScaffoldType.Text = "ѡ����ּ����ͣ�";
     //
     // CbxScaffoldType
     //
     this.CbxScaffoldType.DisplayMember = "Text";
     this.CbxScaffoldType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.CbxScaffoldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbxScaffoldType.FormattingEnabled = true;
     this.CbxScaffoldType.ItemHeight = 15;
     this.CbxScaffoldType.Items.AddRange(new object[] {
     this.comboItem72,
     this.comboItem73,
     this.comboItem74,
     this.comboItem66,
     this.comboItem70});
     this.CbxScaffoldType.Location = new System.Drawing.Point(125, 9);
     this.CbxScaffoldType.Name = "CbxScaffoldType";
     this.CbxScaffoldType.Size = new System.Drawing.Size(139, 21);
     this.CbxScaffoldType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.CbxScaffoldType.TabIndex = 41;
     this.CbxScaffoldType.SelectedIndexChanged += new System.EventHandler(this.CbxScaffoldType_SelectedIndexChanged);
     //
     // comboItem72
     //
     this.comboItem72.Text = "���˫�Ž��ּ�";
     //
     // comboItem73
     //
     this.comboItem73.Text = "�͸�������ּ�";
     //
     // comboItem74
     //
     this.comboItem74.Text = "��ص��Ž��ּ�";
     //
     // comboItem66
     //
     this.comboItem66.Text = "��ʽ�ֹܽ��ּ�";
     //
     // comboItem70
     //
     this.comboItem70.Text = "���ʽ���ּ�";
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2});
     this.buttonItem1.Text = "buttonItem1";
     //
     // buttonItem2
     //
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem3,
     this.buttonItem4});
     this.buttonItem2.Text = "buttonItem2";
     //
     // buttonItem3
     //
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.Text = "buttonItem3";
     //
     // buttonItem4
     //
     this.buttonItem4.Name = "buttonItem4";
     this.buttonItem4.Text = "buttonItem4";
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.TabScaffloldPower);
     this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx3.Location = new System.Drawing.Point(0, 41);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(638, 409);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 23;
     //
     // TabScaffloldPower
     //
     this.TabScaffloldPower.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.TabScaffloldPower.CanReorderTabs = true;
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel1);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel13);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel6);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel5);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel4);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel2);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel9);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel17);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel16);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel15);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel14);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel11);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel10);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel8);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel12);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel18);
     this.TabScaffloldPower.Controls.Add(this.tabControlPanel3);
     this.TabScaffloldPower.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TabScaffloldPower.Location = new System.Drawing.Point(0, 0);
     this.TabScaffloldPower.Name = "TabScaffloldPower";
     this.TabScaffloldPower.SelectedTabFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold);
     this.TabScaffloldPower.SelectedTabIndex = 0;
     this.TabScaffloldPower.Size = new System.Drawing.Size(638, 409);
     this.TabScaffloldPower.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.TabScaffloldPower.TabIndex = 46;
     this.TabScaffloldPower.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem1);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem2);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem3);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem4);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem5);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem6);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem8);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem9);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem10);
     this.TabScaffloldPower.Tabs.Add(this.LXtabItem11);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem1);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem2);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem3);
     this.TabScaffloldPower.Tabs.Add(this.LX4tabItem4);
     this.TabScaffloldPower.Tabs.Add(this.LX5tabItem1);
     this.TabScaffloldPower.Tabs.Add(this.LX5tabItem2);
     this.TabScaffloldPower.Text = "��ǽ������";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.Grp_Item1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.LXtabItem1;
     //
     // Grp_Item1
     //
     this.Grp_Item1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item1.Controls.Add(this.groupBox2);
     this.Grp_Item1.Controls.Add(this.labelX1);
     this.Grp_Item1.Controls.Add(this.labelX8);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1SKJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1DKJ);
     this.Grp_Item1.Controls.Add(this.Lb_Item17);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1LQJL);
     this.Grp_Item1.Controls.Add(this.Lb_Item1LQJL);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1DSGD);
     this.Grp_Item1.Controls.Add(this.Lb_Item1DSGD);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1BJ);
     this.Grp_Item1.Controls.Add(this.Lb_Item1BJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1XHGWSCD);
     this.Grp_Item1.Controls.Add(this.Lb_Item1LGZJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1LGHJ);
     this.Grp_Item1.Controls.Add(this.DbInput_Item1LGZJ);
     this.Grp_Item1.Controls.Add(this.Lb_Item1LGHJ);
     this.Grp_Item1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item1.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item1.Name = "Grp_Item1";
     this.Grp_Item1.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item1.TabIndex = 4;
     this.Grp_Item1.TabStop = false;
     this.Grp_Item1.Text = "ѡ�����";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.Tb_Item1GGWJ);
     this.groupBox2.Controls.Add(this.Tb_Item1BH);
     this.groupBox2.Controls.Add(this.Lb_Item1BH);
     this.groupBox2.Controls.Add(this.Lb_Item1GGWJ);
     this.groupBox2.Location = new System.Drawing.Point(3, 209);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(620, 115);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "�̶�����";
     //
     // Tb_Item1GGWJ
     //
     this.Tb_Item1GGWJ.Location = new System.Drawing.Point(135, 58);
     this.Tb_Item1GGWJ.Name = "Tb_Item1GGWJ";
     this.Tb_Item1GGWJ.ReadOnly = true;
     this.Tb_Item1GGWJ.Size = new System.Drawing.Size(86, 21);
     this.Tb_Item1GGWJ.TabIndex = 20;
     this.Tb_Item1GGWJ.Text = "48.3";
     this.Tb_Item1GGWJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Tb_Item1BH
     //
     this.Tb_Item1BH.Location = new System.Drawing.Point(135, 33);
     this.Tb_Item1BH.Name = "Tb_Item1BH";
     this.Tb_Item1BH.ReadOnly = true;
     this.Tb_Item1BH.Size = new System.Drawing.Size(86, 21);
     this.Tb_Item1BH.TabIndex = 19;
     this.Tb_Item1BH.Text = "3.6";
     this.Tb_Item1BH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item1BH
     //
     //
     //
     //
     this.Lb_Item1BH.BackgroundStyle.Class = "";
     this.Lb_Item1BH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1BH.Location = new System.Drawing.Point(54, 31);
     this.Lb_Item1BH.Name = "Lb_Item1BH";
     this.Lb_Item1BH.Size = new System.Drawing.Size(75, 21);
     this.Lb_Item1BH.TabIndex = 18;
     this.Lb_Item1BH.Text = " �ں�mm��";
     //
     // Lb_Item1GGWJ
     //
     //
     //
     //
     this.Lb_Item1GGWJ.BackgroundStyle.Class = "";
     this.Lb_Item1GGWJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1GGWJ.Location = new System.Drawing.Point(37, 59);
     this.Lb_Item1GGWJ.Name = "Lb_Item1GGWJ";
     this.Lb_Item1GGWJ.Size = new System.Drawing.Size(92, 20);
     this.Lb_Item1GGWJ.TabIndex = 17;
     this.Lb_Item1GGWJ.Text = "�ֹ��⾶��mm��";
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(298, 36);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(162, 20);
     this.labelX1.TabIndex = 20;
     this.labelX1.Text = "С��˼������쳤��a1(m)";
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(308, 87);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(117, 20);
     this.labelX8.TabIndex = 16;
     this.labelX8.Text = " ˫�ۼ�����������";
     //
     // DbInput_Item1SKJ
     //
     //
     //
     //
     this.DbInput_Item1SKJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1SKJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1SKJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1SKJ.Increment = 1;
     this.DbInput_Item1SKJ.Location = new System.Drawing.Point(463, 87);
     this.DbInput_Item1SKJ.MaxValue = 16;
     this.DbInput_Item1SKJ.MinValue = 0;
     this.DbInput_Item1SKJ.Name = "DbInput_Item1SKJ";
     this.DbInput_Item1SKJ.ShowUpDown = true;
     this.DbInput_Item1SKJ.Size = new System.Drawing.Size(69, 21);
     this.DbInput_Item1SKJ.TabIndex = 15;
     this.DbInput_Item1SKJ.Value = 12;
     //
     // DbInput_Item1DKJ
     //
     //
     //
     //
     this.DbInput_Item1DKJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1DKJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1DKJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1DKJ.Increment = 1;
     this.DbInput_Item1DKJ.Location = new System.Drawing.Point(463, 60);
     this.DbInput_Item1DKJ.MaxValue = 8;
     this.DbInput_Item1DKJ.MinValue = 0;
     this.DbInput_Item1DKJ.Name = "DbInput_Item1DKJ";
     this.DbInput_Item1DKJ.ShowUpDown = true;
     this.DbInput_Item1DKJ.Size = new System.Drawing.Size(69, 21);
     this.DbInput_Item1DKJ.TabIndex = 13;
     this.DbInput_Item1DKJ.Value = 8;
     //
     // Lb_Item17
     //
     //
     //
     //
     this.Lb_Item17.BackgroundStyle.Class = "";
     this.Lb_Item17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item17.Location = new System.Drawing.Point(308, 61);
     this.Lb_Item17.Name = "Lb_Item17";
     this.Lb_Item17.Size = new System.Drawing.Size(117, 20);
     this.Lb_Item17.TabIndex = 12;
     this.Lb_Item17.Text = " ���ۼ�����������";
     //
     // DbInput_Item1LQJL
     //
     //
     //
     //
     this.DbInput_Item1LQJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1LQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1LQJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1LQJL.Increment = 0.1;
     this.DbInput_Item1LQJL.Location = new System.Drawing.Point(158, 144);
     this.DbInput_Item1LQJL.MaxValue = 5;
     this.DbInput_Item1LQJL.MinValue = 0.1;
     this.DbInput_Item1LQJL.Name = "DbInput_Item1LQJL";
     this.DbInput_Item1LQJL.ShowUpDown = true;
     this.DbInput_Item1LQJL.Size = new System.Drawing.Size(63, 21);
     this.DbInput_Item1LQJL.TabIndex = 9;
     this.DbInput_Item1LQJL.Value = 0.3;
     //
     // Lb_Item1LQJL
     //
     //
     //
     //
     this.Lb_Item1LQJL.BackgroundStyle.Class = "";
     this.Lb_Item1LQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1LQJL.Location = new System.Drawing.Point(2, 145);
     this.Lb_Item1LQJL.Name = "Lb_Item1LQJL";
     this.Lb_Item1LQJL.Size = new System.Drawing.Size(152, 20);
     this.Lb_Item1LQJL.TabIndex = 8;
     this.Lb_Item1LQJL.Text = "���ּ����ŵ���ǽ����(m)";
     //
     // DbInput_Item1DSGD
     //
     //
     //
     //
     this.DbInput_Item1DSGD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1DSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1DSGD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1DSGD.Increment = 1;
     this.DbInput_Item1DSGD.Location = new System.Drawing.Point(158, 117);
     this.DbInput_Item1DSGD.MaxValue = 50;
     this.DbInput_Item1DSGD.MinValue = 0;
     this.DbInput_Item1DSGD.Name = "DbInput_Item1DSGD";
     this.DbInput_Item1DSGD.ShowUpDown = true;
     this.DbInput_Item1DSGD.Size = new System.Drawing.Size(62, 21);
     this.DbInput_Item1DSGD.TabIndex = 7;
     this.DbInput_Item1DSGD.Value = 24;
     //
     // Lb_Item1DSGD
     //
     //
     //
     //
     this.Lb_Item1DSGD.BackgroundStyle.Class = "";
     this.Lb_Item1DSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1DSGD.Location = new System.Drawing.Point(33, 118);
     this.Lb_Item1DSGD.Name = "Lb_Item1DSGD";
     this.Lb_Item1DSGD.Size = new System.Drawing.Size(121, 20);
     this.Lb_Item1DSGD.TabIndex = 6;
     this.Lb_Item1DSGD.Text = "���ּܴ���߶�H(m)";
     //
     // DbInput_Item1BJ
     //
     //
     //
     //
     this.DbInput_Item1BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1BJ.Increment = 1;
     this.DbInput_Item1BJ.Location = new System.Drawing.Point(159, 90);
     this.DbInput_Item1BJ.MaxValue = 2;
     this.DbInput_Item1BJ.MinValue = 1.2;
     this.DbInput_Item1BJ.Name = "DbInput_Item1BJ";
     this.DbInput_Item1BJ.ShowUpDown = true;
     this.DbInput_Item1BJ.Size = new System.Drawing.Size(61, 21);
     this.DbInput_Item1BJ.TabIndex = 5;
     this.DbInput_Item1BJ.Value = 1.8;
     //
     // Lb_Item1BJ
     //
     //
     //
     //
     this.Lb_Item1BJ.BackgroundStyle.Class = "";
     this.Lb_Item1BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1BJ.Location = new System.Drawing.Point(95, 91);
     this.Lb_Item1BJ.Name = "Lb_Item1BJ";
     this.Lb_Item1BJ.Size = new System.Drawing.Size(59, 20);
     this.Lb_Item1BJ.TabIndex = 4;
     this.Lb_Item1BJ.Text = "����h(m)";
     //
     // DbInput_Item1XHGWSCD
     //
     //
     //
     //
     this.DbInput_Item1XHGWSCD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1XHGWSCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1XHGWSCD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1XHGWSCD.Increment = 0.1;
     this.DbInput_Item1XHGWSCD.Location = new System.Drawing.Point(463, 36);
     this.DbInput_Item1XHGWSCD.MaxValue = 0.5;
     this.DbInput_Item1XHGWSCD.MinValue = 0;
     this.DbInput_Item1XHGWSCD.Name = "DbInput_Item1XHGWSCD";
     this.DbInput_Item1XHGWSCD.ShowUpDown = true;
     this.DbInput_Item1XHGWSCD.Size = new System.Drawing.Size(69, 21);
     this.DbInput_Item1XHGWSCD.TabIndex = 3;
     this.DbInput_Item1XHGWSCD.Value = 0.2;
     //
     // Lb_Item1LGZJ
     //
     //
     //
     //
     this.Lb_Item1LGZJ.BackgroundStyle.Class = "";
     this.Lb_Item1LGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1LGZJ.Location = new System.Drawing.Point(66, 39);
     this.Lb_Item1LGZJ.Name = "Lb_Item1LGZJ";
     this.Lb_Item1LGZJ.Size = new System.Drawing.Size(88, 20);
     this.Lb_Item1LGZJ.TabIndex = 0;
     this.Lb_Item1LGZJ.Text = "�����ݾ�la(m)";
     //
     // DbInput_Item1LGHJ
     //
     //
     //
     //
     this.DbInput_Item1LGHJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1LGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1LGHJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1LGHJ.Increment = 1;
     this.DbInput_Item1LGHJ.Location = new System.Drawing.Point(159, 64);
     this.DbInput_Item1LGHJ.MaxValue = 1.3;
     this.DbInput_Item1LGHJ.MinValue = 0.5;
     this.DbInput_Item1LGHJ.Name = "DbInput_Item1LGHJ";
     this.DbInput_Item1LGHJ.ShowUpDown = true;
     this.DbInput_Item1LGHJ.Size = new System.Drawing.Size(61, 21);
     this.DbInput_Item1LGHJ.TabIndex = 3;
     this.DbInput_Item1LGHJ.Value = 1.05;
     //
     // DbInput_Item1LGZJ
     //
     //
     //
     //
     this.DbInput_Item1LGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item1LGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item1LGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item1LGZJ.Increment = 0.1;
     this.DbInput_Item1LGZJ.Location = new System.Drawing.Point(159, 38);
     this.DbInput_Item1LGZJ.MaxValue = 1.8;
     this.DbInput_Item1LGZJ.MinValue = 1.2;
     this.DbInput_Item1LGZJ.Name = "DbInput_Item1LGZJ";
     this.DbInput_Item1LGZJ.ShowUpDown = true;
     this.DbInput_Item1LGZJ.Size = new System.Drawing.Size(61, 21);
     this.DbInput_Item1LGZJ.TabIndex = 1;
     this.DbInput_Item1LGZJ.Value = 1.5;
     //
     // Lb_Item1LGHJ
     //
     //
     //
     //
     this.Lb_Item1LGHJ.BackgroundStyle.Class = "";
     this.Lb_Item1LGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item1LGHJ.Location = new System.Drawing.Point(66, 64);
     this.Lb_Item1LGHJ.Name = "Lb_Item1LGHJ";
     this.Lb_Item1LGHJ.Size = new System.Drawing.Size(88, 20);
     this.Lb_Item1LGHJ.TabIndex = 2;
     this.Lb_Item1LGHJ.Text = "���˺��lb(m)";
     //
     // LXtabItem1
     //
     this.LXtabItem1.AttachedControl = this.tabControlPanel1;
     this.LXtabItem1.Name = "LXtabItem1";
     this.LXtabItem1.Text = " ���ּܴ������";
     //
     // tabControlPanel13
     //
     this.tabControlPanel13.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.tabControlPanel13.Controls.Add(this.groupBox1);
     this.tabControlPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel13.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel13.Name = "tabControlPanel13";
     this.tabControlPanel13.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel13.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel13.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel13.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel13.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel13.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel13.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel13.Style.GradientAngle = 90;
     this.tabControlPanel13.TabIndex = 14;
     this.tabControlPanel13.TabItem = this.LX4tabItem1;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1S);
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1D);
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1GD);
     this.groupBox1.Controls.Add(this.DbInput_Lx4Item1KJ);
     this.groupBox1.Controls.Add(this.Tb_Lx4Item1BJ);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.labelX5);
     this.groupBox1.Controls.Add(this.labelX6);
     this.groupBox1.Controls.Add(this.groupBox10);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(1, 1);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(636, 338);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     //
     // DbInput_Lx4Item1S
     //
     //
     //
     //
     this.DbInput_Lx4Item1S.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1S.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1S.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1S.Increment = 1;
     this.DbInput_Lx4Item1S.Location = new System.Drawing.Point(374, 217);
     this.DbInput_Lx4Item1S.MaxValue = 16;
     this.DbInput_Lx4Item1S.MinValue = 0;
     this.DbInput_Lx4Item1S.Name = "DbInput_Lx4Item1S";
     this.DbInput_Lx4Item1S.ShowUpDown = true;
     this.DbInput_Lx4Item1S.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1S.TabIndex = 26;
     this.DbInput_Lx4Item1S.Value = 12;
     //
     // DbInput_Lx4Item1D
     //
     //
     //
     //
     this.DbInput_Lx4Item1D.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1D.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1D.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1D.Increment = 1;
     this.DbInput_Lx4Item1D.Location = new System.Drawing.Point(374, 173);
     this.DbInput_Lx4Item1D.MaxValue = 8;
     this.DbInput_Lx4Item1D.MinValue = 0;
     this.DbInput_Lx4Item1D.Name = "DbInput_Lx4Item1D";
     this.DbInput_Lx4Item1D.ShowUpDown = true;
     this.DbInput_Lx4Item1D.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1D.TabIndex = 26;
     this.DbInput_Lx4Item1D.Value = 8;
     //
     // DbInput_Lx4Item1GD
     //
     //
     //
     //
     this.DbInput_Lx4Item1GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1GD.Increment = 1;
     this.DbInput_Lx4Item1GD.Location = new System.Drawing.Point(374, 129);
     this.DbInput_Lx4Item1GD.MaxValue = 55;
     this.DbInput_Lx4Item1GD.MinValue = 0;
     this.DbInput_Lx4Item1GD.Name = "DbInput_Lx4Item1GD";
     this.DbInput_Lx4Item1GD.ShowUpDown = true;
     this.DbInput_Lx4Item1GD.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1GD.TabIndex = 26;
     this.DbInput_Lx4Item1GD.Value = 24;
     //
     // DbInput_Lx4Item1KJ
     //
     //
     //
     //
     this.DbInput_Lx4Item1KJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item1KJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item1KJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item1KJ.Increment = 1;
     this.DbInput_Lx4Item1KJ.Location = new System.Drawing.Point(374, 84);
     this.DbInput_Lx4Item1KJ.MinValue = 0;
     this.DbInput_Lx4Item1KJ.Name = "DbInput_Lx4Item1KJ";
     this.DbInput_Lx4Item1KJ.ShowUpDown = true;
     this.DbInput_Lx4Item1KJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item1KJ.TabIndex = 26;
     this.DbInput_Lx4Item1KJ.Value = 1.2;
     //
     // Tb_Lx4Item1BJ
     //
     this.Tb_Lx4Item1BJ.Location = new System.Drawing.Point(374, 32);
     this.Tb_Lx4Item1BJ.Name = "Tb_Lx4Item1BJ";
     this.Tb_Lx4Item1BJ.ReadOnly = true;
     this.Tb_Lx4Item1BJ.Size = new System.Drawing.Size(80, 21);
     this.Tb_Lx4Item1BJ.TabIndex = 25;
     this.Tb_Lx4Item1BJ.Text = "1980";
     this.Tb_Lx4Item1BJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(236, 218);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(139, 20);
     this.labelX2.TabIndex = 13;
     this.labelX2.Text = "˫�ۼ�������������";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(236, 129);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(139, 20);
     this.labelX3.TabIndex = 12;
     this.labelX3.Text = "���ּܴ���߶�H(m)��";
     this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(236, 173);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(139, 20);
     this.labelX4.TabIndex = 11;
     this.labelX4.Text = "���ۼ�������������";
     this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(275, 85);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(100, 20);
     this.labelX5.TabIndex = 9;
     this.labelX5.Text = "�żܿ��l(m)��";
     this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(275, 33);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(100, 20);
     this.labelX6.TabIndex = 10;
     this.labelX6.Text = "�żܲ���h(m)��";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF2);
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF1);
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF4);
     this.groupBox10.Controls.Add(this.Rdo_Lx4Item1MF3);
     this.groupBox10.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox10.Location = new System.Drawing.Point(3, 17);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(117, 318);
     this.groupBox10.TabIndex = 8;
     this.groupBox10.TabStop = false;
     this.groupBox10.Text = "�ż�����";
     //
     // Rdo_Lx4Item1MF2
     //
     this.Rdo_Lx4Item1MF2.AutoSize = true;
     this.Rdo_Lx4Item1MF2.Location = new System.Drawing.Point(8, 94);
     this.Rdo_Lx4Item1MF2.Name = "Rdo_Lx4Item1MF2";
     this.Rdo_Lx4Item1MF2.Size = new System.Drawing.Size(89, 16);
     this.Rdo_Lx4Item1MF2.TabIndex = 5;
     this.Rdo_Lx4Item1MF2.Text = "MF1219��2��";
     this.Rdo_Lx4Item1MF2.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF2.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF2_CheckedChanged);
     //
     // Rdo_Lx4Item1MF1
     //
     this.Rdo_Lx4Item1MF1.AutoSize = true;
     this.Rdo_Lx4Item1MF1.Checked = true;
     this.Rdo_Lx4Item1MF1.Location = new System.Drawing.Point(9, 45);
     this.Rdo_Lx4Item1MF1.Name = "Rdo_Lx4Item1MF1";
     this.Rdo_Lx4Item1MF1.Size = new System.Drawing.Size(89, 16);
     this.Rdo_Lx4Item1MF1.TabIndex = 5;
     this.Rdo_Lx4Item1MF1.TabStop = true;
     this.Rdo_Lx4Item1MF1.Text = "MF1219��1��";
     this.Rdo_Lx4Item1MF1.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF1.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF1_CheckedChanged);
     //
     // Rdo_Lx4Item1MF4
     //
     this.Rdo_Lx4Item1MF4.AutoSize = true;
     this.Rdo_Lx4Item1MF4.Location = new System.Drawing.Point(9, 192);
     this.Rdo_Lx4Item1MF4.Name = "Rdo_Lx4Item1MF4";
     this.Rdo_Lx4Item1MF4.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item1MF4.TabIndex = 5;
     this.Rdo_Lx4Item1MF4.Text = "MF1017";
     this.Rdo_Lx4Item1MF4.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF4.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF4_CheckedChanged);
     //
     // Rdo_Lx4Item1MF3
     //
     this.Rdo_Lx4Item1MF3.AutoSize = true;
     this.Rdo_Lx4Item1MF3.Location = new System.Drawing.Point(8, 143);
     this.Rdo_Lx4Item1MF3.Name = "Rdo_Lx4Item1MF3";
     this.Rdo_Lx4Item1MF3.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item1MF3.TabIndex = 5;
     this.Rdo_Lx4Item1MF3.Text = "MF0817";
     this.Rdo_Lx4Item1MF3.UseVisualStyleBackColor = true;
     this.Rdo_Lx4Item1MF3.CheckedChanged += new System.EventHandler(this.Rdo_Lx4Item1MF3_CheckedChanged);
     //
     // LX4tabItem1
     //
     this.LX4tabItem1.AttachedControl = this.tabControlPanel13;
     this.LX4tabItem1.Name = "LX4tabItem1";
     this.LX4tabItem1.Text = "4���ּܲ���";
     this.LX4tabItem1.Visible = false;
     //
     // tabControlPanel6
     //
     this.tabControlPanel6.Controls.Add(this.Grp_Item6);
     this.tabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel6.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel6.Name = "tabControlPanel6";
     this.tabControlPanel6.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel6.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel6.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel6.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel6.Style.GradientAngle = 90;
     this.tabControlPanel6.TabIndex = 6;
     this.tabControlPanel6.TabItem = this.LXtabItem6;
     //
     // Grp_Item6
     //
     this.Grp_Item6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item6.Controls.Add(this.Lb_Item6Uz);
     this.Grp_Item6.Controls.Add(this.DbInput_Item6Uz);
     this.Grp_Item6.Controls.Add(this.Cb_Item7DMCCD);
     this.Grp_Item6.Controls.Add(this.labelX17);
     this.Grp_Item6.Controls.Add(this.Grp_Item6SF);
     this.Grp_Item6.Controls.Add(this.groupBox9);
     this.Grp_Item6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item6.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item6.Name = "Grp_Item6";
     this.Grp_Item6.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item6.TabIndex = 0;
     this.Grp_Item6.TabStop = false;
     //
     // Lb_Item6Uz
     //
     //
     //
     //
     this.Lb_Item6Uz.BackgroundStyle.Class = "";
     this.Lb_Item6Uz.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6Uz.Location = new System.Drawing.Point(265, 233);
     this.Lb_Item6Uz.Name = "Lb_Item6Uz";
     this.Lb_Item6Uz.Size = new System.Drawing.Size(107, 35);
     this.Lb_Item6Uz.TabIndex = 1;
     this.Lb_Item6Uz.Text = "���������ϵ����";
     //
     // DbInput_Item6Uz
     //
     //
     //
     //
     this.DbInput_Item6Uz.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item6Uz.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item6Uz.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item6Uz.Increment = 1;
     this.DbInput_Item6Uz.Location = new System.Drawing.Point(373, 240);
     this.DbInput_Item6Uz.MinValue = 0;
     this.DbInput_Item6Uz.Name = "DbInput_Item6Uz";
     this.DbInput_Item6Uz.ShowUpDown = true;
     this.DbInput_Item6Uz.Size = new System.Drawing.Size(105, 21);
     this.DbInput_Item6Uz.TabIndex = 3;
     this.DbInput_Item6Uz.Value = 1.04;
     //
     // Cb_Item7DMCCD
     //
     this.Cb_Item7DMCCD.DisplayMember = "Text";
     this.Cb_Item7DMCCD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item7DMCCD.FormattingEnabled = true;
     this.Cb_Item7DMCCD.ItemHeight = 15;
     this.Cb_Item7DMCCD.Items.AddRange(new object[] {
     this.comboItem214,
     this.comboItem215,
     this.comboItem216,
     this.comboItem217});
     this.Cb_Item7DMCCD.Location = new System.Drawing.Point(90, 239);
     this.Cb_Item7DMCCD.Name = "Cb_Item7DMCCD";
     this.Cb_Item7DMCCD.Size = new System.Drawing.Size(104, 21);
     this.Cb_Item7DMCCD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item7DMCCD.TabIndex = 6;
     //
     // comboItem214
     //
     this.comboItem214.Text = "A��";
     //
     // comboItem215
     //
     this.comboItem215.Text = "B��";
     //
     // comboItem216
     //
     this.comboItem216.Text = "C��";
     //
     // comboItem217
     //
     this.comboItem217.Text = "D��";
     //
     // labelX17
     //
     //
     //
     //
     this.labelX17.BackgroundStyle.Class = "";
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Location = new System.Drawing.Point(17, 236);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(80, 32);
     this.labelX17.TabIndex = 5;
     this.labelX17.Text = "����ֲڶ�";
     //
     // Grp_Item6SF
     //
     this.Grp_Item6SF.Controls.Add(this.Cb_Item6SF);
     this.Grp_Item6SF.Controls.Add(this.Lb_Item6SF);
     this.Grp_Item6SF.Controls.Add(this.Tb_Item6SFDQFY);
     this.Grp_Item6SF.Controls.Add(this.Lb_Item6DQ);
     this.Grp_Item6SF.Controls.Add(this.Cb_Item6DQ);
     this.Grp_Item6SF.Controls.Add(this.Lb_Item6SFDQFY);
     this.Grp_Item6SF.Location = new System.Drawing.Point(11, 13);
     this.Grp_Item6SF.Name = "Grp_Item6SF";
     this.Grp_Item6SF.Size = new System.Drawing.Size(559, 92);
     this.Grp_Item6SF.TabIndex = 0;
     this.Grp_Item6SF.TabStop = false;
     this.Grp_Item6SF.Text = "��ʡ�ݲ�ѯ��ѹ";
     //
     // Cb_Item6SF
     //
     this.Cb_Item6SF.DisplayMember = "Text";
     this.Cb_Item6SF.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item6SF.FormattingEnabled = true;
     this.Cb_Item6SF.ItemHeight = 15;
     this.Cb_Item6SF.Items.AddRange(new object[] {
     this.comboItem37,
     this.comboItem38,
     this.comboItem39,
     this.comboItem40,
     this.comboItem41,
     this.comboItem42,
     this.comboItem43,
     this.comboItem44,
     this.comboItem45,
     this.comboItem46,
     this.comboItem47,
     this.comboItem48,
     this.comboItem49,
     this.comboItem50,
     this.comboItem51,
     this.comboItem52,
     this.comboItem53,
     this.comboItem54,
     this.comboItem55,
     this.comboItem56,
     this.comboItem57,
     this.comboItem58,
     this.comboItem59,
     this.comboItem60,
     this.comboItem61,
     this.comboItem62,
     this.comboItem63,
     this.comboItem71,
     this.comboItem75,
     this.comboItem142,
     this.comboItem143,
     this.comboItem144,
     this.comboItem145,
     this.comboItem146});
     this.Cb_Item6SF.Location = new System.Drawing.Point(41, 28);
     this.Cb_Item6SF.Name = "Cb_Item6SF";
     this.Cb_Item6SF.Size = new System.Drawing.Size(82, 21);
     this.Cb_Item6SF.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item6SF.TabIndex = 23;
     this.Cb_Item6SF.Text = "����";
     this.Cb_Item6SF.SelectedIndexChanged += new System.EventHandler(this.Cb_Item6SF_SelectedIndexChanged);
     //
     // comboItem37
     //
     this.comboItem37.Text = "����";
     //
     // comboItem38
     //
     this.comboItem38.Text = "���";
     //
     // comboItem39
     //
     this.comboItem39.Text = "�Ϻ�";
     //
     // comboItem40
     //
     this.comboItem40.Text = "����";
     //
     // comboItem41
     //
     this.comboItem41.Text = "�ӱ�";
     //
     // comboItem42
     //
     this.comboItem42.Text = "ɽ��";
     //
     // comboItem43
     //
     this.comboItem43.Text = "���ɹ�";
     //
     // comboItem44
     //
     this.comboItem44.Text = "����";
     //
     // comboItem45
     //
     this.comboItem45.Text = "����";
     //
     // comboItem46
     //
     this.comboItem46.Text = "������";
     //
     // comboItem47
     //
     this.comboItem47.Text = "ɽ��";
     //
     // comboItem48
     //
     this.comboItem48.Text = "����";
     //
     // comboItem49
     //
     this.comboItem49.Text = "�㽭";
     //
     // comboItem50
     //
     this.comboItem50.Text = "����";
     //
     // comboItem51
     //
     this.comboItem51.Text = "����";
     //
     // comboItem52
     //
     this.comboItem52.Text = "����";
     //
     // comboItem53
     //
     this.comboItem53.Text = "����";
     //
     // comboItem54
     //
     this.comboItem54.Text = "����";
     //
     // comboItem55
     //
     this.comboItem55.Text = "����";
     //
     // comboItem56
     //
     this.comboItem56.Text = "�ຣ";
     //
     // comboItem57
     //
     this.comboItem57.Text = "�½�";
     //
     // comboItem58
     //
     this.comboItem58.Text = "����";
     //
     // comboItem59
     //
     this.comboItem59.Text = "����";
     //
     // comboItem60
     //
     this.comboItem60.Text = "����";
     //
     // comboItem61
     //
     this.comboItem61.Text = "�㶫";
     //
     // comboItem62
     //
     this.comboItem62.Text = "����";
     //
     // comboItem63
     //
     this.comboItem63.Text = "����";
     //
     // comboItem71
     //
     this.comboItem71.Text = "�Ĵ�";
     //
     // comboItem75
     //
     this.comboItem75.Text = "����";
     //
     // comboItem142
     //
     this.comboItem142.Text = "����";
     //
     // comboItem143
     //
     this.comboItem143.Text = "����";
     //
     // comboItem144
     //
     this.comboItem144.Text = "̨��";
     //
     // comboItem145
     //
     this.comboItem145.Text = "���";
     //
     // comboItem146
     //
     this.comboItem146.Text = "����";
     //
     // Lb_Item6SF
     //
     //
     //
     //
     this.Lb_Item6SF.BackgroundStyle.Class = "";
     this.Lb_Item6SF.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6SF.Location = new System.Drawing.Point(6, 28);
     this.Lb_Item6SF.Name = "Lb_Item6SF";
     this.Lb_Item6SF.Size = new System.Drawing.Size(42, 22);
     this.Lb_Item6SF.TabIndex = 2;
     this.Lb_Item6SF.Text = "ʡ�ݣ�";
     //
     // Tb_Item6SFDQFY
     //
     //
     //
     //
     this.Tb_Item6SFDQFY.Border.Class = "TextBoxBorder";
     this.Tb_Item6SFDQFY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item6SFDQFY.Location = new System.Drawing.Point(455, 29);
     this.Tb_Item6SFDQFY.Name = "Tb_Item6SFDQFY";
     this.Tb_Item6SFDQFY.ReadOnly = true;
     this.Tb_Item6SFDQFY.Size = new System.Drawing.Size(69, 21);
     this.Tb_Item6SFDQFY.TabIndex = 22;
     this.Tb_Item6SFDQFY.Text = "0.30";
     this.Tb_Item6SFDQFY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item6DQ
     //
     //
     //
     //
     this.Lb_Item6DQ.BackgroundStyle.Class = "";
     this.Lb_Item6DQ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6DQ.Location = new System.Drawing.Point(148, 29);
     this.Lb_Item6DQ.Name = "Lb_Item6DQ";
     this.Lb_Item6DQ.Size = new System.Drawing.Size(42, 22);
     this.Lb_Item6DQ.TabIndex = 3;
     this.Lb_Item6DQ.Text = "������";
     //
     // Cb_Item6DQ
     //
     this.Cb_Item6DQ.DisplayMember = "Text";
     this.Cb_Item6DQ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item6DQ.FormattingEnabled = true;
     this.Cb_Item6DQ.ItemHeight = 15;
     this.Cb_Item6DQ.Location = new System.Drawing.Point(191, 29);
     this.Cb_Item6DQ.Name = "Cb_Item6DQ";
     this.Cb_Item6DQ.Size = new System.Drawing.Size(95, 21);
     this.Cb_Item6DQ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item6DQ.TabIndex = 5;
     this.Cb_Item6DQ.Text = "����";
     this.Cb_Item6DQ.SelectedIndexChanged += new System.EventHandler(this.Cb_Item6DQ_SelectedIndexChanged);
     //
     // Lb_Item6SFDQFY
     //
     //
     //
     //
     this.Lb_Item6SFDQFY.BackgroundStyle.Class = "";
     this.Lb_Item6SFDQFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6SFDQFY.Location = new System.Drawing.Point(293, 29);
     this.Lb_Item6SFDQFY.Name = "Lb_Item6SFDQFY";
     this.Lb_Item6SFDQFY.Size = new System.Drawing.Size(165, 28);
     this.Lb_Item6SFDQFY.TabIndex = 7;
     this.Lb_Item6SFDQFY.Text = "�õ����ķ�ѹ�ǣ�kN/m2����";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.Lb_Item6SelfJBFY);
     this.groupBox9.Controls.Add(this.Chk_Item6Self);
     this.groupBox9.Controls.Add(this.DbInput_Item6SelfJBFY);
     this.groupBox9.Location = new System.Drawing.Point(11, 121);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(559, 92);
     this.groupBox9.TabIndex = 0;
     this.groupBox9.TabStop = false;
     this.groupBox9.Text = "�û���ѡ";
     //
     // Lb_Item6SelfJBFY
     //
     //
     //
     //
     this.Lb_Item6SelfJBFY.BackgroundStyle.Class = "";
     this.Lb_Item6SelfJBFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item6SelfJBFY.Enabled = false;
     this.Lb_Item6SelfJBFY.Location = new System.Drawing.Point(20, 48);
     this.Lb_Item6SelfJBFY.Name = "Lb_Item6SelfJBFY";
     this.Lb_Item6SelfJBFY.Size = new System.Drawing.Size(139, 35);
     this.Lb_Item6SelfJBFY.TabIndex = 1;
     this.Lb_Item6SelfJBFY.Text = "������ѹWo��kN/m2����";
     //
     // Chk_Item6Self
     //
     //
     //
     //
     this.Chk_Item6Self.BackgroundStyle.Class = "";
     this.Chk_Item6Self.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Chk_Item6Self.Location = new System.Drawing.Point(20, 20);
     this.Chk_Item6Self.Name = "Chk_Item6Self";
     this.Chk_Item6Self.Size = new System.Drawing.Size(168, 31);
     this.Chk_Item6Self.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Chk_Item6Self.TabIndex = 0;
     this.Chk_Item6Self.Text = "Ҫ�Լ��趨������ѹ��";
     this.Chk_Item6Self.CheckedChanged += new System.EventHandler(this.Chk_Item6Self_CheckedChanged);
     //
     // DbInput_Item6SelfJBFY
     //
     //
     //
     //
     this.DbInput_Item6SelfJBFY.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item6SelfJBFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item6SelfJBFY.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item6SelfJBFY.Enabled = false;
     this.DbInput_Item6SelfJBFY.Increment = 1;
     this.DbInput_Item6SelfJBFY.Location = new System.Drawing.Point(162, 51);
     this.DbInput_Item6SelfJBFY.Name = "DbInput_Item6SelfJBFY";
     this.DbInput_Item6SelfJBFY.ShowUpDown = true;
     this.DbInput_Item6SelfJBFY.Size = new System.Drawing.Size(105, 21);
     this.DbInput_Item6SelfJBFY.TabIndex = 3;
     //
     // LXtabItem6
     //
     this.LXtabItem6.AttachedControl = this.tabControlPanel6;
     this.LXtabItem6.Name = "LXtabItem6";
     this.LXtabItem6.Text = "����ز���+��ѹ�߶ȱ仯ϵ��";
     //
     // tabControlPanel5
     //
     this.tabControlPanel5.Controls.Add(this.Grp_Item5);
     this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel5.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel5.Name = "tabControlPanel5";
     this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel5.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel5.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel5.Style.GradientAngle = 90;
     this.tabControlPanel5.TabIndex = 5;
     this.tabControlPanel5.TabItem = this.LXtabItem5;
     //
     // Grp_Item5
     //
     this.Grp_Item5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item5.Controls.Add(this.DbInput_Item5HZBZ);
     this.Grp_Item5.Controls.Add(this.IntInput_Item5PSCS);
     this.Grp_Item5.Controls.Add(this.IntInput_Item5SGCS);
     this.Grp_Item5.Controls.Add(this.Cb_Item5YT);
     this.Grp_Item5.Controls.Add(this.Lb_Item5PSCS);
     this.Grp_Item5.Controls.Add(this.labelX24);
     this.Grp_Item5.Controls.Add(this.labelX23);
     this.Grp_Item5.Controls.Add(this.Lb_Item5YT);
     this.Grp_Item5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item5.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item5.Name = "Grp_Item5";
     this.Grp_Item5.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item5.TabIndex = 0;
     this.Grp_Item5.TabStop = false;
     //
     // DbInput_Item5HZBZ
     //
     //
     //
     //
     this.DbInput_Item5HZBZ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item5HZBZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item5HZBZ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item5HZBZ.Increment = 0.1;
     this.DbInput_Item5HZBZ.Location = new System.Drawing.Point(232, 138);
     this.DbInput_Item5HZBZ.MinValue = 0;
     this.DbInput_Item5HZBZ.Name = "DbInput_Item5HZBZ";
     this.DbInput_Item5HZBZ.ShowUpDown = true;
     this.DbInput_Item5HZBZ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item5HZBZ.TabIndex = 27;
     this.DbInput_Item5HZBZ.Value = 2;
     //
     // IntInput_Item5PSCS
     //
     //
     //
     //
     this.IntInput_Item5PSCS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item5PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item5PSCS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item5PSCS.Location = new System.Drawing.Point(234, 179);
     this.IntInput_Item5PSCS.MinValue = 0;
     this.IntInput_Item5PSCS.Name = "IntInput_Item5PSCS";
     this.IntInput_Item5PSCS.ShowUpDown = true;
     this.IntInput_Item5PSCS.Size = new System.Drawing.Size(78, 21);
     this.IntInput_Item5PSCS.TabIndex = 26;
     this.IntInput_Item5PSCS.Value = 1;
     //
     // IntInput_Item5SGCS
     //
     //
     //
     //
     this.IntInput_Item5SGCS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item5SGCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item5SGCS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item5SGCS.Location = new System.Drawing.Point(152, 95);
     this.IntInput_Item5SGCS.MinValue = 0;
     this.IntInput_Item5SGCS.Name = "IntInput_Item5SGCS";
     this.IntInput_Item5SGCS.ShowUpDown = true;
     this.IntInput_Item5SGCS.Size = new System.Drawing.Size(134, 21);
     this.IntInput_Item5SGCS.TabIndex = 26;
     this.IntInput_Item5SGCS.Value = 1;
     //
     // Cb_Item5YT
     //
     this.Cb_Item5YT.DisplayMember = "Text";
     this.Cb_Item5YT.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item5YT.FormattingEnabled = true;
     this.Cb_Item5YT.ItemHeight = 15;
     this.Cb_Item5YT.Items.AddRange(new object[] {
     this.comboItem34,
     this.comboItem35,
     this.comboItem36});
     this.Cb_Item5YT.Location = new System.Drawing.Point(151, 46);
     this.Cb_Item5YT.Name = "Cb_Item5YT";
     this.Cb_Item5YT.Size = new System.Drawing.Size(135, 21);
     this.Cb_Item5YT.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item5YT.TabIndex = 3;
     this.Cb_Item5YT.Text = "װ��ʩ�����ּ�";
     this.Cb_Item5YT.SelectedIndexChanged += new System.EventHandler(this.Cb_Item5YT_SelectedIndexChanged);
     //
     // comboItem34
     //
     this.comboItem34.Text = "װ��ʩ�����ּ�";
     //
     // comboItem35
     //
     this.comboItem35.Text = "�ṹʩ�����ּ�";
     //
     // comboItem36
     //
     this.comboItem36.Text = "������;���ּ�";
     //
     // Lb_Item5PSCS
     //
     //
     //
     //
     this.Lb_Item5PSCS.BackgroundStyle.Class = "";
     this.Lb_Item5PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item5PSCS.Location = new System.Drawing.Point(52, 178);
     this.Lb_Item5PSCS.Name = "Lb_Item5PSCS";
     this.Lb_Item5PSCS.Size = new System.Drawing.Size(185, 27);
     this.Lb_Item5PSCS.TabIndex = 2;
     this.Lb_Item5PSCS.Text = "���ְ塢���ˡ����Ű��������:";
     //
     // labelX24
     //
     //
     //
     //
     this.labelX24.BackgroundStyle.Class = "";
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Location = new System.Drawing.Point(59, 132);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(178, 41);
     this.labelX24.TabIndex = 2;
     this.labelX24.Text = "ʩ������ر�׼ֵ��kN/m2����";
     //
     // labelX23
     //
     //
     //
     //
     this.labelX23.BackgroundStyle.Class = "";
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Location = new System.Drawing.Point(59, 85);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(95, 41);
     this.labelX23.TabIndex = 1;
     this.labelX23.Text = "ͬʱʩ��������";
     //
     // Lb_Item5YT
     //
     //
     //
     //
     this.Lb_Item5YT.BackgroundStyle.Class = "";
     this.Lb_Item5YT.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item5YT.Location = new System.Drawing.Point(59, 38);
     this.Lb_Item5YT.Name = "Lb_Item5YT";
     this.Lb_Item5YT.Size = new System.Drawing.Size(86, 41);
     this.Lb_Item5YT.TabIndex = 0;
     this.Lb_Item5YT.Text = "���ּ���;��";
     //
     // LXtabItem5
     //
     this.LXtabItem5.AttachedControl = this.tabControlPanel5;
     this.LXtabItem5.Name = "LXtabItem5";
     this.LXtabItem5.Text = "�ɱ���ز���";
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.groupBox11);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.LXtabItem4;
     this.tabControlPanel4.Text = "���ú��ز���";
     //
     // groupBox11
     //
     this.groupBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox11.Controls.Add(this.IntInput_Item4PSCS);
     this.groupBox11.Controls.Add(this.Tb_Item4JBZZBZZ);
     this.groupBox11.Controls.Add(this.Tb_Item4JSBZZBZZ);
     this.groupBox11.Controls.Add(this.Cb_Item4JSBLB);
     this.groupBox11.Controls.Add(this.Lb_Item4JSBLB);
     this.groupBox11.Controls.Add(this.Tb_Item4AQW);
     this.groupBox11.Controls.Add(this.Lb_Item4AQW);
     this.groupBox11.Controls.Add(this.Cb_Item4JBLB);
     this.groupBox11.Controls.Add(this.Lb_Item4JBZZBZZ);
     this.groupBox11.Controls.Add(this.Lb_Item4JBLB);
     this.groupBox11.Controls.Add(this.Lb_Item4PSCS);
     this.groupBox11.Controls.Add(this.Lb_Item4JSBZZBZZ);
     this.groupBox11.Controls.Add(this.Tb_Item4GK);
     this.groupBox11.Controls.Add(this.labelX18);
     this.groupBox11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox11.Location = new System.Drawing.Point(1, 1);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(636, 338);
     this.groupBox11.TabIndex = 2;
     this.groupBox11.TabStop = false;
     //
     // IntInput_Item4PSCS
     //
     //
     //
     //
     this.IntInput_Item4PSCS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item4PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item4PSCS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item4PSCS.Location = new System.Drawing.Point(126, 177);
     this.IntInput_Item4PSCS.MaxValue = 3;
     this.IntInput_Item4PSCS.MinValue = 0;
     this.IntInput_Item4PSCS.Name = "IntInput_Item4PSCS";
     this.IntInput_Item4PSCS.ShowUpDown = true;
     this.IntInput_Item4PSCS.Size = new System.Drawing.Size(49, 21);
     this.IntInput_Item4PSCS.TabIndex = 23;
     this.IntInput_Item4PSCS.Value = 3;
     //
     // Tb_Item4JBZZBZZ
     //
     //
     //
     //
     this.Tb_Item4JBZZBZZ.Border.Class = "TextBoxBorder";
     this.Tb_Item4JBZZBZZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4JBZZBZZ.Location = new System.Drawing.Point(499, 132);
     this.Tb_Item4JBZZBZZ.Name = "Tb_Item4JBZZBZZ";
     this.Tb_Item4JBZZBZZ.ReadOnly = true;
     this.Tb_Item4JBZZBZZ.Size = new System.Drawing.Size(69, 21);
     this.Tb_Item4JBZZBZZ.TabIndex = 22;
     this.Tb_Item4JBZZBZZ.Text = "0.16";
     this.Tb_Item4JBZZBZZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Tb_Item4JSBZZBZZ
     //
     //
     //
     //
     this.Tb_Item4JSBZZBZZ.Border.Class = "TextBoxBorder";
     this.Tb_Item4JSBZZBZZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4JSBZZBZZ.Location = new System.Drawing.Point(499, 76);
     this.Tb_Item4JSBZZBZZ.Name = "Tb_Item4JSBZZBZZ";
     this.Tb_Item4JSBZZBZZ.ReadOnly = true;
     this.Tb_Item4JSBZZBZZ.Size = new System.Drawing.Size(69, 21);
     this.Tb_Item4JSBZZBZZ.TabIndex = 21;
     this.Tb_Item4JSBZZBZZ.Text = "0.30";
     this.Tb_Item4JSBZZBZZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Cb_Item4JSBLB
     //
     this.Cb_Item4JSBLB.DisplayMember = "Text";
     this.Cb_Item4JSBLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item4JSBLB.FormattingEnabled = true;
     this.Cb_Item4JSBLB.ItemHeight = 15;
     this.Cb_Item4JSBLB.Items.AddRange(new object[] {
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7});
     this.Cb_Item4JSBLB.Location = new System.Drawing.Point(124, 79);
     this.Cb_Item4JSBLB.Name = "Cb_Item4JSBLB";
     this.Cb_Item4JSBLB.Size = new System.Drawing.Size(161, 21);
     this.Cb_Item4JSBLB.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item4JSBLB.TabIndex = 19;
     this.Cb_Item4JSBLB.Text = "��ѹ�ֽ��ְ�";
     this.Cb_Item4JSBLB.SelectedIndexChanged += new System.EventHandler(this.Cb_Item4JSBLB_SelectedIndexChanged_1);
     //
     // comboItem4
     //
     this.comboItem4.Text = "��ѹ�ֽ��ְ�";
     //
     // comboItem5
     //
     this.comboItem5.Text = "��Ƭ���ְ�";
     //
     // comboItem6
     //
     this.comboItem6.Text = "ľ���ְ�";
     //
     // comboItem7
     //
     this.comboItem7.Text = "��Ž��ְ�";
     //
     // Lb_Item4JSBLB
     //
     //
     //
     //
     this.Lb_Item4JSBLB.BackgroundStyle.Class = "";
     this.Lb_Item4JSBLB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JSBLB.Location = new System.Drawing.Point(46, 79);
     this.Lb_Item4JSBLB.Name = "Lb_Item4JSBLB";
     this.Lb_Item4JSBLB.Size = new System.Drawing.Size(82, 23);
     this.Lb_Item4JSBLB.TabIndex = 18;
     this.Lb_Item4JSBLB.Text = "���ְ����";
     //
     // Tb_Item4AQW
     //
     //
     //
     //
     this.Tb_Item4AQW.Border.Class = "TextBoxBorder";
     this.Tb_Item4AQW.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4AQW.Location = new System.Drawing.Point(390, 178);
     this.Tb_Item4AQW.Name = "Tb_Item4AQW";
     this.Tb_Item4AQW.Size = new System.Drawing.Size(56, 21);
     this.Tb_Item4AQW.TabIndex = 16;
     this.Tb_Item4AQW.Text = "0.02";
     this.Tb_Item4AQW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item4AQW
     //
     //
     //
     //
     this.Lb_Item4AQW.BackgroundStyle.Class = "";
     this.Lb_Item4AQW.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4AQW.Location = new System.Drawing.Point(210, 178);
     this.Lb_Item4AQW.Name = "Lb_Item4AQW";
     this.Lb_Item4AQW.Size = new System.Drawing.Size(179, 23);
     this.Lb_Item4AQW.TabIndex = 15;
     this.Lb_Item4AQW.Text = " ��ȫ�����ر�׼ֵ��kN/m2����";
     //
     // Cb_Item4JBLB
     //
     this.Cb_Item4JBLB.DisplayMember = "Text";
     this.Cb_Item4JBLB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item4JBLB.FormattingEnabled = true;
     this.Cb_Item4JBLB.ItemHeight = 15;
     this.Cb_Item4JBLB.Items.AddRange(new object[] {
     this.comboItem8,
     this.comboItem9,
     this.comboItem10});
     this.Cb_Item4JBLB.Location = new System.Drawing.Point(123, 132);
     this.Cb_Item4JBLB.Name = "Cb_Item4JBLB";
     this.Cb_Item4JBLB.Size = new System.Drawing.Size(162, 21);
     this.Cb_Item4JBLB.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item4JBLB.TabIndex = 12;
     this.Cb_Item4JBLB.Text = "���ˡ���ѹ�ֽ��ְ嵲��";
     this.Cb_Item4JBLB.SelectedIndexChanged += new System.EventHandler(this.Cb_Item4JBLB_SelectedIndexChanged_1);
     //
     // comboItem8
     //
     this.comboItem8.Text = "���ˡ���ѹ�ֽ��ְ嵲��";
     //
     // comboItem9
     //
     this.comboItem9.Text = "���ˡ���Ƭ���ְ嵲��";
     //
     // comboItem10
     //
     this.comboItem10.Text = "���ˡ�ľ���ְ嵲��";
     //
     // Lb_Item4JBZZBZZ
     //
     //
     //
     //
     this.Lb_Item4JBZZBZZ.BackgroundStyle.Class = "";
     this.Lb_Item4JBZZBZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JBZZBZZ.Location = new System.Drawing.Point(299, 131);
     this.Lb_Item4JBZZBZZ.Name = "Lb_Item4JBZZBZZ";
     this.Lb_Item4JBZZBZZ.Size = new System.Drawing.Size(211, 23);
     this.Lb_Item4JBZZBZZ.TabIndex = 11;
     this.Lb_Item4JBZZBZZ.Text = "  ���˵��Ű����ر�׼ֵ��kN/m����";
     //
     // Lb_Item4JBLB
     //
     //
     //
     //
     this.Lb_Item4JBLB.BackgroundStyle.Class = "";
     this.Lb_Item4JBLB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JBLB.Location = new System.Drawing.Point(16, 130);
     this.Lb_Item4JBLB.Name = "Lb_Item4JBLB";
     this.Lb_Item4JBLB.Size = new System.Drawing.Size(112, 23);
     this.Lb_Item4JBLB.TabIndex = 10;
     this.Lb_Item4JBLB.Text = " ���˵��Ű����";
     //
     // Lb_Item4PSCS
     //
     //
     //
     //
     this.Lb_Item4PSCS.BackgroundStyle.Class = "";
     this.Lb_Item4PSCS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4PSCS.Location = new System.Drawing.Point(10, 175);
     this.Lb_Item4PSCS.Name = "Lb_Item4PSCS";
     this.Lb_Item4PSCS.Size = new System.Drawing.Size(121, 23);
     this.Lb_Item4PSCS.TabIndex = 9;
     this.Lb_Item4PSCS.Text = "  ���ְ����������";
     //
     // Lb_Item4JSBZZBZZ
     //
     //
     //
     //
     this.Lb_Item4JSBZZBZZ.BackgroundStyle.Class = "";
     this.Lb_Item4JSBZZBZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item4JSBZZBZZ.Location = new System.Drawing.Point(321, 76);
     this.Lb_Item4JSBZZBZZ.Name = "Lb_Item4JSBZZBZZ";
     this.Lb_Item4JSBZZBZZ.Size = new System.Drawing.Size(181, 23);
     this.Lb_Item4JSBZZBZZ.TabIndex = 5;
     this.Lb_Item4JSBZZBZZ.Text = " ���ְ����ر�׼ֵ��kN/m2����";
     //
     // Tb_Item4GK
     //
     //
     //
     //
     this.Tb_Item4GK.Border.Class = "TextBoxBorder";
     this.Tb_Item4GK.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item4GK.Location = new System.Drawing.Point(289, 30);
     this.Tb_Item4GK.Name = "Tb_Item4GK";
     this.Tb_Item4GK.Size = new System.Drawing.Size(96, 21);
     this.Tb_Item4GK.TabIndex = 2;
     //
     // labelX18
     //
     //
     //
     //
     this.labelX18.BackgroundStyle.Class = "";
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Location = new System.Drawing.Point(43, 25);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(245, 34);
     this.labelX18.TabIndex = 1;
     this.labelX18.Text = "ÿ�����˳��ܵĽṹ���ر�׼ֵ��kN/m����";
     //
     // LXtabItem4
     //
     this.LXtabItem4.AttachedControl = this.tabControlPanel4;
     this.LXtabItem4.Name = "LXtabItem4";
     this.LXtabItem4.Text = "���ú��ز���";
     this.LXtabItem4.Click += new System.EventHandler(this.LXtabItem4_Click);
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPanel2.Controls.Add(this.Grp_Item2);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.LXtabItem2;
     //
     // Grp_Item2
     //
     this.Grp_Item2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item2.Controls.Add(this.Grp_Item2DHG);
     this.Grp_Item2.Controls.Add(this.Rdo_Item2XHG);
     this.Grp_Item2.Controls.Add(this.Grp_Item2XHG);
     this.Grp_Item2.Controls.Add(this.Rdo_Item2DHG);
     this.Grp_Item2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item2.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item2.Name = "Grp_Item2";
     this.Grp_Item2.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item2.TabIndex = 24;
     this.Grp_Item2.TabStop = false;
     this.Grp_Item2.Text = "��С��˲���";
     //
     // Grp_Item2DHG
     //
     this.Grp_Item2DHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item2DHG.Controls.Add(this.Cb_Item2DHGGS);
     this.Grp_Item2DHG.Controls.Add(this.Lb_Item2DHGGS);
     this.Grp_Item2DHG.Location = new System.Drawing.Point(289, 95);
     this.Grp_Item2DHG.Name = "Grp_Item2DHG";
     this.Grp_Item2DHG.Size = new System.Drawing.Size(317, 81);
     this.Grp_Item2DHG.TabIndex = 5;
     this.Grp_Item2DHG.TabStop = false;
     this.Grp_Item2DHG.Text = "�������ϣ���Ű壩";
     //
     // Cb_Item2DHGGS
     //
     this.Cb_Item2DHGGS.DisplayMember = "Text";
     this.Cb_Item2DHGGS.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item2DHGGS.FormattingEnabled = true;
     this.Cb_Item2DHGGS.ItemHeight = 15;
     this.Cb_Item2DHGGS.Items.AddRange(new object[] {
     this.comboItem22,
     this.comboItem23,
     this.comboItem24,
     this.comboItem25});
     this.Cb_Item2DHGGS.Location = new System.Drawing.Point(251, 29);
     this.Cb_Item2DHGGS.Name = "Cb_Item2DHGGS";
     this.Cb_Item2DHGGS.Size = new System.Drawing.Size(52, 21);
     this.Cb_Item2DHGGS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item2DHGGS.TabIndex = 22;
     this.Cb_Item2DHGGS.Text = "3";
     //
     // comboItem22
     //
     this.comboItem22.Text = "0";
     //
     // comboItem23
     //
     this.comboItem23.Text = "1";
     //
     // comboItem24
     //
     this.comboItem24.Text = "2";
     //
     // comboItem25
     //
     this.comboItem25.Text = "3";
     //
     // Lb_Item2DHGGS
     //
     //
     //
     //
     this.Lb_Item2DHGGS.BackgroundStyle.Class = "";
     this.Lb_Item2DHGGS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item2DHGGS.Location = new System.Drawing.Point(13, 29);
     this.Lb_Item2DHGGS.Name = "Lb_Item2DHGGS";
     this.Lb_Item2DHGGS.Size = new System.Drawing.Size(243, 23);
     this.Lb_Item2DHGGS.TabIndex = 3;
     this.Lb_Item2DHGGS.Text = "������С����ϵĴ��˸������������ࣩ";
     //
     // Rdo_Item2XHG
     //
     this.Rdo_Item2XHG.AutoSize = true;
     this.Rdo_Item2XHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Item2XHG.Location = new System.Drawing.Point(20, 46);
     this.Rdo_Item2XHG.Name = "Rdo_Item2XHG";
     this.Rdo_Item2XHG.Size = new System.Drawing.Size(83, 16);
     this.Rdo_Item2XHG.TabIndex = 23;
     this.Rdo_Item2XHG.Text = "�������";
     this.Rdo_Item2XHG.UseVisualStyleBackColor = false;
     this.Rdo_Item2XHG.CheckedChanged += new System.EventHandler(this.Rdo_Item2XHG_CheckedChanged);
     //
     // Grp_Item2XHG
     //
     this.Grp_Item2XHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item2XHG.Controls.Add(this.Tb_Item2XHGJJ);
     this.Grp_Item2XHG.Controls.Add(this.Cb_Item2LGZJ);
     this.Grp_Item2XHG.Controls.Add(this.Lb_Item2LGZJ);
     this.Grp_Item2XHG.Controls.Add(this.Lb_Item2XHGJJ);
     this.Grp_Item2XHG.Enabled = false;
     this.Grp_Item2XHG.Location = new System.Drawing.Point(14, 82);
     this.Grp_Item2XHG.Name = "Grp_Item2XHG";
     this.Grp_Item2XHG.Size = new System.Drawing.Size(245, 94);
     this.Grp_Item2XHG.TabIndex = 0;
     this.Grp_Item2XHG.TabStop = false;
     this.Grp_Item2XHG.Text = "�������";
     //
     // Tb_Item2XHGJJ
     //
     this.Tb_Item2XHGJJ.Location = new System.Drawing.Point(121, 62);
     this.Tb_Item2XHGJJ.Name = "Tb_Item2XHGJJ";
     this.Tb_Item2XHGJJ.ReadOnly = true;
     this.Tb_Item2XHGJJ.Size = new System.Drawing.Size(80, 21);
     this.Tb_Item2XHGJJ.TabIndex = 24;
     this.Tb_Item2XHGJJ.Text = "1";
     this.Tb_Item2XHGJJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Cb_Item2LGZJ
     //
     this.Cb_Item2LGZJ.DisplayMember = "Text";
     this.Cb_Item2LGZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item2LGZJ.FormattingEnabled = true;
     this.Cb_Item2LGZJ.ItemHeight = 15;
     this.Cb_Item2LGZJ.Items.AddRange(new object[] {
     this.comboItem20,
     this.comboItem21});
     this.Cb_Item2LGZJ.Location = new System.Drawing.Point(97, 28);
     this.Cb_Item2LGZJ.Name = "Cb_Item2LGZJ";
     this.Cb_Item2LGZJ.Size = new System.Drawing.Size(104, 21);
     this.Cb_Item2LGZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item2LGZJ.TabIndex = 23;
     this.Cb_Item2LGZJ.Text = "�����ݾ�la ";
     this.Cb_Item2LGZJ.SelectedIndexChanged += new System.EventHandler(this.Cb_Item2LGZJ_SelectedIndexChanged);
     //
     // comboItem20
     //
     this.comboItem20.Text = "�����ݾ�la/2 ";
     //
     // comboItem21
     //
     this.comboItem21.Text = "�����ݾ�la ";
     //
     // Lb_Item2LGZJ
     //
     //
     //
     //
     this.Lb_Item2LGZJ.BackgroundStyle.Class = "";
     this.Lb_Item2LGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item2LGZJ.Location = new System.Drawing.Point(15, 29);
     this.Lb_Item2LGZJ.Name = "Lb_Item2LGZJ";
     this.Lb_Item2LGZJ.Size = new System.Drawing.Size(91, 20);
     this.Lb_Item2LGZJ.TabIndex = 22;
     this.Lb_Item2LGZJ.Text = "�����ݾ�ѡ��";
     //
     // Lb_Item2XHGJJ
     //
     //
     //
     //
     this.Lb_Item2XHGJJ.BackgroundStyle.Class = "";
     this.Lb_Item2XHGJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item2XHGJJ.Location = new System.Drawing.Point(10, 63);
     this.Lb_Item2XHGJJ.Name = "Lb_Item2XHGJJ";
     this.Lb_Item2XHGJJ.Size = new System.Drawing.Size(121, 20);
     this.Lb_Item2XHGJJ.TabIndex = 22;
     this.Lb_Item2XHGJJ.Text = " С��˼��S��m��:";
     //
     // Rdo_Item2DHG
     //
     this.Rdo_Item2DHG.AutoSize = true;
     this.Rdo_Item2DHG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Item2DHG.Checked = true;
     this.Rdo_Item2DHG.Location = new System.Drawing.Point(292, 50);
     this.Rdo_Item2DHG.Name = "Rdo_Item2DHG";
     this.Rdo_Item2DHG.Size = new System.Drawing.Size(143, 16);
     this.Rdo_Item2DHG.TabIndex = 23;
     this.Rdo_Item2DHG.TabStop = true;
     this.Rdo_Item2DHG.Text = "�������ϣ���Ű壩";
     this.Rdo_Item2DHG.UseVisualStyleBackColor = false;
     //
     // LXtabItem2
     //
     this.LXtabItem2.AttachedControl = this.tabControlPanel2;
     this.LXtabItem2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.LXtabItem2.Name = "LXtabItem2";
     this.LXtabItem2.Text = "��С��˲���";
     //
     // tabControlPanel9
     //
     this.tabControlPanel9.Controls.Add(this.Grp_Item9);
     this.tabControlPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel9.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel9.Name = "tabControlPanel9";
     this.tabControlPanel9.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel9.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel9.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel9.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel9.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel9.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel9.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel9.Style.GradientAngle = 90;
     this.tabControlPanel9.TabIndex = 9;
     this.tabControlPanel9.TabItem = this.LXtabItem9;
     //
     // Grp_Item9
     //
     this.Grp_Item9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item9.Controls.Add(this.Cb_Item9DJLX);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DJLX);
     this.Grp_Item9.Controls.Add(this.Tb_Item9ZYCD);
     this.Grp_Item9.Controls.Add(this.Lb_Item9ZYCD);
     this.Grp_Item9.Controls.Add(this.DbIput_Item9DBK);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DBK);
     this.Grp_Item9.Controls.Add(this.Btn_Item9SearchChart);
     this.Grp_Item9.Controls.Add(this.Tb_Item9DJCZL);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DJCZL);
     this.Grp_Item9.Controls.Add(this.Cb_Item9DJTLX);
     this.Grp_Item9.Controls.Add(this.Lb_Item9DJTLX);
     this.Grp_Item9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item9.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item9.Name = "Grp_Item9";
     this.Grp_Item9.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item9.TabIndex = 0;
     this.Grp_Item9.TabStop = false;
     this.Grp_Item9.Text = "���˵ػ�����������";
     //
     // Cb_Item9DJLX
     //
     this.Cb_Item9DJLX.DisplayMember = "Text";
     this.Cb_Item9DJLX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item9DJLX.FormattingEnabled = true;
     this.Cb_Item9DJLX.ItemHeight = 15;
     this.Cb_Item9DJLX.Items.AddRange(new object[] {
     this.comboItem15,
     this.comboItem16});
     this.Cb_Item9DJLX.Location = new System.Drawing.Point(152, 156);
     this.Cb_Item9DJLX.Name = "Cb_Item9DJLX";
     this.Cb_Item9DJLX.Size = new System.Drawing.Size(136, 21);
     this.Cb_Item9DJLX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item9DJLX.TabIndex = 20;
     //
     // comboItem15
     //
     this.comboItem15.Text = "��Ȼ�ػ�";
     //
     // comboItem16
     //
     this.comboItem16.Text = "�������ػ�";
     //
     // Lb_Item9DJLX
     //
     //
     //
     //
     this.Lb_Item9DJLX.BackgroundStyle.Class = "";
     this.Lb_Item9DJLX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DJLX.Location = new System.Drawing.Point(31, 156);
     this.Lb_Item9DJLX.Name = "Lb_Item9DJLX";
     this.Lb_Item9DJLX.Size = new System.Drawing.Size(117, 23);
     this.Lb_Item9DJLX.TabIndex = 19;
     this.Lb_Item9DJLX.Text = "�ػ����ͣ�";
     this.Lb_Item9DJLX.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Tb_Item9ZYCD
     //
     //
     //
     //
     this.Tb_Item9ZYCD.Border.Class = "TextBoxBorder";
     this.Tb_Item9ZYCD.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item9ZYCD.Location = new System.Drawing.Point(154, 125);
     this.Tb_Item9ZYCD.Name = "Tb_Item9ZYCD";
     this.Tb_Item9ZYCD.ReadOnly = true;
     this.Tb_Item9ZYCD.Size = new System.Drawing.Size(137, 21);
     this.Tb_Item9ZYCD.TabIndex = 18;
     this.Tb_Item9ZYCD.Text = "1.50";
     //
     // Lb_Item9ZYCD
     //
     //
     //
     //
     this.Lb_Item9ZYCD.BackgroundStyle.Class = "";
     this.Lb_Item9ZYCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9ZYCD.Location = new System.Drawing.Point(26, 124);
     this.Lb_Item9ZYCD.Name = "Lb_Item9ZYCD";
     this.Lb_Item9ZYCD.Size = new System.Drawing.Size(128, 23);
     this.Lb_Item9ZYCD.TabIndex = 17;
     this.Lb_Item9ZYCD.Text = "�� �� �� �� ��m����";
     //
     // DbIput_Item9DBK
     //
     //
     //
     //
     this.DbIput_Item9DBK.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Item9DBK.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Item9DBK.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Item9DBK.Increment = 0.1;
     this.DbIput_Item9DBK.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Item9DBK.Location = new System.Drawing.Point(153, 82);
     this.DbIput_Item9DBK.MinValue = 0;
     this.DbIput_Item9DBK.Name = "DbIput_Item9DBK";
     this.DbIput_Item9DBK.ShowUpDown = true;
     this.DbIput_Item9DBK.Size = new System.Drawing.Size(137, 21);
     this.DbIput_Item9DBK.TabIndex = 16;
     this.DbIput_Item9DBK.Value = 0.3;
     //
     // Lb_Item9DBK
     //
     //
     //
     //
     this.Lb_Item9DBK.BackgroundStyle.Class = "";
     this.Lb_Item9DBK.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DBK.Location = new System.Drawing.Point(20, 82);
     this.Lb_Item9DBK.Name = "Lb_Item9DBK";
     this.Lb_Item9DBK.Size = new System.Drawing.Size(146, 23);
     this.Lb_Item9DBK.TabIndex = 7;
     this.Lb_Item9DBK.Text = " ���ּܵ�����ף���";
     //
     // Btn_Item9SearchChart
     //
     this.Btn_Item9SearchChart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_Item9SearchChart.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_Item9SearchChart.Font = new System.Drawing.Font("����", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_Item9SearchChart.Image = global::Framework.Properties.Resources.Search;
     this.Btn_Item9SearchChart.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Btn_Item9SearchChart.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Btn_Item9SearchChart.Location = new System.Drawing.Point(498, 28);
     this.Btn_Item9SearchChart.Name = "Btn_Item9SearchChart";
     this.Btn_Item9SearchChart.Size = new System.Drawing.Size(53, 50);
     this.Btn_Item9SearchChart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_Item9SearchChart.TabIndex = 6;
     this.Btn_Item9SearchChart.Text = "��ѯͼ��";
     this.Btn_Item9SearchChart.Click += new System.EventHandler(this.Btn_Item9SearchChart_Click);
     //
     // Tb_Item9DJCZL
     //
     //
     //
     //
     this.Tb_Item9DJCZL.Border.Class = "TextBoxBorder";
     this.Tb_Item9DJCZL.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item9DJCZL.Location = new System.Drawing.Point(399, 39);
     this.Tb_Item9DJCZL.Name = "Tb_Item9DJCZL";
     this.Tb_Item9DJCZL.ReadOnly = true;
     this.Tb_Item9DJCZL.Size = new System.Drawing.Size(84, 21);
     this.Tb_Item9DJCZL.TabIndex = 5;
     this.Tb_Item9DJCZL.Text = "200";
     //
     // Lb_Item9DJCZL
     //
     //
     //
     //
     this.Lb_Item9DJCZL.BackgroundStyle.Class = "";
     this.Lb_Item9DJCZL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DJCZL.Location = new System.Drawing.Point(224, 37);
     this.Lb_Item9DJCZL.Name = "Lb_Item9DJCZL";
     this.Lb_Item9DJCZL.Size = new System.Drawing.Size(180, 23);
     this.Lb_Item9DJCZL.TabIndex = 4;
     this.Lb_Item9DJCZL.Text = " �ػ���������׼ֵ��kN/m2����";
     //
     // Cb_Item9DJTLX
     //
     this.Cb_Item9DJTLX.DisplayMember = "Text";
     this.Cb_Item9DJTLX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item9DJTLX.FormattingEnabled = true;
     this.Cb_Item9DJTLX.ItemHeight = 15;
     this.Cb_Item9DJTLX.Items.AddRange(new object[] {
     this.comboItem17,
     this.comboItem18,
     this.comboItem19,
     this.comboItem64,
     this.comboItem65,
     this.comboItem67,
     this.comboItem68,
     this.comboItem69});
     this.Cb_Item9DJTLX.Location = new System.Drawing.Point(104, 36);
     this.Cb_Item9DJTLX.Name = "Cb_Item9DJTLX";
     this.Cb_Item9DJTLX.Size = new System.Drawing.Size(111, 21);
     this.Cb_Item9DJTLX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item9DJTLX.TabIndex = 3;
     this.Cb_Item9DJTLX.SelectedIndexChanged += new System.EventHandler(this.Cb_Item9DJTLX_SelectedIndexChanged);
     //
     // comboItem17
     //
     this.comboItem17.Text = "��ʯ";
     //
     // comboItem18
     //
     this.comboItem18.Text = "��ʯ��";
     //
     // comboItem19
     //
     this.comboItem19.Text = "ɰ��";
     //
     // comboItem64
     //
     this.comboItem64.Text = "����";
     //
     // comboItem65
     //
     this.comboItem65.Text = "������";
     //
     // comboItem67
     //
     this.comboItem67.Text = "��ճ��";
     //
     // comboItem68
     //
     this.comboItem68.Text = "ճ����";
     //
     // comboItem69
     //
     this.comboItem69.Text = "��������";
     //
     // Lb_Item9DJTLX
     //
     //
     //
     //
     this.Lb_Item9DJTLX.BackgroundStyle.Class = "";
     this.Lb_Item9DJTLX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item9DJTLX.Location = new System.Drawing.Point(29, 36);
     this.Lb_Item9DJTLX.Name = "Lb_Item9DJTLX";
     this.Lb_Item9DJTLX.Size = new System.Drawing.Size(91, 23);
     this.Lb_Item9DJTLX.TabIndex = 2;
     this.Lb_Item9DJTLX.Text = "�ػ������ͣ�";
     //
     // LXtabItem9
     //
     this.LXtabItem9.AttachedControl = this.tabControlPanel9;
     this.LXtabItem9.Name = "LXtabItem9";
     this.LXtabItem9.Text = "���˵ػ�������";
     //
     // tabControlPanel17
     //
     this.tabControlPanel17.Controls.Add(this.groupBox8);
     this.tabControlPanel17.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel17.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel17.Name = "tabControlPanel17";
     this.tabControlPanel17.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel17.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel17.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel17.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel17.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel17.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel17.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel17.Style.GradientAngle = 90;
     this.tabControlPanel17.TabIndex = 18;
     this.tabControlPanel17.TabItem = this.LX5tabItem1;
     //
     // groupBox8
     //
     this.groupBox8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox8.Controls.Add(this.IntInput_Lx5Item1NO);
     this.groupBox8.Controls.Add(this.IntInput_Lx5Item1LDX);
     this.groupBox8.Controls.Add(this.IntInput_Lx5Item1SPX);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1LGJXG);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1DKJ);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1WXGBZ);
     this.groupBox8.Controls.Add(this.labelX48);
     this.groupBox8.Controls.Add(this.labelX52);
     this.groupBox8.Controls.Add(this.labelX49);
     this.groupBox8.Controls.Add(this.labelX62);
     this.groupBox8.Controls.Add(this.labelX50);
     this.groupBox8.Controls.Add(this.labelX51);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1LDX);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1SPX);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1WXG);
     this.groupBox8.Controls.Add(this.labelX45);
     this.groupBox8.Controls.Add(this.labelX46);
     this.groupBox8.Controls.Add(this.labelX47);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1LGG);
     this.groupBox8.Controls.Add(this.labelX44);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1HJ);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1JHG);
     this.groupBox8.Controls.Add(this.Cbx_Lx5Item1ZJ);
     this.groupBox8.Controls.Add(this.labelX39);
     this.groupBox8.Controls.Add(this.labelX40);
     this.groupBox8.Controls.Add(this.labelX41);
     this.groupBox8.Controls.Add(this.labelX43);
     this.groupBox8.Controls.Add(this.DbInput_Lx5Item2GD);
     this.groupBox8.Controls.Add(this.DbInput_Lx5Item1BJ);
     this.groupBox8.Controls.Add(this.labelX38);
     this.groupBox8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox8.Location = new System.Drawing.Point(1, 1);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(636, 338);
     this.groupBox8.TabIndex = 3;
     this.groupBox8.TabStop = false;
     //
     // IntInput_Lx5Item1NO
     //
     //
     //
     //
     this.IntInput_Lx5Item1NO.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx5Item1NO.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx5Item1NO.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx5Item1NO.Location = new System.Drawing.Point(465, 211);
     this.IntInput_Lx5Item1NO.MinValue = 0;
     this.IntInput_Lx5Item1NO.Name = "IntInput_Lx5Item1NO";
     this.IntInput_Lx5Item1NO.ShowUpDown = true;
     this.IntInput_Lx5Item1NO.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Lx5Item1NO.TabIndex = 99;
     this.IntInput_Lx5Item1NO.Value = 30;
     //
     // IntInput_Lx5Item1LDX
     //
     //
     //
     //
     this.IntInput_Lx5Item1LDX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx5Item1LDX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx5Item1LDX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx5Item1LDX.Location = new System.Drawing.Point(465, 168);
     this.IntInput_Lx5Item1LDX.MinValue = 1;
     this.IntInput_Lx5Item1LDX.Name = "IntInput_Lx5Item1LDX";
     this.IntInput_Lx5Item1LDX.ShowUpDown = true;
     this.IntInput_Lx5Item1LDX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Lx5Item1LDX.TabIndex = 99;
     this.IntInput_Lx5Item1LDX.Value = 1;
     //
     // IntInput_Lx5Item1SPX
     //
     //
     //
     //
     this.IntInput_Lx5Item1SPX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx5Item1SPX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx5Item1SPX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx5Item1SPX.Location = new System.Drawing.Point(465, 125);
     this.IntInput_Lx5Item1SPX.MinValue = 1;
     this.IntInput_Lx5Item1SPX.Name = "IntInput_Lx5Item1SPX";
     this.IntInput_Lx5Item1SPX.ShowUpDown = true;
     this.IntInput_Lx5Item1SPX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Lx5Item1SPX.TabIndex = 100;
     this.IntInput_Lx5Item1SPX.Value = 1;
     //
     // Cbx_Lx5Item1LGJXG
     //
     this.Cbx_Lx5Item1LGJXG.DisplayMember = "Text";
     this.Cbx_Lx5Item1LGJXG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1LGJXG.FormattingEnabled = true;
     this.Cbx_Lx5Item1LGJXG.ItemHeight = 15;
     this.Cbx_Lx5Item1LGJXG.Items.AddRange(new object[] {
     this.comboItem212,
     this.comboItem213});
     this.Cbx_Lx5Item1LGJXG.Location = new System.Drawing.Point(465, 254);
     this.Cbx_Lx5Item1LGJXG.Name = "Cbx_Lx5Item1LGJXG";
     this.Cbx_Lx5Item1LGJXG.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item1LGJXG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1LGJXG.TabIndex = 97;
     //
     // comboItem212
     //
     this.comboItem212.Text = "���˼���б��";
     //
     // comboItem213
     //
     this.comboItem213.Text = "���˼���б��";
     //
     // Cbx_Lx5Item1DKJ
     //
     this.Cbx_Lx5Item1DKJ.DisplayMember = "Text";
     this.Cbx_Lx5Item1DKJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1DKJ.FormattingEnabled = true;
     this.Cbx_Lx5Item1DKJ.ItemHeight = 15;
     this.Cbx_Lx5Item1DKJ.Items.AddRange(new object[] {
     this.comboItem201,
     this.comboItem202});
     this.Cbx_Lx5Item1DKJ.Location = new System.Drawing.Point(465, 39);
     this.Cbx_Lx5Item1DKJ.Name = "Cbx_Lx5Item1DKJ";
     this.Cbx_Lx5Item1DKJ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item1DKJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1DKJ.TabIndex = 97;
     //
     // comboItem201
     //
     this.comboItem201.Text = "1";
     //
     // comboItem202
     //
     this.comboItem202.Text = "2";
     //
     // Cbx_Lx5Item1WXGBZ
     //
     this.Cbx_Lx5Item1WXGBZ.DisplayMember = "Text";
     this.Cbx_Lx5Item1WXGBZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1WXGBZ.FormattingEnabled = true;
     this.Cbx_Lx5Item1WXGBZ.ItemHeight = 15;
     this.Cbx_Lx5Item1WXGBZ.Items.AddRange(new object[] {
     this.comboItem203,
     this.comboItem204,
     this.comboItem205,
     this.comboItem206,
     this.comboItem207,
     this.comboItem208});
     this.Cbx_Lx5Item1WXGBZ.Location = new System.Drawing.Point(465, 82);
     this.Cbx_Lx5Item1WXGBZ.Name = "Cbx_Lx5Item1WXGBZ";
     this.Cbx_Lx5Item1WXGBZ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item1WXGBZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1WXGBZ.TabIndex = 98;
     //
     // comboItem203
     //
     this.comboItem203.Text = "1";
     //
     // comboItem204
     //
     this.comboItem204.Text = "2";
     //
     // comboItem205
     //
     this.comboItem205.Text = "3";
     //
     // comboItem206
     //
     this.comboItem206.Text = "4";
     //
     // comboItem207
     //
     this.comboItem207.Text = "5";
     //
     // comboItem208
     //
     this.comboItem208.Text = "6";
     //
     // labelX48
     //
     this.labelX48.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX48.BackgroundStyle.Class = "";
     this.labelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX48.Location = new System.Drawing.Point(292, 126);
     this.labelX48.Name = "labelX48";
     this.labelX48.Size = new System.Drawing.Size(171, 20);
     this.labelX48.TabIndex = 95;
     this.labelX48.Text = "ˮƽб�˲���(����һ��)";
     this.labelX48.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX52
     //
     this.labelX52.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX52.BackgroundStyle.Class = "";
     this.labelX52.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX52.Location = new System.Drawing.Point(292, 212);
     this.labelX52.Name = "labelX52";
     this.labelX52.Size = new System.Drawing.Size(171, 20);
     this.labelX52.TabIndex = 96;
     this.labelX52.Text = "�ɵ���������������ֵN0(kN)";
     this.labelX52.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX49
     //
     this.labelX49.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX49.BackgroundStyle.Class = "";
     this.labelX49.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX49.Location = new System.Drawing.Point(292, 169);
     this.labelX49.Name = "labelX49";
     this.labelX49.Size = new System.Drawing.Size(171, 20);
     this.labelX49.TabIndex = 96;
     this.labelX49.Text = "�ȵ�б�˲���(����һ��)";
     this.labelX49.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX62
     //
     this.labelX62.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX62.BackgroundStyle.Class = "";
     this.labelX62.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX62.Location = new System.Drawing.Point(292, 255);
     this.labelX62.Name = "labelX62";
     this.labelX62.Size = new System.Drawing.Size(171, 20);
     this.labelX62.TabIndex = 93;
     this.labelX62.Text = "���˼�б������";
     this.labelX62.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX50
     //
     this.labelX50.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX50.BackgroundStyle.Class = "";
     this.labelX50.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX50.Location = new System.Drawing.Point(292, 40);
     this.labelX50.Name = "labelX50";
     this.labelX50.Size = new System.Drawing.Size(171, 20);
     this.labelX50.TabIndex = 93;
     this.labelX50.Text = "������˸���njg";
     this.labelX50.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX51
     //
     this.labelX51.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX51.BackgroundStyle.Class = "";
     this.labelX51.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX51.Location = new System.Drawing.Point(292, 83);
     this.labelX51.Name = "labelX51";
     this.labelX51.Size = new System.Drawing.Size(171, 20);
     this.labelX51.TabIndex = 94;
     this.labelX51.Text = "��б�˲���(����һ��)";
     this.labelX51.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Lx5Item1LDX
     //
     this.Cbx_Lx5Item1LDX.DisplayMember = "Text";
     this.Cbx_Lx5Item1LDX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1LDX.FormattingEnabled = true;
     this.Cbx_Lx5Item1LDX.ItemHeight = 15;
     this.Cbx_Lx5Item1LDX.Items.AddRange(new object[] {
     this.comboItem188,
     this.comboItem189,
     this.comboItem190,
     this.comboItem191,
     this.comboItem192});
     this.Cbx_Lx5Item1LDX.Location = new System.Drawing.Point(147, 297);
     this.Cbx_Lx5Item1LDX.Name = "Cbx_Lx5Item1LDX";
     this.Cbx_Lx5Item1LDX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1LDX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1LDX.TabIndex = 90;
     //
     // comboItem188
     //
     this.comboItem188.Text = "XG-0912";
     //
     // comboItem189
     //
     this.comboItem189.Text = "XG-1212";
     //
     // comboItem190
     //
     this.comboItem190.Text = "XG-1218";
     //
     // comboItem191
     //
     this.comboItem191.Text = "XG-1518";
     //
     // comboItem192
     //
     this.comboItem192.Text = "XG-1818";
     //
     // Cbx_Lx5Item1SPX
     //
     this.Cbx_Lx5Item1SPX.DisplayMember = "Text";
     this.Cbx_Lx5Item1SPX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1SPX.FormattingEnabled = true;
     this.Cbx_Lx5Item1SPX.ItemHeight = 15;
     this.Cbx_Lx5Item1SPX.Items.AddRange(new object[] {
     this.comboItem193,
     this.comboItem194,
     this.comboItem195});
     this.Cbx_Lx5Item1SPX.Location = new System.Drawing.Point(147, 261);
     this.Cbx_Lx5Item1SPX.Name = "Cbx_Lx5Item1SPX";
     this.Cbx_Lx5Item1SPX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1SPX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1SPX.TabIndex = 91;
     //
     // comboItem193
     //
     this.comboItem193.Text = "ZXG-0912";
     //
     // comboItem194
     //
     this.comboItem194.Text = "ZXG-1212";
     //
     // comboItem195
     //
     this.comboItem195.Text = "ZXG-1218";
     //
     // Cbx_Lx5Item1WXG
     //
     this.Cbx_Lx5Item1WXG.DisplayMember = "Text";
     this.Cbx_Lx5Item1WXG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1WXG.FormattingEnabled = true;
     this.Cbx_Lx5Item1WXG.ItemHeight = 15;
     this.Cbx_Lx5Item1WXG.Items.AddRange(new object[] {
     this.comboItem196,
     this.comboItem197,
     this.comboItem198,
     this.comboItem199,
     this.comboItem200});
     this.Cbx_Lx5Item1WXG.Location = new System.Drawing.Point(147, 225);
     this.Cbx_Lx5Item1WXG.Name = "Cbx_Lx5Item1WXG";
     this.Cbx_Lx5Item1WXG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1WXG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1WXG.TabIndex = 92;
     //
     // comboItem196
     //
     this.comboItem196.Text = "XG-0912";
     //
     // comboItem197
     //
     this.comboItem197.Text = "XG-1212";
     //
     // comboItem198
     //
     this.comboItem198.Text = "XG-1218";
     //
     // comboItem199
     //
     this.comboItem199.Text = "XG-1518";
     //
     // comboItem200
     //
     this.comboItem200.Text = "XG-1818";
     //
     // labelX45
     //
     this.labelX45.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX45.BackgroundStyle.Class = "";
     this.labelX45.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX45.Location = new System.Drawing.Point(16, 296);
     this.labelX45.Name = "labelX45";
     this.labelX45.Size = new System.Drawing.Size(130, 20);
     this.labelX45.TabIndex = 88;
     this.labelX45.Text = "�ȵ�б�˸ֹ�����";
     this.labelX45.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX46
     //
     this.labelX46.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX46.BackgroundStyle.Class = "";
     this.labelX46.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX46.Location = new System.Drawing.Point(16, 260);
     this.labelX46.Name = "labelX46";
     this.labelX46.Size = new System.Drawing.Size(130, 20);
     this.labelX46.TabIndex = 87;
     this.labelX46.Text = "ˮƽб�˸ֹ�����";
     this.labelX46.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX47
     //
     this.labelX47.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX47.BackgroundStyle.Class = "";
     this.labelX47.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX47.Location = new System.Drawing.Point(16, 224);
     this.labelX47.Name = "labelX47";
     this.labelX47.Size = new System.Drawing.Size(130, 20);
     this.labelX47.TabIndex = 89;
     this.labelX47.Text = "��б�˸ֹ�����";
     this.labelX47.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Lx5Item1LGG
     //
     this.Cbx_Lx5Item1LGG.DisplayMember = "Text";
     this.Cbx_Lx5Item1LGG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1LGG.FormattingEnabled = true;
     this.Cbx_Lx5Item1LGG.ItemHeight = 15;
     this.Cbx_Lx5Item1LGG.Items.AddRange(new object[] {
     this.comboItem184,
     this.comboItem185,
     this.comboItem186,
     this.comboItem187});
     this.Cbx_Lx5Item1LGG.Location = new System.Drawing.Point(147, 189);
     this.Cbx_Lx5Item1LGG.Name = "Cbx_Lx5Item1LGG";
     this.Cbx_Lx5Item1LGG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1LGG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1LGG.TabIndex = 86;
     //
     // comboItem184
     //
     this.comboItem184.Text = "LG-120";
     //
     // comboItem185
     //
     this.comboItem185.Text = "LG-180";
     //
     // comboItem186
     //
     this.comboItem186.Text = "LG-240";
     //
     // comboItem187
     //
     this.comboItem187.Text = "LG-300";
     //
     // labelX44
     //
     this.labelX44.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX44.BackgroundStyle.Class = "";
     this.labelX44.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX44.Location = new System.Drawing.Point(16, 188);
     this.labelX44.Name = "labelX44";
     this.labelX44.Size = new System.Drawing.Size(130, 20);
     this.labelX44.TabIndex = 85;
     this.labelX44.Text = "���˸ֹ�����";
     this.labelX44.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Lx5Item1HJ
     //
     this.Cbx_Lx5Item1HJ.DisplayMember = "Text";
     this.Cbx_Lx5Item1HJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1HJ.FormattingEnabled = true;
     this.Cbx_Lx5Item1HJ.ItemHeight = 15;
     this.Cbx_Lx5Item1HJ.Items.AddRange(new object[] {
     this.comboItem168,
     this.comboItem169,
     this.comboItem170,
     this.comboItem171,
     this.comboItem172,
     this.comboItem173});
     this.Cbx_Lx5Item1HJ.Location = new System.Drawing.Point(147, 117);
     this.Cbx_Lx5Item1HJ.Name = "Cbx_Lx5Item1HJ";
     this.Cbx_Lx5Item1HJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1HJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1HJ.TabIndex = 82;
     //
     // comboItem168
     //
     this.comboItem168.Text = "0.3";
     //
     // comboItem169
     //
     this.comboItem169.Text = "0.6";
     //
     // comboItem170
     //
     this.comboItem170.Text = "0.9";
     //
     // comboItem171
     //
     this.comboItem171.Text = "1.2";
     //
     // comboItem172
     //
     this.comboItem172.Text = "1.5";
     //
     // comboItem173
     //
     this.comboItem173.Text = "1.8";
     //
     // Cbx_Lx5Item1JHG
     //
     this.Cbx_Lx5Item1JHG.DisplayMember = "Text";
     this.Cbx_Lx5Item1JHG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1JHG.FormattingEnabled = true;
     this.Cbx_Lx5Item1JHG.ItemHeight = 15;
     this.Cbx_Lx5Item1JHG.Items.AddRange(new object[] {
     this.comboItem174,
     this.comboItem175,
     this.comboItem176,
     this.comboItem177});
     this.Cbx_Lx5Item1JHG.Location = new System.Drawing.Point(147, 153);
     this.Cbx_Lx5Item1JHG.Name = "Cbx_Lx5Item1JHG";
     this.Cbx_Lx5Item1JHG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1JHG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1JHG.TabIndex = 83;
     //
     // comboItem174
     //
     this.comboItem174.Text = "JHG-90";
     //
     // comboItem175
     //
     this.comboItem175.Text = "JHG-120";
     //
     // comboItem176
     //
     this.comboItem176.Text = "JHG-120+30";
     //
     // comboItem177
     //
     this.comboItem177.Text = "JHG-120+60";
     //
     // Cbx_Lx5Item1ZJ
     //
     this.Cbx_Lx5Item1ZJ.DisplayMember = "Text";
     this.Cbx_Lx5Item1ZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item1ZJ.FormattingEnabled = true;
     this.Cbx_Lx5Item1ZJ.ItemHeight = 15;
     this.Cbx_Lx5Item1ZJ.Items.AddRange(new object[] {
     this.comboItem178,
     this.comboItem179,
     this.comboItem180,
     this.comboItem181,
     this.comboItem182,
     this.comboItem183});
     this.Cbx_Lx5Item1ZJ.Location = new System.Drawing.Point(148, 81);
     this.Cbx_Lx5Item1ZJ.Name = "Cbx_Lx5Item1ZJ";
     this.Cbx_Lx5Item1ZJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Lx5Item1ZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item1ZJ.TabIndex = 84;
     //
     // comboItem178
     //
     this.comboItem178.Text = "0.3";
     //
     // comboItem179
     //
     this.comboItem179.Text = "0.6";
     //
     // comboItem180
     //
     this.comboItem180.Text = "0.9";
     //
     // comboItem181
     //
     this.comboItem181.Text = "1.2";
     //
     // comboItem182
     //
     this.comboItem182.Text = "1.5";
     //
     // comboItem183
     //
     this.comboItem183.Text = "1.8";
     //
     // labelX39
     //
     this.labelX39.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX39.BackgroundStyle.Class = "";
     this.labelX39.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX39.Location = new System.Drawing.Point(16, 152);
     this.labelX39.Name = "labelX39";
     this.labelX39.Size = new System.Drawing.Size(130, 20);
     this.labelX39.TabIndex = 80;
     this.labelX39.Text = "���˸ֹ�����";
     this.labelX39.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX40
     //
     this.labelX40.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX40.BackgroundStyle.Class = "";
     this.labelX40.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX40.Location = new System.Drawing.Point(16, 80);
     this.labelX40.Name = "labelX40";
     this.labelX40.Size = new System.Drawing.Size(130, 20);
     this.labelX40.TabIndex = 79;
     this.labelX40.Text = "�����ݾ�la(m)";
     this.labelX40.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX41
     //
     this.labelX41.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX41.BackgroundStyle.Class = "";
     this.labelX41.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX41.Location = new System.Drawing.Point(16, 116);
     this.labelX41.Name = "labelX41";
     this.labelX41.Size = new System.Drawing.Size(130, 20);
     this.labelX41.TabIndex = 81;
     this.labelX41.Text = "���˺��lb(m)";
     this.labelX41.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX43
     //
     this.labelX43.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX43.BackgroundStyle.Class = "";
     this.labelX43.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX43.Location = new System.Drawing.Point(16, 44);
     this.labelX43.Name = "labelX43";
     this.labelX43.Size = new System.Drawing.Size(130, 20);
     this.labelX43.TabIndex = 77;
     this.labelX43.Text = "���ּܴ���߶�H(m)";
     this.labelX43.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2GD
     //
     //
     //
     //
     this.DbInput_Lx5Item2GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2GD.Increment = 0.1;
     this.DbInput_Lx5Item2GD.Location = new System.Drawing.Point(148, 45);
     this.DbInput_Lx5Item2GD.MaxValue = 50;
     this.DbInput_Lx5Item2GD.MinValue = 0;
     this.DbInput_Lx5Item2GD.Name = "DbInput_Lx5Item2GD";
     this.DbInput_Lx5Item2GD.ShowUpDown = true;
     this.DbInput_Lx5Item2GD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Lx5Item2GD.TabIndex = 78;
     this.DbInput_Lx5Item2GD.Value = 15;
     //
     // DbInput_Lx5Item1BJ
     //
     //
     //
     //
     this.DbInput_Lx5Item1BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item1BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item1BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item1BJ.Increment = 1;
     this.DbInput_Lx5Item1BJ.Location = new System.Drawing.Point(148, 9);
     this.DbInput_Lx5Item1BJ.MaxValue = 1.8;
     this.DbInput_Lx5Item1BJ.MinValue = 1.2;
     this.DbInput_Lx5Item1BJ.Name = "DbInput_Lx5Item1BJ";
     this.DbInput_Lx5Item1BJ.ShowUpDown = true;
     this.DbInput_Lx5Item1BJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Lx5Item1BJ.TabIndex = 74;
     this.DbInput_Lx5Item1BJ.Value = 1.8;
     //
     // labelX38
     //
     this.labelX38.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX38.BackgroundStyle.Class = "";
     this.labelX38.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX38.Location = new System.Drawing.Point(16, 8);
     this.labelX38.Name = "labelX38";
     this.labelX38.Size = new System.Drawing.Size(130, 20);
     this.labelX38.TabIndex = 73;
     this.labelX38.Text = "����h(m)";
     this.labelX38.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX5tabItem1
     //
     this.LX5tabItem1.AttachedControl = this.tabControlPanel17;
     this.LX5tabItem1.Name = "LX5tabItem1";
     this.LX5tabItem1.Text = "5���ּܴ������";
     this.LX5tabItem1.Visible = false;
     //
     // tabControlPanel16
     //
     this.tabControlPanel16.Controls.Add(this.groupBox19);
     this.tabControlPanel16.Controls.Add(this.groupBox7);
     this.tabControlPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel16.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel16.Name = "tabControlPanel16";
     this.tabControlPanel16.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel16.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel16.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel16.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel16.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel16.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel16.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel16.Style.GradientAngle = 90;
     this.tabControlPanel16.TabIndex = 17;
     this.tabControlPanel16.TabItem = this.LX4tabItem4;
     //
     // groupBox19
     //
     this.groupBox19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox19.Controls.Add(this.Btn_Lx4Item4Search1);
     this.groupBox19.Controls.Add(this.DbInput_Lx4Item4TZXS);
     this.groupBox19.Controls.Add(this.Btn_Lx4Item4Search2);
     this.groupBox19.Controls.Add(this.Tb_Lx4Item4DJCZL);
     this.groupBox19.Controls.Add(this.labelX37);
     this.groupBox19.Controls.Add(this.labelX33);
     this.groupBox19.Controls.Add(this.Cb_Lx4Item4DJTLX);
     this.groupBox19.Controls.Add(this.groupBox20);
     this.groupBox19.Controls.Add(this.labelX32);
     this.groupBox19.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBox19.Location = new System.Drawing.Point(292, 1);
     this.groupBox19.Name = "groupBox19";
     this.groupBox19.Size = new System.Drawing.Size(345, 338);
     this.groupBox19.TabIndex = 2;
     this.groupBox19.TabStop = false;
     this.groupBox19.Text = "�ػ�������";
     //
     // Btn_Lx4Item4Search1
     //
     this.Btn_Lx4Item4Search1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_Lx4Item4Search1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_Lx4Item4Search1.Font = new System.Drawing.Font("����", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_Lx4Item4Search1.Image = global::Framework.Properties.Resources.Search;
     this.Btn_Lx4Item4Search1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Btn_Lx4Item4Search1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Btn_Lx4Item4Search1.Location = new System.Drawing.Point(282, 37);
     this.Btn_Lx4Item4Search1.Name = "Btn_Lx4Item4Search1";
     this.Btn_Lx4Item4Search1.Size = new System.Drawing.Size(57, 52);
     this.Btn_Lx4Item4Search1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_Lx4Item4Search1.TabIndex = 10;
     this.Btn_Lx4Item4Search1.Text = "��ѯͼ��";
     this.Btn_Lx4Item4Search1.Click += new System.EventHandler(this.Btn_Lx4Item4Search1_Click);
     //
     // DbInput_Lx4Item4TZXS
     //
     //
     //
     //
     this.DbInput_Lx4Item4TZXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item4TZXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item4TZXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item4TZXS.Increment = 0.1;
     this.DbInput_Lx4Item4TZXS.Location = new System.Drawing.Point(148, 227);
     this.DbInput_Lx4Item4TZXS.MaxValue = 1;
     this.DbInput_Lx4Item4TZXS.MinValue = 0;
     this.DbInput_Lx4Item4TZXS.Name = "DbInput_Lx4Item4TZXS";
     this.DbInput_Lx4Item4TZXS.ShowUpDown = true;
     this.DbInput_Lx4Item4TZXS.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item4TZXS.TabIndex = 9;
     this.DbInput_Lx4Item4TZXS.Value = 1;
     //
     // Btn_Lx4Item4Search2
     //
     this.Btn_Lx4Item4Search2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_Lx4Item4Search2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_Lx4Item4Search2.Font = new System.Drawing.Font("����", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_Lx4Item4Search2.Image = global::Framework.Properties.Resources.Search;
     this.Btn_Lx4Item4Search2.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.Btn_Lx4Item4Search2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.Btn_Lx4Item4Search2.Location = new System.Drawing.Point(242, 211);
     this.Btn_Lx4Item4Search2.Name = "Btn_Lx4Item4Search2";
     this.Btn_Lx4Item4Search2.Size = new System.Drawing.Size(57, 52);
     this.Btn_Lx4Item4Search2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_Lx4Item4Search2.TabIndex = 8;
     this.Btn_Lx4Item4Search2.Text = "��ѯͼ��";
     this.Btn_Lx4Item4Search2.Click += new System.EventHandler(this.Btn_Lx4Item4Search2_Click);
     //
     // Tb_Lx4Item4DJCZL
     //
     //
     //
     //
     this.Tb_Lx4Item4DJCZL.Border.Class = "TextBoxBorder";
     this.Tb_Lx4Item4DJCZL.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Lx4Item4DJCZL.Location = new System.Drawing.Point(193, 67);
     this.Tb_Lx4Item4DJCZL.Name = "Tb_Lx4Item4DJCZL";
     this.Tb_Lx4Item4DJCZL.ReadOnly = true;
     this.Tb_Lx4Item4DJCZL.Size = new System.Drawing.Size(84, 21);
     this.Tb_Lx4Item4DJCZL.TabIndex = 7;
     this.Tb_Lx4Item4DJCZL.Text = "200";
     //
     // labelX37
     //
     //
     //
     //
     this.labelX37.BackgroundStyle.Class = "";
     this.labelX37.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX37.Location = new System.Drawing.Point(25, 225);
     this.labelX37.Name = "labelX37";
     this.labelX37.Size = new System.Drawing.Size(129, 23);
     this.labelX37.TabIndex = 6;
     this.labelX37.Text = "�ػ�����������ϵ����";
     //
     // labelX33
     //
     //
     //
     //
     this.labelX33.BackgroundStyle.Class = "";
     this.labelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX33.Location = new System.Drawing.Point(18, 65);
     this.labelX33.Name = "labelX33";
     this.labelX33.Size = new System.Drawing.Size(180, 23);
     this.labelX33.TabIndex = 6;
     this.labelX33.Text = " �ػ���������׼ֵ��kN/m2����";
     //
     // Cb_Lx4Item4DJTLX
     //
     this.Cb_Lx4Item4DJTLX.DisplayMember = "Text";
     this.Cb_Lx4Item4DJTLX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Lx4Item4DJTLX.FormattingEnabled = true;
     this.Cb_Lx4Item4DJTLX.ItemHeight = 15;
     this.Cb_Lx4Item4DJTLX.Items.AddRange(new object[] {
     this.comboItem160,
     this.comboItem161,
     this.comboItem162,
     this.comboItem163,
     this.comboItem164,
     this.comboItem165,
     this.comboItem166,
     this.comboItem167});
     this.Cb_Lx4Item4DJTLX.Location = new System.Drawing.Point(100, 36);
     this.Cb_Lx4Item4DJTLX.Name = "Cb_Lx4Item4DJTLX";
     this.Cb_Lx4Item4DJTLX.Size = new System.Drawing.Size(177, 21);
     this.Cb_Lx4Item4DJTLX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Lx4Item4DJTLX.TabIndex = 5;
     this.Cb_Lx4Item4DJTLX.SelectedIndexChanged += new System.EventHandler(this.Cb_Lx4Item4DJTLX_SelectedIndexChanged);
     //
     // comboItem160
     //
     this.comboItem160.Text = "��ʯ";
     //
     // comboItem161
     //
     this.comboItem161.Text = "��ʯ��";
     //
     // comboItem162
     //
     this.comboItem162.Text = "ɰ��";
     //
     // comboItem163
     //
     this.comboItem163.Text = "����";
     //
     // comboItem164
     //
     this.comboItem164.Text = "������";
     //
     // comboItem165
     //
     this.comboItem165.Text = "��ճ��";
     //
     // comboItem166
     //
     this.comboItem166.Text = "ճ����";
     //
     // comboItem167
     //
     this.comboItem167.Text = "��������";
     //
     // groupBox20
     //
     this.groupBox20.Controls.Add(this.DbIput_Lx4Item4DBK);
     this.groupBox20.Controls.Add(this.DbIput_Lx4Item4DBC);
     this.groupBox20.Controls.Add(this.labelX36);
     this.groupBox20.Controls.Add(this.labelX35);
     this.groupBox20.Location = new System.Drawing.Point(25, 114);
     this.groupBox20.Name = "groupBox20";
     this.groupBox20.Size = new System.Drawing.Size(219, 85);
     this.groupBox20.TabIndex = 8;
     this.groupBox20.TabStop = false;
     this.groupBox20.Text = "���ּܵ��ߴ�";
     //
     // DbIput_Lx4Item4DBK
     //
     //
     //
     //
     this.DbIput_Lx4Item4DBK.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Lx4Item4DBK.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Lx4Item4DBK.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Lx4Item4DBK.Increment = 1;
     this.DbIput_Lx4Item4DBK.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Lx4Item4DBK.Location = new System.Drawing.Point(118, 47);
     this.DbIput_Lx4Item4DBK.MinValue = 0;
     this.DbIput_Lx4Item4DBK.Name = "DbIput_Lx4Item4DBK";
     this.DbIput_Lx4Item4DBK.ShowUpDown = true;
     this.DbIput_Lx4Item4DBK.Size = new System.Drawing.Size(85, 21);
     this.DbIput_Lx4Item4DBK.TabIndex = 22;
     this.DbIput_Lx4Item4DBK.Value = 0.3;
     //
     // DbIput_Lx4Item4DBC
     //
     //
     //
     //
     this.DbIput_Lx4Item4DBC.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Lx4Item4DBC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Lx4Item4DBC.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Lx4Item4DBC.Increment = 1;
     this.DbIput_Lx4Item4DBC.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Lx4Item4DBC.Location = new System.Drawing.Point(118, 20);
     this.DbIput_Lx4Item4DBC.MinValue = 0;
     this.DbIput_Lx4Item4DBC.Name = "DbIput_Lx4Item4DBC";
     this.DbIput_Lx4Item4DBC.ShowUpDown = true;
     this.DbIput_Lx4Item4DBC.Size = new System.Drawing.Size(85, 21);
     this.DbIput_Lx4Item4DBC.TabIndex = 22;
     this.DbIput_Lx4Item4DBC.Value = 0.3;
     //
     // labelX36
     //
     //
     //
     //
     this.labelX36.BackgroundStyle.Class = "";
     this.labelX36.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX36.Location = new System.Drawing.Point(58, 20);
     this.labelX36.Name = "labelX36";
     this.labelX36.Size = new System.Drawing.Size(60, 23);
     this.labelX36.TabIndex = 21;
     this.labelX36.Text = "��峤a��";
     //
     // labelX35
     //
     //
     //
     //
     this.labelX35.BackgroundStyle.Class = "";
     this.labelX35.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX35.Location = new System.Drawing.Point(58, 47);
     this.labelX35.Name = "labelX35";
     this.labelX35.Size = new System.Drawing.Size(60, 23);
     this.labelX35.TabIndex = 21;
     this.labelX35.Text = "����b��";
     //
     // labelX32
     //
     //
     //
     //
     this.labelX32.BackgroundStyle.Class = "";
     this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX32.Location = new System.Drawing.Point(25, 36);
     this.labelX32.Name = "labelX32";
     this.labelX32.Size = new System.Drawing.Size(79, 23);
     this.labelX32.TabIndex = 4;
     this.labelX32.Text = "�ػ������ͣ�";
     //
     // groupBox7
     //
     this.groupBox7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox7.Controls.Add(this.DbIput_Lx4Item4DFMJ);
     this.groupBox7.Controls.Add(this.labelX30);
     this.groupBox7.Controls.Add(this.Tb_Lx4Item4YFMJ);
     this.groupBox7.Controls.Add(this.labelX31);
     this.groupBox7.Controls.Add(this.groupBox18);
     this.groupBox7.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox7.Location = new System.Drawing.Point(1, 1);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(290, 338);
     this.groupBox7.TabIndex = 2;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "���������ϵ��";
     //
     // DbIput_Lx4Item4DFMJ
     //
     //
     //
     //
     this.DbIput_Lx4Item4DFMJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Lx4Item4DFMJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Lx4Item4DFMJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Lx4Item4DFMJ.Increment = 1;
     this.DbIput_Lx4Item4DFMJ.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Lx4Item4DFMJ.Location = new System.Drawing.Point(115, 173);
     this.DbIput_Lx4Item4DFMJ.Name = "DbIput_Lx4Item4DFMJ";
     this.DbIput_Lx4Item4DFMJ.ShowUpDown = true;
     this.DbIput_Lx4Item4DFMJ.Size = new System.Drawing.Size(91, 21);
     this.DbIput_Lx4Item4DFMJ.TabIndex = 22;
     this.DbIput_Lx4Item4DFMJ.Value = 66.67;
     //
     // labelX30
     //
     //
     //
     //
     this.labelX30.BackgroundStyle.Class = "";
     this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX30.Location = new System.Drawing.Point(11, 176);
     this.labelX30.Name = "labelX30";
     this.labelX30.Size = new System.Drawing.Size(104, 23);
     this.labelX30.TabIndex = 21;
     this.labelX30.Text = "�������An(m2)��";
     //
     // Tb_Lx4Item4YFMJ
     //
     //
     //
     //
     this.Tb_Lx4Item4YFMJ.Border.Class = "TextBoxBorder";
     this.Tb_Lx4Item4YFMJ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Lx4Item4YFMJ.Location = new System.Drawing.Point(115, 140);
     this.Tb_Lx4Item4YFMJ.Name = "Tb_Lx4Item4YFMJ";
     this.Tb_Lx4Item4YFMJ.ReadOnly = true;
     this.Tb_Lx4Item4YFMJ.Size = new System.Drawing.Size(91, 21);
     this.Tb_Lx4Item4YFMJ.TabIndex = 20;
     this.Tb_Lx4Item4YFMJ.Text = "100";
     this.Tb_Lx4Item4YFMJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelX31
     //
     //
     //
     //
     this.labelX31.BackgroundStyle.Class = "";
     this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX31.Location = new System.Drawing.Point(36, 140);
     this.labelX31.Name = "labelX31";
     this.labelX31.Size = new System.Drawing.Size(85, 23);
     this.labelX31.TabIndex = 19;
     this.labelX31.Text = "ӭ�����Aw��";
     //
     // groupBox18
     //
     this.groupBox18.Controls.Add(this.Rdo_Lx4Item4CK);
     this.groupBox18.Controls.Add(this.Rdo_Lx4Item4QF);
     this.groupBox18.Location = new System.Drawing.Point(17, 38);
     this.groupBox18.Name = "groupBox18";
     this.groupBox18.Size = new System.Drawing.Size(207, 85);
     this.groupBox18.TabIndex = 8;
     this.groupBox18.TabStop = false;
     this.groupBox18.Text = "���ּܼ�����������״��";
     //
     // Rdo_Lx4Item4CK
     //
     this.Rdo_Lx4Item4CK.AutoSize = true;
     this.Rdo_Lx4Item4CK.Location = new System.Drawing.Point(14, 50);
     this.Rdo_Lx4Item4CK.Name = "Rdo_Lx4Item4CK";
     this.Rdo_Lx4Item4CK.Size = new System.Drawing.Size(131, 16);
     this.Rdo_Lx4Item4CK.TabIndex = 5;
     this.Rdo_Lx4Item4CK.TabStop = true;
     this.Rdo_Lx4Item4CK.Text = "��������ܺͿ���ǽ";
     this.Rdo_Lx4Item4CK.UseVisualStyleBackColor = true;
     //
     // Rdo_Lx4Item4QF
     //
     this.Rdo_Lx4Item4QF.AutoSize = true;
     this.Rdo_Lx4Item4QF.Checked = true;
     this.Rdo_Lx4Item4QF.Location = new System.Drawing.Point(14, 23);
     this.Rdo_Lx4Item4QF.Name = "Rdo_Lx4Item4QF";
     this.Rdo_Lx4Item4QF.Size = new System.Drawing.Size(71, 16);
     this.Rdo_Lx4Item4QF.TabIndex = 5;
     this.Rdo_Lx4Item4QF.TabStop = true;
     this.Rdo_Lx4Item4QF.Text = "ȫ���ǽ";
     this.Rdo_Lx4Item4QF.UseVisualStyleBackColor = true;
     //
     // LX4tabItem4
     //
     this.LX4tabItem4.AttachedControl = this.tabControlPanel16;
     this.LX4tabItem4.Name = "LX4tabItem4";
     this.LX4tabItem4.Text = "4���������ϵ��+�ػ�������";
     this.LX4tabItem4.Visible = false;
     //
     // tabControlPanel15
     //
     this.tabControlPanel15.Controls.Add(this.groupBox17);
     this.tabControlPanel15.Controls.Add(this.groupBox4);
     this.tabControlPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel15.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel15.Name = "tabControlPanel15";
     this.tabControlPanel15.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel15.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel15.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel15.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel15.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel15.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel15.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel15.Style.GradientAngle = 90;
     this.tabControlPanel15.TabIndex = 16;
     this.tabControlPanel15.TabItem = this.LX4tabItem3;
     //
     // groupBox17
     //
     this.groupBox17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox17.Controls.Add(this.DbInput_Lx4Item3SG);
     this.groupBox17.Controls.Add(this.IntInput_Lx4Item3CS);
     this.groupBox17.Controls.Add(this.Cbx_Lx4Item3YT);
     this.groupBox17.Controls.Add(this.labelX27);
     this.groupBox17.Controls.Add(this.labelX28);
     this.groupBox17.Controls.Add(this.labelX29);
     this.groupBox17.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBox17.Location = new System.Drawing.Point(308, 1);
     this.groupBox17.Name = "groupBox17";
     this.groupBox17.Size = new System.Drawing.Size(329, 338);
     this.groupBox17.TabIndex = 33;
     this.groupBox17.TabStop = false;
     this.groupBox17.Text = "����ز���";
     //
     // DbInput_Lx4Item3SG
     //
     //
     //
     //
     this.DbInput_Lx4Item3SG.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item3SG.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item3SG.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item3SG.Increment = 0.1;
     this.DbInput_Lx4Item3SG.Location = new System.Drawing.Point(133, 151);
     this.DbInput_Lx4Item3SG.MinValue = 0;
     this.DbInput_Lx4Item3SG.Name = "DbInput_Lx4Item3SG";
     this.DbInput_Lx4Item3SG.ShowUpDown = true;
     this.DbInput_Lx4Item3SG.Size = new System.Drawing.Size(135, 21);
     this.DbInput_Lx4Item3SG.TabIndex = 33;
     this.DbInput_Lx4Item3SG.Value = 3;
     //
     // IntInput_Lx4Item3CS
     //
     //
     //
     //
     this.IntInput_Lx4Item3CS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx4Item3CS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx4Item3CS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx4Item3CS.Location = new System.Drawing.Point(134, 101);
     this.IntInput_Lx4Item3CS.MinValue = 0;
     this.IntInput_Lx4Item3CS.Name = "IntInput_Lx4Item3CS";
     this.IntInput_Lx4Item3CS.ShowUpDown = true;
     this.IntInput_Lx4Item3CS.Size = new System.Drawing.Size(134, 21);
     this.IntInput_Lx4Item3CS.TabIndex = 32;
     this.IntInput_Lx4Item3CS.Value = 1;
     //
     // Cbx_Lx4Item3YT
     //
     this.Cbx_Lx4Item3YT.DisplayMember = "Text";
     this.Cbx_Lx4Item3YT.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item3YT.FormattingEnabled = true;
     this.Cbx_Lx4Item3YT.ItemHeight = 15;
     this.Cbx_Lx4Item3YT.Items.AddRange(new object[] {
     this.comboItem158,
     this.comboItem159});
     this.Cbx_Lx4Item3YT.Location = new System.Drawing.Point(133, 54);
     this.Cbx_Lx4Item3YT.Name = "Cbx_Lx4Item3YT";
     this.Cbx_Lx4Item3YT.Size = new System.Drawing.Size(135, 21);
     this.Cbx_Lx4Item3YT.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item3YT.TabIndex = 31;
     //
     // comboItem158
     //
     this.comboItem158.Text = "װ��ʩ�����ּ�";
     //
     // comboItem159
     //
     this.comboItem159.Text = "�ṹʩ�����ּ�";
     //
     // labelX27
     //
     //
     //
     //
     this.labelX27.BackgroundStyle.Class = "";
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Location = new System.Drawing.Point(22, 150);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(120, 41);
     this.labelX27.TabIndex = 30;
     this.labelX27.Text = "ʩ������ر�׼ֵ��\r\n   ��kN/m2�� ";
     //
     // labelX28
     //
     //
     //
     //
     this.labelX28.BackgroundStyle.Class = "";
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.Location = new System.Drawing.Point(46, 89);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(95, 41);
     this.labelX28.TabIndex = 29;
     this.labelX28.Text = "ͬʱʩ��������";
     //
     // labelX29
     //
     //
     //
     //
     this.labelX29.BackgroundStyle.Class = "";
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.Location = new System.Drawing.Point(49, 43);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(86, 41);
     this.labelX29.TabIndex = 28;
     this.labelX29.Text = "���ּ���;��";
     this.labelX29.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox4.Controls.Add(this.groupBox14);
     this.groupBox4.Controls.Add(this.groupBox16);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox4.Location = new System.Drawing.Point(1, 1);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(306, 338);
     this.groupBox4.TabIndex = 2;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "���ú���";
     //
     // groupBox14
     //
     this.groupBox14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox14.Controls.Add(this.DbInput_Lx4Item3HL);
     this.groupBox14.Controls.Add(this.DbInput_Lx4Item3AQW);
     this.groupBox14.Controls.Add(this.Cbx_Lx4Item3JGJ);
     this.groupBox14.Controls.Add(this.labelX22);
     this.groupBox14.Controls.Add(this.labelX25);
     this.groupBox14.Controls.Add(this.labelX26);
     this.groupBox14.Location = new System.Drawing.Point(20, 165);
     this.groupBox14.Name = "groupBox14";
     this.groupBox14.Size = new System.Drawing.Size(276, 122);
     this.groupBox14.TabIndex = 33;
     this.groupBox14.TabStop = false;
     this.groupBox14.Text = "ÿ�׸߽��ּܽṹ���ز���";
     //
     // DbInput_Lx4Item3HL
     //
     //
     //
     //
     this.DbInput_Lx4Item3HL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item3HL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item3HL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item3HL.Increment = 1;
     this.DbInput_Lx4Item3HL.Location = new System.Drawing.Point(126, 90);
     this.DbInput_Lx4Item3HL.MinValue = 0;
     this.DbInput_Lx4Item3HL.Name = "DbInput_Lx4Item3HL";
     this.DbInput_Lx4Item3HL.ShowUpDown = true;
     this.DbInput_Lx4Item3HL.Size = new System.Drawing.Size(143, 21);
     this.DbInput_Lx4Item3HL.TabIndex = 21;
     this.DbInput_Lx4Item3HL.Value = 0.2;
     //
     // DbInput_Lx4Item3AQW
     //
     //
     //
     //
     this.DbInput_Lx4Item3AQW.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item3AQW.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item3AQW.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item3AQW.Increment = 1;
     this.DbInput_Lx4Item3AQW.Location = new System.Drawing.Point(126, 56);
     this.DbInput_Lx4Item3AQW.MinValue = 0;
     this.DbInput_Lx4Item3AQW.Name = "DbInput_Lx4Item3AQW";
     this.DbInput_Lx4Item3AQW.ShowUpDown = true;
     this.DbInput_Lx4Item3AQW.Size = new System.Drawing.Size(143, 21);
     this.DbInput_Lx4Item3AQW.TabIndex = 21;
     this.DbInput_Lx4Item3AQW.Value = 0.2;
     //
     // Cbx_Lx4Item3JGJ
     //
     this.Cbx_Lx4Item3JGJ.DisplayMember = "Text";
     this.Cbx_Lx4Item3JGJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item3JGJ.FormattingEnabled = true;
     this.Cbx_Lx4Item3JGJ.ItemHeight = 15;
     this.Cbx_Lx4Item3JGJ.Items.AddRange(new object[] {
     this.comboItem156,
     this.comboItem157});
     this.Cbx_Lx4Item3JGJ.Location = new System.Drawing.Point(126, 25);
     this.Cbx_Lx4Item3JGJ.Name = "Cbx_Lx4Item3JGJ";
     this.Cbx_Lx4Item3JGJ.Size = new System.Drawing.Size(143, 21);
     this.Cbx_Lx4Item3JGJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item3JGJ.TabIndex = 20;
     //
     // comboItem156
     //
     this.comboItem156.Text = "0.06����42.0��2.5��";
     //
     // comboItem157
     //
     this.comboItem157.Text = "0.04����48.0��3.5��";
     //
     // labelX22
     //
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(16, 91);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(113, 20);
     this.labelX22.TabIndex = 12;
     this.labelX22.Text = "��������(kN/m)��";
     this.labelX22.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX25
     //
     //
     //
     //
     this.labelX25.BackgroundStyle.Class = "";
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Location = new System.Drawing.Point(11, 57);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(118, 20);
     this.labelX25.TabIndex = 12;
     this.labelX25.Text = "��ȫ������(kN/m)��";
     this.labelX25.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX26
     //
     //
     //
     //
     this.labelX26.BackgroundStyle.Class = "";
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Location = new System.Drawing.Point(5, 25);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(125, 20);
     this.labelX26.TabIndex = 12;
     this.labelX26.Text = "�ӹ̼����� (kN/m)��";
     this.labelX26.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox16
     //
     this.groupBox16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox16.Controls.Add(this.Cbx_Lx4Item3JSB);
     this.groupBox16.Controls.Add(this.IntInput_Lx4Item3SPJ);
     this.groupBox16.Controls.Add(this.IntInput_Lx4Item3JSB);
     this.groupBox16.Controls.Add(this.labelX63);
     this.groupBox16.Controls.Add(this.labelX34);
     this.groupBox16.Controls.Add(this.labelX21);
     this.groupBox16.Controls.Add(this.labelX20);
     this.groupBox16.Controls.Add(this.labelX19);
     this.groupBox16.Location = new System.Drawing.Point(20, 32);
     this.groupBox16.Name = "groupBox16";
     this.groupBox16.Size = new System.Drawing.Size(276, 122);
     this.groupBox16.TabIndex = 32;
     this.groupBox16.TabStop = false;
     this.groupBox16.Text = "ÿ�׸߽��ּܽṹ���ز���";
     //
     // Cbx_Lx4Item3JSB
     //
     this.Cbx_Lx4Item3JSB.DisplayMember = "Text";
     this.Cbx_Lx4Item3JSB.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item3JSB.FormattingEnabled = true;
     this.Cbx_Lx4Item3JSB.ItemHeight = 15;
     this.Cbx_Lx4Item3JSB.Items.AddRange(new object[] {
     this.comboItem151,
     this.comboItem153,
     this.comboItem154,
     this.comboItem155});
     this.Cbx_Lx4Item3JSB.Location = new System.Drawing.Point(118, 91);
     this.Cbx_Lx4Item3JSB.Name = "Cbx_Lx4Item3JSB";
     this.Cbx_Lx4Item3JSB.Size = new System.Drawing.Size(98, 21);
     this.Cbx_Lx4Item3JSB.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item3JSB.TabIndex = 20;
     //
     // comboItem151
     //
     this.comboItem151.Text = "P1803";
     //
     // comboItem153
     //
     this.comboItem153.Text = "P1804";
     //
     // comboItem154
     //
     this.comboItem154.Text = "P1805";
     //
     // comboItem155
     //
     this.comboItem155.Text = "P1806";
     //
     // IntInput_Lx4Item3SPJ
     //
     //
     //
     //
     this.IntInput_Lx4Item3SPJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx4Item3SPJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx4Item3SPJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx4Item3SPJ.Location = new System.Drawing.Point(121, 56);
     this.IntInput_Lx4Item3SPJ.MinValue = 0;
     this.IntInput_Lx4Item3SPJ.Name = "IntInput_Lx4Item3SPJ";
     this.IntInput_Lx4Item3SPJ.ShowUpDown = true;
     this.IntInput_Lx4Item3SPJ.Size = new System.Drawing.Size(55, 21);
     this.IntInput_Lx4Item3SPJ.TabIndex = 13;
     this.IntInput_Lx4Item3SPJ.Value = 1;
     //
     // IntInput_Lx4Item3JSB
     //
     //
     //
     //
     this.IntInput_Lx4Item3JSB.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Lx4Item3JSB.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Lx4Item3JSB.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Lx4Item3JSB.Location = new System.Drawing.Point(121, 25);
     this.IntInput_Lx4Item3JSB.MinValue = 0;
     this.IntInput_Lx4Item3JSB.Name = "IntInput_Lx4Item3JSB";
     this.IntInput_Lx4Item3JSB.ShowUpDown = true;
     this.IntInput_Lx4Item3JSB.Size = new System.Drawing.Size(55, 21);
     this.IntInput_Lx4Item3JSB.TabIndex = 13;
     this.IntInput_Lx4Item3JSB.Value = 1;
     //
     // labelX63
     //
     //
     //
     //
     this.labelX63.BackgroundStyle.Class = "";
     this.labelX63.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX63.Location = new System.Drawing.Point(174, 57);
     this.labelX63.Name = "labelX63";
     this.labelX63.Size = new System.Drawing.Size(43, 20);
     this.labelX63.TabIndex = 12;
     this.labelX63.Text = "��һ��";
     this.labelX63.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX34
     //
     //
     //
     //
     this.labelX34.BackgroundStyle.Class = "";
     this.labelX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX34.Location = new System.Drawing.Point(173, 25);
     this.labelX34.Name = "labelX34";
     this.labelX34.Size = new System.Drawing.Size(43, 20);
     this.labelX34.TabIndex = 12;
     this.labelX34.Text = "��һ��";
     this.labelX34.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX21
     //
     //
     //
     //
     this.labelX21.BackgroundStyle.Class = "";
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Location = new System.Drawing.Point(9, 91);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(113, 20);
     this.labelX21.TabIndex = 12;
     this.labelX21.Text = "���ְ����";
     this.labelX21.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX20
     //
     //
     //
     //
     this.labelX20.BackgroundStyle.Class = "";
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Location = new System.Drawing.Point(12, 57);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(113, 20);
     this.labelX20.TabIndex = 12;
     this.labelX20.Text = "ˮƽ�ܴ��跽ʽ��";
     this.labelX20.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX19
     //
     //
     //
     //
     this.labelX19.BackgroundStyle.Class = "";
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Location = new System.Drawing.Point(12, 25);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(113, 20);
     this.labelX19.TabIndex = 12;
     this.labelX19.Text = "���ְ���跽ʽ��";
     this.labelX19.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX4tabItem3
     //
     this.LX4tabItem3.AttachedControl = this.tabControlPanel15;
     this.LX4tabItem3.Name = "LX4tabItem3";
     this.LX4tabItem3.Text = "4���ú���+�����";
     this.LX4tabItem3.Visible = false;
     //
     // tabControlPanel14
     //
     this.tabControlPanel14.Controls.Add(this.groupBox3);
     this.tabControlPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel14.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel14.Name = "tabControlPanel14";
     this.tabControlPanel14.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel14.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel14.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel14.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel14.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel14.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel14.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel14.Style.GradientAngle = 90;
     this.tabControlPanel14.TabIndex = 15;
     this.tabControlPanel14.TabItem = this.LX4tabItem2;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2SP);
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2SX);
     this.groupBox3.Controls.Add(this.labelX64);
     this.groupBox3.Controls.Add(this.labelX65);
     this.groupBox3.Controls.Add(this.Grp_Lx4Item2HF);
     this.groupBox3.Controls.Add(this.Grp_Lx4Item2KJ);
     this.groupBox3.Controls.Add(this.Cbx_Lx4Item2LJFS);
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2BJ);
     this.groupBox3.Controls.Add(this.DbInput_Lx4Item2CD);
     this.groupBox3.Controls.Add(this.labelX11);
     this.groupBox3.Controls.Add(this.labelX9);
     this.groupBox3.Controls.Add(this.labelX7);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(1, 1);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(636, 338);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop = false;
     //
     // DbInput_Lx4Item2SP
     //
     //
     //
     //
     this.DbInput_Lx4Item2SP.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2SP.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2SP.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2SP.Increment = 0.1;
     this.DbInput_Lx4Item2SP.Location = new System.Drawing.Point(178, 158);
     this.DbInput_Lx4Item2SP.MaxValue = 8;
     this.DbInput_Lx4Item2SP.MinValue = 0;
     this.DbInput_Lx4Item2SP.Name = "DbInput_Lx4Item2SP";
     this.DbInput_Lx4Item2SP.ShowUpDown = true;
     this.DbInput_Lx4Item2SP.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2SP.TabIndex = 96;
     this.DbInput_Lx4Item2SP.Value = 1.8;
     //
     // DbInput_Lx4Item2SX
     //
     //
     //
     //
     this.DbInput_Lx4Item2SX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2SX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2SX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2SX.Increment = 0.1;
     this.DbInput_Lx4Item2SX.Location = new System.Drawing.Point(178, 112);
     this.DbInput_Lx4Item2SX.MaxValue = 8;
     this.DbInput_Lx4Item2SX.MinValue = 0;
     this.DbInput_Lx4Item2SX.Name = "DbInput_Lx4Item2SX";
     this.DbInput_Lx4Item2SX.ShowUpDown = true;
     this.DbInput_Lx4Item2SX.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2SX.TabIndex = 97;
     this.DbInput_Lx4Item2SX.Value = 1.8;
     //
     // labelX64
     //
     this.labelX64.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX64.BackgroundStyle.Class = "";
     this.labelX64.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX64.Location = new System.Drawing.Point(19, 158);
     this.labelX64.Name = "labelX64";
     this.labelX64.Size = new System.Drawing.Size(156, 20);
     this.labelX64.TabIndex = 94;
     this.labelX64.Text = "��ǽ��ˮƽ���H1(m):";
     this.labelX64.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX65
     //
     this.labelX65.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX65.BackgroundStyle.Class = "";
     this.labelX65.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX65.Location = new System.Drawing.Point(27, 112);
     this.labelX65.Name = "labelX65";
     this.labelX65.Size = new System.Drawing.Size(156, 20);
     this.labelX65.TabIndex = 95;
     this.labelX65.Text = "��ǽ��������H1(m)��";
     this.labelX65.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Grp_Lx4Item2HF
     //
     this.Grp_Lx4Item2HF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx4Item2HF.Controls.Add(this.labelX12);
     this.Grp_Lx4Item2HF.Controls.Add(this.DbInput_Lx4Item2DJ);
     this.Grp_Lx4Item2HF.Enabled = false;
     this.Grp_Lx4Item2HF.Location = new System.Drawing.Point(323, 176);
     this.Grp_Lx4Item2HF.Name = "Grp_Lx4Item2HF";
     this.Grp_Lx4Item2HF.Size = new System.Drawing.Size(302, 82);
     this.Grp_Lx4Item2HF.TabIndex = 31;
     this.Grp_Lx4Item2HF.TabStop = false;
     this.Grp_Lx4Item2HF.Text = "��ǽ����ʽѡ�񡰺������ӡ�ʱ������д��������";
     //
     // labelX12
     //
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(5, 34);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(211, 20);
     this.labelX12.TabIndex = 13;
     this.labelX12.Text = "�ԽӺ���Ŀ�����ѹǿ�ȣ�N/mm2����";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx4Item2DJ
     //
     //
     //
     //
     this.DbInput_Lx4Item2DJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2DJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2DJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2DJ.Increment = 1;
     this.DbInput_Lx4Item2DJ.Location = new System.Drawing.Point(217, 33);
     this.DbInput_Lx4Item2DJ.MaxValue = 10000;
     this.DbInput_Lx4Item2DJ.MinValue = 0;
     this.DbInput_Lx4Item2DJ.Name = "DbInput_Lx4Item2DJ";
     this.DbInput_Lx4Item2DJ.ShowUpDown = true;
     this.DbInput_Lx4Item2DJ.Size = new System.Drawing.Size(79, 21);
     this.DbInput_Lx4Item2DJ.TabIndex = 27;
     this.DbInput_Lx4Item2DJ.Value = 205;
     //
     // Grp_Lx4Item2KJ
     //
     this.Grp_Lx4Item2KJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx4Item2KJ.Controls.Add(this.Rdo_Lx4Item2S);
     this.Grp_Lx4Item2KJ.Controls.Add(this.Rdo_Lx4Item2D);
     this.Grp_Lx4Item2KJ.Location = new System.Drawing.Point(321, 63);
     this.Grp_Lx4Item2KJ.Name = "Grp_Lx4Item2KJ";
     this.Grp_Lx4Item2KJ.Size = new System.Drawing.Size(304, 81);
     this.Grp_Lx4Item2KJ.TabIndex = 31;
     this.Grp_Lx4Item2KJ.TabStop = false;
     this.Grp_Lx4Item2KJ.Text = "��ǽ����ʽѡ�񡰿ۼ����ӡ�ʱ����ѡ��/˫�ۼ�";
     //
     // Rdo_Lx4Item2S
     //
     this.Rdo_Lx4Item2S.AutoSize = true;
     this.Rdo_Lx4Item2S.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx4Item2S.Location = new System.Drawing.Point(141, 45);
     this.Rdo_Lx4Item2S.Name = "Rdo_Lx4Item2S";
     this.Rdo_Lx4Item2S.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item2S.TabIndex = 24;
     this.Rdo_Lx4Item2S.TabStop = true;
     this.Rdo_Lx4Item2S.Text = "˫�ۼ�";
     this.Rdo_Lx4Item2S.UseVisualStyleBackColor = false;
     //
     // Rdo_Lx4Item2D
     //
     this.Rdo_Lx4Item2D.AutoSize = true;
     this.Rdo_Lx4Item2D.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx4Item2D.Checked = true;
     this.Rdo_Lx4Item2D.Location = new System.Drawing.Point(43, 42);
     this.Rdo_Lx4Item2D.Name = "Rdo_Lx4Item2D";
     this.Rdo_Lx4Item2D.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx4Item2D.TabIndex = 24;
     this.Rdo_Lx4Item2D.TabStop = true;
     this.Rdo_Lx4Item2D.Text = "���ۼ�";
     this.Rdo_Lx4Item2D.UseVisualStyleBackColor = false;
     //
     // Cbx_Lx4Item2LJFS
     //
     this.Cbx_Lx4Item2LJFS.DisplayMember = "Text";
     this.Cbx_Lx4Item2LJFS.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx4Item2LJFS.FormattingEnabled = true;
     this.Cbx_Lx4Item2LJFS.ItemHeight = 15;
     this.Cbx_Lx4Item2LJFS.Items.AddRange(new object[] {
     this.comboItem150,
     this.comboItem152});
     this.Cbx_Lx4Item2LJFS.Location = new System.Drawing.Point(434, 23);
     this.Cbx_Lx4Item2LJFS.Name = "Cbx_Lx4Item2LJFS";
     this.Cbx_Lx4Item2LJFS.Size = new System.Drawing.Size(82, 21);
     this.Cbx_Lx4Item2LJFS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx4Item2LJFS.TabIndex = 30;
     this.Cbx_Lx4Item2LJFS.Text = " ";
     this.Cbx_Lx4Item2LJFS.SelectedIndexChanged += new System.EventHandler(this.Cbx_Lx4Item2LJFS_SelectedIndexChanged);
     //
     // comboItem150
     //
     this.comboItem150.Text = "�ۼ�����";
     //
     // comboItem152
     //
     this.comboItem152.Text = "��������";
     //
     // DbInput_Lx4Item2BJ
     //
     //
     //
     //
     this.DbInput_Lx4Item2BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2BJ.Increment = 1;
     this.DbInput_Lx4Item2BJ.Location = new System.Drawing.Point(178, 74);
     this.DbInput_Lx4Item2BJ.MinValue = 0;
     this.DbInput_Lx4Item2BJ.Name = "DbInput_Lx4Item2BJ";
     this.DbInput_Lx4Item2BJ.ShowUpDown = true;
     this.DbInput_Lx4Item2BJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2BJ.TabIndex = 28;
     this.DbInput_Lx4Item2BJ.Value = 15.8;
     //
     // DbInput_Lx4Item2CD
     //
     //
     //
     //
     this.DbInput_Lx4Item2CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx4Item2CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx4Item2CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx4Item2CD.Increment = 1;
     this.DbInput_Lx4Item2CD.Location = new System.Drawing.Point(178, 22);
     this.DbInput_Lx4Item2CD.MaxValue = 2000;
     this.DbInput_Lx4Item2CD.MinValue = 0;
     this.DbInput_Lx4Item2CD.Name = "DbInput_Lx4Item2CD";
     this.DbInput_Lx4Item2CD.ShowUpDown = true;
     this.DbInput_Lx4Item2CD.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx4Item2CD.TabIndex = 27;
     this.DbInput_Lx4Item2CD.Value = 600;
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(317, 23);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(111, 20);
     this.labelX11.TabIndex = 13;
     this.labelX11.Text = "��ǽ�����ӷ�ʽ��";
     this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(17, 75);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(168, 20);
     this.labelX9.TabIndex = 13;
     this.labelX9.Text = "��ǽ�������ת�뾶i(mm)��";
     this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(28, 23);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(157, 20);
     this.labelX7.TabIndex = 13;
     this.labelX7.Text = "��ǽ�����㳤��l0 (mm)��";
     this.labelX7.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX4tabItem2
     //
     this.LX4tabItem2.AttachedControl = this.tabControlPanel14;
     this.LX4tabItem2.Name = "LX4tabItem2";
     this.LX4tabItem2.Text = "4��ǽ��";
     this.LX4tabItem2.Visible = false;
     //
     // tabControlPanel11
     //
     this.tabControlPanel11.Controls.Add(this.Grp_Item11);
     this.tabControlPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel11.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel11.Name = "tabControlPanel11";
     this.tabControlPanel11.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel11.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel11.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel11.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel11.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel11.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel11.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel11.Style.GradientAngle = 90;
     this.tabControlPanel11.TabIndex = 11;
     this.tabControlPanel11.TabItem = this.LXtabItem11;
     //
     // Grp_Item11
     //
     this.Grp_Item11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item11.Controls.Add(this.Tb_Item11MGXGJL);
     this.Grp_Item11.Controls.Add(this.Lb_Item11LBHNTQD);
     this.Grp_Item11.Controls.Add(this.Lb_Item11MGXGJL);
     this.Grp_Item11.Controls.Add(this.Cb_Item11ULSZJ);
     this.Grp_Item11.Controls.Add(this.Lb_Item11ULSZJ);
     this.Grp_Item11.Controls.Add(this.Cb_Item11LBHNTQD);
     this.Grp_Item11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item11.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item11.Name = "Grp_Item11";
     this.Grp_Item11.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item11.TabIndex = 29;
     this.Grp_Item11.TabStop = false;
     this.Grp_Item11.Text = "�͸���¥��ê��";
     //
     // Tb_Item11MGXGJL
     //
     this.Tb_Item11MGXGJL.Location = new System.Drawing.Point(205, 82);
     this.Tb_Item11MGXGJL.Name = "Tb_Item11MGXGJL";
     this.Tb_Item11MGXGJL.ReadOnly = true;
     this.Tb_Item11MGXGJL.Size = new System.Drawing.Size(76, 21);
     this.Tb_Item11MGXGJL.TabIndex = 29;
     this.Tb_Item11MGXGJL.Text = "0.2";
     this.Tb_Item11MGXGJL.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item11LBHNTQD
     //
     this.Lb_Item11LBHNTQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item11LBHNTQD.BackgroundStyle.Class = "";
     this.Lb_Item11LBHNTQD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item11LBHNTQD.Location = new System.Drawing.Point(71, 131);
     this.Lb_Item11LBHNTQD.Name = "Lb_Item11LBHNTQD";
     this.Lb_Item11LBHNTQD.Size = new System.Drawing.Size(134, 23);
     this.Lb_Item11LBHNTQD.TabIndex = 28;
     this.Lb_Item11LBHNTQD.Text = " ¥�������ǿ�ȵȼ���";
     //
     // Lb_Item11MGXGJL
     //
     this.Lb_Item11MGXGJL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item11MGXGJL.BackgroundStyle.Class = "";
     this.Lb_Item11MGXGJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item11MGXGJL.Location = new System.Drawing.Point(35, 81);
     this.Lb_Item11MGXGJL.Name = "Lb_Item11MGXGJL";
     this.Lb_Item11MGXGJL.Size = new System.Drawing.Size(172, 23);
     this.Lb_Item11MGXGJL.TabIndex = 28;
     this.Lb_Item11MGXGJL.Text = "ê��λ�����͸�β������(m)��";
     //
     // Cb_Item11ULSZJ
     //
     this.Cb_Item11ULSZJ.DisplayMember = "Text";
     this.Cb_Item11ULSZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item11ULSZJ.FormattingEnabled = true;
     this.Cb_Item11ULSZJ.ItemHeight = 15;
     this.Cb_Item11ULSZJ.Items.AddRange(new object[] {
     this.comboItem120,
     this.comboItem121,
     this.comboItem122,
     this.comboItem123,
     this.comboItem124,
     this.comboItem125,
     this.comboItem126});
     this.Cb_Item11ULSZJ.Location = new System.Drawing.Point(205, 34);
     this.Cb_Item11ULSZJ.Name = "Cb_Item11ULSZJ";
     this.Cb_Item11ULSZJ.Size = new System.Drawing.Size(76, 21);
     this.Cb_Item11ULSZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item11ULSZJ.TabIndex = 27;
     //
     // comboItem120
     //
     this.comboItem120.Text = "12";
     //
     // comboItem121
     //
     this.comboItem121.Text = "14";
     //
     // comboItem122
     //
     this.comboItem122.Text = "16";
     //
     // comboItem123
     //
     this.comboItem123.Text = "18";
     //
     // comboItem124
     //
     this.comboItem124.Text = "20";
     //
     // comboItem125
     //
     this.comboItem125.Text = "22";
     //
     // comboItem126
     //
     this.comboItem126.Text = "24";
     //
     // Lb_Item11ULSZJ
     //
     this.Lb_Item11ULSZJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item11ULSZJ.BackgroundStyle.Class = "";
     this.Lb_Item11ULSZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item11ULSZJ.Location = new System.Drawing.Point(12, 33);
     this.Lb_Item11ULSZJ.Name = "Lb_Item11ULSZJ";
     this.Lb_Item11ULSZJ.Size = new System.Drawing.Size(190, 23);
     this.Lb_Item11ULSZJ.TabIndex = 28;
     this.Lb_Item11ULSZJ.Text = " U�͸ֽ���������˨ֱ����mm����";
     //
     // Cb_Item11LBHNTQD
     //
     this.Cb_Item11LBHNTQD.DisplayMember = "Text";
     this.Cb_Item11LBHNTQD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item11LBHNTQD.FormattingEnabled = true;
     this.Cb_Item11LBHNTQD.ItemHeight = 15;
     this.Cb_Item11LBHNTQD.Items.AddRange(new object[] {
     this.comboItem127,
     this.comboItem128,
     this.comboItem129,
     this.comboItem130,
     this.comboItem131,
     this.comboItem132,
     this.comboItem133});
     this.Cb_Item11LBHNTQD.Location = new System.Drawing.Point(205, 130);
     this.Cb_Item11LBHNTQD.Name = "Cb_Item11LBHNTQD";
     this.Cb_Item11LBHNTQD.Size = new System.Drawing.Size(76, 21);
     this.Cb_Item11LBHNTQD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item11LBHNTQD.TabIndex = 27;
     //
     // comboItem127
     //
     this.comboItem127.Text = "C20";
     //
     // comboItem128
     //
     this.comboItem128.Text = "C25";
     //
     // comboItem129
     //
     this.comboItem129.Text = "C30";
     //
     // comboItem130
     //
     this.comboItem130.Text = "C35";
     //
     // comboItem131
     //
     this.comboItem131.Text = "C40";
     //
     // comboItem132
     //
     this.comboItem132.Text = "C45";
     //
     // comboItem133
     //
     this.comboItem133.Text = "C50";
     //
     // LXtabItem11
     //
     this.LXtabItem11.AttachedControl = this.tabControlPanel11;
     this.LXtabItem11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.LXtabItem11.Name = "LXtabItem11";
     this.LXtabItem11.Text = "�͸���¥��ê��";
     this.LXtabItem11.Visible = false;
     //
     // tabControlPanel10
     //
     this.tabControlPanel10.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPanel10.Controls.Add(this.Grp_Item10);
     this.tabControlPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel10.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel10.Name = "tabControlPanel10";
     this.tabControlPanel10.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel10.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel10.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel10.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel10.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel10.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel10.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel10.Style.GradientAngle = 90;
     this.tabControlPanel10.TabIndex = 10;
     this.tabControlPanel10.TabItem = this.LXtabItem10;
     //
     // Grp_Item10
     //
     this.Grp_Item10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item10.Controls.Add(this.Lb_Item10GLXH);
     this.Grp_Item10.Controls.Add(this.Cb_Item10GLXH);
     this.Grp_Item10.Controls.Add(this.Tb_Item10RXND);
     this.Grp_Item10.Controls.Add(this.Lb_Item10RXND1);
     this.Grp_Item10.Controls.Add(this.DbInput_Item10MGD);
     this.Grp_Item10.Controls.Add(this.Cb_Item10RXND);
     this.Grp_Item10.Controls.Add(this.Lb_Item10MGD);
     this.Grp_Item10.Controls.Add(this.Lb_Item10RXND2);
     this.Grp_Item10.Controls.Add(this.DbInput_Item10XTD);
     this.Grp_Item10.Controls.Add(this.Lb_Item10XTD);
     this.Grp_Item10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item10.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item10.Name = "Grp_Item10";
     this.Grp_Item10.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item10.TabIndex = 28;
     this.Grp_Item10.TabStop = false;
     this.Grp_Item10.Text = "�͸�������ּ�";
     //
     // Lb_Item10GLXH
     //
     this.Lb_Item10GLXH.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10GLXH.BackgroundStyle.Class = "";
     this.Lb_Item10GLXH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10GLXH.Location = new System.Drawing.Point(21, 33);
     this.Lb_Item10GLXH.Name = "Lb_Item10GLXH";
     this.Lb_Item10GLXH.Size = new System.Drawing.Size(141, 23);
     this.Lb_Item10GLXH.TabIndex = 1;
     this.Lb_Item10GLXH.Text = "�����ͺţ�";
     this.Lb_Item10GLXH.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cb_Item10GLXH
     //
     this.Cb_Item10GLXH.DisplayMember = "Text";
     this.Cb_Item10GLXH.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item10GLXH.DropDownHeight = 200;
     this.Cb_Item10GLXH.FormattingEnabled = true;
     this.Cb_Item10GLXH.IntegralHeight = false;
     this.Cb_Item10GLXH.ItemHeight = 15;
     this.Cb_Item10GLXH.Items.AddRange(new object[] {
     this.comboItem76,
     this.comboItem77,
     this.comboItem78,
     this.comboItem79,
     this.comboItem80,
     this.comboItem81,
     this.comboItem82,
     this.comboItem83,
     this.comboItem84,
     this.comboItem85,
     this.comboItem86,
     this.comboItem87,
     this.comboItem88,
     this.comboItem89,
     this.comboItem90,
     this.comboItem91,
     this.comboItem92,
     this.comboItem93,
     this.comboItem94,
     this.comboItem95,
     this.comboItem96,
     this.comboItem97,
     this.comboItem98,
     this.comboItem99,
     this.comboItem100,
     this.comboItem101,
     this.comboItem102,
     this.comboItem103,
     this.comboItem104,
     this.comboItem105,
     this.comboItem106,
     this.comboItem107,
     this.comboItem108,
     this.comboItem109,
     this.comboItem110,
     this.comboItem111,
     this.comboItem112,
     this.comboItem113,
     this.comboItem114,
     this.comboItem115,
     this.comboItem116,
     this.comboItem117});
     this.Cb_Item10GLXH.Location = new System.Drawing.Point(164, 35);
     this.Cb_Item10GLXH.Name = "Cb_Item10GLXH";
     this.Cb_Item10GLXH.Size = new System.Drawing.Size(114, 21);
     this.Cb_Item10GLXH.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item10GLXH.TabIndex = 18;
     //
     // comboItem76
     //
     this.comboItem76.Text = "16�Ź��ָ�";
     //
     // comboItem77
     //
     this.comboItem77.Text = "18�Ź��ָ�";
     //
     // comboItem78
     //
     this.comboItem78.Text = "20a�Ź��ָ�";
     //
     // comboItem79
     //
     this.comboItem79.Text = "20b�Ź��ָ�";
     //
     // comboItem80
     //
     this.comboItem80.Text = "22a�Ź��ָ�";
     //
     // comboItem81
     //
     this.comboItem81.Text = "22b�Ź��ָ�";
     //
     // comboItem82
     //
     this.comboItem82.Text = "24a�Ź��ָ�";
     //
     // comboItem83
     //
     this.comboItem83.Text = "24b�Ź��ָ�";
     //
     // comboItem84
     //
     this.comboItem84.Text = "25a�Ź��ָ�";
     //
     // comboItem85
     //
     this.comboItem85.Text = "25b�Ź��ָ�";
     //
     // comboItem86
     //
     this.comboItem86.Text = "27a�Ź��ָ�";
     //
     // comboItem87
     //
     this.comboItem87.Text = "27b�Ź��ָ�";
     //
     // comboItem88
     //
     this.comboItem88.Text = "28a�Ź��ָ�";
     //
     // comboItem89
     //
     this.comboItem89.Text = "28b�Ź��ָ�";
     //
     // comboItem90
     //
     this.comboItem90.Text = "30a�Ź��ָ�";
     //
     // comboItem91
     //
     this.comboItem91.Text = "30b�Ź��ָ�";
     //
     // comboItem92
     //
     this.comboItem92.Text = "30c�Ź��ָ�";
     //
     // comboItem93
     //
     this.comboItem93.Text = "32a�Ź��ָ�";
     //
     // comboItem94
     //
     this.comboItem94.Text = "32b�Ź��ָ�";
     //
     // comboItem95
     //
     this.comboItem95.Text = "32c�Ź��ָ�";
     //
     // comboItem96
     //
     this.comboItem96.Text = "36a�Ź��ָ�";
     //
     // comboItem97
     //
     this.comboItem97.Text = "36b�Ź��ָ�";
     //
     // comboItem98
     //
     this.comboItem98.Text = "36c�Ź��ָ�";
     //
     // comboItem99
     //
     this.comboItem99.Text = "40a�Ź��ָ�";
     //
     // comboItem100
     //
     this.comboItem100.Text = "40b�Ź��ָ�";
     //
     // comboItem101
     //
     this.comboItem101.Text = "40c�Ź��ָ�";
     //
     // comboItem102
     //
     this.comboItem102.Text = "45a�Ź��ָ�";
     //
     // comboItem103
     //
     this.comboItem103.Text = "45b�Ź��ָ�";
     //
     // comboItem104
     //
     this.comboItem104.Text = "45c�Ź��ָ�";
     //
     // comboItem105
     //
     this.comboItem105.Text = "50a�Ź��ָ�";
     //
     // comboItem106
     //
     this.comboItem106.Text = "50b�Ź��ָ�";
     //
     // comboItem107
     //
     this.comboItem107.Text = "50c�Ź��ָ�";
     //
     // comboItem108
     //
     this.comboItem108.Text = "56a�Ź��ָ�";
     //
     // comboItem109
     //
     this.comboItem109.Text = "56b�Ź��ָ�";
     //
     // comboItem110
     //
     this.comboItem110.Text = "56c�Ź��ָ�";
     //
     // comboItem111
     //
     this.comboItem111.Text = "63a�Ź��ָ�";
     //
     // comboItem112
     //
     this.comboItem112.Text = "63b�Ź��ָ�";
     //
     // comboItem113
     //
     this.comboItem113.Text = "63c�Ź��ָ�";
     //
     // Tb_Item10RXND
     //
     this.Tb_Item10RXND.Location = new System.Drawing.Point(164, 190);
     this.Tb_Item10RXND.Name = "Tb_Item10RXND";
     this.Tb_Item10RXND.ReadOnly = true;
     this.Tb_Item10RXND.Size = new System.Drawing.Size(116, 21);
     this.Tb_Item10RXND.TabIndex = 27;
     this.Tb_Item10RXND.Text = "0.0104";
     this.Tb_Item10RXND.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item10RXND1
     //
     this.Lb_Item10RXND1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10RXND1.BackgroundStyle.Class = "";
     this.Lb_Item10RXND1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10RXND1.Location = new System.Drawing.Point(31, 149);
     this.Lb_Item10RXND1.Name = "Lb_Item10RXND1";
     this.Lb_Item10RXND1.Size = new System.Drawing.Size(133, 23);
     this.Lb_Item10RXND1.TabIndex = 26;
     this.Lb_Item10RXND1.Text = "�����������Ӷ�ѡ��";
     this.Lb_Item10RXND1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item10MGD
     //
     this.DbInput_Item10MGD.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     //
     //
     //
     this.DbInput_Item10MGD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item10MGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item10MGD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item10MGD.Colors.Highlight = System.Drawing.Color.White;
     this.DbInput_Item10MGD.Colors.HighlightText = System.Drawing.Color.White;
     this.DbInput_Item10MGD.Increment = 0.1;
     this.DbInput_Item10MGD.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbInput_Item10MGD.Location = new System.Drawing.Point(166, 66);
     this.DbInput_Item10MGD.Name = "DbInput_Item10MGD";
     this.DbInput_Item10MGD.ShowUpDown = true;
     this.DbInput_Item10MGD.Size = new System.Drawing.Size(112, 21);
     this.DbInput_Item10MGD.TabIndex = 17;
     this.DbInput_Item10MGD.Value = 2;
     //
     // Cb_Item10RXND
     //
     this.Cb_Item10RXND.DisplayMember = "Text";
     this.Cb_Item10RXND.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item10RXND.FormattingEnabled = true;
     this.Cb_Item10RXND.ItemHeight = 15;
     this.Cb_Item10RXND.Items.AddRange(new object[] {
     this.comboItem118,
     this.comboItem119});
     this.Cb_Item10RXND.Location = new System.Drawing.Point(164, 149);
     this.Cb_Item10RXND.Name = "Cb_Item10RXND";
     this.Cb_Item10RXND.Size = new System.Drawing.Size(116, 21);
     this.Cb_Item10RXND.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item10RXND.TabIndex = 24;
     this.Cb_Item10RXND.SelectedIndexChanged += new System.EventHandler(this.Cb_Item10RXND_SelectedIndexChanged);
     //
     // comboItem118
     //
     this.comboItem118.Text = "2���������/250";
     //
     // comboItem119
     //
     this.comboItem119.Text = "2���������/400";
     //
     // Lb_Item10MGD
     //
     this.Lb_Item10MGD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10MGD.BackgroundStyle.Class = "";
     this.Lb_Item10MGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10MGD.Location = new System.Drawing.Point(11, 68);
     this.Lb_Item10MGD.Name = "Lb_Item10MGD";
     this.Lb_Item10MGD.Size = new System.Drawing.Size(153, 23);
     this.Lb_Item10MGD.TabIndex = 19;
     this.Lb_Item10MGD.Text = "������ê�̶γ��ȣ�m����";
     this.Lb_Item10MGD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_Item10RXND2
     //
     this.Lb_Item10RXND2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10RXND2.BackgroundStyle.Class = "";
     this.Lb_Item10RXND2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10RXND2.Location = new System.Drawing.Point(7, 187);
     this.Lb_Item10RXND2.Name = "Lb_Item10RXND2";
     this.Lb_Item10RXND2.Size = new System.Drawing.Size(157, 23);
     this.Lb_Item10RXND2.TabIndex = 23;
     this.Lb_Item10RXND2.Text = "�����������Ӷ� �� m����";
     this.Lb_Item10RXND2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item10XTD
     //
     this.DbInput_Item10XTD.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.DbInput_Item10XTD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item10XTD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item10XTD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item10XTD.Increment = 0.1;
     this.DbInput_Item10XTD.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbInput_Item10XTD.Location = new System.Drawing.Point(166, 106);
     this.DbInput_Item10XTD.MaxValue = 10;
     this.DbInput_Item10XTD.MinValue = 0.6;
     this.DbInput_Item10XTD.Name = "DbInput_Item10XTD";
     this.DbInput_Item10XTD.ShowUpDown = true;
     this.DbInput_Item10XTD.Size = new System.Drawing.Size(112, 21);
     this.DbInput_Item10XTD.TabIndex = 20;
     this.DbInput_Item10XTD.Value = 1.3;
     //
     // Lb_Item10XTD
     //
     this.Lb_Item10XTD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item10XTD.BackgroundStyle.Class = "";
     this.Lb_Item10XTD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item10XTD.Location = new System.Drawing.Point(11, 108);
     this.Lb_Item10XTD.Name = "Lb_Item10XTD";
     this.Lb_Item10XTD.Size = new System.Drawing.Size(153, 23);
     this.Lb_Item10XTD.TabIndex = 21;
     this.Lb_Item10XTD.Text = "����������γ��ȣ�m����";
     this.Lb_Item10XTD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LXtabItem10
     //
     this.LXtabItem10.AttachedControl = this.tabControlPanel10;
     this.LXtabItem10.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.LXtabItem10.Name = "LXtabItem10";
     this.LXtabItem10.Text = "�͸�������ּ�";
     this.LXtabItem10.Visible = false;
     //
     // tabControlPanel8
     //
     this.tabControlPanel8.Controls.Add(this.Grp_Item8);
     this.tabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel8.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel8.Name = "tabControlPanel8";
     this.tabControlPanel8.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel8.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel8.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel8.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel8.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel8.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel8.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel8.Style.GradientAngle = 90;
     this.tabControlPanel8.TabIndex = 8;
     this.tabControlPanel8.TabItem = this.LXtabItem8;
     //
     // Grp_Item8
     //
     this.Grp_Item8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item8.Controls.Add(this.Tb_Item8DFXS1);
     this.Grp_Item8.Controls.Add(this.Lb_Item8DFXS1);
     this.Grp_Item8.Controls.Add(this.Grp_Item8FBS);
     this.Grp_Item8.Controls.Add(this.groupBox15);
     this.Grp_Item8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grp_Item8.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item8.Name = "Grp_Item8";
     this.Grp_Item8.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item8.TabIndex = 0;
     this.Grp_Item8.TabStop = false;
     //
     // Tb_Item8DFXS1
     //
     //
     //
     //
     this.Tb_Item8DFXS1.Border.Class = "TextBoxBorder";
     this.Tb_Item8DFXS1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item8DFXS1.Enabled = false;
     this.Tb_Item8DFXS1.Location = new System.Drawing.Point(434, 254);
     this.Tb_Item8DFXS1.Name = "Tb_Item8DFXS1";
     this.Tb_Item8DFXS1.ReadOnly = true;
     this.Tb_Item8DFXS1.Size = new System.Drawing.Size(71, 21);
     this.Tb_Item8DFXS1.TabIndex = 5;
     this.Tb_Item8DFXS1.Text = "0.8";
     //
     // Lb_Item8DFXS1
     //
     //
     //
     //
     this.Lb_Item8DFXS1.BackgroundStyle.Class = "";
     this.Lb_Item8DFXS1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item8DFXS1.Location = new System.Drawing.Point(328, 256);
     this.Lb_Item8DFXS1.Name = "Lb_Item8DFXS1";
     this.Lb_Item8DFXS1.Size = new System.Drawing.Size(91, 23);
     this.Lb_Item8DFXS1.TabIndex = 4;
     this.Lb_Item8DFXS1.Text = "����ϵ����";
     //
     // Grp_Item8FBS
     //
     this.Grp_Item8FBS.Controls.Add(this.Grp_Item8ADFMJ);
     this.Grp_Item8FBS.Controls.Add(this.Rdo_Item8ADFMJ);
     this.Grp_Item8FBS.Controls.Add(this.Rdo_Item8QMM);
     this.Grp_Item8FBS.Location = new System.Drawing.Point(302, 31);
     this.Grp_Item8FBS.Name = "Grp_Item8FBS";
     this.Grp_Item8FBS.Size = new System.Drawing.Size(317, 199);
     this.Grp_Item8FBS.TabIndex = 4;
     this.Grp_Item8FBS.TabStop = false;
     this.Grp_Item8FBS.Text = "���ʽ���ּ�";
     //
     // Grp_Item8ADFMJ
     //
     this.Grp_Item8ADFMJ.Controls.Add(this.DbIput_Item8DFMJ);
     this.Grp_Item8ADFMJ.Controls.Add(this.labelX42);
     this.Grp_Item8ADFMJ.Controls.Add(this.Tb_Item8YFMJ);
     this.Grp_Item8ADFMJ.Controls.Add(this.Lb_Item8YFMJ);
     this.Grp_Item8ADFMJ.Enabled = false;
     this.Grp_Item8ADFMJ.Location = new System.Drawing.Point(25, 85);
     this.Grp_Item8ADFMJ.Name = "Grp_Item8ADFMJ";
     this.Grp_Item8ADFMJ.Size = new System.Drawing.Size(265, 91);
     this.Grp_Item8ADFMJ.TabIndex = 7;
     this.Grp_Item8ADFMJ.TabStop = false;
     //
     // DbIput_Item8DFMJ
     //
     //
     //
     //
     this.DbIput_Item8DFMJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbIput_Item8DFMJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbIput_Item8DFMJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbIput_Item8DFMJ.Increment = 1;
     this.DbIput_Item8DFMJ.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
     this.DbIput_Item8DFMJ.Location = new System.Drawing.Point(125, 53);
     this.DbIput_Item8DFMJ.Name = "DbIput_Item8DFMJ";
     this.DbIput_Item8DFMJ.ShowUpDown = true;
     this.DbIput_Item8DFMJ.Size = new System.Drawing.Size(68, 21);
     this.DbIput_Item8DFMJ.TabIndex = 18;
     this.DbIput_Item8DFMJ.Value = 66.67;
     this.DbIput_Item8DFMJ.ValueChanged += new System.EventHandler(this.DbIput_Item8DFMJ_ValueChanged);
     //
     // labelX42
     //
     //
     //
     //
     this.labelX42.BackgroundStyle.Class = "";
     this.labelX42.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX42.Location = new System.Drawing.Point(11, 56);
     this.labelX42.Name = "labelX42";
     this.labelX42.Size = new System.Drawing.Size(86, 23);
     this.labelX42.TabIndex = 17;
     this.labelX42.Text = "�������An��";
     //
     // Tb_Item8YFMJ
     //
     //
     //
     //
     this.Tb_Item8YFMJ.Border.Class = "TextBoxBorder";
     this.Tb_Item8YFMJ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item8YFMJ.Location = new System.Drawing.Point(125, 20);
     this.Tb_Item8YFMJ.Name = "Tb_Item8YFMJ";
     this.Tb_Item8YFMJ.ReadOnly = true;
     this.Tb_Item8YFMJ.Size = new System.Drawing.Size(68, 21);
     this.Tb_Item8YFMJ.TabIndex = 8;
     this.Tb_Item8YFMJ.Text = "100";
     this.Tb_Item8YFMJ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_Item8YFMJ
     //
     //
     //
     //
     this.Lb_Item8YFMJ.BackgroundStyle.Class = "";
     this.Lb_Item8YFMJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item8YFMJ.Location = new System.Drawing.Point(12, 20);
     this.Lb_Item8YFMJ.Name = "Lb_Item8YFMJ";
     this.Lb_Item8YFMJ.Size = new System.Drawing.Size(85, 23);
     this.Lb_Item8YFMJ.TabIndex = 2;
     this.Lb_Item8YFMJ.Text = "ӭ�����Aw��";
     //
     // Rdo_Item8ADFMJ
     //
     this.Rdo_Item8ADFMJ.AutoSize = true;
     this.Rdo_Item8ADFMJ.Location = new System.Drawing.Point(5, 62);
     this.Rdo_Item8ADFMJ.Name = "Rdo_Item8ADFMJ";
     this.Rdo_Item8ADFMJ.Size = new System.Drawing.Size(167, 16);
     this.Rdo_Item8ADFMJ.TabIndex = 0;
     this.Rdo_Item8ADFMJ.Text = "������������� 1.2*An/Aw";
     this.Rdo_Item8ADFMJ.UseVisualStyleBackColor = true;
     this.Rdo_Item8ADFMJ.CheckedChanged += new System.EventHandler(this.Rdo_Item8ADFMJ_CheckedChanged);
     //
     // Rdo_Item8QMM
     //
     this.Rdo_Item8QMM.AutoSize = true;
     this.Rdo_Item8QMM.Checked = true;
     this.Rdo_Item8QMM.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Rdo_Item8QMM.Location = new System.Drawing.Point(6, 28);
     this.Rdo_Item8QMM.Name = "Rdo_Item8QMM";
     this.Rdo_Item8QMM.Size = new System.Drawing.Size(107, 16);
     this.Rdo_Item8QMM.TabIndex = 0;
     this.Rdo_Item8QMM.TabStop = true;
     this.Rdo_Item8QMM.Text = "ȡ��Ŀ��Ĭ��ֵ";
     this.Rdo_Item8QMM.UseVisualStyleBackColor = true;
     //
     // groupBox15
     //
     this.groupBox15.Controls.Add(this.Rdo_Item8FBSK);
     this.groupBox15.Controls.Add(this.Rdo_Item8WMMW);
     this.groupBox15.Controls.Add(this.Rdo_Item8FBSQ);
     this.groupBox15.Location = new System.Drawing.Point(11, 24);
     this.groupBox15.Name = "groupBox15";
     this.groupBox15.Size = new System.Drawing.Size(256, 313);
     this.groupBox15.TabIndex = 7;
     this.groupBox15.TabStop = false;
     this.groupBox15.Text = "���ּܼ�����������״��";
     //
     // Rdo_Item8FBSK
     //
     this.Rdo_Item8FBSK.AutoSize = true;
     this.Rdo_Item8FBSK.Checked = true;
     this.Rdo_Item8FBSK.Location = new System.Drawing.Point(14, 97);
     this.Rdo_Item8FBSK.Name = "Rdo_Item8FBSK";
     this.Rdo_Item8FBSK.Size = new System.Drawing.Size(239, 16);
     this.Rdo_Item8FBSK.TabIndex = 5;
     this.Rdo_Item8FBSK.TabStop = true;
     this.Rdo_Item8FBSK.Text = "���ʽ���ּܱ�����������ܺͿ���ǽ��";
     this.Rdo_Item8FBSK.UseVisualStyleBackColor = true;
     this.Rdo_Item8FBSK.CheckedChanged += new System.EventHandler(this.Rdo_Item8FBSK_CheckedChanged);
     //
     // Rdo_Item8WMMW
     //
     this.Rdo_Item8WMMW.AutoSize = true;
     this.Rdo_Item8WMMW.Location = new System.Drawing.Point(14, 22);
     this.Rdo_Item8WMMW.Name = "Rdo_Item8WMMW";
     this.Rdo_Item8WMMW.Size = new System.Drawing.Size(167, 16);
     this.Rdo_Item8WMMW.TabIndex = 5;
     this.Rdo_Item8WMMW.Text = "����ʽ���ּܣ�����Ŀ����";
     this.Rdo_Item8WMMW.UseVisualStyleBackColor = true;
     this.Rdo_Item8WMMW.CheckedChanged += new System.EventHandler(this.Rdo_Item8WMMW_CheckedChanged);
     //
     // Rdo_Item8FBSQ
     //
     this.Rdo_Item8FBSQ.AutoSize = true;
     this.Rdo_Item8FBSQ.Location = new System.Drawing.Point(13, 172);
     this.Rdo_Item8FBSQ.Name = "Rdo_Item8FBSQ";
     this.Rdo_Item8FBSQ.Size = new System.Drawing.Size(167, 16);
     this.Rdo_Item8FBSQ.TabIndex = 5;
     this.Rdo_Item8FBSQ.Text = "���ʽ���ּܱ���ȫ���ǽ";
     this.Rdo_Item8FBSQ.UseVisualStyleBackColor = true;
     this.Rdo_Item8FBSQ.CheckedChanged += new System.EventHandler(this.Rdo_Item8FBSQ_CheckedChanged);
     //
     // LXtabItem8
     //
     this.LXtabItem8.AttachedControl = this.tabControlPanel8;
     this.LXtabItem8.Name = "LXtabItem8";
     this.LXtabItem8.Text = "���������ϵ��";
     //
     // tabControlPanel12
     //
     this.tabControlPanel12.Controls.Add(this.Cb_Item3FS);
     this.tabControlPanel12.Controls.Add(this.Cb_Item3JJ);
     this.tabControlPanel12.Controls.Add(this.Lb_Item3FS);
     this.tabControlPanel12.Controls.Add(this.Lb_Item3LQJJJ);
     this.tabControlPanel12.Controls.Add(this.Grp_Item3);
     this.tabControlPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel12.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel12.Name = "tabControlPanel12";
     this.tabControlPanel12.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel12.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel12.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel12.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel12.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel12.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel12.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel12.Style.GradientAngle = 90;
     this.tabControlPanel12.TabIndex = 13;
     this.tabControlPanel12.TabItem = this.LXtabItem3;
     //
     // Cb_Item3FS
     //
     this.Cb_Item3FS.DisplayMember = "Text";
     this.Cb_Item3FS.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item3FS.FormattingEnabled = true;
     this.Cb_Item3FS.ItemHeight = 15;
     this.Cb_Item3FS.Items.AddRange(new object[] {
     this.comboItem11,
     this.comboItem12,
     this.comboItem13,
     this.comboItem14,
     this.comboItem134});
     this.Cb_Item3FS.Location = new System.Drawing.Point(116, 109);
     this.Cb_Item3FS.Name = "Cb_Item3FS";
     this.Cb_Item3FS.Size = new System.Drawing.Size(121, 21);
     this.Cb_Item3FS.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item3FS.TabIndex = 18;
     this.Cb_Item3FS.SelectedIndexChanged += new System.EventHandler(this.Cb_Item3FS_SelectedIndexChanged);
     //
     // comboItem11
     //
     this.comboItem11.Text = "�ۼ�����";
     //
     // comboItem12
     //
     this.comboItem12.Text = "��˨����";
     //
     // comboItem13
     //
     this.comboItem13.Text = "��������";
     //
     // comboItem14
     //
     this.comboItem14.Text = "����Ӳ��";
     //
     // comboItem134
     //
     this.comboItem134.Text = "������˨";
     //
     // Cb_Item3JJ
     //
     this.Cb_Item3JJ.DisplayMember = "Text";
     this.Cb_Item3JJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_Item3JJ.FormattingEnabled = true;
     this.Cb_Item3JJ.ItemHeight = 15;
     this.Cb_Item3JJ.Items.AddRange(new object[] {
     this.comboItem136,
     this.comboItem137});
     this.Cb_Item3JJ.Location = new System.Drawing.Point(116, 63);
     this.Cb_Item3JJ.Name = "Cb_Item3JJ";
     this.Cb_Item3JJ.Size = new System.Drawing.Size(121, 21);
     this.Cb_Item3JJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_Item3JJ.TabIndex = 17;
     //
     // comboItem136
     //
     this.comboItem136.Text = "��������";
     //
     // comboItem137
     //
     this.comboItem137.Text = "��������";
     //
     // Lb_Item3FS
     //
     this.Lb_Item3FS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item3FS.BackgroundStyle.Class = "";
     this.Lb_Item3FS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3FS.Location = new System.Drawing.Point(25, 104);
     this.Lb_Item3FS.Name = "Lb_Item3FS";
     this.Lb_Item3FS.Size = new System.Drawing.Size(85, 26);
     this.Lb_Item3FS.TabIndex = 15;
     this.Lb_Item3FS.Text = "��ǽ����ʽ";
     //
     // Lb_Item3LQJJJ
     //
     this.Lb_Item3LQJJJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item3LQJJJ.BackgroundStyle.Class = "";
     this.Lb_Item3LQJJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3LQJJJ.Location = new System.Drawing.Point(25, 63);
     this.Lb_Item3LQJJJ.Name = "Lb_Item3LQJJJ";
     this.Lb_Item3LQJJJ.Size = new System.Drawing.Size(85, 26);
     this.Lb_Item3LQJJJ.TabIndex = 14;
     this.Lb_Item3LQJJJ.Text = "��ǽ�����";
     //
     // Grp_Item3
     //
     this.Grp_Item3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item3.Controls.Add(this.DbInput_Item3ZXL);
     this.Grp_Item3.Controls.Add(this.Grp_Item3FSKJLJ);
     this.Grp_Item3.Controls.Add(this.Lb_Item3ZXL);
     this.Grp_Item3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Grp_Item3.Location = new System.Drawing.Point(1, 1);
     this.Grp_Item3.Name = "Grp_Item3";
     this.Grp_Item3.Size = new System.Drawing.Size(636, 338);
     this.Grp_Item3.TabIndex = 21;
     this.Grp_Item3.TabStop = false;
     this.Grp_Item3.Text = "��ǽ����������";
     //
     // DbInput_Item3ZXL
     //
     //
     //
     //
     this.DbInput_Item3ZXL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3ZXL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3ZXL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3ZXL.Increment = 0.1;
     this.DbInput_Item3ZXL.Location = new System.Drawing.Point(302, 284);
     this.DbInput_Item3ZXL.MaxValue = 3;
     this.DbInput_Item3ZXL.MinValue = 0;
     this.DbInput_Item3ZXL.Name = "DbInput_Item3ZXL";
     this.DbInput_Item3ZXL.ShowUpDown = true;
     this.DbInput_Item3ZXL.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item3ZXL.TabIndex = 22;
     this.DbInput_Item3ZXL.Value = 3;
     this.DbInput_Item3ZXL.WatermarkColor = System.Drawing.SystemColors.ControlLightLight;
     //
     // Grp_Item3FSKJLJ
     //
     this.Grp_Item3FSKJLJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Item3FSKJLJ.Controls.Add(this.radioButton2);
     this.Grp_Item3FSKJLJ.Controls.Add(this.radioButton1);
     this.Grp_Item3FSKJLJ.Location = new System.Drawing.Point(20, 153);
     this.Grp_Item3FSKJLJ.Name = "Grp_Item3FSKJLJ";
     this.Grp_Item3FSKJLJ.Size = new System.Drawing.Size(310, 97);
     this.Grp_Item3FSKJLJ.TabIndex = 21;
     this.Grp_Item3FSKJLJ.TabStop = false;
     this.Grp_Item3FSKJLJ.Text = "��ǽ����ʽѡ�񡰿ۼ����ӡ�ʱ����ѡ��˫�ۼ�";
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.radioButton2.Enabled = false;
     this.radioButton2.Location = new System.Drawing.Point(141, 45);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(59, 16);
     this.radioButton2.TabIndex = 24;
     this.radioButton2.Text = "˫�ۼ�";
     this.radioButton2.UseVisualStyleBackColor = false;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.radioButton1.Checked = true;
     this.radioButton1.Enabled = false;
     this.radioButton1.Location = new System.Drawing.Point(43, 42);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(59, 16);
     this.radioButton1.TabIndex = 24;
     this.radioButton1.TabStop = true;
     this.radioButton1.Text = "���ۼ�";
     this.radioButton1.UseVisualStyleBackColor = false;
     //
     // Lb_Item3ZXL
     //
     this.Lb_Item3ZXL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     //
     //
     //
     this.Lb_Item3ZXL.BackgroundStyle.Class = "";
     this.Lb_Item3ZXL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3ZXL.Location = new System.Drawing.Point(20, 284);
     this.Lb_Item3ZXL.Name = "Lb_Item3ZXL";
     this.Lb_Item3ZXL.Size = new System.Drawing.Size(288, 26);
     this.Lb_Item3ZXL.TabIndex = 16;
     this.Lb_Item3ZXL.Text = "��ǽ��Լ�����ּ�ƽ������β�����������No(kN)";
     //
     // LXtabItem3
     //
     this.LXtabItem3.AttachedControl = this.tabControlPanel12;
     this.LXtabItem3.Name = "LXtabItem3";
     this.LXtabItem3.Text = "��ǽ������";
     //
     // tabControlPanel18
     //
     this.tabControlPanel18.Controls.Add(this.groupBox21);
     this.tabControlPanel18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel18.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel18.Name = "tabControlPanel18";
     this.tabControlPanel18.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel18.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel18.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel18.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel18.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel18.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel18.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel18.Style.GradientAngle = 90;
     this.tabControlPanel18.TabIndex = 19;
     this.tabControlPanel18.TabItem = this.LX5tabItem2;
     this.tabControlPanel18.Text = "��ǽ��";
     //
     // groupBox21
     //
     this.groupBox21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox21.Controls.Add(this.Grp_Lx5Item2HF);
     this.groupBox21.Controls.Add(this.Grp_Lx5Item2RL);
     this.groupBox21.Controls.Add(this.Grp_Lx5Item2KJ);
     this.groupBox21.Controls.Add(this.Cbx_Lx5Item2LQJ);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2MJ);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2BJ);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2L0);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2SP);
     this.groupBox21.Controls.Add(this.DbInput_Lx5Item2SX);
     this.groupBox21.Controls.Add(this.labelX59);
     this.groupBox21.Controls.Add(this.labelX57);
     this.groupBox21.Controls.Add(this.labelX56);
     this.groupBox21.Controls.Add(this.labelX53);
     this.groupBox21.Controls.Add(this.labelX61);
     this.groupBox21.Controls.Add(this.labelX55);
     this.groupBox21.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox21.Location = new System.Drawing.Point(1, 1);
     this.groupBox21.Name = "groupBox21";
     this.groupBox21.Size = new System.Drawing.Size(636, 338);
     this.groupBox21.TabIndex = 4;
     this.groupBox21.TabStop = false;
     //
     // Grp_Lx5Item2HF
     //
     this.Grp_Lx5Item2HF.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx5Item2HF.Controls.Add(this.labelX58);
     this.Grp_Lx5Item2HF.Controls.Add(this.DbInput_Lx5Item2DJ);
     this.Grp_Lx5Item2HF.Enabled = false;
     this.Grp_Lx5Item2HF.Location = new System.Drawing.Point(330, 121);
     this.Grp_Lx5Item2HF.Name = "Grp_Lx5Item2HF";
     this.Grp_Lx5Item2HF.Size = new System.Drawing.Size(307, 74);
     this.Grp_Lx5Item2HF.TabIndex = 99;
     this.Grp_Lx5Item2HF.TabStop = false;
     this.Grp_Lx5Item2HF.Text = "��ǽ����ʽѡ�񡰺������ӡ�ʱ";
     //
     // labelX58
     //
     //
     //
     //
     this.labelX58.BackgroundStyle.Class = "";
     this.labelX58.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX58.Location = new System.Drawing.Point(9, 34);
     this.labelX58.Name = "labelX58";
     this.labelX58.Size = new System.Drawing.Size(211, 20);
     this.labelX58.TabIndex = 13;
     this.labelX58.Text = "�ԽӺ���Ŀ�����ѹǿ�ȣ�N/mm2����";
     this.labelX58.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2DJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2DJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2DJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2DJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2DJ.Increment = 1;
     this.DbInput_Lx5Item2DJ.Location = new System.Drawing.Point(222, 33);
     this.DbInput_Lx5Item2DJ.MaxValue = 10000;
     this.DbInput_Lx5Item2DJ.MinValue = 0;
     this.DbInput_Lx5Item2DJ.Name = "DbInput_Lx5Item2DJ";
     this.DbInput_Lx5Item2DJ.ShowUpDown = true;
     this.DbInput_Lx5Item2DJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2DJ.TabIndex = 27;
     this.DbInput_Lx5Item2DJ.Value = 205;
     //
     // Grp_Lx5Item2RL
     //
     this.Grp_Lx5Item2RL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx5Item2RL.Controls.Add(this.labelX60);
     this.Grp_Lx5Item2RL.Controls.Add(this.DbInput_Lx5Item2LJ);
     this.Grp_Lx5Item2RL.Enabled = false;
     this.Grp_Lx5Item2RL.Location = new System.Drawing.Point(333, 210);
     this.Grp_Lx5Item2RL.Name = "Grp_Lx5Item2RL";
     this.Grp_Lx5Item2RL.Size = new System.Drawing.Size(300, 74);
     this.Grp_Lx5Item2RL.TabIndex = 98;
     this.Grp_Lx5Item2RL.TabStop = false;
     this.Grp_Lx5Item2RL.Text = "��ǽ����ʽѡ������Ӳ�š�ʱ";
     //
     // labelX60
     //
     //
     //
     //
     this.labelX60.BackgroundStyle.Class = "";
     this.labelX60.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX60.Location = new System.Drawing.Point(7, 34);
     this.labelX60.Name = "labelX60";
     this.labelX60.Size = new System.Drawing.Size(187, 20);
     this.labelX60.TabIndex = 13;
     this.labelX60.Text = "���Ӹֽ�Ŀ���ǿ�ȣ�N/mm2����";
     this.labelX60.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2LJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2LJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2LJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2LJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2LJ.Increment = 1;
     this.DbInput_Lx5Item2LJ.Location = new System.Drawing.Point(197, 33);
     this.DbInput_Lx5Item2LJ.MaxValue = 10000;
     this.DbInput_Lx5Item2LJ.MinValue = 0;
     this.DbInput_Lx5Item2LJ.Name = "DbInput_Lx5Item2LJ";
     this.DbInput_Lx5Item2LJ.ShowUpDown = true;
     this.DbInput_Lx5Item2LJ.Size = new System.Drawing.Size(79, 21);
     this.DbInput_Lx5Item2LJ.TabIndex = 27;
     this.DbInput_Lx5Item2LJ.Value = 205;
     //
     // Grp_Lx5Item2KJ
     //
     this.Grp_Lx5Item2KJ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Grp_Lx5Item2KJ.Controls.Add(this.Rdo_Lx5Item2S);
     this.Grp_Lx5Item2KJ.Controls.Add(this.Rdo_Lx5Item2D);
     this.Grp_Lx5Item2KJ.Controls.Add(this.labelX54);
     this.Grp_Lx5Item2KJ.Controls.Add(this.DbInput_Lx5Item2KJ);
     this.Grp_Lx5Item2KJ.Location = new System.Drawing.Point(328, 20);
     this.Grp_Lx5Item2KJ.Name = "Grp_Lx5Item2KJ";
     this.Grp_Lx5Item2KJ.Size = new System.Drawing.Size(304, 89);
     this.Grp_Lx5Item2KJ.TabIndex = 97;
     this.Grp_Lx5Item2KJ.TabStop = false;
     this.Grp_Lx5Item2KJ.Text = "��ǽ����ʽѡ�񡰿ۼ����ӡ�ʱ";
     //
     // Rdo_Lx5Item2S
     //
     this.Rdo_Lx5Item2S.AutoSize = true;
     this.Rdo_Lx5Item2S.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx5Item2S.Location = new System.Drawing.Point(122, 28);
     this.Rdo_Lx5Item2S.Name = "Rdo_Lx5Item2S";
     this.Rdo_Lx5Item2S.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx5Item2S.TabIndex = 24;
     this.Rdo_Lx5Item2S.Text = "˫�ۼ�";
     this.Rdo_Lx5Item2S.UseVisualStyleBackColor = false;
     //
     // Rdo_Lx5Item2D
     //
     this.Rdo_Lx5Item2D.AutoSize = true;
     this.Rdo_Lx5Item2D.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.Rdo_Lx5Item2D.Checked = true;
     this.Rdo_Lx5Item2D.Location = new System.Drawing.Point(16, 28);
     this.Rdo_Lx5Item2D.Name = "Rdo_Lx5Item2D";
     this.Rdo_Lx5Item2D.Size = new System.Drawing.Size(59, 16);
     this.Rdo_Lx5Item2D.TabIndex = 24;
     this.Rdo_Lx5Item2D.TabStop = true;
     this.Rdo_Lx5Item2D.Text = "���ۼ�";
     this.Rdo_Lx5Item2D.UseVisualStyleBackColor = false;
     //
     // labelX54
     //
     this.labelX54.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX54.BackgroundStyle.Class = "";
     this.labelX54.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX54.Location = new System.Drawing.Point(13, 53);
     this.labelX54.Name = "labelX54";
     this.labelX54.Size = new System.Drawing.Size(118, 20);
     this.labelX54.TabIndex = 88;
     this.labelX54.Text = "�ۼ��������ۼ�ϵ��";
     this.labelX54.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Lx5Item2KJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2KJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2KJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2KJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2KJ.Increment = 0.1;
     this.DbInput_Lx5Item2KJ.Location = new System.Drawing.Point(131, 52);
     this.DbInput_Lx5Item2KJ.MaxValue = 1;
     this.DbInput_Lx5Item2KJ.MinValue = 0;
     this.DbInput_Lx5Item2KJ.Name = "DbInput_Lx5Item2KJ";
     this.DbInput_Lx5Item2KJ.ShowUpDown = true;
     this.DbInput_Lx5Item2KJ.Size = new System.Drawing.Size(53, 21);
     this.DbInput_Lx5Item2KJ.TabIndex = 92;
     this.DbInput_Lx5Item2KJ.Value = 0.9;
     //
     // Cbx_Lx5Item2LQJ
     //
     this.Cbx_Lx5Item2LQJ.DisplayMember = "Text";
     this.Cbx_Lx5Item2LQJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Lx5Item2LQJ.FormattingEnabled = true;
     this.Cbx_Lx5Item2LQJ.ItemHeight = 15;
     this.Cbx_Lx5Item2LQJ.Items.AddRange(new object[] {
     this.comboItem209,
     this.comboItem210,
     this.comboItem211});
     this.Cbx_Lx5Item2LQJ.Location = new System.Drawing.Point(184, 248);
     this.Cbx_Lx5Item2LQJ.Name = "Cbx_Lx5Item2LQJ";
     this.Cbx_Lx5Item2LQJ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Lx5Item2LQJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Lx5Item2LQJ.TabIndex = 96;
     this.Cbx_Lx5Item2LQJ.SelectedIndexChanged += new System.EventHandler(this.Cbx_Lx5Item2LQJ_SelectedIndexChanged);
     //
     // comboItem209
     //
     this.comboItem209.Text = "�ۼ�����";
     //
     // comboItem210
     //
     this.comboItem210.Text = "��������";
     //
     // comboItem211
     //
     this.comboItem211.Text = "����Ӳ��";
     //
     // DbInput_Lx5Item2MJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2MJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2MJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2MJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2MJ.Increment = 1;
     this.DbInput_Lx5Item2MJ.Location = new System.Drawing.Point(184, 207);
     this.DbInput_Lx5Item2MJ.MinValue = 0;
     this.DbInput_Lx5Item2MJ.Name = "DbInput_Lx5Item2MJ";
     this.DbInput_Lx5Item2MJ.ShowUpDown = true;
     this.DbInput_Lx5Item2MJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2MJ.TabIndex = 94;
     this.DbInput_Lx5Item2MJ.Value = 489;
     //
     // DbInput_Lx5Item2BJ
     //
     //
     //
     //
     this.DbInput_Lx5Item2BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2BJ.Increment = 1;
     this.DbInput_Lx5Item2BJ.Location = new System.Drawing.Point(184, 159);
     this.DbInput_Lx5Item2BJ.MinValue = 0;
     this.DbInput_Lx5Item2BJ.Name = "DbInput_Lx5Item2BJ";
     this.DbInput_Lx5Item2BJ.ShowUpDown = true;
     this.DbInput_Lx5Item2BJ.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2BJ.TabIndex = 94;
     this.DbInput_Lx5Item2BJ.Value = 15.8;
     //
     // DbInput_Lx5Item2L0
     //
     //
     //
     //
     this.DbInput_Lx5Item2L0.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2L0.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2L0.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2L0.Increment = 0.1;
     this.DbInput_Lx5Item2L0.Location = new System.Drawing.Point(184, 111);
     this.DbInput_Lx5Item2L0.MaxValue = 2000;
     this.DbInput_Lx5Item2L0.MinValue = 0;
     this.DbInput_Lx5Item2L0.Name = "DbInput_Lx5Item2L0";
     this.DbInput_Lx5Item2L0.ShowUpDown = true;
     this.DbInput_Lx5Item2L0.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2L0.TabIndex = 91;
     this.DbInput_Lx5Item2L0.Value = 600;
     //
     // DbInput_Lx5Item2SP
     //
     //
     //
     //
     this.DbInput_Lx5Item2SP.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2SP.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2SP.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2SP.Increment = 0.1;
     this.DbInput_Lx5Item2SP.Location = new System.Drawing.Point(184, 61);
     this.DbInput_Lx5Item2SP.MaxValue = 8;
     this.DbInput_Lx5Item2SP.MinValue = 0;
     this.DbInput_Lx5Item2SP.Name = "DbInput_Lx5Item2SP";
     this.DbInput_Lx5Item2SP.ShowUpDown = true;
     this.DbInput_Lx5Item2SP.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2SP.TabIndex = 93;
     this.DbInput_Lx5Item2SP.Value = 1.8;
     //
     // DbInput_Lx5Item2SX
     //
     //
     //
     //
     this.DbInput_Lx5Item2SX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Lx5Item2SX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Lx5Item2SX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Lx5Item2SX.Increment = 0.1;
     this.DbInput_Lx5Item2SX.Location = new System.Drawing.Point(184, 15);
     this.DbInput_Lx5Item2SX.MaxValue = 8;
     this.DbInput_Lx5Item2SX.MinValue = 0;
     this.DbInput_Lx5Item2SX.Name = "DbInput_Lx5Item2SX";
     this.DbInput_Lx5Item2SX.ShowUpDown = true;
     this.DbInput_Lx5Item2SX.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Lx5Item2SX.TabIndex = 93;
     this.DbInput_Lx5Item2SX.Value = 1.8;
     //
     // labelX59
     //
     this.labelX59.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX59.BackgroundStyle.Class = "";
     this.labelX59.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX59.Location = new System.Drawing.Point(23, 248);
     this.labelX59.Name = "labelX59";
     this.labelX59.Size = new System.Drawing.Size(158, 20);
     this.labelX59.TabIndex = 89;
     this.labelX59.Text = "��ǽ�����ӷ�ʽ";
     this.labelX59.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX57
     //
     this.labelX57.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX57.BackgroundStyle.Class = "";
     this.labelX57.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX57.Location = new System.Drawing.Point(25, 207);
     this.labelX57.Name = "labelX57";
     this.labelX57.Size = new System.Drawing.Size(156, 20);
     this.labelX57.TabIndex = 89;
     this.labelX57.Text = "��ǽ���������Ac(mm2)";
     this.labelX57.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX56
     //
     this.labelX56.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX56.BackgroundStyle.Class = "";
     this.labelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX56.Location = new System.Drawing.Point(25, 159);
     this.labelX56.Name = "labelX56";
     this.labelX56.Size = new System.Drawing.Size(156, 20);
     this.labelX56.TabIndex = 89;
     this.labelX56.Text = "��ǽ�������ת�뾶i(mm)";
     this.labelX56.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX53
     //
     this.labelX53.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX53.BackgroundStyle.Class = "";
     this.labelX53.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX53.Location = new System.Drawing.Point(25, 111);
     this.labelX53.Name = "labelX53";
     this.labelX53.Size = new System.Drawing.Size(156, 20);
     this.labelX53.TabIndex = 89;
     this.labelX53.Text = "��ǽ�����㳤��l0 (mm)";
     this.labelX53.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX61
     //
     this.labelX61.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX61.BackgroundStyle.Class = "";
     this.labelX61.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX61.Location = new System.Drawing.Point(25, 61);
     this.labelX61.Name = "labelX61";
     this.labelX61.Size = new System.Drawing.Size(156, 20);
     this.labelX61.TabIndex = 90;
     this.labelX61.Text = "��ǽ��ˮƽ���H1(m)";
     this.labelX61.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX55
     //
     this.labelX55.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX55.BackgroundStyle.Class = "";
     this.labelX55.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX55.Location = new System.Drawing.Point(25, 15);
     this.labelX55.Name = "labelX55";
     this.labelX55.Size = new System.Drawing.Size(156, 20);
     this.labelX55.TabIndex = 90;
     this.labelX55.Text = "��ǽ��������H1(m)";
     this.labelX55.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // LX5tabItem2
     //
     this.LX5tabItem2.AttachedControl = this.tabControlPanel18;
     this.LX5tabItem2.Name = "LX5tabItem2";
     this.LX5tabItem2.Text = "5��ǽ��";
     this.LX5tabItem2.Visible = false;
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.groupBox5);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 69);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(638, 340);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox5.Controls.Add(this.groupBox6);
     this.groupBox5.Controls.Add(this.doubleInput8);
     this.groupBox5.Controls.Add(this.comboBoxEx3);
     this.groupBox5.Controls.Add(this.comboBoxEx4);
     this.groupBox5.Controls.Add(this.labelX14);
     this.groupBox5.Controls.Add(this.labelX13);
     this.groupBox5.Controls.Add(this.labelX16);
     this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox5.Location = new System.Drawing.Point(1, 1);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(636, 338);
     this.groupBox5.TabIndex = 0;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "��ǽ����������";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.checkBoxX4);
     this.groupBox6.Controls.Add(this.checkBoxX3);
     this.groupBox6.Controls.Add(this.labelX15);
     this.groupBox6.Location = new System.Drawing.Point(29, 122);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(598, 97);
     this.groupBox6.TabIndex = 6;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "��ѡ�ˡ��ۼ����ӡ�";
     //
     // checkBoxX4
     //
     //
     //
     //
     this.checkBoxX4.BackgroundStyle.Class = "";
     this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX4.Location = new System.Drawing.Point(300, 31);
     this.checkBoxX4.Name = "checkBoxX4";
     this.checkBoxX4.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX4.TabIndex = 2;
     this.checkBoxX4.Text = "˫�ۼ�";
     //
     // checkBoxX3
     //
     //
     //
     //
     this.checkBoxX3.BackgroundStyle.Class = "";
     this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX3.Location = new System.Drawing.Point(183, 31);
     this.checkBoxX3.Name = "checkBoxX3";
     this.checkBoxX3.Size = new System.Drawing.Size(100, 23);
     this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX3.TabIndex = 1;
     this.checkBoxX3.Text = "���ۼ�";
     //
     // labelX15
     //
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Location = new System.Drawing.Point(43, 26);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(113, 34);
     this.labelX15.TabIndex = 0;
     this.labelX15.Text = "��ѡ��˫�ۼ�";
     //
     // doubleInput8
     //
     //
     //
     //
     this.doubleInput8.BackgroundStyle.Class = "DateTimeInputBackground";
     this.doubleInput8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.doubleInput8.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput8.Increment = 1;
     this.doubleInput8.Location = new System.Drawing.Point(350, 230);
     this.doubleInput8.Name = "doubleInput8";
     this.doubleInput8.ShowUpDown = true;
     this.doubleInput8.Size = new System.Drawing.Size(85, 21);
     this.doubleInput8.TabIndex = 5;
     this.doubleInput8.Value = 3;
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember = "Text";
     this.comboBoxEx3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight = 15;
     this.comboBoxEx3.Items.AddRange(new object[] {
     this.comboItem29,
     this.comboItem30,
     this.comboItem31,
     this.comboItem32,
     this.comboItem33});
     this.comboBoxEx3.Location = new System.Drawing.Point(126, 84);
     this.comboBoxEx3.Name = "comboBoxEx3";
     this.comboBoxEx3.Size = new System.Drawing.Size(121, 21);
     this.comboBoxEx3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx3.TabIndex = 4;
     //
     // comboItem29
     //
     this.comboItem29.Text = "�ۼ�����";
     //
     // comboItem30
     //
     this.comboItem30.Text = "��˨����";
     //
     // comboItem31
     //
     this.comboItem31.Text = "��������";
     //
     // comboItem32
     //
     this.comboItem32.Text = "����Ӳ��";
     //
     // comboItem33
     //
     this.comboItem33.Text = "������˨";
     //
     // comboBoxEx4
     //
     this.comboBoxEx4.DisplayMember = "Text";
     this.comboBoxEx4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx4.FormattingEnabled = true;
     this.comboBoxEx4.ItemHeight = 15;
     this.comboBoxEx4.Items.AddRange(new object[] {
     this.comboItem26,
     this.comboItem27,
     this.comboItem28});
     this.comboBoxEx4.Location = new System.Drawing.Point(126, 38);
     this.comboBoxEx4.Name = "comboBoxEx4";
     this.comboBoxEx4.Size = new System.Drawing.Size(121, 21);
     this.comboBoxEx4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx4.TabIndex = 3;
     //
     // comboItem26
     //
     this.comboItem26.Text = "��������";
     //
     // comboItem27
     //
     this.comboItem27.Text = "��������";
     //
     // comboItem28
     //
     this.comboItem28.Text = "��������";
     //
     // labelX14
     //
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(35, 230);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(304, 26);
     this.labelX14.TabIndex = 2;
     this.labelX14.Text = "��ǽ��Լ�����ּ�ƽ������β�����������No(kN)";
     //
     // labelX13
     //
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(35, 79);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(119, 26);
     this.labelX13.TabIndex = 1;
     this.labelX13.Text = "��ǽ����ʽ";
     //
     // labelX16
     //
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(35, 38);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(119, 26);
     this.labelX16.TabIndex = 0;
     this.labelX16.Text = "��ǽ�����";
     //
     // FrmScaffoldPowerCalculate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize = new System.Drawing.Size(638, 482);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.panelEx1);
     this.DoubleBuffered = true;
     this.Name = "FrmScaffoldPowerCalculate";
     this.Text = "���ּܼ���-��ѧ����";
     //this.Load += new System.EventHandler(this.FrmScaffoldPowerCalculate_Load);
     this.panelEx1.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx2.PerformLayout();
     this.panelEx3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldPower)).EndInit();
     this.TabScaffloldPower.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.Grp_Item1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1SKJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DKJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LQJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1DSGD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1XHGWSCD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGHJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item1LGZJ)).EndInit();
     this.tabControlPanel13.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1S)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1D)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1GD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item1KJ)).EndInit();
     this.groupBox10.ResumeLayout(false);
     this.groupBox10.PerformLayout();
     this.tabControlPanel6.ResumeLayout(false);
     this.Grp_Item6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6Uz)).EndInit();
     this.Grp_Item6SF.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item6SelfJBFY)).EndInit();
     this.tabControlPanel5.ResumeLayout(false);
     this.Grp_Item5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item5HZBZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5PSCS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item5SGCS)).EndInit();
     this.tabControlPanel4.ResumeLayout(false);
     this.groupBox11.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item4PSCS)).EndInit();
     this.tabControlPanel2.ResumeLayout(false);
     this.Grp_Item2.ResumeLayout(false);
     this.Grp_Item2.PerformLayout();
     this.Grp_Item2DHG.ResumeLayout(false);
     this.Grp_Item2XHG.ResumeLayout(false);
     this.Grp_Item2XHG.PerformLayout();
     this.tabControlPanel9.ResumeLayout(false);
     this.Grp_Item9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item9DBK)).EndInit();
     this.tabControlPanel17.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1NO)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1LDX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx5Item1SPX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2GD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item1BJ)).EndInit();
     this.tabControlPanel16.ResumeLayout(false);
     this.groupBox19.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item4TZXS)).EndInit();
     this.groupBox20.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBK)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DBC)).EndInit();
     this.groupBox7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Lx4Item4DFMJ)).EndInit();
     this.groupBox18.ResumeLayout(false);
     this.groupBox18.PerformLayout();
     this.tabControlPanel15.ResumeLayout(false);
     this.groupBox17.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3SG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3CS)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox14.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3HL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item3AQW)).EndInit();
     this.groupBox16.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3SPJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Lx4Item3JSB)).EndInit();
     this.tabControlPanel14.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2SX)).EndInit();
     this.Grp_Lx4Item2HF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2DJ)).EndInit();
     this.Grp_Lx4Item2KJ.ResumeLayout(false);
     this.Grp_Lx4Item2KJ.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx4Item2CD)).EndInit();
     this.tabControlPanel11.ResumeLayout(false);
     this.Grp_Item11.ResumeLayout(false);
     this.Grp_Item11.PerformLayout();
     this.tabControlPanel10.ResumeLayout(false);
     this.Grp_Item10.ResumeLayout(false);
     this.Grp_Item10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10MGD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item10XTD)).EndInit();
     this.tabControlPanel8.ResumeLayout(false);
     this.Grp_Item8.ResumeLayout(false);
     this.Grp_Item8FBS.ResumeLayout(false);
     this.Grp_Item8FBS.PerformLayout();
     this.Grp_Item8ADFMJ.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbIput_Item8DFMJ)).EndInit();
     this.groupBox15.ResumeLayout(false);
     this.groupBox15.PerformLayout();
     this.tabControlPanel12.ResumeLayout(false);
     this.Grp_Item3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3ZXL)).EndInit();
     this.Grp_Item3FSKJLJ.ResumeLayout(false);
     this.Grp_Item3FSKJLJ.PerformLayout();
     this.tabControlPanel18.ResumeLayout(false);
     this.groupBox21.ResumeLayout(false);
     this.Grp_Lx5Item2HF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2DJ)).EndInit();
     this.Grp_Lx5Item2RL.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2LJ)).EndInit();
     this.Grp_Lx5Item2KJ.ResumeLayout(false);
     this.Grp_Lx5Item2KJ.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2KJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2MJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2L0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SP)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Lx5Item2SX)).EndInit();
     this.tabControlPanel3.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput8)).EndInit();
     this.ResumeLayout(false);
 }
示例#10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About));
     this.tabControl1      = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupPanel3      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX3          = new DevComponents.DotNetBar.LabelX();
     this.reflectionLabel2 = new DevComponents.DotNetBar.Controls.ReflectionLabel();
     this.groupPanel2      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.reflectionImage2 = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.groupPanel1      = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX3         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2         = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1         = new DevComponents.DotNetBar.ButtonX();
     this.NoImage          = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.tabItem2         = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.reflectionImage1 = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.labelX2          = new DevComponents.DotNetBar.LabelX();
     this.labelX1          = new DevComponents.DotNetBar.LabelX();
     this.reflectionLabel1 = new DevComponents.DotNetBar.Controls.ReflectionLabel();
     this.tabItem1         = new DevComponents.DotNetBar.TabItem(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.BackColor      = System.Drawing.Color.Black;
     this.tabControl1.CanReorderTabs = true;
     this.tabControl1.Controls.Add(this.tabControlPanel2);
     this.tabControl1.Controls.Add(this.tabControlPanel1);
     this.tabControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location         = new System.Drawing.Point(0, 0);
     this.tabControl1.Name             = "tabControl1";
     this.tabControl1.SelectedTabFont  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl1.SelectedTabIndex = 0;
     this.tabControl1.Size             = new System.Drawing.Size(499, 330);
     this.tabControl1.TabIndex         = 3;
     this.tabControl1.TabLayoutType    = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl1.Tabs.Add(this.tabItem1);
     this.tabControl1.Tabs.Add(this.tabItem2);
     this.tabControl1.Text = "tabControl1";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.groupPanel3);
     this.tabControlPanel2.Controls.Add(this.groupPanel2);
     this.tabControlPanel2.Controls.Add(this.groupPanel1);
     this.tabControlPanel2.Controls.Add(this.NoImage);
     this.tabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel2.Name     = "tabControlPanel2";
     this.tabControlPanel2.Padding  = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size     = new System.Drawing.Size(499, 304);
     this.tabControlPanel2.Style.BackColor1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel2.Style.BackColor2.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.Border            = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel2.Style.BorderSide        = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                                                                                             | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex            = 2;
     this.tabControlPanel2.TabItem             = this.tabItem2;
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.labelX3);
     this.groupPanel3.Controls.Add(this.reflectionLabel2);
     this.groupPanel3.Location = new System.Drawing.Point(210, 95);
     this.groupPanel3.Name     = "groupPanel3";
     this.groupPanel3.Size     = new System.Drawing.Size(277, 197);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth      = 1;
     this.groupPanel3.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth        = 1;
     this.groupPanel3.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth       = 1;
     this.groupPanel3.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth      = 1;
     this.groupPanel3.Style.CornerDiameter      = 4;
     this.groupPanel3.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 1;
     this.groupPanel3.Text     = "About this source";
     //
     // labelX3
     //
     this.labelX3.Location          = new System.Drawing.Point(18, 58);
     this.labelX3.Name              = "labelX3";
     this.labelX3.Size              = new System.Drawing.Size(250, 104);
     this.labelX3.TabIndex          = 1;
     this.labelX3.TextLineAlignment = System.Drawing.StringAlignment.Near;
     this.labelX3.WordWrap          = true;
     //
     // reflectionLabel2
     //
     this.reflectionLabel2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.reflectionLabel2.Location = new System.Drawing.Point(3, 3);
     this.reflectionLabel2.Name     = "reflectionLabel2";
     this.reflectionLabel2.Size     = new System.Drawing.Size(265, 49);
     this.reflectionLabel2.TabIndex = 0;
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.reflectionImage2);
     this.groupPanel2.Location = new System.Drawing.Point(12, 95);
     this.groupPanel2.Name     = "groupPanel2";
     this.groupPanel2.Size     = new System.Drawing.Size(192, 197);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth      = 1;
     this.groupPanel2.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth        = 1;
     this.groupPanel2.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth       = 1;
     this.groupPanel2.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth      = 1;
     this.groupPanel2.Style.CornerDiameter      = 4;
     this.groupPanel2.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 1;
     this.groupPanel2.Text     = "Credibility Picure";
     //
     // reflectionImage2
     //
     this.reflectionImage2.Location = new System.Drawing.Point(8, 3);
     this.reflectionImage2.Name     = "reflectionImage2";
     this.reflectionImage2.Size     = new System.Drawing.Size(170, 170);
     this.reflectionImage2.TabIndex = 0;
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor        = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.buttonX3);
     this.groupPanel1.Controls.Add(this.buttonX5);
     this.groupPanel1.Controls.Add(this.buttonX4);
     this.groupPanel1.Controls.Add(this.buttonX2);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Location = new System.Drawing.Point(12, 4);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(475, 85);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 0;
     this.groupPanel1.Text     = "Select a Source to view Credibility";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Location       = new System.Drawing.Point(103, 33);
     this.buttonX3.Name           = "buttonX3";
     this.buttonX3.Size           = new System.Drawing.Size(86, 23);
     this.buttonX3.TabIndex       = 0;
     this.buttonX3.Tag            = "3";
     this.buttonX3.Text           = "ToP Team";
     this.buttonX3.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX5.Location       = new System.Drawing.Point(195, 4);
     this.buttonX5.Name           = "buttonX5";
     this.buttonX5.Size           = new System.Drawing.Size(86, 23);
     this.buttonX5.TabIndex       = 0;
     this.buttonX5.Tag            = "4";
     this.buttonX5.Text           = "Microsoft";
     this.buttonX5.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location       = new System.Drawing.Point(103, 4);
     this.buttonX4.Name           = "buttonX4";
     this.buttonX4.Size           = new System.Drawing.Size(86, 23);
     this.buttonX4.TabIndex       = 0;
     this.buttonX4.Tag            = "2";
     this.buttonX4.Text           = "DevComponents";
     this.buttonX4.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location       = new System.Drawing.Point(22, 33);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(75, 23);
     this.buttonX2.TabIndex       = 0;
     this.buttonX2.Tag            = "1";
     this.buttonX2.Text           = "CSharpCorner";
     this.buttonX2.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(22, 4);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(75, 23);
     this.buttonX1.TabIndex       = 0;
     this.buttonX1.Tag            = "0";
     this.buttonX1.Text           = "RageZone";
     this.buttonX1.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // NoImage
     //
     this.NoImage.BackColor = System.Drawing.Color.Transparent;
     this.NoImage.Location  = new System.Drawing.Point(144, 29);
     this.NoImage.Name      = "NoImage";
     this.NoImage.Size      = new System.Drawing.Size(128, 128);
     this.NoImage.TabIndex  = 0;
     this.NoImage.Visible   = false;
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel2;
     this.tabItem2.Name            = "tabItem2";
     this.tabItem2.Text            = "Secondary Credibility";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.reflectionImage1);
     this.tabControlPanel1.Controls.Add(this.labelX2);
     this.tabControlPanel1.Controls.Add(this.labelX1);
     this.tabControlPanel1.Controls.Add(this.reflectionLabel1);
     this.tabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel1.Name     = "tabControlPanel1";
     this.tabControlPanel1.Padding  = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size     = new System.Drawing.Size(499, 304);
     this.tabControlPanel1.Style.BackColor1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel1.Style.BackColor2.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.Border            = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel1.Style.BorderSide        = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                                                                                             | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex            = 1;
     this.tabControlPanel1.TabItem             = this.tabItem1;
     //
     // reflectionImage1
     //
     this.reflectionImage1.BackColor = System.Drawing.Color.Transparent;
     //this.reflectionImage1.Image = global::ToP_Tools.Properties.Resources.pictureBox1_Image;
     this.reflectionImage1.Location = new System.Drawing.Point(27, 130);
     this.reflectionImage1.Name     = "reflectionImage1";
     this.reflectionImage1.Size     = new System.Drawing.Size(437, 167);
     this.reflectionImage1.TabIndex = 3;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     this.labelX2.Location  = new System.Drawing.Point(27, 94);
     this.labelX2.Name      = "labelX2";
     this.labelX2.Size      = new System.Drawing.Size(177, 30);
     this.labelX2.TabIndex  = 2;
     this.labelX2.Text      = "<font size=\"+1\"><b>Email</b>:</font><br/>\r\n    <font color=\"red\">brclancy111@hotm" +
                              "ail.com</font>\r\n";
     this.labelX2.TextLineAlignment = System.Drawing.StringAlignment.Near;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     this.labelX1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location  = new System.Drawing.Point(31, 54);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(105, 23);
     this.labelX1.TabIndex  = 1;
     this.labelX1.Text      = "Brent Clancy";
     //
     // reflectionLabel1
     //
     this.reflectionLabel1.BackColor = System.Drawing.Color.Transparent;
     this.reflectionLabel1.Location  = new System.Drawing.Point(12, 4);
     this.reflectionLabel1.Name      = "reflectionLabel1";
     this.reflectionLabel1.Size      = new System.Drawing.Size(360, 54);
     this.reflectionLabel1.TabIndex  = 0;
     this.reflectionLabel1.Text      = "<b><font size=\"+6\">Primary Credits goto:</font></b>";
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.Name            = "tabItem1";
     this.tabItem1.Text            = "Main Credibility";
     //
     // About
     //
     this.BackColor  = System.Drawing.Color.Black;
     this.ClientSize = new System.Drawing.Size(499, 330);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "About";
     this.Text = "About";
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel1.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.txtNombreCliente = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txtMonto = new DevComponents.DotNetBar.Controls.MaskedTextBoxAdv();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.radioMembresia = new System.Windows.Forms.RadioButton();
     this.radioCaso = new System.Windows.Forms.RadioButton();
     this.radioOtro = new System.Windows.Forms.RadioButton();
     this.tabControl2 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnBuscarCaso = new DevComponents.DotNetBar.ButtonX();
     this.txtDinamico = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.lbDinamico = new DevComponents.DotNetBar.LabelX();
     this.btnAgregarPago = new DevComponents.DotNetBar.ButtonX();
     this.btnCrearRecibo = new DevComponents.DotNetBar.ButtonX();
     this.fechaPago = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.txtDescripcion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txtRecibidoPor = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.txtObservacion = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.comboMoneda = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.dataGridDescripcionPago = new System.Windows.Forms.DataGridView();
     this.descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.control = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fecha = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.peri_pago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monto_pend = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.observaciones = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cod_caso = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.num_pago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.monto_Pago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.expandablePanel1 = new DevComponents.DotNetBar.ExpandablePanel();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).BeginInit();
     this.tabControl2.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fechaPago)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridDescripcionPago)).BeginInit();
     this.expandablePanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // txtNombreCliente
     //
     this.txtNombreCliente.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtNombreCliente.Border.Class = "TextBoxBorder";
     this.txtNombreCliente.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtNombreCliente.ForeColor = System.Drawing.Color.Black;
     this.txtNombreCliente.Location = new System.Drawing.Point(74, 15);
     this.txtNombreCliente.Name = "txtNombreCliente";
     this.txtNombreCliente.Size = new System.Drawing.Size(361, 20);
     this.txtNombreCliente.TabIndex = 1;
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(26, 13);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(48, 23);
     this.labelX3.TabIndex = 6;
     this.labelX3.Text = "Cliente:";
     //
     // txtMonto
     //
     //
     //
     //
     this.txtMonto.BackgroundStyle.Class = "TextBoxBorder";
     this.txtMonto.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtMonto.ButtonClear.Visible = true;
     this.txtMonto.CutCopyMaskFormat = System.Windows.Forms.MaskFormat.IncludeLiterals;
     this.txtMonto.InsertKeyMode = System.Windows.Forms.InsertKeyMode.Default;
     this.txtMonto.Location = new System.Drawing.Point(74, 191);
     this.txtMonto.Name = "txtMonto";
     this.txtMonto.Size = new System.Drawing.Size(99, 20);
     this.txtMonto.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.txtMonto.TabIndex = 4;
     this.txtMonto.Text = "";
     this.txtMonto.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtMonto.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(21, 188);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(43, 23);
     this.labelX4.TabIndex = 4;
     this.labelX4.Text = "Importe:";
     //
     // radioMembresia
     //
     this.radioMembresia.AutoSize = true;
     this.radioMembresia.BackColor = System.Drawing.Color.Transparent;
     this.radioMembresia.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioMembresia.Location = new System.Drawing.Point(44, 19);
     this.radioMembresia.Name = "radioMembresia";
     this.radioMembresia.Size = new System.Drawing.Size(88, 19);
     this.radioMembresia.TabIndex = 3;
     this.radioMembresia.TabStop = true;
     this.radioMembresia.Text = "Membresia";
     this.radioMembresia.UseVisualStyleBackColor = false;
     //
     // radioCaso
     //
     this.radioCaso.AutoSize = true;
     this.radioCaso.BackColor = System.Drawing.Color.Transparent;
     this.radioCaso.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioCaso.Location = new System.Drawing.Point(148, 19);
     this.radioCaso.Name = "radioCaso";
     this.radioCaso.Size = new System.Drawing.Size(161, 19);
     this.radioCaso.TabIndex = 0;
     this.radioCaso.TabStop = true;
     this.radioCaso.Text = "Pago Por Servicio (Caso)";
     this.radioCaso.UseVisualStyleBackColor = false;
     //
     // radioOtro
     //
     this.radioOtro.AutoSize = true;
     this.radioOtro.BackColor = System.Drawing.Color.Transparent;
     this.radioOtro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radioOtro.Location = new System.Drawing.Point(323, 19);
     this.radioOtro.Name = "radioOtro";
     this.radioOtro.Size = new System.Drawing.Size(48, 19);
     this.radioOtro.TabIndex = 0;
     this.radioOtro.TabStop = true;
     this.radioOtro.Text = "Otro";
     this.radioOtro.UseVisualStyleBackColor = false;
     //
     // tabControl2
     //
     this.tabControl2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabControl2.CanReorderTabs = true;
     this.tabControl2.Controls.Add(this.tabControlPanel1);
     this.tabControl2.ForeColor = System.Drawing.Color.Black;
     this.tabControl2.Location = new System.Drawing.Point(12, 1);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.tabControl2.SelectedTabIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(458, 451);
     this.tabControl2.Style = DevComponents.DotNetBar.eTabStripStyle.SimulatedTheme;
     this.tabControl2.TabIndex = 10;
     this.tabControl2.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl2.Tabs.Add(this.tabItem1);
     this.tabControl2.Text = "tabControl2";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.groupBox1);
     this.tabControlPanel1.Controls.Add(this.btnAgregarPago);
     this.tabControlPanel1.Controls.Add(this.btnCrearRecibo);
     this.tabControlPanel1.Controls.Add(this.fechaPago);
     this.tabControlPanel1.Controls.Add(this.labelX7);
     this.tabControlPanel1.Controls.Add(this.labelX5);
     this.tabControlPanel1.Controls.Add(this.txtDescripcion);
     this.tabControlPanel1.Controls.Add(this.txtRecibidoPor);
     this.tabControlPanel1.Controls.Add(this.labelX6);
     this.tabControlPanel1.Controls.Add(this.labelX2);
     this.tabControlPanel1.Controls.Add(this.txtObservacion);
     this.tabControlPanel1.Controls.Add(this.labelX3);
     this.tabControlPanel1.Controls.Add(this.txtNombreCliente);
     this.tabControlPanel1.Controls.Add(this.comboMoneda);
     this.tabControlPanel1.Controls.Add(this.txtMonto);
     this.tabControlPanel1.Controls.Add(this.labelX4);
     this.tabControlPanel1.Controls.Add(this.labelX1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(458, 425);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.White;
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.White;
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(168)))), ((int)(((byte)(153)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = -90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.tabItem1;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.btnBuscarCaso);
     this.groupBox1.Controls.Add(this.txtDinamico);
     this.groupBox1.Controls.Add(this.lbDinamico);
     this.groupBox1.Controls.Add(this.radioMembresia);
     this.groupBox1.Controls.Add(this.radioCaso);
     this.groupBox1.Controls.Add(this.radioOtro);
     this.groupBox1.Location = new System.Drawing.Point(21, 92);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(414, 90);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Concepto";
     //
     // btnBuscarCaso
     //
     this.btnBuscarCaso.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnBuscarCaso.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnBuscarCaso.Location = new System.Drawing.Point(278, 55);
     this.btnBuscarCaso.Name = "btnBuscarCaso";
     this.btnBuscarCaso.Size = new System.Drawing.Size(56, 20);
     this.btnBuscarCaso.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnBuscarCaso.TabIndex = 5;
     this.btnBuscarCaso.Text = "Buscar";
     this.btnBuscarCaso.Click += new System.EventHandler(this.btnBuscarCaso_Click);
     //
     // txtDinamico
     //
     this.txtDinamico.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtDinamico.Border.Class = "TextBoxBorder";
     this.txtDinamico.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtDinamico.ForeColor = System.Drawing.Color.Black;
     this.txtDinamico.Location = new System.Drawing.Point(172, 55);
     this.txtDinamico.Name = "txtDinamico";
     this.txtDinamico.Size = new System.Drawing.Size(100, 20);
     this.txtDinamico.TabIndex = 4;
     //
     // lbDinamico
     //
     //
     //
     //
     this.lbDinamico.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lbDinamico.Location = new System.Drawing.Point(109, 53);
     this.lbDinamico.Name = "lbDinamico";
     this.lbDinamico.Size = new System.Drawing.Size(56, 23);
     this.lbDinamico.TabIndex = 3;
     this.lbDinamico.Text = "labelX8";
     this.lbDinamico.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // btnAgregarPago
     //
     this.btnAgregarPago.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnAgregarPago.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnAgregarPago.Location = new System.Drawing.Point(180, 389);
     this.btnAgregarPago.Name = "btnAgregarPago";
     this.btnAgregarPago.Size = new System.Drawing.Size(104, 23);
     this.btnAgregarPago.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnAgregarPago.TabIndex = 8;
     this.btnAgregarPago.Text = "Agregar";
     //
     // btnCrearRecibo
     //
     this.btnCrearRecibo.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCrearRecibo.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCrearRecibo.Location = new System.Drawing.Point(290, 389);
     this.btnCrearRecibo.Name = "btnCrearRecibo";
     this.btnCrearRecibo.Size = new System.Drawing.Size(145, 23);
     this.btnCrearRecibo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCrearRecibo.TabIndex = 9;
     this.btnCrearRecibo.Text = "Crear Recibo";
     this.btnCrearRecibo.Click += new System.EventHandler(this.btnCrearRecibo_Click);
     //
     // fechaPago
     //
     //
     //
     //
     this.fechaPago.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechaPago.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechaPago.ButtonDropDown.Visible = true;
     this.fechaPago.IsPopupCalendarOpen = false;
     this.fechaPago.Location = new System.Drawing.Point(331, 56);
     //
     //
     //
     this.fechaPago.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechaPago.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechaPago.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechaPago.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.MonthCalendar.DisplayMonth = new System.DateTime(2012, 7, 1, 0, 0, 0, 0);
     this.fechaPago.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechaPago.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechaPago.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechaPago.MonthCalendar.TodayButtonVisible = true;
     this.fechaPago.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechaPago.Name = "fechaPago";
     this.fechaPago.Size = new System.Drawing.Size(104, 20);
     this.fechaPago.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechaPago.TabIndex = 13;
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX7.Location = new System.Drawing.Point(21, 218);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(75, 23);
     this.labelX7.TabIndex = 14;
     this.labelX7.Text = "Descripción: ";
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(290, 54);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(48, 23);
     this.labelX5.TabIndex = 15;
     this.labelX5.Text = "Fecha:";
     //
     // txtDescripcion
     //
     this.txtDescripcion.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtDescripcion.Border.Class = "TextBoxBorder";
     this.txtDescripcion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtDescripcion.ForeColor = System.Drawing.Color.Black;
     this.txtDescripcion.Location = new System.Drawing.Point(21, 247);
     this.txtDescripcion.Multiline = true;
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.Size = new System.Drawing.Size(414, 19);
     this.txtDescripcion.TabIndex = 6;
     //
     // txtRecibidoPor
     //
     this.txtRecibidoPor.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtRecibidoPor.Border.Class = "TextBoxBorder";
     this.txtRecibidoPor.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtRecibidoPor.ForeColor = System.Drawing.Color.Black;
     this.txtRecibidoPor.Location = new System.Drawing.Point(75, 54);
     this.txtRecibidoPor.Name = "txtRecibidoPor";
     this.txtRecibidoPor.Size = new System.Drawing.Size(173, 20);
     this.txtRecibidoPor.TabIndex = 2;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX6.Location = new System.Drawing.Point(21, 272);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(75, 23);
     this.labelX6.TabIndex = 4;
     this.labelX6.Text = "Observacion: ";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(8, 51);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(71, 23);
     this.labelX2.TabIndex = 13;
     this.labelX2.Text = "Recibido por:";
     //
     // txtObservacion
     //
     this.txtObservacion.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     //
     //
     //
     this.txtObservacion.Border.Class = "TextBoxBorder";
     this.txtObservacion.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtObservacion.ForeColor = System.Drawing.Color.Black;
     this.txtObservacion.Location = new System.Drawing.Point(21, 301);
     this.txtObservacion.Multiline = true;
     this.txtObservacion.Name = "txtObservacion";
     this.txtObservacion.Size = new System.Drawing.Size(414, 82);
     this.txtObservacion.TabIndex = 7;
     //
     // comboMoneda
     //
     this.comboMoneda.DisplayMember = "Text";
     this.comboMoneda.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboMoneda.FormattingEnabled = true;
     this.comboMoneda.ItemHeight = 14;
     this.comboMoneda.Items.AddRange(new object[] {
     this.comboItem1});
     this.comboMoneda.Location = new System.Drawing.Point(247, 191);
     this.comboMoneda.Name = "comboMoneda";
     this.comboMoneda.Size = new System.Drawing.Size(192, 20);
     this.comboMoneda.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboMoneda.TabIndex = 5;
     //
     // comboItem1
     //
     this.comboItem1.Text = "NIO-Córdobas Nicaragüenses";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(193, 188);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(43, 23);
     this.labelX1.TabIndex = 11;
     this.labelX1.Text = "Moneda:";
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.BackColor = System.Drawing.Color.White;
     this.tabItem1.BackColor2 = System.Drawing.Color.White;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "--- Pago ---        ";
     //
     // dataGridDescripcionPago
     //
     this.dataGridDescripcionPago.AllowUserToAddRows = false;
     this.dataGridDescripcionPago.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridDescripcionPago.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridDescripcionPago.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.descripcion,
     this.monto,
     this.control,
     this.fecha,
     this.peri_pago,
     this.monto_pend,
     this.observaciones,
     this.cod_caso,
     this.num_pago,
     this.monto_Pago});
     this.dataGridDescripcionPago.Location = new System.Drawing.Point(10, 37);
     this.dataGridDescripcionPago.MultiSelect = false;
     this.dataGridDescripcionPago.Name = "dataGridDescripcionPago";
     this.dataGridDescripcionPago.Size = new System.Drawing.Size(458, 390);
     this.dataGridDescripcionPago.TabIndex = 11;
     //
     // descripcion
     //
     this.descripcion.HeaderText = "Descripción";
     this.descripcion.Name = "descripcion";
     this.descripcion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.descripcion.Width = 300;
     //
     // monto
     //
     this.monto.HeaderText = "Monto";
     this.monto.Name = "monto";
     this.monto.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // control
     //
     this.control.HeaderText = "control";
     this.control.Name = "control";
     this.control.Visible = false;
     //
     // fecha
     //
     this.fecha.HeaderText = "Fecha";
     this.fecha.Name = "fecha";
     this.fecha.Visible = false;
     //
     // peri_pago
     //
     this.peri_pago.HeaderText = "Periodo";
     this.peri_pago.Name = "peri_pago";
     this.peri_pago.Visible = false;
     //
     // monto_pend
     //
     this.monto_pend.HeaderText = "montoPendiente";
     this.monto_pend.Name = "monto_pend";
     this.monto_pend.Visible = false;
     //
     // observaciones
     //
     this.observaciones.HeaderText = "Observaciones";
     this.observaciones.Name = "observaciones";
     this.observaciones.Visible = false;
     //
     // cod_caso
     //
     this.cod_caso.HeaderText = "codigocaso";
     this.cod_caso.Name = "cod_caso";
     this.cod_caso.Visible = false;
     //
     // num_pago
     //
     this.num_pago.HeaderText = "Column1";
     this.num_pago.Name = "num_pago";
     this.num_pago.Visible = false;
     //
     // monto_Pago
     //
     this.monto_Pago.HeaderText = "Column1";
     this.monto_Pago.Name = "monto_Pago";
     this.monto_Pago.Visible = false;
     //
     // expandablePanel1
     //
     this.expandablePanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.expandablePanel1.CollapseDirection = DevComponents.DotNetBar.eCollapseDirection.RightToLeft;
     this.expandablePanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.expandablePanel1.Controls.Add(this.dataGridDescripcionPago);
     this.expandablePanel1.Location = new System.Drawing.Point(476, 12);
     this.expandablePanel1.Name = "expandablePanel1";
     this.expandablePanel1.Size = new System.Drawing.Size(485, 440);
     this.expandablePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.expandablePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandablePanel1.Style.GradientAngle = 90;
     this.expandablePanel1.TabIndex = 13;
     this.expandablePanel1.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
     this.expandablePanel1.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandablePanel1.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.RaisedInner;
     this.expandablePanel1.TitleStyle.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.expandablePanel1.TitleStyle.GradientAngle = 90;
     this.expandablePanel1.TitleText = "Pagos";
     //
     // RealizarPago
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ClientSize = new System.Drawing.Size(933, 457);
     this.Controls.Add(this.expandablePanel1);
     this.Controls.Add(this.tabControl2);
     this.Name = "RealizarPago";
     this.Text = "RealizarPago";
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).EndInit();
     this.tabControl2.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.fechaPago)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridDescripcionPago)).EndInit();
     this.expandablePanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevComponents.DotNetBar.TabControlPanel     tabControlPanel1;
     DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
     DevComponents.DotNetBar.LabelX labelX1;
     this.okBtn                = new DevComponents.DotNetBar.ButtonX();
     this.cancelBtn            = new DevComponents.DotNetBar.ButtonX();
     this.gamePathBrowseBtn    = new DevComponents.DotNetBar.ButtonX();
     this.gamePath             = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabItem1             = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControl1          = new DevComponents.DotNetBar.TabControl();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     tabControlPanel1          = new DevComponents.DotNetBar.TabControlPanel();
     groupPanel1               = new DevComponents.DotNetBar.Controls.GroupPanel();
     labelX1 = new DevComponents.DotNetBar.LabelX();
     tabControlPanel1.SuspendLayout();
     groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlPanel1
     //
     tabControlPanel1.Controls.Add(this.okBtn);
     tabControlPanel1.Controls.Add(this.cancelBtn);
     tabControlPanel1.Controls.Add(groupPanel1);
     tabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     tabControlPanel1.Location = new System.Drawing.Point(0, 22);
     tabControlPanel1.Name     = "tabControlPanel1";
     tabControlPanel1.Padding  = new System.Windows.Forms.Padding(1);
     tabControlPanel1.Size     = new System.Drawing.Size(353, 253);
     tabControlPanel1.Style.BackColor1.Color  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     tabControlPanel1.Style.Border            = DevComponents.DotNetBar.eBorderType.SingleLine;
     tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(49)))), ((int)(((byte)(49)))));
     tabControlPanel1.Style.BorderSide        = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                                                                                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
     tabControlPanel1.Style.GradientAngle = 90;
     tabControlPanel1.TabIndex            = 1;
     tabControlPanel1.TabItem             = this.tabItem1;
     //
     // okBtn
     //
     this.okBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.okBtn.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.okBtn.Location       = new System.Drawing.Point(174, 214);
     this.okBtn.Name           = "okBtn";
     this.okBtn.Size           = new System.Drawing.Size(75, 23);
     this.okBtn.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.okBtn.TabIndex       = 0;
     this.okBtn.Text           = "OK";
     this.okBtn.Click         += new System.EventHandler(this.okBtn_Click);
     //
     // cancelBtn
     //
     this.cancelBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.cancelBtn.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.cancelBtn.DialogResult   = System.Windows.Forms.DialogResult.Cancel;
     this.cancelBtn.Location       = new System.Drawing.Point(266, 214);
     this.cancelBtn.Name           = "cancelBtn";
     this.cancelBtn.Size           = new System.Drawing.Size(75, 23);
     this.cancelBtn.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cancelBtn.TabIndex       = 0;
     this.cancelBtn.Text           = "Cancel";
     this.cancelBtn.Click         += new System.EventHandler(this.cancelBtn_Click);
     //
     // groupPanel1
     //
     groupPanel1.BackColor        = System.Drawing.Color.Transparent;
     groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     groupPanel1.Controls.Add(labelX1);
     groupPanel1.Controls.Add(this.gamePathBrowseBtn);
     groupPanel1.Controls.Add(this.gamePath);
     groupPanel1.Location = new System.Drawing.Point(12, 4);
     groupPanel1.Name     = "groupPanel1";
     groupPanel1.Size     = new System.Drawing.Size(329, 91);
     //
     //
     //
     groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     groupPanel1.Style.BackColorGradientAngle = 90;
     groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderBottomWidth      = 1;
     groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderLeftWidth        = 1;
     groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderRightWidth       = 1;
     groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     groupPanel1.Style.BorderTopWidth      = 1;
     groupPanel1.Style.Class               = "";
     groupPanel1.Style.CornerDiameter      = 4;
     groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     groupPanel1.StyleMouseDown.Class      = "";
     groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     groupPanel1.StyleMouseOver.Class      = "";
     groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     groupPanel1.TabIndex = 0;
     groupPanel1.Text     = "Game Path";
     //
     // labelX1
     //
     labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     labelX1.BackgroundStyle.Class      = "";
     labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     labelX1.Location        = new System.Drawing.Point(15, 7);
     labelX1.Name            = "labelX1";
     labelX1.SingleLineColor = System.Drawing.Color.Transparent;
     labelX1.Size            = new System.Drawing.Size(296, 23);
     labelX1.TabIndex        = 2;
     labelX1.Text            = "Please specify path to HapGame folder";
     //
     // gamePathBrowseBtn
     //
     this.gamePathBrowseBtn.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.gamePathBrowseBtn.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.gamePathBrowseBtn.Location       = new System.Drawing.Point(236, 36);
     this.gamePathBrowseBtn.Name           = "gamePathBrowseBtn";
     this.gamePathBrowseBtn.Size           = new System.Drawing.Size(75, 23);
     this.gamePathBrowseBtn.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.gamePathBrowseBtn.TabIndex       = 1;
     this.gamePathBrowseBtn.Text           = "Browse...";
     this.gamePathBrowseBtn.Click         += new System.EventHandler(this.gamePathBrowseBtn_Click);
     //
     // gamePath
     //
     //
     //
     //
     this.gamePath.Border.Class      = "TextBoxBorder";
     this.gamePath.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.gamePath.Location          = new System.Drawing.Point(15, 36);
     this.gamePath.Name         = "gamePath";
     this.gamePath.Size         = new System.Drawing.Size(215, 20);
     this.gamePath.TabIndex     = 0;
     this.gamePath.TextChanged += new System.EventHandler(this.gamePath_TextChanged);
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = tabControlPanel1;
     this.tabItem1.Name            = "tabItem1";
     this.tabItem1.Text            = "General";
     //
     // tabControl1
     //
     this.tabControl1.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControl1.CanReorderTabs = true;
     this.tabControl1.Controls.Add(tabControlPanel1);
     this.tabControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location         = new System.Drawing.Point(0, 0);
     this.tabControl1.Name             = "tabControl1";
     this.tabControl1.SelectedTabFont  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl1.SelectedTabIndex = 0;
     this.tabControl1.Size             = new System.Drawing.Size(353, 275);
     this.tabControl1.Style            = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl1.TabIndex         = 0;
     this.tabControl1.TabLayoutType    = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl1.Tabs.Add(this.tabItem1);
     this.tabControl1.Text = "tabControl1";
     //
     // SettingsDlg
     //
     this.AcceptButton        = this.okBtn;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelBtn;
     this.ClientSize          = new System.Drawing.Size(353, 275);
     this.Controls.Add(this.tabControl1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsDlg";
     this.ShowIcon        = false;
     this.Text            = "ModEditor Settings";
     tabControlPanel1.ResumeLayout(false);
     groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TabsMainForm));
     this.barMainToolbar = new DevComponents.DotNetBar.Bar();
     this.btnSystem = new DevComponents.DotNetBar.ButtonItem();
     this.btnReLogin = new DevComponents.DotNetBar.ButtonItem();
     this.btnModifPWD = new DevComponents.DotNetBar.ButtonItem();
     this.btnQuit = new DevComponents.DotNetBar.ButtonItem();
     this.btnWindows = new DevComponents.DotNetBar.ButtonItem();
     this.btnMainTabs = new DevComponents.DotNetBar.ButtonItem();
     this.btnRemoveSelectedTab = new DevComponents.DotNetBar.ButtonItem();
     this.btnRemoveAllTab = new DevComponents.DotNetBar.ButtonItem();
     this.btnTool = new DevComponents.DotNetBar.ButtonItem();
     this.btnCalculator = new DevComponents.DotNetBar.ButtonItem();
     this.btnNoteBook = new DevComponents.DotNetBar.ButtonItem();
     this.btnOthers = new DevComponents.DotNetBar.ButtonItem();
     this.btnLanguages = new DevComponents.DotNetBar.ButtonItem();
     this.btnLangCN = new DevComponents.DotNetBar.ButtonItem();
     this.btnLangTW = new DevComponents.DotNetBar.ButtonItem();
     this.btnLangUS = new DevComponents.DotNetBar.ButtonItem();
     this.btnSelectTheme = new DevComponents.DotNetBar.ButtonItem();
     this.btnDefault = new DevComponents.DotNetBar.ButtonItem();
     this.btnWindowsXP = new DevComponents.DotNetBar.ButtonItem();
     this.btnWindows7Blue = new DevComponents.DotNetBar.ButtonItem();
     this.btnOffice2007Blue = new DevComponents.DotNetBar.ButtonItem();
     this.btnOffice2007Silver = new DevComponents.DotNetBar.ButtonItem();
     this.btnOffice2007Black = new DevComponents.DotNetBar.ButtonItem();
     this.btnOffice2007Vista = new DevComponents.DotNetBar.ButtonItem();
     this.btnOffice2010Silver = new DevComponents.DotNetBar.ButtonItem();
     this.btnHelps = new DevComponents.DotNetBar.ButtonItem();
     this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
     this.barSecondToolbar = new DevComponents.DotNetBar.Bar();
     this.btnToMain = new DevComponents.DotNetBar.ButtonItem();
     this.btnReLoadMenu = new DevComponents.DotNetBar.ButtonItem();
     this.btnQuitSystem = new DevComponents.DotNetBar.ButtonItem();
     this.barBottom = new DevComponents.DotNetBar.Bar();
     this.lblBottomInfo = new DevComponents.DotNetBar.LabelX();
     this.lblCompany = new DevComponents.DotNetBar.LabelItem();
     this.lblDept = new DevComponents.DotNetBar.LabelItem();
     this.lblUser = new DevComponents.DotNetBar.LabelItem();
     this.btnHiddle = new DevComponents.DotNetBar.ButtonItem();
     this.dotNetBarManager = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4 = new DevComponents.DotNetBar.DockSite();
     this.dockSiteLeft = new DevComponents.DotNetBar.DockSite();
     this.barLeft = new DevComponents.DotNetBar.Bar();
     this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer();
     this.tvMain = new System.Windows.Forms.TreeView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.navigationBar = new DevComponents.DotNetBar.NavigationBar();
     this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockSiteRight = new DevComponents.DotNetBar.DockSite();
     this.barRight = new DevComponents.DotNetBar.Bar();
     this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer();
     this.pnlMessage = new System.Windows.Forms.Panel();
     this.dockContainerItem2 = new DevComponents.DotNetBar.DockContainerItem();
     this.barRightN = new DevComponents.DotNetBar.Bar();
     this.panelDockContainer3 = new DevComponents.DotNetBar.PanelDockContainer();
     this.txtNoteBook = new System.Windows.Forms.RichTextBox();
     this.barNoteBook = new DevComponents.DotNetBar.Bar();
     this.btnSaveNoteBook = new DevComponents.DotNetBar.ButtonItem();
     this.dockContainerItem3 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockSite8 = new DevComponents.DotNetBar.DockSite();
     this.dockSite5 = new DevComponents.DotNetBar.DockSite();
     this.dockSiteRightN = new DevComponents.DotNetBar.DockSite();
     this.dockSite7 = new DevComponents.DotNetBar.DockSite();
     this.dockSite3 = new DevComponents.DotNetBar.DockSite();
     this.tabControlMain = new DevComponents.DotNetBar.TabControl();
     this.tabItemMainPanel = new DevComponents.DotNetBar.TabControlPanel();
     this.panelMain = new DevComponents.DotNetBar.PanelEx();
     this.webBrowser = new System.Windows.Forms.WebBrowser();
     this.tabItemMain = new DevComponents.DotNetBar.TabItem(this.components);
     this.contextMenuStripTab = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsMenuItemCloseThis = new System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuItemCloseOther = new System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuItemCloseAll = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsMenuItemShowFull = new System.Windows.Forms.ToolStripMenuItem();
     this.tsMenuItemReLogOn = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
     this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
     this.tmrTask = new System.Windows.Forms.Timer(this.components);
     this.tmrLock = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barMainToolbar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barSecondToolbar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barBottom)).BeginInit();
     this.barBottom.SuspendLayout();
     this.dockSiteLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barLeft)).BeginInit();
     this.barLeft.SuspendLayout();
     this.panelDockContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navigationBar)).BeginInit();
     this.dockSiteRight.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barRight)).BeginInit();
     this.barRight.SuspendLayout();
     this.panelDockContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barRightN)).BeginInit();
     this.barRightN.SuspendLayout();
     this.panelDockContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barNoteBook)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlMain)).BeginInit();
     this.tabControlMain.SuspendLayout();
     this.tabItemMainPanel.SuspendLayout();
     this.panelMain.SuspendLayout();
     this.contextMenuStripTab.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // barMainToolbar
     //
     this.barMainToolbar.AccessibleDescription = "DotNetBar Bar (barMainToolbar)";
     this.barMainToolbar.AccessibleName = "DotNetBar Bar";
     this.barMainToolbar.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
     this.barMainToolbar.BarType = DevComponents.DotNetBar.eBarType.MenuBar;
     this.barMainToolbar.CloseSingleTab = true;
     this.barMainToolbar.Dock = System.Windows.Forms.DockStyle.Top;
     this.barMainToolbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnSystem,
     this.btnWindows,
     this.btnTool,
     this.btnOthers,
     this.btnHelps});
     this.barMainToolbar.Location = new System.Drawing.Point(0, 0);
     this.barMainToolbar.MenuBar = true;
     this.barMainToolbar.Name = "barMainToolbar";
     this.barMainToolbar.Size = new System.Drawing.Size(935, 26);
     this.barMainToolbar.Stretch = true;
     this.barMainToolbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.barMainToolbar.TabIndex = 41;
     this.barMainToolbar.TabStop = false;
     this.barMainToolbar.Text = "bar2";
     //
     // btnSystem
     //
     this.btnSystem.Name = "btnSystem";
     this.btnSystem.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnReLogin,
     this.btnModifPWD,
     this.btnQuit});
     this.btnSystem.Text = "系统(&S)";
     //
     // btnReLogin
     //
     this.btnReLogin.Name = "btnReLogin";
     this.btnReLogin.Text = "重新登录";
     this.btnReLogin.Click += new System.EventHandler(this.tsMenuItemReLogOn_Click);
     //
     // btnModifPWD
     //
     this.btnModifPWD.Name = "btnModifPWD";
     this.btnModifPWD.Text = "修改密码";
     this.btnModifPWD.Click += new System.EventHandler(this.btnModifPWD_Click);
     //
     // btnQuit
     //
     this.btnQuit.Name = "btnQuit";
     this.btnQuit.Text = "退出系统";
     this.btnQuit.Click += new System.EventHandler(this.tsMenuItemExit_Click);
     //
     // btnWindows
     //
     this.btnWindows.Name = "btnWindows";
     this.btnWindows.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnMainTabs,
     this.btnRemoveSelectedTab,
     this.btnRemoveAllTab});
     this.btnWindows.Text = "窗口(&W)";
     //
     // btnMainTabs
     //
     this.btnMainTabs.Name = "btnMainTabs";
     this.btnMainTabs.Text = "主控窗口";
     this.btnMainTabs.Click += new System.EventHandler(this.btnToMain_Click);
     //
     // btnRemoveSelectedTab
     //
     this.btnRemoveSelectedTab.Name = "btnRemoveSelectedTab";
     this.btnRemoveSelectedTab.Text = "关闭当前窗口";
     this.btnRemoveSelectedTab.Click += new System.EventHandler(this.tsMenuItemCloseThis_Click);
     //
     // btnRemoveAllTab
     //
     this.btnRemoveAllTab.Name = "btnRemoveAllTab";
     this.btnRemoveAllTab.Text = "关闭所有窗口";
     this.btnRemoveAllTab.Click += new System.EventHandler(this.tsMenuItemCloseAll_Click);
     //
     // btnTool
     //
     this.btnTool.Name = "btnTool";
     this.btnTool.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnCalculator,
     this.btnNoteBook});
     this.btnTool.Text = "工具(&T)";
     //
     // btnCalculator
     //
     this.btnCalculator.Name = "btnCalculator";
     this.btnCalculator.Text = "计算器";
     this.btnCalculator.Click += new System.EventHandler(this.btnCalculator_Click);
     //
     // btnNoteBook
     //
     this.btnNoteBook.Name = "btnNoteBook";
     this.btnNoteBook.Text = "记事本";
     this.btnNoteBook.Click += new System.EventHandler(this.btnNoteBook_Click);
     //
     // btnOthers
     //
     this.btnOthers.Name = "btnOthers";
     this.btnOthers.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnLanguages,
     this.btnSelectTheme});
     this.btnOthers.Text = "其它(&O)";
     //
     // btnLanguages
     //
     this.btnLanguages.Name = "btnLanguages";
     this.btnLanguages.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnLangCN,
     this.btnLangTW,
     this.btnLangUS});
     this.btnLanguages.Text = "语言选择";
     //
     // btnLangCN
     //
     this.btnLangCN.Name = "btnLangCN";
     this.btnLangCN.Tag = "zh-CN";
     this.btnLangCN.Text = "中文(简体)";
     this.btnLangCN.Click += new System.EventHandler(this.btSelectLang_Click);
     //
     // btnLangTW
     //
     this.btnLangTW.Name = "btnLangTW";
     this.btnLangTW.Tag = "zh-TW";
     this.btnLangTW.Text = "中文(繁体)";
     this.btnLangTW.Click += new System.EventHandler(this.btSelectLang_Click);
     //
     // btnLangUS
     //
     this.btnLangUS.Name = "btnLangUS";
     this.btnLangUS.Tag = "en-US";
     this.btnLangUS.Text = "英文";
     this.btnLangUS.Click += new System.EventHandler(this.btSelectLang_Click);
     //
     // btnSelectTheme
     //
     this.btnSelectTheme.Name = "btnSelectTheme";
     this.btnSelectTheme.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnDefault,
     this.btnWindowsXP,
     this.btnWindows7Blue,
     this.btnOffice2007Blue,
     this.btnOffice2007Silver,
     this.btnOffice2007Black,
     this.btnOffice2007Vista,
     this.btnOffice2010Silver});
     this.btnSelectTheme.Text = "风格选择";
     //
     // btnDefault
     //
     this.btnDefault.Name = "btnDefault";
     this.btnDefault.Text = "Default";
     this.btnDefault.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnWindowsXP
     //
     this.btnWindowsXP.Name = "btnWindowsXP";
     this.btnWindowsXP.Text = "WindowsXP";
     this.btnWindowsXP.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnWindows7Blue
     //
     this.btnWindows7Blue.Name = "btnWindows7Blue";
     this.btnWindows7Blue.Text = "Windows7Blue";
     this.btnWindows7Blue.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnOffice2007Blue
     //
     this.btnOffice2007Blue.Name = "btnOffice2007Blue";
     this.btnOffice2007Blue.Text = "Office2007Blue";
     this.btnOffice2007Blue.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnOffice2007Silver
     //
     this.btnOffice2007Silver.Name = "btnOffice2007Silver";
     this.btnOffice2007Silver.Text = "Office2007Silver";
     this.btnOffice2007Silver.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnOffice2007Black
     //
     this.btnOffice2007Black.Name = "btnOffice2007Black";
     this.btnOffice2007Black.Text = "Office2007Black";
     this.btnOffice2007Black.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnOffice2007Vista
     //
     this.btnOffice2007Vista.Name = "btnOffice2007Vista";
     this.btnOffice2007Vista.Text = "Office2007Vista";
     this.btnOffice2007Vista.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnOffice2010Silver
     //
     this.btnOffice2010Silver.Name = "btnOffice2010Silver";
     this.btnOffice2010Silver.Text = "Office2010Silver";
     this.btnOffice2010Silver.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnStyle_MouseMove);
     //
     // btnHelps
     //
     this.btnHelps.Name = "btnHelps";
     this.btnHelps.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnAbout});
     this.btnHelps.Text = "帮助(&H)";
     //
     // btnAbout
     //
     this.btnAbout.Name = "btnAbout";
     this.btnAbout.Text = "关于";
     this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
     //
     // barSecondToolbar
     //
     this.barSecondToolbar.AccessibleDescription = "DotNetBar Bar (barSecondToolbar)";
     this.barSecondToolbar.AccessibleName = "DotNetBar Bar";
     this.barSecondToolbar.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
     this.barSecondToolbar.Dock = System.Windows.Forms.DockStyle.Top;
     this.barSecondToolbar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnToMain,
     this.btnReLoadMenu,
     this.btnQuitSystem});
     this.barSecondToolbar.Location = new System.Drawing.Point(0, 26);
     this.barSecondToolbar.MenuBar = true;
     this.barSecondToolbar.Name = "barSecondToolbar";
     this.barSecondToolbar.Size = new System.Drawing.Size(935, 40);
     this.barSecondToolbar.Stretch = true;
     this.barSecondToolbar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.barSecondToolbar.TabIndex = 44;
     this.barSecondToolbar.TabStop = false;
     this.barSecondToolbar.Text = "bar3";
     //
     // btnToMain
     //
     this.btnToMain.Image = ((System.Drawing.Image)(resources.GetObject("btnToMain.Image")));
     this.btnToMain.Name = "btnToMain";
     this.btnToMain.Text = "主控窗口";
     this.btnToMain.Tooltip = "主控窗口";
     this.btnToMain.Click += new System.EventHandler(this.btnToMain_Click);
     //
     // btnReLoadMenu
     //
     this.btnReLoadMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnReLoadMenu.Image")));
     this.btnReLoadMenu.Name = "btnReLoadMenu";
     this.btnReLoadMenu.Text = "重置功能菜单";
     this.btnReLoadMenu.Tooltip = "重置功能菜单";
     this.btnReLoadMenu.Click += new System.EventHandler(this.btnReLoadMenu_Click);
     //
     // btnQuitSystem
     //
     this.btnQuitSystem.Image = ((System.Drawing.Image)(resources.GetObject("btnQuitSystem.Image")));
     this.btnQuitSystem.Name = "btnQuitSystem";
     this.btnQuitSystem.Text = "退出系统";
     this.btnQuitSystem.Tooltip = "退出系统";
     this.btnQuitSystem.Click += new System.EventHandler(this.tsMenuItemExit_Click);
     //
     // barBottom
     //
     this.barBottom.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
     this.barBottom.Controls.Add(this.lblBottomInfo);
     this.barBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barBottom.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.lblCompany,
     this.lblDept,
     this.lblUser,
     this.btnHiddle});
     this.barBottom.Location = new System.Drawing.Point(0, 552);
     this.barBottom.Name = "barBottom";
     this.barBottom.Size = new System.Drawing.Size(935, 25);
     this.barBottom.Stretch = true;
     this.barBottom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.barBottom.TabIndex = 57;
     this.barBottom.TabStop = false;
     this.barBottom.Text = "bar1";
     //
     // lblBottomInfo
     //
     this.lblBottomInfo.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.lblBottomInfo.BackgroundStyle.Class = "";
     this.lblBottomInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblBottomInfo.Location = new System.Drawing.Point(10, 3);
     this.lblBottomInfo.Name = "lblBottomInfo";
     this.lblBottomInfo.Size = new System.Drawing.Size(302, 25);
     this.lblBottomInfo.TabIndex = 8;
     this.lblBottomInfo.Text = "欢迎使用C#.NET通用权限管理系统组件";
     //
     // lblCompany
     //
     this.lblCompany.Image = ((System.Drawing.Image)(resources.GetObject("lblCompany.Image")));
     this.lblCompany.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.lblCompany.Name = "lblCompany";
     //
     // lblDept
     //
     this.lblDept.Image = ((System.Drawing.Image)(resources.GetObject("lblDept.Image")));
     this.lblDept.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.lblDept.Name = "lblDept";
     //
     // lblUser
     //
     this.lblUser.Image = ((System.Drawing.Image)(resources.GetObject("lblUser.Image")));
     this.lblUser.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.lblUser.Name = "lblUser";
     //
     // btnHiddle
     //
     this.btnHiddle.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.btnHiddle.Name = "btnHiddle";
     //
     // dotNetBarManager
     //
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager.BottomDockSite = this.dockSite4;
     this.dotNetBarManager.EnableFullSizeDock = false;
     this.dotNetBarManager.LeftDockSite = this.dockSiteLeft;
     this.dotNetBarManager.ParentForm = this;
     this.dotNetBarManager.RightDockSite = this.dockSiteRight;
     this.dotNetBarManager.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.dotNetBarManager.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager.ToolbarLeftDockSite = this.dockSite5;
     this.dotNetBarManager.ToolbarRightDockSite = this.dockSiteRightN;
     this.dotNetBarManager.ToolbarTopDockSite = this.dockSite7;
     this.dotNetBarManager.TopDockSite = this.dockSite3;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite4.Location = new System.Drawing.Point(0, 552);
     this.dockSite4.Name = "dockSite4";
     this.dockSite4.Size = new System.Drawing.Size(935, 0);
     this.dockSite4.TabIndex = 62;
     this.dockSite4.TabStop = false;
     //
     // dockSiteLeft
     //
     this.dockSiteLeft.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSiteLeft.Controls.Add(this.barLeft);
     this.dockSiteLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSiteLeft.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barLeft, 255, 486)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSiteLeft.Location = new System.Drawing.Point(0, 66);
     this.dockSiteLeft.Name = "dockSiteLeft";
     this.dockSiteLeft.Size = new System.Drawing.Size(258, 486);
     this.dockSiteLeft.TabIndex = 59;
     this.dockSiteLeft.TabStop = false;
     //
     // barLeft
     //
     this.barLeft.AccessibleDescription = "DotNetBar Bar (barLeft)";
     this.barLeft.AccessibleName = "DotNetBar Bar";
     this.barLeft.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.barLeft.AutoSyncBarCaption = true;
     this.barLeft.CanDockBottom = false;
     this.barLeft.CanDockTop = false;
     this.barLeft.CloseSingleTab = true;
     this.barLeft.Controls.Add(this.panelDockContainer1);
     this.barLeft.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barLeft.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
     this.barLeft.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.dockContainerItem1});
     this.barLeft.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.barLeft.Location = new System.Drawing.Point(0, 0);
     this.barLeft.Name = "barLeft";
     this.barLeft.Size = new System.Drawing.Size(255, 486);
     this.barLeft.Stretch = true;
     this.barLeft.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.barLeft.TabIndex = 0;
     this.barLeft.TabStop = false;
     this.barLeft.Text = "功能导航菜单";
     //
     // panelDockContainer1
     //
     this.panelDockContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.panelDockContainer1.Controls.Add(this.tvMain);
     this.panelDockContainer1.Controls.Add(this.navigationBar);
     this.panelDockContainer1.Location = new System.Drawing.Point(3, 23);
     this.panelDockContainer1.Name = "panelDockContainer1";
     this.panelDockContainer1.Size = new System.Drawing.Size(249, 460);
     this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDockContainer1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelDockContainer1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelDockContainer1.Style.GradientAngle = 90;
     this.panelDockContainer1.TabIndex = 0;
     //
     // tvMain
     //
     this.tvMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvMain.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tvMain.ImageIndex = 0;
     this.tvMain.ImageList = this.imageList;
     this.tvMain.Location = new System.Drawing.Point(0, 0);
     this.tvMain.Name = "tvMain";
     this.tvMain.SelectedImageIndex = 0;
     this.tvMain.Size = new System.Drawing.Size(249, 420);
     this.tvMain.TabIndex = 13;
     this.tvMain.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvMain_AfterExpand);
     this.tvMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tvMain_MouseClick);
     this.tvMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tvMain_MouseDoubleClick);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "books-stack.png");
     this.imageList.Images.SetKeyName(1, "books.png");
     this.imageList.Images.SetKeyName(2, "book-small.png");
     this.imageList.Images.SetKeyName(3, "book-open.png");
     //
     // navigationBar
     //
     this.navigationBar.BackgroundStyle.BackColor1.Color = System.Drawing.SystemColors.Control;
     this.navigationBar.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.navigationBar.BackgroundStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.navigationBar.ConfigureAddRemoveVisible = false;
     this.navigationBar.ConfigureItemVisible = false;
     this.navigationBar.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.navigationBar.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.navigationBar.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.navigationBar.ItemPaddingBottom = 2;
     this.navigationBar.ItemPaddingTop = 2;
     this.navigationBar.Location = new System.Drawing.Point(0, 420);
     this.navigationBar.Name = "navigationBar";
     this.navigationBar.ShowShortcutKeysInToolTips = true;
     this.navigationBar.Size = new System.Drawing.Size(249, 40);
     this.navigationBar.SplitterVisible = true;
     this.navigationBar.SummaryLineVisible = false;
     this.navigationBar.TabIndex = 12;
     this.navigationBar.Text = "navigationBar1";
     //
     // dockContainerItem1
     //
     this.dockContainerItem1.Control = this.panelDockContainer1;
     this.dockContainerItem1.Name = "dockContainerItem1";
     this.dockContainerItem1.Text = "功能导航菜单";
     //
     // dockSiteRight
     //
     this.dockSiteRight.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSiteRight.Controls.Add(this.barRight);
     this.dockSiteRight.Controls.Add(this.barRightN);
     this.dockSiteRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSiteRight.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barRight, 255, 486))),
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barRightN, 226, 486)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSiteRight.Location = new System.Drawing.Point(448, 66);
     this.dockSiteRight.Name = "dockSiteRight";
     this.dockSiteRight.Size = new System.Drawing.Size(487, 486);
     this.dockSiteRight.TabIndex = 60;
     this.dockSiteRight.TabStop = false;
     this.dockSiteRight.Text = "即时通信";
     //
     // barRight
     //
     this.barRight.AccessibleDescription = "DotNetBar Bar (barRight)";
     this.barRight.AccessibleName = "DotNetBar Bar";
     this.barRight.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.barRight.AutoSyncBarCaption = true;
     this.barRight.CanDockBottom = false;
     this.barRight.CanDockTop = false;
     this.barRight.CloseSingleTab = true;
     this.barRight.Controls.Add(this.panelDockContainer2);
     this.barRight.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barRight.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
     this.barRight.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.dockContainerItem2});
     this.barRight.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.barRight.Location = new System.Drawing.Point(3, 0);
     this.barRight.Name = "barRight";
     this.barRight.Size = new System.Drawing.Size(255, 486);
     this.barRight.Stretch = true;
     this.barRight.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.barRight.TabIndex = 1;
     this.barRight.TabStop = false;
     this.barRight.Text = "即时通信";
     //
     // panelDockContainer2
     //
     this.panelDockContainer2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.panelDockContainer2.Controls.Add(this.pnlMessage);
     this.panelDockContainer2.Location = new System.Drawing.Point(3, 23);
     this.panelDockContainer2.Name = "panelDockContainer2";
     this.panelDockContainer2.Size = new System.Drawing.Size(249, 460);
     this.panelDockContainer2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDockContainer2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelDockContainer2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelDockContainer2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelDockContainer2.Style.GradientAngle = 90;
     this.panelDockContainer2.TabIndex = 0;
     //
     // pnlMessage
     //
     this.pnlMessage.BackColor = System.Drawing.Color.Transparent;
     this.pnlMessage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlMessage.Location = new System.Drawing.Point(0, 0);
     this.pnlMessage.Name = "pnlMessage";
     this.pnlMessage.Size = new System.Drawing.Size(249, 460);
     this.pnlMessage.TabIndex = 9;
     //
     // dockContainerItem2
     //
     this.dockContainerItem2.Control = this.panelDockContainer2;
     this.dockContainerItem2.Name = "dockContainerItem2";
     this.dockContainerItem2.Text = "即时通信";
     //
     // barRightN
     //
     this.barRightN.AccessibleDescription = "DotNetBar Bar (barRightN)";
     this.barRightN.AccessibleName = "DotNetBar Bar";
     this.barRightN.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.barRightN.AutoSyncBarCaption = true;
     this.barRightN.CanDockBottom = false;
     this.barRightN.CanDockTop = false;
     this.barRightN.CloseSingleTab = true;
     this.barRightN.Controls.Add(this.panelDockContainer3);
     this.barRightN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barRightN.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
     this.barRightN.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.dockContainerItem3});
     this.barRightN.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.barRightN.Location = new System.Drawing.Point(261, 0);
     this.barRightN.Name = "barRightN";
     this.barRightN.Size = new System.Drawing.Size(226, 486);
     this.barRightN.Stretch = true;
     this.barRightN.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.barRightN.TabIndex = 2;
     this.barRightN.TabStop = false;
     this.barRightN.Text = "备忘录";
     //
     // panelDockContainer3
     //
     this.panelDockContainer3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.panelDockContainer3.Controls.Add(this.txtNoteBook);
     this.panelDockContainer3.Controls.Add(this.barNoteBook);
     this.panelDockContainer3.Location = new System.Drawing.Point(3, 23);
     this.panelDockContainer3.Name = "panelDockContainer3";
     this.panelDockContainer3.Size = new System.Drawing.Size(220, 460);
     this.panelDockContainer3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDockContainer3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelDockContainer3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelDockContainer3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelDockContainer3.Style.GradientAngle = 90;
     this.panelDockContainer3.TabIndex = 0;
     this.panelDockContainer3.Text = "备忘录";
     //
     // txtNoteBook
     //
     this.txtNoteBook.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtNoteBook.Location = new System.Drawing.Point(0, 27);
     this.txtNoteBook.Name = "txtNoteBook";
     this.txtNoteBook.Size = new System.Drawing.Size(220, 433);
     this.txtNoteBook.TabIndex = 11;
     this.txtNoteBook.Text = "";
     //
     // barNoteBook
     //
     this.barNoteBook.Dock = System.Windows.Forms.DockStyle.Top;
     this.barNoteBook.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnSaveNoteBook});
     this.barNoteBook.Location = new System.Drawing.Point(0, 0);
     this.barNoteBook.Name = "barNoteBook";
     this.barNoteBook.Size = new System.Drawing.Size(220, 27);
     this.barNoteBook.Stretch = true;
     this.barNoteBook.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.barNoteBook.TabIndex = 10;
     this.barNoteBook.TabStop = false;
     this.barNoteBook.Text = "bar1";
     //
     // btnSaveNoteBook
     //
     this.btnSaveNoteBook.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnSaveNoteBook.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveNoteBook.Image")));
     this.btnSaveNoteBook.Name = "btnSaveNoteBook";
     this.btnSaveNoteBook.Text = "保存";
     //
     // dockContainerItem3
     //
     this.dockContainerItem3.Control = this.panelDockContainer3;
     this.dockContainerItem3.Name = "dockContainerItem3";
     this.dockContainerItem3.Text = "备忘录";
     //
     // dockSite8
     //
     this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite8.Location = new System.Drawing.Point(0, 552);
     this.dockSite8.Name = "dockSite8";
     this.dockSite8.Size = new System.Drawing.Size(935, 0);
     this.dockSite8.TabIndex = 66;
     this.dockSite8.TabStop = false;
     //
     // dockSite5
     //
     this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite5.Location = new System.Drawing.Point(0, 0);
     this.dockSite5.Name = "dockSite5";
     this.dockSite5.Size = new System.Drawing.Size(0, 552);
     this.dockSite5.TabIndex = 63;
     this.dockSite5.TabStop = false;
     //
     // dockSiteRightN
     //
     this.dockSiteRightN.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSiteRightN.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSiteRightN.Location = new System.Drawing.Point(935, 0);
     this.dockSiteRightN.Name = "dockSiteRightN";
     this.dockSiteRightN.Size = new System.Drawing.Size(0, 552);
     this.dockSiteRightN.TabIndex = 64;
     this.dockSiteRightN.TabStop = false;
     //
     // dockSite7
     //
     this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite7.Location = new System.Drawing.Point(0, 0);
     this.dockSite7.Name = "dockSite7";
     this.dockSite7.Size = new System.Drawing.Size(935, 0);
     this.dockSite7.TabIndex = 65;
     this.dockSite7.TabStop = false;
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite3.Location = new System.Drawing.Point(0, 0);
     this.dockSite3.Name = "dockSite3";
     this.dockSite3.Size = new System.Drawing.Size(935, 0);
     this.dockSite3.TabIndex = 61;
     this.dockSite3.TabStop = false;
     //
     // tabControlMain
     //
     this.tabControlMain.AutoCloseTabs = true;
     this.tabControlMain.AutoHideSystemBox = false;
     this.tabControlMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlMain.CanReorderTabs = true;
     this.tabControlMain.CloseButtonOnTabsVisible = true;
     this.tabControlMain.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
     this.tabControlMain.ColorScheme.TabItemSelectedBackground = System.Drawing.Color.WhiteSmoke;
     this.tabControlMain.ColorScheme.TabItemSelectedBackground2 = System.Drawing.Color.WhiteSmoke;
     this.tabControlMain.Controls.Add(this.tabItemMainPanel);
     this.tabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlMain.Location = new System.Drawing.Point(258, 66);
     this.tabControlMain.Name = "tabControlMain";
     this.tabControlMain.SelectedTabFont = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold);
     this.tabControlMain.SelectedTabIndex = 0;
     this.tabControlMain.Size = new System.Drawing.Size(190, 486);
     this.tabControlMain.Style = DevComponents.DotNetBar.eTabStripStyle.Office2003;
     this.tabControlMain.TabCloseButtonHot = ((System.Drawing.Image)(resources.GetObject("tabControlMain.TabCloseButtonHot")));
     this.tabControlMain.TabCloseButtonNormal = ((System.Drawing.Image)(resources.GetObject("tabControlMain.TabCloseButtonNormal")));
     this.tabControlMain.TabIndex = 67;
     this.tabControlMain.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControlMain.Tabs.Add(this.tabItemMain);
     this.tabControlMain.Text = "tabControl1";
     this.tabControlMain.SelectedTabChanged += new DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControlMain_SelectedTabChanged);
     this.tabControlMain.TabMoved += new DevComponents.DotNetBar.TabStrip.TabMovedEventHandler(this.tabControlMain_TabMoved);
     this.tabControlMain.TabRemoved += new System.EventHandler(this.tabControlMain_TabRemoved);
     //
     // tabItemMainPanel
     //
     this.tabItemMainPanel.Controls.Add(this.panelMain);
     this.tabItemMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabItemMainPanel.Location = new System.Drawing.Point(0, 25);
     this.tabItemMainPanel.Name = "tabItemMainPanel";
     this.tabItemMainPanel.Padding = new System.Windows.Forms.Padding(1);
     this.tabItemMainPanel.Size = new System.Drawing.Size(190, 461);
     this.tabItemMainPanel.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabItemMainPanel.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabItemMainPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabItemMainPanel.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.tabItemMainPanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabItemMainPanel.Style.GradientAngle = 90;
     this.tabItemMainPanel.TabIndex = 1;
     this.tabItemMainPanel.TabItem = this.tabItemMain;
     //
     // panelMain
     //
     this.panelMain.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelMain.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelMain.Controls.Add(this.webBrowser);
     this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.Location = new System.Drawing.Point(1, 1);
     this.panelMain.Name = "panelMain";
     this.panelMain.Size = new System.Drawing.Size(188, 459);
     this.panelMain.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelMain.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panelMain.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panelMain.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panelMain.Style.GradientAngle = 90;
     this.panelMain.TabIndex = 0;
     //
     // webBrowser
     //
     this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.webBrowser.Location = new System.Drawing.Point(0, 0);
     this.webBrowser.MinimumSize = new System.Drawing.Size(20, 22);
     this.webBrowser.Name = "webBrowser";
     this.webBrowser.Size = new System.Drawing.Size(188, 459);
     this.webBrowser.TabIndex = 0;
     this.webBrowser.Url = new System.Uri("", System.UriKind.Relative);
     //
     // tabItemMain
     //
     this.tabItemMain.AttachedControl = this.tabItemMainPanel;
     this.tabItemMain.CloseButtonVisible = false;
     this.tabItemMain.Image = ((System.Drawing.Image)(resources.GetObject("tabItemMain.Image")));
     this.tabItemMain.Name = "tabItemMain";
     this.tabItemMain.Text = "主页";
     //
     // contextMenuStripTab
     //
     this.contextMenuStripTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsMenuItemCloseThis,
     this.tsMenuItemCloseOther,
     this.tsMenuItemCloseAll});
     this.contextMenuStripTab.Name = "contextMenuStrip";
     this.contextMenuStripTab.Size = new System.Drawing.Size(185, 70);
     //
     // tsMenuItemCloseThis
     //
     this.tsMenuItemCloseThis.Name = "tsMenuItemCloseThis";
     this.tsMenuItemCloseThis.Size = new System.Drawing.Size(184, 22);
     this.tsMenuItemCloseThis.Text = "关闭当前(&C)";
     this.tsMenuItemCloseThis.Click += new System.EventHandler(this.tsMenuItemCloseThis_Click);
     //
     // tsMenuItemCloseOther
     //
     this.tsMenuItemCloseOther.Name = "tsMenuItemCloseOther";
     this.tsMenuItemCloseOther.Size = new System.Drawing.Size(184, 22);
     this.tsMenuItemCloseOther.Text = "除此之外全部关闭(&E)";
     this.tsMenuItemCloseOther.Click += new System.EventHandler(this.tsMenuItemCloseOther_Click);
     //
     // tsMenuItemCloseAll
     //
     this.tsMenuItemCloseAll.Name = "tsMenuItemCloseAll";
     this.tsMenuItemCloseAll.Size = new System.Drawing.Size(184, 22);
     this.tsMenuItemCloseAll.Text = "全部关闭(&A)";
     this.tsMenuItemCloseAll.Click += new System.EventHandler(this.tsMenuItemCloseAll_Click);
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsMenuItemShowFull,
     this.tsMenuItemReLogOn,
     this.toolStripSeparator1,
     this.tsMenuItemExit});
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(123, 76);
     //
     // tsMenuItemShowFull
     //
     this.tsMenuItemShowFull.Name = "tsMenuItemShowFull";
     this.tsMenuItemShowFull.Size = new System.Drawing.Size(122, 22);
     this.tsMenuItemShowFull.Text = "全屏显示";
     this.tsMenuItemShowFull.Click += new System.EventHandler(this.tsMenuItemShowFull_Click);
     //
     // tsMenuItemReLogOn
     //
     this.tsMenuItemReLogOn.Name = "tsMenuItemReLogOn";
     this.tsMenuItemReLogOn.Size = new System.Drawing.Size(122, 22);
     this.tsMenuItemReLogOn.Text = "重新登录";
     this.tsMenuItemReLogOn.Click += new System.EventHandler(this.tsMenuItemReLogOn_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(119, 6);
     //
     // tsMenuItemExit
     //
     this.tsMenuItemExit.Name = "tsMenuItemExit";
     this.tsMenuItemExit.Size = new System.Drawing.Size(122, 22);
     this.tsMenuItemExit.Text = "退出";
     this.tsMenuItemExit.Click += new System.EventHandler(this.tsMenuItemExit_Click);
     //
     // styleManager
     //
     this.styleManager.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2007Blue;
     //
     // tmrTask
     //
     this.tmrTask.Enabled = true;
     this.tmrTask.Interval = 3000;
     this.tmrTask.Tick += new System.EventHandler(this.tmrTask_Tick);
     //
     // tmrLock
     //
     this.tmrLock.Interval = 10000;
     this.tmrLock.Tick += new System.EventHandler(this.tmrLock_Tick);
     //
     // TabsMainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(935, 577);
     this.Controls.Add(this.tabControlMain);
     this.Controls.Add(this.dockSiteRight);
     this.Controls.Add(this.dockSiteLeft);
     this.Controls.Add(this.barSecondToolbar);
     this.Controls.Add(this.barMainToolbar);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSiteRightN);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Controls.Add(this.barBottom);
     this.Name = "TabsMainForm";
     this.ShowInTaskbar = true;
     this.Text = "C#.NET通用快速开发架构";
     this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TabsMainFrm_FormClosing);
     this.Load += new System.EventHandler(this.TabsMainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barMainToolbar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barSecondToolbar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barBottom)).EndInit();
     this.barBottom.ResumeLayout(false);
     this.dockSiteLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barLeft)).EndInit();
     this.barLeft.ResumeLayout(false);
     this.panelDockContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navigationBar)).EndInit();
     this.dockSiteRight.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barRight)).EndInit();
     this.barRight.ResumeLayout(false);
     this.panelDockContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barRightN)).EndInit();
     this.barRightN.ResumeLayout(false);
     this.panelDockContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barNoteBook)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlMain)).EndInit();
     this.tabControlMain.ResumeLayout(false);
     this.tabItemMainPanel.ResumeLayout(false);
     this.panelMain.ResumeLayout(false);
     this.contextMenuStripTab.ResumeLayout(false);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.Tb_MaterialWCDHGQZ = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Lb_MaterialWCDHGQZ = new DevComponents.DotNetBar.LabelX();
     this.TabScaffloldMaterial = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.IntInput_Item3JDCJGMJKDS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item3JDCKYMJKDS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item3JDCKMJBJ = new DevComponents.Editors.IntegerInput();
     this.DbInput_Item3CS = new DevComponents.Editors.IntegerInput();
     this.DbInput_Item3XS = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3MJKD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3MJBJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3CD = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item3GD = new DevComponents.Editors.DoubleInput();
     this.labelX32 = new DevComponents.DotNetBar.LabelX();
     this.Lb_Item3_ZDCJGMJKDS = new DevComponents.DotNetBar.LabelX();
     this.labelX30 = new DevComponents.DotNetBar.LabelX();
     this.labelX29 = new DevComponents.DotNetBar.LabelX();
     this.Cbx_Item3JDCSZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem58 = new DevComponents.Editors.ComboItem();
     this.comboItem59 = new DevComponents.Editors.ComboItem();
     this.labelX28 = new DevComponents.DotNetBar.LabelX();
     this.labelX27 = new DevComponents.DotNetBar.LabelX();
     this.labelX26 = new DevComponents.DotNetBar.LabelX();
     this.labelX25 = new DevComponents.DotNetBar.LabelX();
     this.labelX24 = new DevComponents.DotNetBar.LabelX();
     this.labelX23 = new DevComponents.DotNetBar.LabelX();
     this.YLtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.TB_Item4ZZBZZ = new System.Windows.Forms.TextBox();
     this.Db_Item4FZXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4FYGDBHXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4FHZTXXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4JBFY = new DevComponents.Editors.DoubleInput();
     this.Db_Item4HZBZZ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4GSSDLZZ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4BJYXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4AQXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4SLGSSS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4LJZH = new DevComponents.Editors.DoubleInput();
     this.Db_Item4GSSZJ = new DevComponents.Editors.DoubleInput();
     this.labelX56 = new DevComponents.DotNetBar.LabelX();
     this.labelX55 = new DevComponents.DotNetBar.LabelX();
     this.labelX54 = new DevComponents.DotNetBar.LabelX();
     this.labelX53 = new DevComponents.DotNetBar.LabelX();
     this.labelX52 = new DevComponents.DotNetBar.LabelX();
     this.labelX51 = new DevComponents.DotNetBar.LabelX();
     this.labelX50 = new DevComponents.DotNetBar.LabelX();
     this.labelX49 = new DevComponents.DotNetBar.LabelX();
     this.labelX48 = new DevComponents.DotNetBar.LabelX();
     this.labelX47 = new DevComponents.DotNetBar.LabelX();
     this.labelX46 = new DevComponents.DotNetBar.LabelX();
     this.labelX45 = new DevComponents.DotNetBar.LabelX();
     this.Db_Item4KJQD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4KWQD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4JMDKJ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4JMGXJ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4XTLMJJ = new DevComponents.Editors.DoubleInput();
     this.Db_Item4WDXS = new DevComponents.Editors.DoubleInput();
     this.Db_Item4HBZDJL = new DevComponents.Editors.DoubleInput();
     this.Db_Item4DLDDJL = new DevComponents.Editors.DoubleInput();
     this.labelX44 = new DevComponents.DotNetBar.LabelX();
     this.labelX43 = new DevComponents.DotNetBar.LabelX();
     this.labelX42 = new DevComponents.DotNetBar.LabelX();
     this.Db_Item4XTLFBHD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4PZZL = new DevComponents.Editors.DoubleInput();
     this.Db_Item4GD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4KD = new DevComponents.Editors.DoubleInput();
     this.Db_Item4CD = new DevComponents.Editors.DoubleInput();
     this.labelX31 = new DevComponents.DotNetBar.LabelX();
     this.labelX33 = new DevComponents.DotNetBar.LabelX();
     this.labelX34 = new DevComponents.DotNetBar.LabelX();
     this.labelX35 = new DevComponents.DotNetBar.LabelX();
     this.labelX36 = new DevComponents.DotNetBar.LabelX();
     this.labelX37 = new DevComponents.DotNetBar.LabelX();
     this.labelX38 = new DevComponents.DotNetBar.LabelX();
     this.labelX39 = new DevComponents.DotNetBar.LabelX();
     this.labelX40 = new DevComponents.DotNetBar.LabelX();
     this.labelX41 = new DevComponents.DotNetBar.LabelX();
     this.YLtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.IntInput_MaterialJDCJGLGZJ = new DevComponents.Editors.IntegerInput();
     this.IntInput_MaterialJDCKYLGZJ = new DevComponents.Editors.IntegerInput();
     this.IntInput_MaterialJDCKYBJ = new DevComponents.Editors.IntegerInput();
     this.Tb_MaterialGGLX = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.Cb_MaterialJDCSZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.DBIput_MaterialCLYLXS = new DevComponents.Editors.DoubleInput();
     this.DbInput_MaterialLQJL = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialGGLX = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialCLYLXS = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCJGLGZJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCKYLGZJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCKYBJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialJDCSZ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialWCDHGJJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialLQJL = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialBJ = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialBJ = new DevComponents.DotNetBar.LabelX();
     this.Lb_MaterialLGZJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialLGHJ = new DevComponents.Editors.DoubleInput();
     this.DbInput_MaterialLGZJ = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialLGHJ = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialDSCD = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialDSCD = new DevComponents.DotNetBar.LabelX();
     this.DbInput_MaterialDSGD = new DevComponents.Editors.DoubleInput();
     this.Lb_MaterialDSGD = new DevComponents.DotNetBar.LabelX();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.Cb_MaterialWCDHGJJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.YLtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.DbInput_Item2XS = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item2L0 = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item2L1 = new DevComponents.Editors.DoubleInput();
     this.DbInput_Item2H1 = new DevComponents.Editors.DoubleInput();
     this.IntInput_Item2LDX = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item2CS = new DevComponents.Editors.IntegerInput();
     this.IntInput_Item2SPX = new DevComponents.Editors.IntegerInput();
     this.Cbx_Item2HJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem14 = new DevComponents.Editors.ComboItem();
     this.comboItem15 = new DevComponents.Editors.ComboItem();
     this.comboItem16 = new DevComponents.Editors.ComboItem();
     this.comboItem17 = new DevComponents.Editors.ComboItem();
     this.comboItem18 = new DevComponents.Editors.ComboItem();
     this.comboItem19 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2LGD = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem50 = new DevComponents.Editors.ComboItem();
     this.comboItem51 = new DevComponents.Editors.ComboItem();
     this.comboItem52 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2LDX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem44 = new DevComponents.Editors.ComboItem();
     this.comboItem45 = new DevComponents.Editors.ComboItem();
     this.comboItem46 = new DevComponents.Editors.ComboItem();
     this.comboItem47 = new DevComponents.Editors.ComboItem();
     this.comboItem48 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2SPX = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem38 = new DevComponents.Editors.ComboItem();
     this.comboItem39 = new DevComponents.Editors.ComboItem();
     this.comboItem40 = new DevComponents.Editors.ComboItem();
     this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem32 = new DevComponents.Editors.ComboItem();
     this.comboItem33 = new DevComponents.Editors.ComboItem();
     this.comboItem34 = new DevComponents.Editors.ComboItem();
     this.comboItem35 = new DevComponents.Editors.ComboItem();
     this.comboItem36 = new DevComponents.Editors.ComboItem();
     this.comboItem37 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2WXG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem26 = new DevComponents.Editors.ComboItem();
     this.comboItem27 = new DevComponents.Editors.ComboItem();
     this.comboItem28 = new DevComponents.Editors.ComboItem();
     this.comboItem29 = new DevComponents.Editors.ComboItem();
     this.comboItem30 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2DKJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem54 = new DevComponents.Editors.ComboItem();
     this.comboItem55 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2WXGBZ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem31 = new DevComponents.Editors.ComboItem();
     this.comboItem41 = new DevComponents.Editors.ComboItem();
     this.comboItem42 = new DevComponents.Editors.ComboItem();
     this.comboItem43 = new DevComponents.Editors.ComboItem();
     this.comboItem49 = new DevComponents.Editors.ComboItem();
     this.comboItem53 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2JHG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem24 = new DevComponents.Editors.ComboItem();
     this.comboItem25 = new DevComponents.Editors.ComboItem();
     this.comboItem56 = new DevComponents.Editors.ComboItem();
     this.comboItem57 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2LGG = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem20 = new DevComponents.Editors.ComboItem();
     this.comboItem21 = new DevComponents.Editors.ComboItem();
     this.comboItem22 = new DevComponents.Editors.ComboItem();
     this.comboItem23 = new DevComponents.Editors.ComboItem();
     this.Cbx_Item2ZJ = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.comboItem10 = new DevComponents.Editors.ComboItem();
     this.comboItem11 = new DevComponents.Editors.ComboItem();
     this.comboItem12 = new DevComponents.Editors.ComboItem();
     this.comboItem13 = new DevComponents.Editors.ComboItem();
     this.labelX21 = new DevComponents.DotNetBar.LabelX();
     this.labelX12 = new DevComponents.DotNetBar.LabelX();
     this.labelX20 = new DevComponents.DotNetBar.LabelX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.labelX19 = new DevComponents.DotNetBar.LabelX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.labelX18 = new DevComponents.DotNetBar.LabelX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.labelX17 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.labelX16 = new DevComponents.DotNetBar.LabelX();
     this.labelX22 = new DevComponents.DotNetBar.LabelX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX15 = new DevComponents.DotNetBar.LabelX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item2BJ = new DevComponents.Editors.DoubleInput();
     this.labelX14 = new DevComponents.DotNetBar.LabelX();
     this.Tb_Item2BS = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX13 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item2CD = new DevComponents.Editors.DoubleInput();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.DbInput_Item2GD = new DevComponents.Editors.DoubleInput();
     this.YLtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     this.Btn_YLSubmit = new DevComponents.DotNetBar.ButtonX();
     this.BtnSubmit = new DevComponents.DotNetBar.ButtonX();
     this.LbScaffoldType = new DevComponents.DotNetBar.LabelX();
     this.CbxScaffoldType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem60 = new DevComponents.Editors.ComboItem();
     this.comboItem61 = new DevComponents.Editors.ComboItem();
     this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldMaterial)).BeginInit();
     this.TabScaffloldMaterial.SuspendLayout();
     this.tabControlPanel3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCJGMJKDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKYMJKDS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKMJBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3XS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJKD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3GD)).BeginInit();
     this.tabControlPanel4.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FZXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FYGDBHXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FHZTXXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JBFY)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HZBZZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSDLZZ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4BJYXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4AQXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4SLGSSS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4LJZH)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KJQD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KWQD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMDKJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMGXJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLMJJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4WDXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HBZDJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4DLDDJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLFBHD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4PZZL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4CD)).BeginInit();
     this.tabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCJGLGZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYLGZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DBIput_MaterialCLYLXS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLQJL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialBJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGHJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGZJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSCD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSGD)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2XS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2H1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2LDX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2CS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2SPX)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2BJ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2CD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2GD)).BeginInit();
     this.panelEx2.SuspendLayout();
     this.panelEx3.SuspendLayout();
     this.SuspendLayout();
     //
     // Tb_MaterialWCDHGQZ
     //
     //
     //
     //
     this.Tb_MaterialWCDHGQZ.Border.Class = "TextBoxBorder";
     this.Tb_MaterialWCDHGQZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_MaterialWCDHGQZ.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Tb_MaterialWCDHGQZ.Location = new System.Drawing.Point(164, 327);
     this.Tb_MaterialWCDHGQZ.Name = "Tb_MaterialWCDHGQZ";
     this.Tb_MaterialWCDHGQZ.ReadOnly = true;
     this.Tb_MaterialWCDHGQZ.Size = new System.Drawing.Size(87, 21);
     this.Tb_MaterialWCDHGQZ.TabIndex = 55;
     this.Tb_MaterialWCDHGQZ.Text = "1";
     this.Tb_MaterialWCDHGQZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Lb_MaterialWCDHGQZ
     //
     //
     //
     //
     this.Lb_MaterialWCDHGQZ.BackgroundStyle.Class = "";
     this.Lb_MaterialWCDHGQZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialWCDHGQZ.Location = new System.Drawing.Point(26, 327);
     this.Lb_MaterialWCDHGQZ.Name = "Lb_MaterialWCDHGQZ";
     this.Lb_MaterialWCDHGQZ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialWCDHGQZ.TabIndex = 52;
     this.Lb_MaterialWCDHGQZ.Text = "�����˼��ȡֵ";
     this.Lb_MaterialWCDHGQZ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // TabScaffloldMaterial
     //
     this.TabScaffloldMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(250)))));
     this.TabScaffloldMaterial.CanReorderTabs = true;
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel4);
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel1);
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel2);
     this.TabScaffloldMaterial.Controls.Add(this.tabControlPanel3);
     this.TabScaffloldMaterial.Location = new System.Drawing.Point(0, 32);
     this.TabScaffloldMaterial.Name = "TabScaffloldMaterial";
     this.TabScaffloldMaterial.SelectedTabFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold);
     this.TabScaffloldMaterial.SelectedTabIndex = 0;
     this.TabScaffloldMaterial.Size = new System.Drawing.Size(636, 407);
     this.TabScaffloldMaterial.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.TabScaffloldMaterial.TabIndex = 45;
     this.TabScaffloldMaterial.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem1);
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem2);
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem3);
     this.TabScaffloldMaterial.Tabs.Add(this.YLtabItem4);
     this.TabScaffloldMaterial.Text = "tabControl1";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.groupBox3);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.YLtabItem3;
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox3.Controls.Add(this.IntInput_Item3JDCJGMJKDS);
     this.groupBox3.Controls.Add(this.IntInput_Item3JDCKYMJKDS);
     this.groupBox3.Controls.Add(this.IntInput_Item3JDCKMJBJ);
     this.groupBox3.Controls.Add(this.DbInput_Item3CS);
     this.groupBox3.Controls.Add(this.DbInput_Item3XS);
     this.groupBox3.Controls.Add(this.DbInput_Item3MJKD);
     this.groupBox3.Controls.Add(this.DbInput_Item3MJBJ);
     this.groupBox3.Controls.Add(this.DbInput_Item3CD);
     this.groupBox3.Controls.Add(this.DbInput_Item3GD);
     this.groupBox3.Controls.Add(this.labelX32);
     this.groupBox3.Controls.Add(this.Lb_Item3_ZDCJGMJKDS);
     this.groupBox3.Controls.Add(this.labelX30);
     this.groupBox3.Controls.Add(this.labelX29);
     this.groupBox3.Controls.Add(this.Cbx_Item3JDCSZ);
     this.groupBox3.Controls.Add(this.labelX28);
     this.groupBox3.Controls.Add(this.labelX27);
     this.groupBox3.Controls.Add(this.labelX26);
     this.groupBox3.Controls.Add(this.labelX25);
     this.groupBox3.Controls.Add(this.labelX24);
     this.groupBox3.Controls.Add(this.labelX23);
     this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(1, 1);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(634, 380);
     this.groupBox3.TabIndex = 87;
     this.groupBox3.TabStop = false;
     //
     // IntInput_Item3JDCJGMJKDS
     //
     //
     //
     //
     this.IntInput_Item3JDCJGMJKDS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item3JDCJGMJKDS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item3JDCJGMJKDS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item3JDCJGMJKDS.Location = new System.Drawing.Point(478, 229);
     this.IntInput_Item3JDCJGMJKDS.MaxValue = 100;
     this.IntInput_Item3JDCJGMJKDS.MinValue = 0;
     this.IntInput_Item3JDCJGMJKDS.Name = "IntInput_Item3JDCJGMJKDS";
     this.IntInput_Item3JDCJGMJKDS.ShowUpDown = true;
     this.IntInput_Item3JDCJGMJKDS.Size = new System.Drawing.Size(87, 21);
     this.IntInput_Item3JDCJGMJKDS.TabIndex = 95;
     //
     // IntInput_Item3JDCKYMJKDS
     //
     //
     //
     //
     this.IntInput_Item3JDCKYMJKDS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item3JDCKYMJKDS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item3JDCKYMJKDS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item3JDCKYMJKDS.Location = new System.Drawing.Point(478, 179);
     this.IntInput_Item3JDCKYMJKDS.MaxValue = 7;
     this.IntInput_Item3JDCKYMJKDS.MinValue = 4;
     this.IntInput_Item3JDCKYMJKDS.Name = "IntInput_Item3JDCKYMJKDS";
     this.IntInput_Item3JDCKYMJKDS.ShowUpDown = true;
     this.IntInput_Item3JDCKYMJKDS.Size = new System.Drawing.Size(87, 21);
     this.IntInput_Item3JDCKYMJKDS.TabIndex = 94;
     this.IntInput_Item3JDCKYMJKDS.Value = 5;
     //
     // IntInput_Item3JDCKMJBJ
     //
     //
     //
     //
     this.IntInput_Item3JDCKMJBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item3JDCKMJBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item3JDCKMJBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item3JDCKMJBJ.Location = new System.Drawing.Point(478, 133);
     this.IntInput_Item3JDCKMJBJ.MaxValue = 10;
     this.IntInput_Item3JDCKMJBJ.MinValue = 0;
     this.IntInput_Item3JDCKMJBJ.Name = "IntInput_Item3JDCKMJBJ";
     this.IntInput_Item3JDCKMJBJ.ShowUpDown = true;
     this.IntInput_Item3JDCKMJBJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_Item3JDCKMJBJ.TabIndex = 93;
     this.IntInput_Item3JDCKMJBJ.Value = 3;
     //
     // DbInput_Item3CS
     //
     //
     //
     //
     this.DbInput_Item3CS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3CS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3CS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3CS.Location = new System.Drawing.Point(161, 282);
     this.DbInput_Item3CS.MinValue = 0;
     this.DbInput_Item3CS.Name = "DbInput_Item3CS";
     this.DbInput_Item3CS.ShowUpDown = true;
     this.DbInput_Item3CS.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3CS.TabIndex = 92;
     this.DbInput_Item3CS.Value = 2;
     //
     // DbInput_Item3XS
     //
     //
     //
     //
     this.DbInput_Item3XS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3XS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3XS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3XS.Increment = 0.1;
     this.DbInput_Item3XS.Location = new System.Drawing.Point(478, 281);
     this.DbInput_Item3XS.MaxValue = 100;
     this.DbInput_Item3XS.MinValue = 1;
     this.DbInput_Item3XS.Name = "DbInput_Item3XS";
     this.DbInput_Item3XS.ShowUpDown = true;
     this.DbInput_Item3XS.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3XS.TabIndex = 91;
     this.DbInput_Item3XS.Value = 1.1;
     //
     // DbInput_Item3MJKD
     //
     //
     //
     //
     this.DbInput_Item3MJKD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3MJKD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3MJKD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3MJKD.Increment = 0.1;
     this.DbInput_Item3MJKD.Location = new System.Drawing.Point(161, 229);
     this.DbInput_Item3MJKD.MaxValue = 5;
     this.DbInput_Item3MJKD.MinValue = 0;
     this.DbInput_Item3MJKD.Name = "DbInput_Item3MJKD";
     this.DbInput_Item3MJKD.ShowUpDown = true;
     this.DbInput_Item3MJKD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3MJKD.TabIndex = 87;
     this.DbInput_Item3MJKD.Value = 1.2;
     //
     // DbInput_Item3MJBJ
     //
     //
     //
     //
     this.DbInput_Item3MJBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3MJBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3MJBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3MJBJ.Increment = 0.1;
     this.DbInput_Item3MJBJ.Location = new System.Drawing.Point(161, 179);
     this.DbInput_Item3MJBJ.MaxValue = 5;
     this.DbInput_Item3MJBJ.MinValue = 0;
     this.DbInput_Item3MJBJ.Name = "DbInput_Item3MJBJ";
     this.DbInput_Item3MJBJ.ShowUpDown = true;
     this.DbInput_Item3MJBJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3MJBJ.TabIndex = 86;
     this.DbInput_Item3MJBJ.Value = 1.98;
     //
     // DbInput_Item3CD
     //
     //
     //
     //
     this.DbInput_Item3CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3CD.Increment = 0.1;
     this.DbInput_Item3CD.Location = new System.Drawing.Point(161, 133);
     this.DbInput_Item3CD.MaxValue = 10000;
     this.DbInput_Item3CD.MinValue = 0;
     this.DbInput_Item3CD.Name = "DbInput_Item3CD";
     this.DbInput_Item3CD.ShowUpDown = true;
     this.DbInput_Item3CD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3CD.TabIndex = 85;
     this.DbInput_Item3CD.Value = 100;
     //
     // DbInput_Item3GD
     //
     //
     //
     //
     this.DbInput_Item3GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item3GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item3GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item3GD.Increment = 0.1;
     this.DbInput_Item3GD.Location = new System.Drawing.Point(161, 91);
     this.DbInput_Item3GD.MaxValue = 100;
     this.DbInput_Item3GD.MinValue = 0;
     this.DbInput_Item3GD.Name = "DbInput_Item3GD";
     this.DbInput_Item3GD.ShowUpDown = true;
     this.DbInput_Item3GD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item3GD.TabIndex = 84;
     this.DbInput_Item3GD.Value = 24;
     //
     // labelX32
     //
     this.labelX32.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX32.BackgroundStyle.Class = "";
     this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX32.Location = new System.Drawing.Point(342, 282);
     this.labelX32.Name = "labelX32";
     this.labelX32.Size = new System.Drawing.Size(130, 20);
     this.labelX32.TabIndex = 83;
     this.labelX32.Text = "��������ϵ��";
     this.labelX32.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_Item3_ZDCJGMJKDS
     //
     this.Lb_Item3_ZDCJGMJKDS.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.Lb_Item3_ZDCJGMJKDS.BackgroundStyle.Class = "";
     this.Lb_Item3_ZDCJGMJKDS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_Item3_ZDCJGMJKDS.Location = new System.Drawing.Point(342, 230);
     this.Lb_Item3_ZDCJGMJKDS.Name = "Lb_Item3_ZDCJGMJKDS";
     this.Lb_Item3_ZDCJGMJKDS.Size = new System.Drawing.Size(130, 20);
     this.Lb_Item3_ZDCJGMJKDS.TabIndex = 82;
     this.Lb_Item3_ZDCJGMJKDS.Text = "����ż���żܿ����";
     this.Lb_Item3_ZDCJGMJKDS.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX30
     //
     this.labelX30.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX30.BackgroundStyle.Class = "";
     this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX30.Location = new System.Drawing.Point(342, 179);
     this.labelX30.Name = "labelX30";
     this.labelX30.Size = new System.Drawing.Size(130, 20);
     this.labelX30.TabIndex = 81;
     this.labelX30.Text = "����ſ�Խ�żܿ����";
     this.labelX30.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX29
     //
     this.labelX29.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX29.BackgroundStyle.Class = "";
     this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX29.Location = new System.Drawing.Point(342, 133);
     this.labelX29.Name = "labelX29";
     this.labelX29.Size = new System.Drawing.Size(130, 20);
     this.labelX29.TabIndex = 80;
     this.labelX29.Text = "����ſ��żܲ���";
     this.labelX29.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Cbx_Item3JDCSZ
     //
     this.Cbx_Item3JDCSZ.DisplayMember = "Text";
     this.Cbx_Item3JDCSZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item3JDCSZ.FormattingEnabled = true;
     this.Cbx_Item3JDCSZ.ItemHeight = 15;
     this.Cbx_Item3JDCSZ.Items.AddRange(new object[] {
     this.comboItem58,
     this.comboItem59});
     this.Cbx_Item3JDCSZ.Location = new System.Drawing.Point(478, 91);
     this.Cbx_Item3JDCSZ.Name = "Cbx_Item3JDCSZ";
     this.Cbx_Item3JDCSZ.Size = new System.Drawing.Size(87, 21);
     this.Cbx_Item3JDCSZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item3JDCSZ.TabIndex = 79;
     this.Cbx_Item3JDCSZ.SelectedIndexChanged += new System.EventHandler(this.Cbx_Item3JDCSZ_SelectedIndexChanged);
     //
     // comboItem58
     //
     this.comboItem58.Text = "�������� ";
     //
     // comboItem59
     //
     this.comboItem59.Text = "����������";
     //
     // labelX28
     //
     this.labelX28.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX28.BackgroundStyle.Class = "";
     this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX28.Location = new System.Drawing.Point(342, 91);
     this.labelX28.Name = "labelX28";
     this.labelX28.Size = new System.Drawing.Size(130, 20);
     this.labelX28.TabIndex = 74;
     this.labelX28.Text = "���������";
     this.labelX28.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX27
     //
     this.labelX27.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX27.BackgroundStyle.Class = "";
     this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX27.Location = new System.Drawing.Point(25, 282);
     this.labelX27.Name = "labelX27";
     this.labelX27.Size = new System.Drawing.Size(130, 20);
     this.labelX27.TabIndex = 73;
     this.labelX27.Text = "���ְ�������";
     this.labelX27.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX26
     //
     this.labelX26.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX26.BackgroundStyle.Class = "";
     this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX26.Location = new System.Drawing.Point(25, 230);
     this.labelX26.Name = "labelX26";
     this.labelX26.Size = new System.Drawing.Size(130, 20);
     this.labelX26.TabIndex = 72;
     this.labelX26.Text = "�żܿ��l(m)";
     this.labelX26.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX25
     //
     this.labelX25.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX25.BackgroundStyle.Class = "";
     this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX25.Location = new System.Drawing.Point(25, 179);
     this.labelX25.Name = "labelX25";
     this.labelX25.Size = new System.Drawing.Size(130, 20);
     this.labelX25.TabIndex = 71;
     this.labelX25.Text = "�żܲ���h(m)";
     this.labelX25.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX24
     //
     this.labelX24.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX24.BackgroundStyle.Class = "";
     this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX24.Location = new System.Drawing.Point(25, 133);
     this.labelX24.Name = "labelX24";
     this.labelX24.Size = new System.Drawing.Size(130, 20);
     this.labelX24.TabIndex = 70;
     this.labelX24.Text = "���ּܴ��賤��L1(m)";
     this.labelX24.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX23
     //
     this.labelX23.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX23.BackgroundStyle.Class = "";
     this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX23.Location = new System.Drawing.Point(25, 91);
     this.labelX23.Name = "labelX23";
     this.labelX23.Size = new System.Drawing.Size(130, 20);
     this.labelX23.TabIndex = 69;
     this.labelX23.Text = "���ּܴ���߶�H(m)";
     this.labelX23.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // YLtabItem3
     //
     this.YLtabItem3.AttachedControl = this.tabControlPanel3;
     this.YLtabItem3.Name = "YLtabItem3";
     this.YLtabItem3.Text = "��ʽ���ּ����ϼ���";
     this.YLtabItem3.Visible = false;
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.groupBox4);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.YLtabItem4;
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox4.Controls.Add(this.TB_Item4ZZBZZ);
     this.groupBox4.Controls.Add(this.Db_Item4FZXS);
     this.groupBox4.Controls.Add(this.Db_Item4FYGDBHXS);
     this.groupBox4.Controls.Add(this.Db_Item4FHZTXXS);
     this.groupBox4.Controls.Add(this.Db_Item4JBFY);
     this.groupBox4.Controls.Add(this.Db_Item4HZBZZ);
     this.groupBox4.Controls.Add(this.Db_Item4GSSDLZZ);
     this.groupBox4.Controls.Add(this.Db_Item4BJYXS);
     this.groupBox4.Controls.Add(this.Db_Item4AQXS);
     this.groupBox4.Controls.Add(this.Db_Item4SLGSSS);
     this.groupBox4.Controls.Add(this.Db_Item4LJZH);
     this.groupBox4.Controls.Add(this.Db_Item4GSSZJ);
     this.groupBox4.Controls.Add(this.labelX56);
     this.groupBox4.Controls.Add(this.labelX55);
     this.groupBox4.Controls.Add(this.labelX54);
     this.groupBox4.Controls.Add(this.labelX53);
     this.groupBox4.Controls.Add(this.labelX52);
     this.groupBox4.Controls.Add(this.labelX51);
     this.groupBox4.Controls.Add(this.labelX50);
     this.groupBox4.Controls.Add(this.labelX49);
     this.groupBox4.Controls.Add(this.labelX48);
     this.groupBox4.Controls.Add(this.labelX47);
     this.groupBox4.Controls.Add(this.labelX46);
     this.groupBox4.Controls.Add(this.labelX45);
     this.groupBox4.Controls.Add(this.Db_Item4KJQD);
     this.groupBox4.Controls.Add(this.Db_Item4KWQD);
     this.groupBox4.Controls.Add(this.Db_Item4JMDKJ);
     this.groupBox4.Controls.Add(this.Db_Item4JMGXJ);
     this.groupBox4.Controls.Add(this.Db_Item4XTLMJJ);
     this.groupBox4.Controls.Add(this.Db_Item4WDXS);
     this.groupBox4.Controls.Add(this.Db_Item4HBZDJL);
     this.groupBox4.Controls.Add(this.Db_Item4DLDDJL);
     this.groupBox4.Controls.Add(this.labelX44);
     this.groupBox4.Controls.Add(this.labelX43);
     this.groupBox4.Controls.Add(this.labelX42);
     this.groupBox4.Controls.Add(this.Db_Item4XTLFBHD);
     this.groupBox4.Controls.Add(this.Db_Item4PZZL);
     this.groupBox4.Controls.Add(this.Db_Item4GD);
     this.groupBox4.Controls.Add(this.Db_Item4KD);
     this.groupBox4.Controls.Add(this.Db_Item4CD);
     this.groupBox4.Controls.Add(this.labelX31);
     this.groupBox4.Controls.Add(this.labelX33);
     this.groupBox4.Controls.Add(this.labelX34);
     this.groupBox4.Controls.Add(this.labelX35);
     this.groupBox4.Controls.Add(this.labelX36);
     this.groupBox4.Controls.Add(this.labelX37);
     this.groupBox4.Controls.Add(this.labelX38);
     this.groupBox4.Controls.Add(this.labelX39);
     this.groupBox4.Controls.Add(this.labelX40);
     this.groupBox4.Controls.Add(this.labelX41);
     this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox4.Location = new System.Drawing.Point(1, 1);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(634, 380);
     this.groupBox4.TabIndex = 88;
     this.groupBox4.TabStop = false;
     //
     // TB_Item4ZZBZZ
     //
     this.TB_Item4ZZBZZ.AcceptsReturn = true;
     this.TB_Item4ZZBZZ.BackColor = System.Drawing.SystemColors.Window;
     this.TB_Item4ZZBZZ.Location = new System.Drawing.Point(544, 181);
     this.TB_Item4ZZBZZ.Name = "TB_Item4ZZBZZ";
     this.TB_Item4ZZBZZ.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.TB_Item4ZZBZZ.Size = new System.Drawing.Size(87, 21);
     this.TB_Item4ZZBZZ.TabIndex = 131;
     this.TB_Item4ZZBZZ.Text = "0.205";
     this.TB_Item4ZZBZZ.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.TB_Item4ZZBZZ.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TB_Item4ZZBZZ_KeyPress);
     //
     // Db_Item4FZXS
     //
     //
     //
     //
     this.Db_Item4FZXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4FZXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4FZXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4FZXS.Increment = 0.1;
     this.Db_Item4FZXS.Location = new System.Drawing.Point(544, 308);
     this.Db_Item4FZXS.MinValue = 0;
     this.Db_Item4FZXS.Name = "Db_Item4FZXS";
     this.Db_Item4FZXS.ShowUpDown = true;
     this.Db_Item4FZXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4FZXS.TabIndex = 130;
     this.Db_Item4FZXS.Value = 1;
     //
     // Db_Item4FYGDBHXS
     //
     //
     //
     //
     this.Db_Item4FYGDBHXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4FYGDBHXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4FYGDBHXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4FYGDBHXS.Increment = 0.01;
     this.Db_Item4FYGDBHXS.Location = new System.Drawing.Point(544, 282);
     this.Db_Item4FYGDBHXS.MinValue = 0;
     this.Db_Item4FYGDBHXS.Name = "Db_Item4FYGDBHXS";
     this.Db_Item4FYGDBHXS.ShowUpDown = true;
     this.Db_Item4FYGDBHXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4FYGDBHXS.TabIndex = 129;
     this.Db_Item4FYGDBHXS.Value = 1.35;
     //
     // Db_Item4FHZTXXS
     //
     //
     //
     //
     this.Db_Item4FHZTXXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4FHZTXXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4FHZTXXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4FHZTXXS.Increment = 0.1;
     this.Db_Item4FHZTXXS.Location = new System.Drawing.Point(544, 257);
     this.Db_Item4FHZTXXS.MinValue = 0;
     this.Db_Item4FHZTXXS.Name = "Db_Item4FHZTXXS";
     this.Db_Item4FHZTXXS.ShowUpDown = true;
     this.Db_Item4FHZTXXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4FHZTXXS.TabIndex = 128;
     this.Db_Item4FHZTXXS.Value = 0.8;
     //
     // Db_Item4JBFY
     //
     //
     //
     //
     this.Db_Item4JBFY.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4JBFY.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4JBFY.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4JBFY.Increment = 0.1;
     this.Db_Item4JBFY.Location = new System.Drawing.Point(544, 230);
     this.Db_Item4JBFY.MinValue = 0;
     this.Db_Item4JBFY.Name = "Db_Item4JBFY";
     this.Db_Item4JBFY.ShowUpDown = true;
     this.Db_Item4JBFY.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4JBFY.TabIndex = 127;
     this.Db_Item4JBFY.Value = 0.3;
     //
     // Db_Item4HZBZZ
     //
     //
     //
     //
     this.Db_Item4HZBZZ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4HZBZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4HZBZZ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4HZBZZ.Increment = 0.1;
     this.Db_Item4HZBZZ.Location = new System.Drawing.Point(544, 203);
     this.Db_Item4HZBZZ.MinValue = 0;
     this.Db_Item4HZBZZ.Name = "Db_Item4HZBZZ";
     this.Db_Item4HZBZZ.ShowUpDown = true;
     this.Db_Item4HZBZZ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4HZBZZ.TabIndex = 126;
     this.Db_Item4HZBZZ.Value = 1;
     //
     // Db_Item4GSSDLZZ
     //
     //
     //
     //
     this.Db_Item4GSSDLZZ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4GSSDLZZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4GSSDLZZ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4GSSDLZZ.Increment = 0.1;
     this.Db_Item4GSSDLZZ.Location = new System.Drawing.Point(544, 153);
     this.Db_Item4GSSDLZZ.MinValue = 0;
     this.Db_Item4GSSDLZZ.Name = "Db_Item4GSSDLZZ";
     this.Db_Item4GSSDLZZ.ShowUpDown = true;
     this.Db_Item4GSSDLZZ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4GSSDLZZ.TabIndex = 124;
     this.Db_Item4GSSDLZZ.Value = 6;
     //
     // Db_Item4BJYXS
     //
     //
     //
     //
     this.Db_Item4BJYXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4BJYXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4BJYXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4BJYXS.Increment = 0.01;
     this.Db_Item4BJYXS.Location = new System.Drawing.Point(544, 124);
     this.Db_Item4BJYXS.MinValue = 0;
     this.Db_Item4BJYXS.Name = "Db_Item4BJYXS";
     this.Db_Item4BJYXS.ShowUpDown = true;
     this.Db_Item4BJYXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4BJYXS.TabIndex = 123;
     this.Db_Item4BJYXS.Value = 0.85;
     //
     // Db_Item4AQXS
     //
     //
     //
     //
     this.Db_Item4AQXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4AQXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4AQXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4AQXS.Increment = 0.1;
     this.Db_Item4AQXS.Location = new System.Drawing.Point(544, 98);
     this.Db_Item4AQXS.MinValue = 0;
     this.Db_Item4AQXS.Name = "Db_Item4AQXS";
     this.Db_Item4AQXS.ShowUpDown = true;
     this.Db_Item4AQXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4AQXS.TabIndex = 122;
     this.Db_Item4AQXS.Value = 7;
     //
     // Db_Item4SLGSSS
     //
     //
     //
     //
     this.Db_Item4SLGSSS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4SLGSSS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4SLGSSS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4SLGSSS.Increment = 0.1;
     this.Db_Item4SLGSSS.Location = new System.Drawing.Point(544, 73);
     this.Db_Item4SLGSSS.MinValue = 0;
     this.Db_Item4SLGSSS.Name = "Db_Item4SLGSSS";
     this.Db_Item4SLGSSS.ShowUpDown = true;
     this.Db_Item4SLGSSS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4SLGSSS.TabIndex = 121;
     this.Db_Item4SLGSSS.Value = 2;
     //
     // Db_Item4LJZH
     //
     //
     //
     //
     this.Db_Item4LJZH.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4LJZH.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4LJZH.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4LJZH.Increment = 0.1;
     this.Db_Item4LJZH.Location = new System.Drawing.Point(544, 46);
     this.Db_Item4LJZH.MinValue = 0;
     this.Db_Item4LJZH.Name = "Db_Item4LJZH";
     this.Db_Item4LJZH.ShowUpDown = true;
     this.Db_Item4LJZH.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4LJZH.TabIndex = 120;
     this.Db_Item4LJZH.Value = 269.4;
     //
     // Db_Item4GSSZJ
     //
     //
     //
     //
     this.Db_Item4GSSZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4GSSZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4GSSZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4GSSZJ.Increment = 0.1;
     this.Db_Item4GSSZJ.Location = new System.Drawing.Point(544, 20);
     this.Db_Item4GSSZJ.MinValue = 0;
     this.Db_Item4GSSZJ.Name = "Db_Item4GSSZJ";
     this.Db_Item4GSSZJ.ShowUpDown = true;
     this.Db_Item4GSSZJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4GSSZJ.TabIndex = 119;
     this.Db_Item4GSSZJ.Value = 19.5;
     //
     // labelX56
     //
     this.labelX56.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX56.BackgroundStyle.Class = "";
     this.labelX56.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX56.Location = new System.Drawing.Point(342, 308);
     this.labelX56.Name = "labelX56";
     this.labelX56.Size = new System.Drawing.Size(196, 20);
     this.labelX56.TabIndex = 118;
     this.labelX56.Text = "����ϵ��";
     this.labelX56.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX55
     //
     this.labelX55.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX55.BackgroundStyle.Class = "";
     this.labelX55.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX55.Location = new System.Drawing.Point(342, 282);
     this.labelX55.Name = "labelX55";
     this.labelX55.Size = new System.Drawing.Size(196, 20);
     this.labelX55.TabIndex = 117;
     this.labelX55.Text = "��ѹ�߶ȱ仯ϵ��";
     this.labelX55.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX54
     //
     this.labelX54.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX54.BackgroundStyle.Class = "";
     this.labelX54.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX54.Location = new System.Drawing.Point(342, 256);
     this.labelX54.Name = "labelX54";
     this.labelX54.Size = new System.Drawing.Size(196, 20);
     this.labelX54.TabIndex = 116;
     this.labelX54.Text = "���������ϵ��";
     this.labelX54.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX53
     //
     this.labelX53.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX53.BackgroundStyle.Class = "";
     this.labelX53.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX53.Location = new System.Drawing.Point(342, 230);
     this.labelX53.Name = "labelX53";
     this.labelX53.Size = new System.Drawing.Size(196, 20);
     this.labelX53.TabIndex = 115;
     this.labelX53.Text = "������ѹ��0��KN/m2��";
     this.labelX53.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX52
     //
     this.labelX52.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX52.BackgroundStyle.Class = "";
     this.labelX52.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX52.Location = new System.Drawing.Point(342, 203);
     this.labelX52.Name = "labelX52";
     this.labelX52.Size = new System.Drawing.Size(196, 20);
     this.labelX52.TabIndex = 114;
     this.labelX52.Text = "ʩ������ر�׼ֵqk��KN/m2��";
     this.labelX52.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX51
     //
     this.labelX51.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX51.BackgroundStyle.Class = "";
     this.labelX51.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX51.Location = new System.Drawing.Point(342, 179);
     this.labelX51.Name = "labelX51";
     this.labelX51.Size = new System.Drawing.Size(196, 20);
     this.labelX51.TabIndex = 113;
     this.labelX51.Text = "���������ر�׼ֵgk��kN/m��";
     this.labelX51.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX50
     //
     this.labelX50.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX50.BackgroundStyle.Class = "";
     this.labelX50.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX50.Location = new System.Drawing.Point(342, 153);
     this.labelX50.Name = "labelX50";
     this.labelX50.Size = new System.Drawing.Size(196, 20);
     this.labelX50.TabIndex = 112;
     this.labelX50.Text = "��˿�����������ر�׼ֵGk��kN��";
     this.labelX50.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX49
     //
     this.labelX49.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX49.BackgroundStyle.Class = "";
     this.labelX49.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX49.Location = new System.Drawing.Point(342, 124);
     this.labelX49.Name = "labelX49";
     this.labelX49.Size = new System.Drawing.Size(196, 20);
     this.labelX49.TabIndex = 111;
     this.labelX49.Text = "������ϵ����";
     this.labelX49.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX48
     //
     this.labelX48.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX48.BackgroundStyle.Class = "";
     this.labelX48.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX48.Location = new System.Drawing.Point(342, 98);
     this.labelX48.Name = "labelX48";
     this.labelX48.Size = new System.Drawing.Size(196, 20);
     this.labelX48.TabIndex = 110;
     this.labelX48.Text = "��ȫϵ��K";
     this.labelX48.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX47
     //
     this.labelX47.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX47.BackgroundStyle.Class = "";
     this.labelX47.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX47.Location = new System.Drawing.Point(342, 72);
     this.labelX47.Name = "labelX47";
     this.labelX47.Size = new System.Drawing.Size(196, 20);
     this.labelX47.TabIndex = 109;
     this.labelX47.Text = "ÿ鯼���������˿����n";
     this.labelX47.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX46
     //
     this.labelX46.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX46.BackgroundStyle.Class = "";
     this.labelX46.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX46.Location = new System.Drawing.Point(342, 46);
     this.labelX46.Name = "labelX46";
     this.labelX46.Size = new System.Drawing.Size(196, 20);
     this.labelX46.TabIndex = 108;
     this.labelX46.Text = "��˿�ƶ������ܺͣ�kN��";
     this.labelX46.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX45
     //
     this.labelX45.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX45.BackgroundStyle.Class = "";
     this.labelX45.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX45.Location = new System.Drawing.Point(342, 20);
     this.labelX45.Name = "labelX45";
     this.labelX45.Size = new System.Drawing.Size(196, 20);
     this.labelX45.TabIndex = 107;
     this.labelX45.Text = "��˿��ֱ����mm��";
     this.labelX45.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Db_Item4KJQD
     //
     //
     //
     //
     this.Db_Item4KJQD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4KJQD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4KJQD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4KJQD.Increment = 0.1;
     this.Db_Item4KJQD.Location = new System.Drawing.Point(239, 334);
     this.Db_Item4KJQD.MinValue = 0;
     this.Db_Item4KJQD.Name = "Db_Item4KJQD";
     this.Db_Item4KJQD.ShowUpDown = true;
     this.Db_Item4KJQD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4KJQD.TabIndex = 106;
     this.Db_Item4KJQD.Value = 125;
     //
     // Db_Item4KWQD
     //
     //
     //
     //
     this.Db_Item4KWQD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4KWQD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4KWQD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4KWQD.Increment = 0.1;
     this.Db_Item4KWQD.Location = new System.Drawing.Point(239, 308);
     this.Db_Item4KWQD.MinValue = 0;
     this.Db_Item4KWQD.Name = "Db_Item4KWQD";
     this.Db_Item4KWQD.ShowUpDown = true;
     this.Db_Item4KWQD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4KWQD.TabIndex = 105;
     this.Db_Item4KWQD.Value = 205;
     //
     // Db_Item4JMDKJ
     //
     //
     //
     //
     this.Db_Item4JMDKJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4JMDKJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4JMDKJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4JMDKJ.Increment = 0.1;
     this.Db_Item4JMDKJ.Location = new System.Drawing.Point(239, 203);
     this.Db_Item4JMDKJ.MinValue = 0;
     this.Db_Item4JMDKJ.Name = "Db_Item4JMDKJ";
     this.Db_Item4JMDKJ.ShowUpDown = true;
     this.Db_Item4JMDKJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4JMDKJ.TabIndex = 104;
     this.Db_Item4JMDKJ.Value = 141;
     //
     // Db_Item4JMGXJ
     //
     //
     //
     //
     this.Db_Item4JMGXJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4JMGXJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4JMGXJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4JMGXJ.Increment = 0.1;
     this.Db_Item4JMGXJ.Location = new System.Drawing.Point(239, 177);
     this.Db_Item4JMGXJ.MinValue = 0;
     this.Db_Item4JMGXJ.Name = "Db_Item4JMGXJ";
     this.Db_Item4JMGXJ.ShowUpDown = true;
     this.Db_Item4JMGXJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4JMGXJ.TabIndex = 103;
     this.Db_Item4JMGXJ.Value = 1130;
     //
     // Db_Item4XTLMJJ
     //
     //
     //
     //
     this.Db_Item4XTLMJJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4XTLMJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4XTLMJJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4XTLMJJ.Increment = 0.1;
     this.Db_Item4XTLMJJ.Location = new System.Drawing.Point(239, 151);
     this.Db_Item4XTLMJJ.MinValue = 0;
     this.Db_Item4XTLMJJ.Name = "Db_Item4XTLMJJ";
     this.Db_Item4XTLMJJ.ShowUpDown = true;
     this.Db_Item4XTLMJJ.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4XTLMJJ.TabIndex = 102;
     this.Db_Item4XTLMJJ.Value = 50;
     //
     // Db_Item4WDXS
     //
     //
     //
     //
     this.Db_Item4WDXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4WDXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4WDXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4WDXS.Increment = 0.1;
     this.Db_Item4WDXS.Location = new System.Drawing.Point(239, 282);
     this.Db_Item4WDXS.MinValue = 0;
     this.Db_Item4WDXS.Name = "Db_Item4WDXS";
     this.Db_Item4WDXS.ShowUpDown = true;
     this.Db_Item4WDXS.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4WDXS.TabIndex = 101;
     this.Db_Item4WDXS.Value = 2;
     //
     // Db_Item4HBZDJL
     //
     //
     //
     //
     this.Db_Item4HBZDJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4HBZDJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4HBZDJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4HBZDJL.Increment = 0.1;
     this.Db_Item4HBZDJL.Location = new System.Drawing.Point(239, 257);
     this.Db_Item4HBZDJL.MinValue = 0;
     this.Db_Item4HBZDJL.Name = "Db_Item4HBZDJL";
     this.Db_Item4HBZDJL.ShowUpDown = true;
     this.Db_Item4HBZDJL.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4HBZDJL.TabIndex = 100;
     this.Db_Item4HBZDJL.Value = 4;
     //
     // Db_Item4DLDDJL
     //
     //
     //
     //
     this.Db_Item4DLDDJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4DLDDJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4DLDDJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4DLDDJL.Increment = 0.1;
     this.Db_Item4DLDDJL.Location = new System.Drawing.Point(239, 230);
     this.Db_Item4DLDDJL.MinValue = 0;
     this.Db_Item4DLDDJL.Name = "Db_Item4DLDDJL";
     this.Db_Item4DLDDJL.ShowUpDown = true;
     this.Db_Item4DLDDJL.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4DLDDJL.TabIndex = 99;
     this.Db_Item4DLDDJL.Value = 1.2;
     //
     // labelX44
     //
     this.labelX44.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX44.BackgroundStyle.Class = "";
     this.labelX44.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX44.Location = new System.Drawing.Point(6, 334);
     this.labelX44.Name = "labelX44";
     this.labelX44.Size = new System.Drawing.Size(227, 20);
     this.labelX44.TabIndex = 98;
     this.labelX44.Text = " ����������ǿ�����ֵf��N/mm2��";
     this.labelX44.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX43
     //
     this.labelX43.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX43.BackgroundStyle.Class = "";
     this.labelX43.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX43.Location = new System.Drawing.Point(6, 308);
     this.labelX43.Name = "labelX43";
     this.labelX43.Size = new System.Drawing.Size(227, 20);
     this.labelX43.TabIndex = 97;
     this.labelX43.Text = "����������ǿ�����ֵf��N/mm2��";
     this.labelX43.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX42
     //
     this.labelX42.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX42.BackgroundStyle.Class = "";
     this.labelX42.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX42.Location = new System.Drawing.Point(6, 282);
     this.labelX42.Name = "labelX42";
     this.labelX42.Size = new System.Drawing.Size(227, 20);
     this.labelX42.TabIndex = 96;
     this.labelX42.Text = "�����������ȶ�ϵ��";
     this.labelX42.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Db_Item4XTLFBHD
     //
     //
     //
     //
     this.Db_Item4XTLFBHD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4XTLFBHD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4XTLFBHD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4XTLFBHD.Increment = 0.01;
     this.Db_Item4XTLFBHD.Location = new System.Drawing.Point(239, 124);
     this.Db_Item4XTLFBHD.MinValue = 0;
     this.Db_Item4XTLFBHD.Name = "Db_Item4XTLFBHD";
     this.Db_Item4XTLFBHD.ShowUpDown = true;
     this.Db_Item4XTLFBHD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4XTLFBHD.TabIndex = 91;
     this.Db_Item4XTLFBHD.Value = 0.99;
     //
     // Db_Item4PZZL
     //
     //
     //
     //
     this.Db_Item4PZZL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4PZZL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4PZZL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4PZZL.Increment = 0.1;
     this.Db_Item4PZZL.Location = new System.Drawing.Point(239, 98);
     this.Db_Item4PZZL.MinValue = 0;
     this.Db_Item4PZZL.Name = "Db_Item4PZZL";
     this.Db_Item4PZZL.ShowUpDown = true;
     this.Db_Item4PZZL.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4PZZL.TabIndex = 87;
     this.Db_Item4PZZL.Value = 3000;
     //
     // Db_Item4GD
     //
     //
     //
     //
     this.Db_Item4GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4GD.Increment = 0.1;
     this.Db_Item4GD.Location = new System.Drawing.Point(239, 72);
     this.Db_Item4GD.MinValue = 0;
     this.Db_Item4GD.Name = "Db_Item4GD";
     this.Db_Item4GD.ShowUpDown = true;
     this.Db_Item4GD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4GD.TabIndex = 86;
     this.Db_Item4GD.Value = 1.2;
     //
     // Db_Item4KD
     //
     //
     //
     //
     this.Db_Item4KD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4KD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4KD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4KD.Increment = 0.1;
     this.Db_Item4KD.Location = new System.Drawing.Point(239, 46);
     this.Db_Item4KD.MinValue = 0;
     this.Db_Item4KD.Name = "Db_Item4KD";
     this.Db_Item4KD.ShowUpDown = true;
     this.Db_Item4KD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4KD.TabIndex = 85;
     this.Db_Item4KD.Value = 0.7;
     //
     // Db_Item4CD
     //
     //
     //
     //
     this.Db_Item4CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.Db_Item4CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Db_Item4CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.Db_Item4CD.Increment = 0.1;
     this.Db_Item4CD.Location = new System.Drawing.Point(239, 20);
     this.Db_Item4CD.MinValue = 0;
     this.Db_Item4CD.Name = "Db_Item4CD";
     this.Db_Item4CD.ShowUpDown = true;
     this.Db_Item4CD.Size = new System.Drawing.Size(87, 21);
     this.Db_Item4CD.TabIndex = 84;
     this.Db_Item4CD.Value = 2.4;
     //
     // labelX31
     //
     this.labelX31.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX31.BackgroundStyle.Class = "";
     this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX31.Location = new System.Drawing.Point(6, 256);
     this.labelX31.Name = "labelX31";
     this.labelX31.Size = new System.Drawing.Size(227, 20);
     this.labelX31.TabIndex = 83;
     this.labelX31.Text = "������ǰ��֧������֧�����L2��m��";
     this.labelX31.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX33
     //
     this.labelX33.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX33.BackgroundStyle.Class = "";
     this.labelX33.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX33.Location = new System.Drawing.Point(6, 230);
     this.labelX33.Name = "labelX33";
     this.labelX33.Size = new System.Drawing.Size(227, 20);
     this.labelX33.TabIndex = 82;
     this.labelX33.Text = "������ǰ��֧���������������L1��m��";
     this.labelX33.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX34
     //
     this.labelX34.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX34.BackgroundStyle.Class = "";
     this.labelX34.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX34.Location = new System.Drawing.Point(6, 203);
     this.labelX34.Name = "labelX34";
     this.labelX34.Size = new System.Drawing.Size(227, 20);
     this.labelX34.TabIndex = 81;
     this.labelX34.Text = "����������ֿ���W��cm3��";
     this.labelX34.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX35
     //
     this.labelX35.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX35.BackgroundStyle.Class = "";
     this.labelX35.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX35.Location = new System.Drawing.Point(6, 177);
     this.labelX35.Name = "labelX35";
     this.labelX35.Size = new System.Drawing.Size(227, 20);
     this.labelX35.TabIndex = 80;
     this.labelX35.Text = "������������Ծ�I��cm4��";
     this.labelX35.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX36
     //
     this.labelX36.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX36.BackgroundStyle.Class = "";
     this.labelX36.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX36.Location = new System.Drawing.Point(6, 151);
     this.labelX36.Name = "labelX36";
     this.labelX36.Size = new System.Drawing.Size(227, 20);
     this.labelX36.TabIndex = 74;
     this.labelX36.Text = "�����������S��cm3��";
     this.labelX36.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX37
     //
     this.labelX37.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX37.BackgroundStyle.Class = "";
     this.labelX37.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX37.Location = new System.Drawing.Point(6, 98);
     this.labelX37.Name = "labelX37";
     this.labelX37.Size = new System.Drawing.Size(227, 20);
     this.labelX37.TabIndex = 73;
     this.labelX37.Text = "��������m��kg��";
     this.labelX37.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX38
     //
     this.labelX38.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX38.BackgroundStyle.Class = "";
     this.labelX38.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX38.Location = new System.Drawing.Point(6, 124);
     this.labelX38.Name = "labelX38";
     this.labelX38.Size = new System.Drawing.Size(227, 21);
     this.labelX38.TabIndex = 72;
     this.labelX38.Text = "������������tw(cm)";
     this.labelX38.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX39
     //
     this.labelX39.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX39.BackgroundStyle.Class = "";
     this.labelX39.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX39.Location = new System.Drawing.Point(6, 72);
     this.labelX39.Name = "labelX39";
     this.labelX39.Size = new System.Drawing.Size(227, 20);
     this.labelX39.TabIndex = 71;
     this.labelX39.Text = "�����߶ȣ�m��";
     this.labelX39.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX40
     //
     this.labelX40.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX40.BackgroundStyle.Class = "";
     this.labelX40.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX40.Location = new System.Drawing.Point(6, 46);
     this.labelX40.Name = "labelX40";
     this.labelX40.Size = new System.Drawing.Size(227, 20);
     this.labelX40.TabIndex = 70;
     this.labelX40.Text = "������ȣ�m��";
     this.labelX40.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX41
     //
     this.labelX41.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX41.BackgroundStyle.Class = "";
     this.labelX41.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX41.Location = new System.Drawing.Point(6, 20);
     this.labelX41.Name = "labelX41";
     this.labelX41.Size = new System.Drawing.Size(227, 20);
     this.labelX41.TabIndex = 69;
     this.labelX41.Text = "�������ȣ�m��";
     this.labelX41.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // YLtabItem4
     //
     this.YLtabItem4.AttachedControl = this.tabControlPanel4;
     this.YLtabItem4.Name = "YLtabItem4";
     this.YLtabItem4.Text = "�������ּ����ϼ���";
     this.YLtabItem4.Visible = false;
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
     this.tabControlPanel1.Controls.Add(this.Tb_MaterialWCDHGQZ);
     this.tabControlPanel1.Controls.Add(this.IntInput_MaterialJDCJGLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialWCDHGQZ);
     this.tabControlPanel1.Controls.Add(this.IntInput_MaterialJDCKYLGZJ);
     this.tabControlPanel1.Controls.Add(this.IntInput_MaterialJDCKYBJ);
     this.tabControlPanel1.Controls.Add(this.Tb_MaterialGGLX);
     this.tabControlPanel1.Controls.Add(this.Cb_MaterialJDCSZ);
     this.tabControlPanel1.Controls.Add(this.DBIput_MaterialCLYLXS);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialLQJL);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialGGLX);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialCLYLXS);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCJGLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCKYLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCKYBJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialJDCSZ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialWCDHGJJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialLQJL);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialBJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialBJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialLGZJ);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialLGHJ);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialLGZJ);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialLGHJ);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialDSCD);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialDSCD);
     this.tabControlPanel1.Controls.Add(this.DbInput_MaterialDSGD);
     this.tabControlPanel1.Controls.Add(this.Lb_MaterialDSGD);
     this.tabControlPanel1.Controls.Add(this.groupBox1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.YLtabItem1;
     //
     // IntInput_MaterialJDCJGLGZJ
     //
     //
     //
     //
     this.IntInput_MaterialJDCJGLGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_MaterialJDCJGLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_MaterialJDCJGLGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_MaterialJDCJGLGZJ.Enabled = false;
     this.IntInput_MaterialJDCJGLGZJ.Location = new System.Drawing.Point(499, 201);
     this.IntInput_MaterialJDCJGLGZJ.MaxValue = 100;
     this.IntInput_MaterialJDCJGLGZJ.MinValue = 0;
     this.IntInput_MaterialJDCJGLGZJ.Name = "IntInput_MaterialJDCJGLGZJ";
     this.IntInput_MaterialJDCJGLGZJ.ShowUpDown = true;
     this.IntInput_MaterialJDCJGLGZJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_MaterialJDCJGLGZJ.TabIndex = 82;
     //
     // IntInput_MaterialJDCKYLGZJ
     //
     //
     //
     //
     this.IntInput_MaterialJDCKYLGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_MaterialJDCKYLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_MaterialJDCKYLGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_MaterialJDCKYLGZJ.Location = new System.Drawing.Point(499, 165);
     this.IntInput_MaterialJDCKYLGZJ.MaxValue = 7;
     this.IntInput_MaterialJDCKYLGZJ.MinValue = 4;
     this.IntInput_MaterialJDCKYLGZJ.Name = "IntInput_MaterialJDCKYLGZJ";
     this.IntInput_MaterialJDCKYLGZJ.ShowUpDown = true;
     this.IntInput_MaterialJDCKYLGZJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_MaterialJDCKYLGZJ.TabIndex = 83;
     this.IntInput_MaterialJDCKYLGZJ.Value = 5;
     //
     // IntInput_MaterialJDCKYBJ
     //
     //
     //
     //
     this.IntInput_MaterialJDCKYBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_MaterialJDCKYBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_MaterialJDCKYBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_MaterialJDCKYBJ.Location = new System.Drawing.Point(499, 130);
     this.IntInput_MaterialJDCKYBJ.MaxValue = 10;
     this.IntInput_MaterialJDCKYBJ.MinValue = 0;
     this.IntInput_MaterialJDCKYBJ.Name = "IntInput_MaterialJDCKYBJ";
     this.IntInput_MaterialJDCKYBJ.ShowUpDown = true;
     this.IntInput_MaterialJDCKYBJ.Size = new System.Drawing.Size(87, 21);
     this.IntInput_MaterialJDCKYBJ.TabIndex = 84;
     this.IntInput_MaterialJDCKYBJ.Value = 3;
     //
     // Tb_MaterialGGLX
     //
     //
     //
     //
     this.Tb_MaterialGGLX.Border.Class = "TextBoxBorder";
     this.Tb_MaterialGGLX.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_MaterialGGLX.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Tb_MaterialGGLX.Location = new System.Drawing.Point(499, 274);
     this.Tb_MaterialGGLX.Name = "Tb_MaterialGGLX";
     this.Tb_MaterialGGLX.ReadOnly = true;
     this.Tb_MaterialGGLX.Size = new System.Drawing.Size(87, 21);
     this.Tb_MaterialGGLX.TabIndex = 81;
     this.Tb_MaterialGGLX.Text = "��48.3��3.6";
     this.Tb_MaterialGGLX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Cb_MaterialJDCSZ
     //
     this.Cb_MaterialJDCSZ.DisplayMember = "Text";
     this.Cb_MaterialJDCSZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_MaterialJDCSZ.FormattingEnabled = true;
     this.Cb_MaterialJDCSZ.ItemHeight = 15;
     this.Cb_MaterialJDCSZ.Items.AddRange(new object[] {
     this.comboItem3,
     this.comboItem4});
     this.Cb_MaterialJDCSZ.Location = new System.Drawing.Point(499, 92);
     this.Cb_MaterialJDCSZ.Name = "Cb_MaterialJDCSZ";
     this.Cb_MaterialJDCSZ.Size = new System.Drawing.Size(87, 21);
     this.Cb_MaterialJDCSZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_MaterialJDCSZ.TabIndex = 78;
     this.Cb_MaterialJDCSZ.SelectedIndexChanged += new System.EventHandler(this.Cb_MaterialJDCSZ_SelectedIndexChanged);
     //
     // comboItem3
     //
     this.comboItem3.Text = "�������� ";
     //
     // comboItem4
     //
     this.comboItem4.Text = "����������";
     //
     // DBIput_MaterialCLYLXS
     //
     //
     //
     //
     this.DBIput_MaterialCLYLXS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DBIput_MaterialCLYLXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DBIput_MaterialCLYLXS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DBIput_MaterialCLYLXS.Increment = 0.1;
     this.DBIput_MaterialCLYLXS.Location = new System.Drawing.Point(499, 237);
     this.DBIput_MaterialCLYLXS.MaxValue = 5;
     this.DBIput_MaterialCLYLXS.MinValue = 0.1;
     this.DBIput_MaterialCLYLXS.Name = "DBIput_MaterialCLYLXS";
     this.DBIput_MaterialCLYLXS.ShowUpDown = true;
     this.DBIput_MaterialCLYLXS.Size = new System.Drawing.Size(87, 21);
     this.DBIput_MaterialCLYLXS.TabIndex = 76;
     this.DBIput_MaterialCLYLXS.Value = 1.1;
     //
     // DbInput_MaterialLQJL
     //
     //
     //
     //
     this.DbInput_MaterialLQJL.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialLQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialLQJL.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialLQJL.Increment = 0.1;
     this.DbInput_MaterialLQJL.Location = new System.Drawing.Point(163, 253);
     this.DbInput_MaterialLQJL.MaxValue = 5;
     this.DbInput_MaterialLQJL.MinValue = 0.1;
     this.DbInput_MaterialLQJL.Name = "DbInput_MaterialLQJL";
     this.DbInput_MaterialLQJL.ShowUpDown = true;
     this.DbInput_MaterialLQJL.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialLQJL.TabIndex = 77;
     this.DbInput_MaterialLQJL.Value = 0.3;
     //
     // Lb_MaterialGGLX
     //
     //
     //
     //
     this.Lb_MaterialGGLX.BackgroundStyle.Class = "";
     this.Lb_MaterialGGLX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialGGLX.Location = new System.Drawing.Point(360, 274);
     this.Lb_MaterialGGLX.Name = "Lb_MaterialGGLX";
     this.Lb_MaterialGGLX.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialGGLX.TabIndex = 72;
     this.Lb_MaterialGGLX.Text = "�ֹ�����";
     this.Lb_MaterialGGLX.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialCLYLXS
     //
     //
     //
     //
     this.Lb_MaterialCLYLXS.BackgroundStyle.Class = "";
     this.Lb_MaterialCLYLXS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialCLYLXS.Location = new System.Drawing.Point(360, 238);
     this.Lb_MaterialCLYLXS.Name = "Lb_MaterialCLYLXS";
     this.Lb_MaterialCLYLXS.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialCLYLXS.TabIndex = 71;
     this.Lb_MaterialCLYLXS.Text = " ��������ϵ��";
     this.Lb_MaterialCLYLXS.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCJGLGZJ
     //
     //
     //
     //
     this.Lb_MaterialJDCJGLGZJ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCJGLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCJGLGZJ.Enabled = false;
     this.Lb_MaterialJDCJGLGZJ.Location = new System.Drawing.Point(360, 203);
     this.Lb_MaterialJDCJGLGZJ.Name = "Lb_MaterialJDCJGLGZJ";
     this.Lb_MaterialJDCJGLGZJ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCJGLGZJ.TabIndex = 73;
     this.Lb_MaterialJDCJGLGZJ.Text = "����ż�������ݾ���";
     this.Lb_MaterialJDCJGLGZJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCKYLGZJ
     //
     //
     //
     //
     this.Lb_MaterialJDCKYLGZJ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCKYLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCKYLGZJ.Location = new System.Drawing.Point(360, 166);
     this.Lb_MaterialJDCKYLGZJ.Name = "Lb_MaterialJDCKYLGZJ";
     this.Lb_MaterialJDCKYLGZJ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCKYLGZJ.TabIndex = 75;
     this.Lb_MaterialJDCKYLGZJ.Text = "����ſ�Խ�����ݾ���";
     this.Lb_MaterialJDCKYLGZJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCKYBJ
     //
     //
     //
     //
     this.Lb_MaterialJDCKYBJ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCKYBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCKYBJ.Location = new System.Drawing.Point(360, 131);
     this.Lb_MaterialJDCKYBJ.Name = "Lb_MaterialJDCKYBJ";
     this.Lb_MaterialJDCKYBJ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCKYBJ.TabIndex = 74;
     this.Lb_MaterialJDCKYBJ.Text = "����ſ�Խ������";
     this.Lb_MaterialJDCKYBJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialJDCSZ
     //
     //
     //
     //
     this.Lb_MaterialJDCSZ.BackgroundStyle.Class = "";
     this.Lb_MaterialJDCSZ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialJDCSZ.Location = new System.Drawing.Point(360, 93);
     this.Lb_MaterialJDCSZ.Name = "Lb_MaterialJDCSZ";
     this.Lb_MaterialJDCSZ.Size = new System.Drawing.Size(133, 20);
     this.Lb_MaterialJDCSZ.TabIndex = 67;
     this.Lb_MaterialJDCSZ.Text = "���������";
     this.Lb_MaterialJDCSZ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialWCDHGJJ
     //
     //
     //
     //
     this.Lb_MaterialWCDHGJJ.BackgroundStyle.Class = "";
     this.Lb_MaterialWCDHGJJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialWCDHGJJ.Location = new System.Drawing.Point(26, 290);
     this.Lb_MaterialWCDHGJJ.Name = "Lb_MaterialWCDHGJJ";
     this.Lb_MaterialWCDHGJJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialWCDHGJJ.TabIndex = 70;
     this.Lb_MaterialWCDHGJJ.Text = "�����˼��ѡ��";
     this.Lb_MaterialWCDHGJJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialLQJL
     //
     //
     //
     //
     this.Lb_MaterialLQJL.BackgroundStyle.Class = "";
     this.Lb_MaterialLQJL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialLQJL.Location = new System.Drawing.Point(26, 253);
     this.Lb_MaterialLQJL.Name = "Lb_MaterialLQJL";
     this.Lb_MaterialLQJL.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialLQJL.TabIndex = 69;
     this.Lb_MaterialLQJL.Text = "���ּ����ŵ���ǽ����";
     this.Lb_MaterialLQJL.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialBJ
     //
     //
     //
     //
     this.DbInput_MaterialBJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialBJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialBJ.Increment = 1;
     this.DbInput_MaterialBJ.Location = new System.Drawing.Point(163, 217);
     this.DbInput_MaterialBJ.MaxValue = 2;
     this.DbInput_MaterialBJ.MinValue = 1.2;
     this.DbInput_MaterialBJ.Name = "DbInput_MaterialBJ";
     this.DbInput_MaterialBJ.ShowUpDown = true;
     this.DbInput_MaterialBJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialBJ.TabIndex = 66;
     this.DbInput_MaterialBJ.Value = 1.8;
     //
     // Lb_MaterialBJ
     //
     //
     //
     //
     this.Lb_MaterialBJ.BackgroundStyle.Class = "";
     this.Lb_MaterialBJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialBJ.Location = new System.Drawing.Point(26, 217);
     this.Lb_MaterialBJ.Name = "Lb_MaterialBJ";
     this.Lb_MaterialBJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialBJ.TabIndex = 65;
     this.Lb_MaterialBJ.Text = "����h(m)";
     this.Lb_MaterialBJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Lb_MaterialLGZJ
     //
     //
     //
     //
     this.Lb_MaterialLGZJ.BackgroundStyle.Class = "";
     this.Lb_MaterialLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialLGZJ.Location = new System.Drawing.Point(26, 145);
     this.Lb_MaterialLGZJ.Name = "Lb_MaterialLGZJ";
     this.Lb_MaterialLGZJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialLGZJ.TabIndex = 61;
     this.Lb_MaterialLGZJ.Text = "�����ݾ�la(m)";
     this.Lb_MaterialLGZJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialLGHJ
     //
     //
     //
     //
     this.DbInput_MaterialLGHJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialLGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialLGHJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialLGHJ.Increment = 1;
     this.DbInput_MaterialLGHJ.Location = new System.Drawing.Point(163, 181);
     this.DbInput_MaterialLGHJ.MaxValue = 1.3;
     this.DbInput_MaterialLGHJ.MinValue = 0.5;
     this.DbInput_MaterialLGHJ.Name = "DbInput_MaterialLGHJ";
     this.DbInput_MaterialLGHJ.ShowUpDown = true;
     this.DbInput_MaterialLGHJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialLGHJ.TabIndex = 64;
     this.DbInput_MaterialLGHJ.Value = 1.05;
     //
     // DbInput_MaterialLGZJ
     //
     //
     //
     //
     this.DbInput_MaterialLGZJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialLGZJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialLGZJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialLGZJ.Increment = 0.1;
     this.DbInput_MaterialLGZJ.Location = new System.Drawing.Point(163, 145);
     this.DbInput_MaterialLGZJ.MaxValue = 1.8;
     this.DbInput_MaterialLGZJ.MinValue = 1.2;
     this.DbInput_MaterialLGZJ.Name = "DbInput_MaterialLGZJ";
     this.DbInput_MaterialLGZJ.ShowUpDown = true;
     this.DbInput_MaterialLGZJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialLGZJ.TabIndex = 62;
     this.DbInput_MaterialLGZJ.Value = 1.5;
     //
     // Lb_MaterialLGHJ
     //
     //
     //
     //
     this.Lb_MaterialLGHJ.BackgroundStyle.Class = "";
     this.Lb_MaterialLGHJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialLGHJ.Location = new System.Drawing.Point(26, 181);
     this.Lb_MaterialLGHJ.Name = "Lb_MaterialLGHJ";
     this.Lb_MaterialLGHJ.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialLGHJ.TabIndex = 63;
     this.Lb_MaterialLGHJ.Text = "���˺��lb(m)";
     this.Lb_MaterialLGHJ.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialDSCD
     //
     //
     //
     //
     this.DbInput_MaterialDSCD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialDSCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialDSCD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialDSCD.Increment = 0.1;
     this.DbInput_MaterialDSCD.Location = new System.Drawing.Point(163, 108);
     this.DbInput_MaterialDSCD.MaxValue = 10000;
     this.DbInput_MaterialDSCD.MinValue = 0;
     this.DbInput_MaterialDSCD.Name = "DbInput_MaterialDSCD";
     this.DbInput_MaterialDSCD.ShowUpDown = true;
     this.DbInput_MaterialDSCD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialDSCD.TabIndex = 59;
     this.DbInput_MaterialDSCD.Value = 100;
     //
     // Lb_MaterialDSCD
     //
     //
     //
     //
     this.Lb_MaterialDSCD.BackgroundStyle.Class = "";
     this.Lb_MaterialDSCD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialDSCD.Location = new System.Drawing.Point(26, 109);
     this.Lb_MaterialDSCD.Name = "Lb_MaterialDSCD";
     this.Lb_MaterialDSCD.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialDSCD.TabIndex = 57;
     this.Lb_MaterialDSCD.Text = "���ּܴ��賤��L1(m)";
     this.Lb_MaterialDSCD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_MaterialDSGD
     //
     //
     //
     //
     this.DbInput_MaterialDSGD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_MaterialDSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_MaterialDSGD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_MaterialDSGD.Increment = 0.1;
     this.DbInput_MaterialDSGD.Location = new System.Drawing.Point(163, 72);
     this.DbInput_MaterialDSGD.MaxValue = 100;
     this.DbInput_MaterialDSGD.MinValue = 0;
     this.DbInput_MaterialDSGD.Name = "DbInput_MaterialDSGD";
     this.DbInput_MaterialDSGD.ShowUpDown = true;
     this.DbInput_MaterialDSGD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_MaterialDSGD.TabIndex = 60;
     this.DbInput_MaterialDSGD.Value = 24;
     //
     // Lb_MaterialDSGD
     //
     //
     //
     //
     this.Lb_MaterialDSGD.BackgroundStyle.Class = "";
     this.Lb_MaterialDSGD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_MaterialDSGD.Location = new System.Drawing.Point(26, 73);
     this.Lb_MaterialDSGD.Name = "Lb_MaterialDSGD";
     this.Lb_MaterialDSGD.Size = new System.Drawing.Size(130, 20);
     this.Lb_MaterialDSGD.TabIndex = 58;
     this.Lb_MaterialDSGD.Text = "���ּܴ���߶�H(m)";
     this.Lb_MaterialDSGD.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox1.Controls.Add(this.Cb_MaterialWCDHGJJ);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(1, 1);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(634, 380);
     this.groupBox1.TabIndex = 85;
     this.groupBox1.TabStop = false;
     //
     // Cb_MaterialWCDHGJJ
     //
     this.Cb_MaterialWCDHGJJ.DisplayMember = "Text";
     this.Cb_MaterialWCDHGJJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cb_MaterialWCDHGJJ.FormattingEnabled = true;
     this.Cb_MaterialWCDHGJJ.ItemHeight = 15;
     this.Cb_MaterialWCDHGJJ.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.Cb_MaterialWCDHGJJ.Location = new System.Drawing.Point(163, 290);
     this.Cb_MaterialWCDHGJJ.Name = "Cb_MaterialWCDHGJJ";
     this.Cb_MaterialWCDHGJJ.Size = new System.Drawing.Size(87, 21);
     this.Cb_MaterialWCDHGJJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cb_MaterialWCDHGJJ.TabIndex = 80;
     this.Cb_MaterialWCDHGJJ.SelectedIndexChanged += new System.EventHandler(this.Cb_MaterialWCDHGJJ_SelectedIndexChanged_1);
     //
     // comboItem1
     //
     this.comboItem1.Text = "����";
     //
     // comboItem2
     //
     this.comboItem2.Text = "1/2����";
     //
     // YLtabItem1
     //
     this.YLtabItem1.AttachedControl = this.tabControlPanel1;
     this.YLtabItem1.Name = "YLtabItem1";
     this.YLtabItem1.Text = "˫�Ž��ּ����ϼ���";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.groupBox2);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 25);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(636, 382);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(253)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(188)))), ((int)(((byte)(227)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(165)))), ((int)(((byte)(199)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.YLtabItem2;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.groupBox2.Controls.Add(this.DbInput_Item2XS);
     this.groupBox2.Controls.Add(this.DbInput_Item2L0);
     this.groupBox2.Controls.Add(this.DbInput_Item2L1);
     this.groupBox2.Controls.Add(this.DbInput_Item2H1);
     this.groupBox2.Controls.Add(this.IntInput_Item2LDX);
     this.groupBox2.Controls.Add(this.IntInput_Item2CS);
     this.groupBox2.Controls.Add(this.IntInput_Item2SPX);
     this.groupBox2.Controls.Add(this.Cbx_Item2HJ);
     this.groupBox2.Controls.Add(this.Cbx_Item2LGD);
     this.groupBox2.Controls.Add(this.Cbx_Item2LDX);
     this.groupBox2.Controls.Add(this.Cbx_Item2SPX);
     this.groupBox2.Controls.Add(this.comboBoxEx2);
     this.groupBox2.Controls.Add(this.Cbx_Item2WXG);
     this.groupBox2.Controls.Add(this.Cbx_Item2DKJ);
     this.groupBox2.Controls.Add(this.Cbx_Item2WXGBZ);
     this.groupBox2.Controls.Add(this.Cbx_Item2JHG);
     this.groupBox2.Controls.Add(this.Cbx_Item2LGG);
     this.groupBox2.Controls.Add(this.Cbx_Item2ZJ);
     this.groupBox2.Controls.Add(this.labelX21);
     this.groupBox2.Controls.Add(this.labelX12);
     this.groupBox2.Controls.Add(this.labelX20);
     this.groupBox2.Controls.Add(this.labelX11);
     this.groupBox2.Controls.Add(this.labelX19);
     this.groupBox2.Controls.Add(this.labelX10);
     this.groupBox2.Controls.Add(this.labelX18);
     this.groupBox2.Controls.Add(this.labelX9);
     this.groupBox2.Controls.Add(this.labelX17);
     this.groupBox2.Controls.Add(this.labelX8);
     this.groupBox2.Controls.Add(this.labelX16);
     this.groupBox2.Controls.Add(this.labelX22);
     this.groupBox2.Controls.Add(this.labelX7);
     this.groupBox2.Controls.Add(this.labelX15);
     this.groupBox2.Controls.Add(this.labelX5);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Controls.Add(this.DbInput_Item2BJ);
     this.groupBox2.Controls.Add(this.labelX14);
     this.groupBox2.Controls.Add(this.Tb_Item2BS);
     this.groupBox2.Controls.Add(this.labelX13);
     this.groupBox2.Controls.Add(this.labelX1);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Controls.Add(this.DbInput_Item2CD);
     this.groupBox2.Controls.Add(this.labelX2);
     this.groupBox2.Controls.Add(this.labelX3);
     this.groupBox2.Controls.Add(this.DbInput_Item2GD);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(1, 1);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(634, 380);
     this.groupBox2.TabIndex = 86;
     this.groupBox2.TabStop = false;
     //
     // DbInput_Item2XS
     //
     //
     //
     //
     this.DbInput_Item2XS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2XS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2XS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2XS.Increment = 1;
     this.DbInput_Item2XS.Location = new System.Drawing.Point(454, 314);
     this.DbInput_Item2XS.MinValue = 1;
     this.DbInput_Item2XS.Name = "DbInput_Item2XS";
     this.DbInput_Item2XS.ShowUpDown = true;
     this.DbInput_Item2XS.Size = new System.Drawing.Size(79, 21);
     this.DbInput_Item2XS.TabIndex = 88;
     this.DbInput_Item2XS.Value = 1.1;
     //
     // DbInput_Item2L0
     //
     //
     //
     //
     this.DbInput_Item2L0.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2L0.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2L0.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2L0.Increment = 0.1;
     this.DbInput_Item2L0.Location = new System.Drawing.Point(453, 247);
     this.DbInput_Item2L0.MaxValue = 2;
     this.DbInput_Item2L0.MinValue = 0;
     this.DbInput_Item2L0.Name = "DbInput_Item2L0";
     this.DbInput_Item2L0.ShowUpDown = true;
     this.DbInput_Item2L0.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item2L0.TabIndex = 87;
     this.DbInput_Item2L0.Value = 0.6;
     //
     // DbInput_Item2L1
     //
     //
     //
     //
     this.DbInput_Item2L1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2L1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2L1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2L1.Increment = 0.1;
     this.DbInput_Item2L1.Location = new System.Drawing.Point(453, 213);
     this.DbInput_Item2L1.MaxValue = 8;
     this.DbInput_Item2L1.MinValue = 0;
     this.DbInput_Item2L1.Name = "DbInput_Item2L1";
     this.DbInput_Item2L1.ShowUpDown = true;
     this.DbInput_Item2L1.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item2L1.TabIndex = 87;
     this.DbInput_Item2L1.Value = 1.8;
     //
     // DbInput_Item2H1
     //
     //
     //
     //
     this.DbInput_Item2H1.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2H1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2H1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2H1.Increment = 0.1;
     this.DbInput_Item2H1.Location = new System.Drawing.Point(453, 179);
     this.DbInput_Item2H1.MaxValue = 8;
     this.DbInput_Item2H1.MinValue = 0;
     this.DbInput_Item2H1.Name = "DbInput_Item2H1";
     this.DbInput_Item2H1.ShowUpDown = true;
     this.DbInput_Item2H1.Size = new System.Drawing.Size(80, 21);
     this.DbInput_Item2H1.TabIndex = 87;
     this.DbInput_Item2H1.Value = 1.8;
     //
     // IntInput_Item2LDX
     //
     //
     //
     //
     this.IntInput_Item2LDX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item2LDX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item2LDX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item2LDX.Location = new System.Drawing.Point(453, 142);
     this.IntInput_Item2LDX.MinValue = 0;
     this.IntInput_Item2LDX.Name = "IntInput_Item2LDX";
     this.IntInput_Item2LDX.ShowUpDown = true;
     this.IntInput_Item2LDX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Item2LDX.TabIndex = 86;
     this.IntInput_Item2LDX.Value = 1;
     //
     // IntInput_Item2CS
     //
     //
     //
     //
     this.IntInput_Item2CS.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item2CS.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item2CS.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item2CS.Location = new System.Drawing.Point(453, 280);
     this.IntInput_Item2CS.MinValue = 0;
     this.IntInput_Item2CS.Name = "IntInput_Item2CS";
     this.IntInput_Item2CS.ShowUpDown = true;
     this.IntInput_Item2CS.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Item2CS.TabIndex = 86;
     this.IntInput_Item2CS.Value = 1;
     //
     // IntInput_Item2SPX
     //
     //
     //
     //
     this.IntInput_Item2SPX.BackgroundStyle.Class = "DateTimeInputBackground";
     this.IntInput_Item2SPX.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.IntInput_Item2SPX.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.IntInput_Item2SPX.Location = new System.Drawing.Point(453, 109);
     this.IntInput_Item2SPX.MinValue = 0;
     this.IntInput_Item2SPX.Name = "IntInput_Item2SPX";
     this.IntInput_Item2SPX.ShowUpDown = true;
     this.IntInput_Item2SPX.Size = new System.Drawing.Size(80, 21);
     this.IntInput_Item2SPX.TabIndex = 86;
     this.IntInput_Item2SPX.Value = 1;
     //
     // Cbx_Item2HJ
     //
     this.Cbx_Item2HJ.DisplayMember = "Text";
     this.Cbx_Item2HJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2HJ.FormattingEnabled = true;
     this.Cbx_Item2HJ.ItemHeight = 15;
     this.Cbx_Item2HJ.Items.AddRange(new object[] {
     this.comboItem14,
     this.comboItem15,
     this.comboItem16,
     this.comboItem17,
     this.comboItem18,
     this.comboItem19});
     this.Cbx_Item2HJ.Location = new System.Drawing.Point(147, 184);
     this.Cbx_Item2HJ.Name = "Cbx_Item2HJ";
     this.Cbx_Item2HJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2HJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2HJ.TabIndex = 76;
     //
     // comboItem14
     //
     this.comboItem14.Text = "0.5";
     //
     // comboItem15
     //
     this.comboItem15.Text = "0.6";
     //
     // comboItem16
     //
     this.comboItem16.Text = "0.9";
     //
     // comboItem17
     //
     this.comboItem17.Text = "1.2";
     //
     // comboItem18
     //
     this.comboItem18.Text = "1.5";
     //
     // comboItem19
     //
     this.comboItem19.Text = "1.8";
     //
     // Cbx_Item2LGD
     //
     this.Cbx_Item2LGD.DisplayMember = "Text";
     this.Cbx_Item2LGD.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2LGD.FormattingEnabled = true;
     this.Cbx_Item2LGD.ItemHeight = 15;
     this.Cbx_Item2LGD.Items.AddRange(new object[] {
     this.comboItem50,
     this.comboItem51,
     this.comboItem52});
     this.Cbx_Item2LGD.Location = new System.Drawing.Point(147, 341);
     this.Cbx_Item2LGD.Name = "Cbx_Item2LGD";
     this.Cbx_Item2LGD.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2LGD.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2LGD.TabIndex = 76;
     //
     // comboItem50
     //
     this.comboItem50.Text = "KTZ-45";
     //
     // comboItem51
     //
     this.comboItem51.Text = "KTZ-60";
     //
     // comboItem52
     //
     this.comboItem52.Text = "KTZ-75";
     //
     // Cbx_Item2LDX
     //
     this.Cbx_Item2LDX.DisplayMember = "Text";
     this.Cbx_Item2LDX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2LDX.FormattingEnabled = true;
     this.Cbx_Item2LDX.ItemHeight = 15;
     this.Cbx_Item2LDX.Items.AddRange(new object[] {
     this.comboItem44,
     this.comboItem45,
     this.comboItem46,
     this.comboItem47,
     this.comboItem48});
     this.Cbx_Item2LDX.Location = new System.Drawing.Point(147, 315);
     this.Cbx_Item2LDX.Name = "Cbx_Item2LDX";
     this.Cbx_Item2LDX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2LDX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2LDX.TabIndex = 76;
     //
     // comboItem44
     //
     this.comboItem44.Text = "XG-0912";
     //
     // comboItem45
     //
     this.comboItem45.Text = "XG-1212";
     //
     // comboItem46
     //
     this.comboItem46.Text = "XG-1218";
     //
     // comboItem47
     //
     this.comboItem47.Text = "XG-1518";
     //
     // comboItem48
     //
     this.comboItem48.Text = "XG-1818";
     //
     // Cbx_Item2SPX
     //
     this.Cbx_Item2SPX.DisplayMember = "Text";
     this.Cbx_Item2SPX.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2SPX.FormattingEnabled = true;
     this.Cbx_Item2SPX.ItemHeight = 15;
     this.Cbx_Item2SPX.Items.AddRange(new object[] {
     this.comboItem38,
     this.comboItem39,
     this.comboItem40});
     this.Cbx_Item2SPX.Location = new System.Drawing.Point(147, 289);
     this.Cbx_Item2SPX.Name = "Cbx_Item2SPX";
     this.Cbx_Item2SPX.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2SPX.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2SPX.TabIndex = 76;
     //
     // comboItem38
     //
     this.comboItem38.Text = "ZXG-0912";
     //
     // comboItem39
     //
     this.comboItem39.Text = "ZXG-1212";
     //
     // comboItem40
     //
     this.comboItem40.Text = "ZXG-1218";
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember = "Text";
     this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight = 15;
     this.comboBoxEx2.Items.AddRange(new object[] {
     this.comboItem32,
     this.comboItem33,
     this.comboItem34,
     this.comboItem35,
     this.comboItem36,
     this.comboItem37});
     this.comboBoxEx2.Location = new System.Drawing.Point(147, 289);
     this.comboBoxEx2.Name = "comboBoxEx2";
     this.comboBoxEx2.Size = new System.Drawing.Size(86, 21);
     this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx2.TabIndex = 76;
     //
     // comboItem32
     //
     this.comboItem32.Text = "0.3";
     //
     // comboItem33
     //
     this.comboItem33.Text = "0.6";
     //
     // comboItem34
     //
     this.comboItem34.Text = "0.9";
     //
     // comboItem35
     //
     this.comboItem35.Text = "1.2";
     //
     // comboItem36
     //
     this.comboItem36.Text = "1.5";
     //
     // comboItem37
     //
     this.comboItem37.Text = "1.8";
     //
     // Cbx_Item2WXG
     //
     this.Cbx_Item2WXG.DisplayMember = "Text";
     this.Cbx_Item2WXG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2WXG.FormattingEnabled = true;
     this.Cbx_Item2WXG.ItemHeight = 15;
     this.Cbx_Item2WXG.Items.AddRange(new object[] {
     this.comboItem26,
     this.comboItem27,
     this.comboItem28,
     this.comboItem29,
     this.comboItem30});
     this.Cbx_Item2WXG.Location = new System.Drawing.Point(147, 263);
     this.Cbx_Item2WXG.Name = "Cbx_Item2WXG";
     this.Cbx_Item2WXG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2WXG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2WXG.TabIndex = 76;
     //
     // comboItem26
     //
     this.comboItem26.Text = "XG-0912";
     //
     // comboItem27
     //
     this.comboItem27.Text = "XG-1212";
     //
     // comboItem28
     //
     this.comboItem28.Text = "XG-1218";
     //
     // comboItem29
     //
     this.comboItem29.Text = "XG-1518";
     //
     // comboItem30
     //
     this.comboItem30.Text = "XG-1818";
     //
     // Cbx_Item2DKJ
     //
     this.Cbx_Item2DKJ.DisplayMember = "Text";
     this.Cbx_Item2DKJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2DKJ.FormattingEnabled = true;
     this.Cbx_Item2DKJ.ItemHeight = 15;
     this.Cbx_Item2DKJ.Items.AddRange(new object[] {
     this.comboItem54,
     this.comboItem55});
     this.Cbx_Item2DKJ.Location = new System.Drawing.Point(453, 32);
     this.Cbx_Item2DKJ.Name = "Cbx_Item2DKJ";
     this.Cbx_Item2DKJ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Item2DKJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2DKJ.TabIndex = 76;
     this.Cbx_Item2DKJ.Text = "2";
     //
     // comboItem54
     //
     this.comboItem54.Text = "1";
     //
     // comboItem55
     //
     this.comboItem55.Text = "2";
     //
     // Cbx_Item2WXGBZ
     //
     this.Cbx_Item2WXGBZ.DisplayMember = "Text";
     this.Cbx_Item2WXGBZ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2WXGBZ.FormattingEnabled = true;
     this.Cbx_Item2WXGBZ.ItemHeight = 15;
     this.Cbx_Item2WXGBZ.Items.AddRange(new object[] {
     this.comboItem31,
     this.comboItem41,
     this.comboItem42,
     this.comboItem43,
     this.comboItem49,
     this.comboItem53});
     this.Cbx_Item2WXGBZ.Location = new System.Drawing.Point(453, 75);
     this.Cbx_Item2WXGBZ.Name = "Cbx_Item2WXGBZ";
     this.Cbx_Item2WXGBZ.Size = new System.Drawing.Size(80, 21);
     this.Cbx_Item2WXGBZ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2WXGBZ.TabIndex = 76;
     this.Cbx_Item2WXGBZ.Text = "6";
     //
     // comboItem31
     //
     this.comboItem31.Text = "1";
     //
     // comboItem41
     //
     this.comboItem41.Text = "2";
     //
     // comboItem42
     //
     this.comboItem42.Text = "3";
     //
     // comboItem43
     //
     this.comboItem43.Text = "4";
     //
     // comboItem49
     //
     this.comboItem49.Text = "5";
     //
     // comboItem53
     //
     this.comboItem53.Text = "6";
     //
     // Cbx_Item2JHG
     //
     this.Cbx_Item2JHG.DisplayMember = "Text";
     this.Cbx_Item2JHG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2JHG.FormattingEnabled = true;
     this.Cbx_Item2JHG.ItemHeight = 15;
     this.Cbx_Item2JHG.Items.AddRange(new object[] {
     this.comboItem24,
     this.comboItem25,
     this.comboItem56,
     this.comboItem57});
     this.Cbx_Item2JHG.Location = new System.Drawing.Point(147, 213);
     this.Cbx_Item2JHG.Name = "Cbx_Item2JHG";
     this.Cbx_Item2JHG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2JHG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2JHG.TabIndex = 76;
     //
     // comboItem24
     //
     this.comboItem24.Text = "JHG-90";
     //
     // comboItem25
     //
     this.comboItem25.Text = "JHG-120";
     //
     // comboItem56
     //
     this.comboItem56.Text = "JHG-120+30";
     //
     // comboItem57
     //
     this.comboItem57.Text = "JHG-120+60";
     //
     // Cbx_Item2LGG
     //
     this.Cbx_Item2LGG.DisplayMember = "Text";
     this.Cbx_Item2LGG.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2LGG.FormattingEnabled = true;
     this.Cbx_Item2LGG.ItemHeight = 15;
     this.Cbx_Item2LGG.Items.AddRange(new object[] {
     this.comboItem20,
     this.comboItem21,
     this.comboItem22,
     this.comboItem23});
     this.Cbx_Item2LGG.Location = new System.Drawing.Point(147, 237);
     this.Cbx_Item2LGG.Name = "Cbx_Item2LGG";
     this.Cbx_Item2LGG.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2LGG.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2LGG.TabIndex = 76;
     //
     // comboItem20
     //
     this.comboItem20.Text = "LG-120";
     //
     // comboItem21
     //
     this.comboItem21.Text = "LG-180";
     //
     // comboItem22
     //
     this.comboItem22.Text = "LG-240";
     //
     // comboItem23
     //
     this.comboItem23.Text = "LG-300";
     //
     // Cbx_Item2ZJ
     //
     this.Cbx_Item2ZJ.DisplayMember = "Text";
     this.Cbx_Item2ZJ.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_Item2ZJ.FormattingEnabled = true;
     this.Cbx_Item2ZJ.ItemHeight = 15;
     this.Cbx_Item2ZJ.Items.AddRange(new object[] {
     this.comboItem8,
     this.comboItem9,
     this.comboItem10,
     this.comboItem11,
     this.comboItem12,
     this.comboItem13});
     this.Cbx_Item2ZJ.Location = new System.Drawing.Point(148, 158);
     this.Cbx_Item2ZJ.Name = "Cbx_Item2ZJ";
     this.Cbx_Item2ZJ.Size = new System.Drawing.Size(86, 21);
     this.Cbx_Item2ZJ.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_Item2ZJ.TabIndex = 76;
     //
     // comboItem8
     //
     this.comboItem8.Text = "0.3";
     //
     // comboItem9
     //
     this.comboItem9.Text = "0.6";
     //
     // comboItem10
     //
     this.comboItem10.Text = "0.9";
     //
     // comboItem11
     //
     this.comboItem11.Text = "1.2";
     //
     // comboItem12
     //
     this.comboItem12.Text = "1.5";
     //
     // comboItem13
     //
     this.comboItem13.Text = "1.8";
     //
     // labelX21
     //
     this.labelX21.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX21.BackgroundStyle.Class = "";
     this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX21.Location = new System.Drawing.Point(291, 315);
     this.labelX21.Name = "labelX21";
     this.labelX21.Size = new System.Drawing.Size(156, 20);
     this.labelX21.TabIndex = 73;
     this.labelX21.Text = "��������ϵ��";
     this.labelX21.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX12
     //
     this.labelX12.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX12.BackgroundStyle.Class = "";
     this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX12.Location = new System.Drawing.Point(11, 342);
     this.labelX12.Name = "labelX12";
     this.labelX12.Size = new System.Drawing.Size(130, 20);
     this.labelX12.TabIndex = 73;
     this.labelX12.Text = "���˵�������";
     this.labelX12.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX20
     //
     this.labelX20.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX20.BackgroundStyle.Class = "";
     this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX20.Location = new System.Drawing.Point(291, 281);
     this.labelX20.Name = "labelX20";
     this.labelX20.Size = new System.Drawing.Size(156, 20);
     this.labelX20.TabIndex = 73;
     this.labelX20.Text = "���ְ����˵��Ű��������";
     this.labelX20.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX11
     //
     this.labelX11.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(11, 316);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(130, 20);
     this.labelX11.TabIndex = 73;
     this.labelX11.Text = "�ȵ�б�˸ֹ�����";
     this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX19
     //
     this.labelX19.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX19.BackgroundStyle.Class = "";
     this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX19.Location = new System.Drawing.Point(291, 247);
     this.labelX19.Name = "labelX19";
     this.labelX19.Size = new System.Drawing.Size(156, 20);
     this.labelX19.TabIndex = 73;
     this.labelX19.Text = "��ǽ�����㳤��l0 (mm)";
     this.labelX19.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX10
     //
     this.labelX10.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(11, 290);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(130, 20);
     this.labelX10.TabIndex = 73;
     this.labelX10.Text = "ˮƽб�˸ֹ�����";
     this.labelX10.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX18
     //
     this.labelX18.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX18.BackgroundStyle.Class = "";
     this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX18.Location = new System.Drawing.Point(291, 213);
     this.labelX18.Name = "labelX18";
     this.labelX18.Size = new System.Drawing.Size(156, 20);
     this.labelX18.TabIndex = 73;
     this.labelX18.Text = "��ǽ��ˮƽ���L1(m)";
     this.labelX18.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX9
     //
     this.labelX9.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(11, 290);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(130, 20);
     this.labelX9.TabIndex = 73;
     this.labelX9.Text = "���˸ֹ�����";
     this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX17
     //
     this.labelX17.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX17.BackgroundStyle.Class = "";
     this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX17.Location = new System.Drawing.Point(291, 179);
     this.labelX17.Name = "labelX17";
     this.labelX17.Size = new System.Drawing.Size(156, 20);
     this.labelX17.TabIndex = 73;
     this.labelX17.Text = "��ǽ��������H1(m)";
     this.labelX17.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX8
     //
     this.labelX8.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(11, 264);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(130, 20);
     this.labelX8.TabIndex = 73;
     this.labelX8.Text = "��б�˸ֹ�����";
     this.labelX8.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX16
     //
     this.labelX16.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX16.BackgroundStyle.Class = "";
     this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX16.Location = new System.Drawing.Point(291, 109);
     this.labelX16.Name = "labelX16";
     this.labelX16.Size = new System.Drawing.Size(156, 20);
     this.labelX16.TabIndex = 73;
     this.labelX16.Text = "ˮƽб�˲���(����һ��)";
     this.labelX16.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX22
     //
     this.labelX22.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX22.BackgroundStyle.Class = "";
     this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX22.Location = new System.Drawing.Point(11, 214);
     this.labelX22.Name = "labelX22";
     this.labelX22.Size = new System.Drawing.Size(130, 20);
     this.labelX22.TabIndex = 73;
     this.labelX22.Text = "���˸ֹ�����";
     this.labelX22.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(11, 238);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(130, 20);
     this.labelX7.TabIndex = 73;
     this.labelX7.Text = "���˸ֹ�����";
     this.labelX7.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX15
     //
     this.labelX15.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX15.BackgroundStyle.Class = "";
     this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX15.Location = new System.Drawing.Point(291, 143);
     this.labelX15.Name = "labelX15";
     this.labelX15.Size = new System.Drawing.Size(156, 20);
     this.labelX15.TabIndex = 75;
     this.labelX15.Text = "�ȵ�б�˲���(����һ��)";
     this.labelX15.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(11, 158);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(130, 20);
     this.labelX5.TabIndex = 73;
     this.labelX5.Text = "�����ݾ�la(m)";
     this.labelX5.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX6
     //
     this.labelX6.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(11, 184);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(130, 20);
     this.labelX6.TabIndex = 75;
     this.labelX6.Text = "���˺��lb(m)";
     this.labelX6.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item2BJ
     //
     //
     //
     //
     this.DbInput_Item2BJ.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2BJ.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2BJ.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2BJ.Increment = 1;
     this.DbInput_Item2BJ.Location = new System.Drawing.Point(148, 97);
     this.DbInput_Item2BJ.MaxValue = 1.8;
     this.DbInput_Item2BJ.MinValue = 1.2;
     this.DbInput_Item2BJ.Name = "DbInput_Item2BJ";
     this.DbInput_Item2BJ.ShowUpDown = true;
     this.DbInput_Item2BJ.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item2BJ.TabIndex = 72;
     this.DbInput_Item2BJ.Value = 1.8;
     this.DbInput_Item2BJ.ValueChanged += new System.EventHandler(this.DbInput_Item2BJ_ValueChanged);
     //
     // labelX14
     //
     this.labelX14.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX14.BackgroundStyle.Class = "";
     this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX14.Location = new System.Drawing.Point(291, 32);
     this.labelX14.Name = "labelX14";
     this.labelX14.Size = new System.Drawing.Size(156, 20);
     this.labelX14.TabIndex = 71;
     this.labelX14.Text = "������˸���njg";
     this.labelX14.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // Tb_Item2BS
     //
     //
     //
     //
     this.Tb_Item2BS.Border.Class = "TextBoxBorder";
     this.Tb_Item2BS.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Tb_Item2BS.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Tb_Item2BS.Location = new System.Drawing.Point(147, 131);
     this.Tb_Item2BS.Name = "Tb_Item2BS";
     this.Tb_Item2BS.ReadOnly = true;
     this.Tb_Item2BS.Size = new System.Drawing.Size(87, 21);
     this.Tb_Item2BS.TabIndex = 72;
     this.Tb_Item2BS.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelX13
     //
     this.labelX13.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX13.BackgroundStyle.Class = "";
     this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX13.Location = new System.Drawing.Point(291, 75);
     this.labelX13.Name = "labelX13";
     this.labelX13.Size = new System.Drawing.Size(156, 20);
     this.labelX13.TabIndex = 71;
     this.labelX13.Text = "��б�˲���(����һ��)";
     this.labelX13.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(11, 97);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(130, 20);
     this.labelX1.TabIndex = 71;
     this.labelX1.Text = "����h(m)";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(11, 132);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(130, 20);
     this.labelX4.TabIndex = 71;
     this.labelX4.Text = "���ּܴ��貽��";
     this.labelX4.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item2CD
     //
     //
     //
     //
     this.DbInput_Item2CD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2CD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2CD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2CD.Increment = 0.1;
     this.DbInput_Item2CD.Location = new System.Drawing.Point(148, 61);
     this.DbInput_Item2CD.MaxValue = 10000;
     this.DbInput_Item2CD.MinValue = 0;
     this.DbInput_Item2CD.Name = "DbInput_Item2CD";
     this.DbInput_Item2CD.ShowUpDown = true;
     this.DbInput_Item2CD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item2CD.TabIndex = 69;
     this.DbInput_Item2CD.Value = 100;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(11, 62);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(130, 20);
     this.labelX2.TabIndex = 67;
     this.labelX2.Text = "���ּܴ��賤��L1(m)";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(11, 26);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(130, 20);
     this.labelX3.TabIndex = 68;
     this.labelX3.Text = "���ּܴ���߶�H(m)";
     this.labelX3.TextAlignment = System.Drawing.StringAlignment.Far;
     //
     // DbInput_Item2GD
     //
     //
     //
     //
     this.DbInput_Item2GD.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_Item2GD.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_Item2GD.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_Item2GD.Increment = 0.1;
     this.DbInput_Item2GD.Location = new System.Drawing.Point(148, 25);
     this.DbInput_Item2GD.MaxValue = 50;
     this.DbInput_Item2GD.MinValue = 0;
     this.DbInput_Item2GD.Name = "DbInput_Item2GD";
     this.DbInput_Item2GD.ShowUpDown = true;
     this.DbInput_Item2GD.Size = new System.Drawing.Size(87, 21);
     this.DbInput_Item2GD.TabIndex = 70;
     this.DbInput_Item2GD.Value = 15;
     this.DbInput_Item2GD.ValueChanged += new System.EventHandler(this.DbInput_Item2GD_ValueChanged);
     //
     // YLtabItem2
     //
     this.YLtabItem2.AttachedControl = this.tabControlPanel2;
     this.YLtabItem2.Name = "YLtabItem2";
     this.YLtabItem2.Text = "���ʽ���ּ����ϼ���";
     this.YLtabItem2.Visible = false;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.Btn_YLSubmit);
     this.panelEx2.Controls.Add(this.BtnSubmit);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx2.Location = new System.Drawing.Point(0, 442);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(636, 33);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 46;
     //
     // Btn_YLSubmit
     //
     this.Btn_YLSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_YLSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_YLSubmit.Dock = System.Windows.Forms.DockStyle.Right;
     this.Btn_YLSubmit.Location = new System.Drawing.Point(561, 0);
     this.Btn_YLSubmit.Name = "Btn_YLSubmit";
     this.Btn_YLSubmit.Size = new System.Drawing.Size(75, 33);
     this.Btn_YLSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_YLSubmit.TabIndex = 43;
     this.Btn_YLSubmit.Text = "ȷ ��";
     this.Btn_YLSubmit.Click += new System.EventHandler(this.Btn_YLSubmit_Click);
     //
     // BtnSubmit
     //
     this.BtnSubmit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.BtnSubmit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.BtnSubmit.Location = new System.Drawing.Point(722, 4);
     this.BtnSubmit.Name = "BtnSubmit";
     this.BtnSubmit.Size = new System.Drawing.Size(77, 28);
     this.BtnSubmit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.BtnSubmit.TabIndex = 42;
     this.BtnSubmit.Text = "ȷ ��";
     //
     // LbScaffoldType
     //
     this.LbScaffoldType.AutoSize = true;
     //
     //
     //
     this.LbScaffoldType.BackgroundStyle.Class = "";
     this.LbScaffoldType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.LbScaffoldType.Location = new System.Drawing.Point(26, 8);
     this.LbScaffoldType.Name = "LbScaffoldType";
     this.LbScaffoldType.Size = new System.Drawing.Size(105, 18);
     this.LbScaffoldType.TabIndex = 42;
     this.LbScaffoldType.Text = "ѡ����ּ����ͣ�";
     //
     // CbxScaffoldType
     //
     this.CbxScaffoldType.DisplayMember = "Text";
     this.CbxScaffoldType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.CbxScaffoldType.FormattingEnabled = true;
     this.CbxScaffoldType.ItemHeight = 15;
     this.CbxScaffoldType.Items.AddRange(new object[] {
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem60,
     this.comboItem61});
     this.CbxScaffoldType.Location = new System.Drawing.Point(137, 7);
     this.CbxScaffoldType.Name = "CbxScaffoldType";
     this.CbxScaffoldType.Size = new System.Drawing.Size(132, 21);
     this.CbxScaffoldType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.CbxScaffoldType.TabIndex = 48;
     this.CbxScaffoldType.SelectedIndexChanged += new System.EventHandler(this.CbxScaffoldType_SelectedIndexChanged);
     //
     // comboItem5
     //
     this.comboItem5.Text = "˫�Ž��ּ����ϼ���";
     //
     // comboItem6
     //
     this.comboItem6.Text = "���Ž��ּ����ϼ���";
     //
     // comboItem7
     //
     this.comboItem7.Text = "���ʽ���ּ����ϼ���";
     //
     // comboItem60
     //
     this.comboItem60.Text = "��ʽ���ּ���������";
     //
     // comboItem61
     //
     this.comboItem61.Text = "�������ּ���������";
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.CbxScaffoldType);
     this.panelEx3.Controls.Add(this.LbScaffoldType);
     this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelEx3.Location = new System.Drawing.Point(0, 0);
     this.panelEx3.Name = "panelEx3";
     this.panelEx3.Size = new System.Drawing.Size(636, 31);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex = 47;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel4;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "�������ּ���������";
     this.tabItem1.Visible = false;
     //
     // FrmScaffoldMaterialCalculate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize = new System.Drawing.Size(636, 475);
     this.Controls.Add(this.panelEx3);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.TabScaffloldMaterial);
     this.DoubleBuffered = true;
     this.Name = "FrmScaffoldMaterialCalculate";
     this.Text = "���ּܼ���-���ϼ���";
     ((System.ComponentModel.ISupportInitialize)(this.TabScaffloldMaterial)).EndInit();
     this.TabScaffloldMaterial.ResumeLayout(false);
     this.tabControlPanel3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCJGMJKDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKYMJKDS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item3JDCKMJBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3XS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJKD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3MJBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3CD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item3GD)).EndInit();
     this.tabControlPanel4.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FZXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FYGDBHXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4FHZTXXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JBFY)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HZBZZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSDLZZ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4BJYXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4AQXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4SLGSSS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4LJZH)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GSSZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KJQD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KWQD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMDKJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4JMGXJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLMJJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4WDXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4HBZDJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4DLDDJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4XTLFBHD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4PZZL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4GD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4KD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Db_Item4CD)).EndInit();
     this.tabControlPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCJGLGZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYLGZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_MaterialJDCKYBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DBIput_MaterialCLYLXS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLQJL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialBJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGHJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialLGZJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSCD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_MaterialDSGD)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2XS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2L1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2H1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2LDX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2CS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IntInput_Item2SPX)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2BJ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2CD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_Item2GD)).EndInit();
     this.panelEx2.ResumeLayout(false);
     this.panelEx3.ResumeLayout(false);
     this.panelEx3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#15
0
        private void frm_Pasc_Load(object sender, EventArgs e)
        {
            if (pt != null)
            {
                lblName.Text = pt.Patient_Name;
                if (pt.Gender_Code == "0")
                {
                    lblSex.Text = "男";
                }
                else
                {
                    lblSex.Text = "女";
                }
                lblAge.Text = pt.Age.ToString();
                if (pt.Birthday != "")
                {
                    lblBirthday.Text = Convert.ToDateTime(pt.Birthday).ToShortDateString();
                }
                lblSickNo.Text = pt.PId; //病案号
                if (App.UserAccount.CurrentSelectRole.Role_type == "O")
                {
                    btnOutPutYxxbx.Visible = false;
                    btnOutPutYxxyj.Visible = false;
                }
            }

            DataSet ds = App.GetDataSet("select * from  t_pasc_data where ZYH='" + pt.PId + "'");

            this.tabControl1.Tabs.Clear();
            string yxh;
            string jch;
            string shys;
            string bgys;
            string sqks;
            string sqbw;
            string sqys;
            string jcff;
            string yxxbx;
            string yxxyj;
            string sqsj;
            string jclx;

            if (ds != null)
            {
                sqsj = string.Empty;
                for (int i = 0; i < ds.Tables[0].Rows.Count; i++)
                {
                    yxh   = ds.Tables[0].Rows[i]["YXH"].ToString();
                    jch   = ds.Tables[0].Rows[i]["JCH"].ToString();
                    shys  = ds.Tables[0].Rows[i]["SHYD"].ToString();
                    bgys  = ds.Tables[0].Rows[i]["BGYS"].ToString();
                    sqks  = ds.Tables[0].Rows[i]["SQKS"].ToString();
                    sqbw  = ds.Tables[0].Rows[i]["JCBW"].ToString();
                    sqys  = ds.Tables[0].Rows[i]["SQYS"].ToString();
                    jcff  = ds.Tables[0].Rows[i]["METHOD"].ToString();
                    yxxbx = ds.Tables[0].Rows[i]["EYESEE"].ToString();
                    yxxyj = ds.Tables[0].Rows[i]["ZDBG"].ToString();
                    //sqsj = ds.Tables[0].Rows[i]["JCSJ"].ToString();
                    jclx = ds.Tables[0].Rows[i]["JCLX"].ToString();
                    if (sqsj.Trim() != "")
                    {
                        sqsj = Convert.ToDateTime(sqsj).ToShortDateString();
                    }
                    ucPascInfo pascinfo = new ucPascInfo(yxh, jch, shys, bgys, sqks, sqbw, sqys, jcff, yxxbx, yxxyj, sqsj, jclx, pt.PId);
                    pascinfo.Dock = DockStyle.Fill;
                    DevComponents.DotNetBar.TabControlPanel tabctpnDoc = new DevComponents.DotNetBar.TabControlPanel();
                    tabctpnDoc.AutoScroll = true;
                    DevComponents.DotNetBar.TabItem page = new DevComponents.DotNetBar.TabItem();
                    page.Text            = jch + "--" + jclx;
                    tabctpnDoc.TabItem   = page;
                    tabctpnDoc.Dock      = DockStyle.Fill;
                    page.AttachedControl = tabctpnDoc;
                    page.Tag             = pascinfo;
                    tabctpnDoc.Controls.Add(pascinfo);
                    this.tabControl1.Controls.Add(tabctpnDoc);
                    this.tabControl1.Tabs.Add(page);
                    this.tabControl1.Refresh();
                    this.tabControl1.SelectedTab = page;
                }
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tabControlPhanQuyen = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelDTPower = new DevComponents.DotNetBar.PanelEx();
     this.bt_Save = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewXPQ = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.NghiepVu = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.QuanTri = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.BanGiamDoc = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.TiepTan = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Khac = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.tabItemDTPower = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelPower = new DevComponents.DotNetBar.PanelEx();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.dataGridViewX3 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STTPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdPower = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NamePower = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Description = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX9 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX10 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX11 = new DevComponents.DotNetBar.LabelX();
     this.tabItemPower = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelUser = new DevComponents.DotNetBar.PanelEx();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.dataGridViewX2 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Password = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdKuser2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.tabItemUser = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.panelKUser = new DevComponents.DotNetBar.PanelEx();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT_KUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IdKuser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NameKUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoteKUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txt_NameKUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txt_IdKuser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.txt_NoteKUser = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.tabItemKUser = new DevComponents.DotNetBar.TabItem(this.components);
     this.btDelete = new DevComponents.DotNetBar.ButtonX();
     this.btUpdate = new DevComponents.DotNetBar.ButtonX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.tabControlPhanQuyen)).BeginInit();
     this.tabControlPhanQuyen.SuspendLayout();
     this.tabControlPanel4.SuspendLayout();
     this.panelDTPower.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXPQ)).BeginInit();
     this.tabControlPanel3.SuspendLayout();
     this.panelPower.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX3)).BeginInit();
     this.tabControlPanel2.SuspendLayout();
     this.panelUser.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX2)).BeginInit();
     this.tabControlPanel1.SuspendLayout();
     this.panelKUser.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.SuspendLayout();
     //
     // tabControlPhanQuyen
     //
     this.tabControlPhanQuyen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlPhanQuyen.CanReorderTabs = true;
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel2);
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel3);
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel4);
     this.tabControlPhanQuyen.Controls.Add(this.tabControlPanel1);
     this.tabControlPhanQuyen.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPhanQuyen.Location = new System.Drawing.Point(0, 0);
     this.tabControlPhanQuyen.Name = "tabControlPhanQuyen";
     this.tabControlPhanQuyen.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControlPhanQuyen.SelectedTabIndex = 3;
     this.tabControlPhanQuyen.Size = new System.Drawing.Size(618, 385);
     this.tabControlPhanQuyen.TabIndex = 0;
     this.tabControlPhanQuyen.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemKUser);
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemUser);
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemPower);
     this.tabControlPhanQuyen.Tabs.Add(this.tabItemDTPower);
     this.tabControlPhanQuyen.Text = "tabControl1";
     this.tabControlPhanQuyen.Click += new System.EventHandler(this.tabControlPhanQuyen_Click);
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.panelDTPower);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(611, 290);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel4.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     this.tabControlPanel4.TabItem = this.tabItemDTPower;
     //
     // panelDTPower
     //
     this.panelDTPower.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelDTPower.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelDTPower.Controls.Add(this.bt_Save);
     this.panelDTPower.Controls.Add(this.dataGridViewXPQ);
     this.panelDTPower.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelDTPower.Location = new System.Drawing.Point(1, 1);
     this.panelDTPower.Name = "panelDTPower";
     this.panelDTPower.Size = new System.Drawing.Size(609, 288);
     this.panelDTPower.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelDTPower.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelDTPower.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelDTPower.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelDTPower.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelDTPower.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelDTPower.Style.GradientAngle = 90;
     this.panelDTPower.TabIndex = 1;
     //
     // bt_Save
     //
     this.bt_Save.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.bt_Save.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.bt_Save.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bt_Save.ForeColor = System.Drawing.Color.Red;
     this.bt_Save.Location = new System.Drawing.Point(1, 1);
     this.bt_Save.Name = "bt_Save";
     this.bt_Save.Size = new System.Drawing.Size(40, 19);
     this.bt_Save.TabIndex = 1;
     this.bt_Save.Text = "Lưu";
     //
     // dataGridViewXPQ
     //
     this.dataGridViewXPQ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewXPQ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.NghiepVu,
     this.QuanTri,
     this.BanGiamDoc,
     this.TiepTan,
     this.Khac});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewXPQ.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewXPQ.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewXPQ.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewXPQ.Location = new System.Drawing.Point(0, 0);
     this.dataGridViewXPQ.Name = "dataGridViewXPQ";
     this.dataGridViewXPQ.Size = new System.Drawing.Size(609, 288);
     this.dataGridViewXPQ.TabIndex = 0;
     //
     // NghiepVu
     //
     this.NghiepVu.HeaderText = "Nghiệp Vụ";
     this.NghiepVu.Name = "NghiepVu";
     this.NghiepVu.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.NghiepVu.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // QuanTri
     //
     this.QuanTri.HeaderText = "Người Quản Trị HT";
     this.QuanTri.Name = "QuanTri";
     this.QuanTri.Width = 155;
     //
     // BanGiamDoc
     //
     this.BanGiamDoc.HeaderText = "Ban Giám Đốc";
     this.BanGiamDoc.Name = "BanGiamDoc";
     //
     // TiepTan
     //
     this.TiepTan.HeaderText = "Tiếp Tân";
     this.TiepTan.Name = "TiepTan";
     //
     // Khac
     //
     this.Khac.HeaderText = "Người Dùng Khác";
     this.Khac.Name = "Khac";
     //
     // tabItemDTPower
     //
     this.tabItemDTPower.AttachedControl = this.tabControlPanel4;
     this.tabItemDTPower.Name = "tabItemDTPower";
     this.tabItemDTPower.Text = "Phân Quyền";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.panelPower);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(611, 290);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.tabItemPower;
     //
     // panelPower
     //
     this.panelPower.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelPower.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelPower.Controls.Add(this.groupBox3);
     this.panelPower.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelPower.Location = new System.Drawing.Point(1, 1);
     this.panelPower.Name = "panelPower";
     this.panelPower.Size = new System.Drawing.Size(609, 288);
     this.panelPower.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelPower.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelPower.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelPower.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelPower.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelPower.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelPower.Style.GradientAngle = 90;
     this.panelPower.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.buttonX4);
     this.groupBox3.Controls.Add(this.buttonX5);
     this.groupBox3.Controls.Add(this.buttonX6);
     this.groupBox3.Controls.Add(this.dataGridViewX3);
     this.groupBox3.Controls.Add(this.textBoxX5);
     this.groupBox3.Controls.Add(this.labelX9);
     this.groupBox3.Controls.Add(this.textBoxX6);
     this.groupBox3.Controls.Add(this.labelX10);
     this.groupBox3.Controls.Add(this.textBoxX7);
     this.groupBox3.Controls.Add(this.labelX11);
     this.groupBox3.Location = new System.Drawing.Point(7, 6);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(599, 279);
     this.groupBox3.TabIndex = 1;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Loại Người Dùng";
     //
     // dataGridViewX3
     //
     this.dataGridViewX3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STTPower,
     this.IdPower,
     this.NamePower,
     this.Description});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX3.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewX3.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX3.Location = new System.Drawing.Point(22, 140);
     this.dataGridViewX3.Name = "dataGridViewX3";
     this.dataGridViewX3.Size = new System.Drawing.Size(481, 96);
     this.dataGridViewX3.TabIndex = 9;
     //
     // STTPower
     //
     this.STTPower.HeaderText = "STT";
     this.STTPower.Name = "STTPower";
     this.STTPower.ReadOnly = true;
     this.STTPower.Width = 35;
     //
     // IdPower
     //
     this.IdPower.HeaderText = "Mã Quyền Hạn";
     this.IdPower.Name = "IdPower";
     this.IdPower.Width = 150;
     //
     // NamePower
     //
     this.NamePower.HeaderText = "Tên Quyền Hạn";
     this.NamePower.Name = "NamePower";
     this.NamePower.Width = 150;
     //
     // Description
     //
     this.Description.HeaderText = "Diễn Giải";
     this.Description.Name = "Description";
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Location = new System.Drawing.Point(141, 64);
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.Size = new System.Drawing.Size(100, 20);
     this.textBoxX5.TabIndex = 8;
     //
     // labelX9
     //
     //
     //
     //
     this.labelX9.BackgroundStyle.Class = "";
     this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX9.Location = new System.Drawing.Point(22, 61);
     this.labelX9.Name = "labelX9";
     this.labelX9.Size = new System.Drawing.Size(113, 23);
     this.labelX9.TabIndex = 7;
     this.labelX9.Text = "Tên Quyền Hạn";
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Location = new System.Drawing.Point(141, 38);
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.Size = new System.Drawing.Size(100, 20);
     this.textBoxX6.TabIndex = 6;
     //
     // labelX10
     //
     //
     //
     //
     this.labelX10.BackgroundStyle.Class = "";
     this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX10.Location = new System.Drawing.Point(22, 35);
     this.labelX10.Name = "labelX10";
     this.labelX10.Size = new System.Drawing.Size(113, 23);
     this.labelX10.TabIndex = 5;
     this.labelX10.Text = "Mã Quyền Hạn";
     //
     // textBoxX7
     //
     //
     //
     //
     this.textBoxX7.Border.Class = "";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Location = new System.Drawing.Point(309, 38);
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.Size = new System.Drawing.Size(100, 20);
     this.textBoxX7.TabIndex = 4;
     //
     // labelX11
     //
     //
     //
     //
     this.labelX11.BackgroundStyle.Class = "";
     this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX11.Location = new System.Drawing.Point(247, 35);
     this.labelX11.Name = "labelX11";
     this.labelX11.Size = new System.Drawing.Size(56, 23);
     this.labelX11.TabIndex = 3;
     this.labelX11.Text = "Diễn Giải";
     //
     // tabItemPower
     //
     this.tabItemPower.AttachedControl = this.tabControlPanel3;
     this.tabItemPower.Name = "tabItemPower";
     this.tabItemPower.Text = "Quyền Hạn";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.panelUser);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(618, 359);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.tabItemUser;
     //
     // panelUser
     //
     this.panelUser.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelUser.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelUser.Controls.Add(this.groupBox2);
     this.panelUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelUser.Location = new System.Drawing.Point(1, 1);
     this.panelUser.Name = "panelUser";
     this.panelUser.Size = new System.Drawing.Size(616, 357);
     this.panelUser.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelUser.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelUser.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelUser.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelUser.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelUser.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelUser.Style.GradientAngle = 90;
     this.panelUser.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.buttonX1);
     this.groupBox2.Controls.Add(this.buttonX2);
     this.groupBox2.Controls.Add(this.buttonX3);
     this.groupBox2.Controls.Add(this.textBoxX4);
     this.groupBox2.Controls.Add(this.labelX8);
     this.groupBox2.Controls.Add(this.comboBoxEx1);
     this.groupBox2.Controls.Add(this.labelX7);
     this.groupBox2.Controls.Add(this.dataGridViewX2);
     this.groupBox2.Controls.Add(this.textBoxX1);
     this.groupBox2.Controls.Add(this.labelX4);
     this.groupBox2.Controls.Add(this.textBoxX2);
     this.groupBox2.Controls.Add(this.labelX5);
     this.groupBox2.Controls.Add(this.textBoxX3);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Location = new System.Drawing.Point(11, 13);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(594, 333);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Người Dùng";
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Location = new System.Drawing.Point(141, 90);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(100, 20);
     this.textBoxX4.TabIndex = 13;
     //
     // labelX8
     //
     //
     //
     //
     this.labelX8.BackgroundStyle.Class = "";
     this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX8.Location = new System.Drawing.Point(22, 90);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(39, 20);
     this.labelX8.TabIndex = 12;
     this.labelX8.Text = "Email";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 14;
     this.comboBoxEx1.Location = new System.Drawing.Point(352, 66);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(100, 20);
     this.comboBoxEx1.TabIndex = 11;
     //
     // labelX7
     //
     //
     //
     //
     this.labelX7.BackgroundStyle.Class = "";
     this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX7.Location = new System.Drawing.Point(257, 65);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(88, 23);
     this.labelX7.TabIndex = 10;
     this.labelX7.Text = "Loại Người Dùng";
     //
     // dataGridViewX2
     //
     this.dataGridViewX2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.IdUser,
     this.NameUser,
     this.Password,
     this.IdKuser2,
     this.Email});
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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.dataGridViewX2.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX2.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX2.Location = new System.Drawing.Point(6, 171);
     this.dataGridViewX2.Name = "dataGridViewX2";
     this.dataGridViewX2.Size = new System.Drawing.Size(583, 156);
     this.dataGridViewX2.TabIndex = 9;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "STT";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 35;
     //
     // IdUser
     //
     this.IdUser.HeaderText = "Mã Người Dùng";
     this.IdUser.Name = "IdUser";
     this.IdUser.Width = 107;
     //
     // NameUser
     //
     this.NameUser.HeaderText = "Tên Người Dùng";
     this.NameUser.Name = "NameUser";
     this.NameUser.Width = 115;
     //
     // Password
     //
     this.Password.HeaderText = "Mật Khẩu";
     this.Password.Name = "Password";
     this.Password.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Password.Width = 80;
     //
     // IdKuser2
     //
     this.IdKuser2.HeaderText = "Loại Người Dùng";
     this.IdKuser2.Name = "IdKuser2";
     //
     // Email
     //
     this.Email.HeaderText = "Email";
     this.Email.Name = "Email";
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(141, 64);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(100, 20);
     this.textBoxX1.TabIndex = 8;
     //
     // labelX4
     //
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(22, 65);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(81, 23);
     this.labelX4.TabIndex = 7;
     this.labelX4.Text = "Tên Người Dùng";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(141, 38);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(100, 20);
     this.textBoxX2.TabIndex = 6;
     //
     // labelX5
     //
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(22, 38);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(81, 23);
     this.labelX5.TabIndex = 5;
     this.labelX5.Text = "Mã Người Dùng";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(352, 38);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(100, 20);
     this.textBoxX3.TabIndex = 4;
     //
     // labelX6
     //
     //
     //
     //
     this.labelX6.BackgroundStyle.Class = "";
     this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX6.Location = new System.Drawing.Point(257, 35);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(56, 23);
     this.labelX6.TabIndex = 3;
     this.labelX6.Text = "Mật Khẩu";
     //
     // tabItemUser
     //
     this.tabItemUser.AttachedControl = this.tabControlPanel2;
     this.tabItemUser.Name = "tabItemUser";
     this.tabItemUser.Text = "Người Dùng";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.panelKUser);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(611, 290);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.tabItemKUser;
     //
     // panelKUser
     //
     this.panelKUser.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelKUser.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelKUser.Controls.Add(this.groupBox1);
     this.panelKUser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelKUser.Location = new System.Drawing.Point(1, 1);
     this.panelKUser.Name = "panelKUser";
     this.panelKUser.Size = new System.Drawing.Size(609, 288);
     this.panelKUser.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelKUser.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelKUser.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelKUser.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelKUser.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelKUser.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelKUser.Style.GradientAngle = 90;
     this.panelKUser.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btDelete);
     this.groupBox1.Controls.Add(this.btUpdate);
     this.groupBox1.Controls.Add(this.btAdd);
     this.groupBox1.Controls.Add(this.dataGridViewX1);
     this.groupBox1.Controls.Add(this.txt_NameKUser);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txt_IdKuser);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.txt_NoteKUser);
     this.groupBox1.Controls.Add(this.labelX1);
     this.groupBox1.Location = new System.Drawing.Point(7, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(599, 273);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Loại Người Dùng";
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT_KUser,
     this.IdKuser,
     this.NameKUser,
     this.NoteKUser});
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle4;
     this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(22, 140);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.Size = new System.Drawing.Size(481, 96);
     this.dataGridViewX1.TabIndex = 9;
     //
     // STT_KUser
     //
     this.STT_KUser.HeaderText = "STT";
     this.STT_KUser.Name = "STT_KUser";
     this.STT_KUser.ReadOnly = true;
     this.STT_KUser.Width = 35;
     //
     // IdKuser
     //
     this.IdKuser.HeaderText = "Mã Loại Người Dùng";
     this.IdKuser.Name = "IdKuser";
     this.IdKuser.Width = 150;
     //
     // NameKUser
     //
     this.NameKUser.HeaderText = "Tên Loại Người Dùng";
     this.NameKUser.Name = "NameKUser";
     this.NameKUser.Width = 150;
     //
     // NoteKUser
     //
     this.NoteKUser.HeaderText = "Ghi Chú";
     this.NoteKUser.Name = "NoteKUser";
     //
     // txt_NameKUser
     //
     //
     //
     //
     this.txt_NameKUser.Border.Class = "";
     this.txt_NameKUser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NameKUser.Location = new System.Drawing.Point(141, 64);
     this.txt_NameKUser.Name = "txt_NameKUser";
     this.txt_NameKUser.Size = new System.Drawing.Size(100, 20);
     this.txt_NameKUser.TabIndex = 8;
     //
     // labelX3
     //
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(22, 65);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(113, 23);
     this.labelX3.TabIndex = 7;
     this.labelX3.Text = "Tên Loại Người Dùng";
     //
     // txt_IdKuser
     //
     //
     //
     //
     this.txt_IdKuser.Border.Class = "";
     this.txt_IdKuser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_IdKuser.Location = new System.Drawing.Point(141, 38);
     this.txt_IdKuser.Name = "txt_IdKuser";
     this.txt_IdKuser.Size = new System.Drawing.Size(100, 20);
     this.txt_IdKuser.TabIndex = 6;
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(22, 32);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(113, 23);
     this.labelX2.TabIndex = 5;
     this.labelX2.Text = "Mã Loại Người Dùng";
     //
     // txt_NoteKUser
     //
     //
     //
     //
     this.txt_NoteKUser.Border.Class = "";
     this.txt_NoteKUser.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txt_NoteKUser.Location = new System.Drawing.Point(309, 38);
     this.txt_NoteKUser.Name = "txt_NoteKUser";
     this.txt_NoteKUser.Size = new System.Drawing.Size(100, 20);
     this.txt_NoteKUser.TabIndex = 4;
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(247, 38);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(56, 20);
     this.labelX1.TabIndex = 3;
     this.labelX1.Text = "Ghi Chú";
     //
     // tabItemKUser
     //
     this.tabItemKUser.AttachedControl = this.tabControlPanel1;
     this.tabItemKUser.Name = "tabItemKUser";
     this.tabItemKUser.Text = "Loại Người Dùng";
     //
     // btDelete
     //
     this.btDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btDelete.Location = new System.Drawing.Point(141, 111);
     this.btDelete.Name = "btDelete";
     this.btDelete.Size = new System.Drawing.Size(75, 23);
     this.btDelete.TabIndex = 38;
     this.btDelete.Text = "Xóa";
     //
     // btUpdate
     //
     this.btUpdate.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btUpdate.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btUpdate.Location = new System.Drawing.Point(247, 111);
     this.btUpdate.Name = "btUpdate";
     this.btUpdate.Size = new System.Drawing.Size(75, 23);
     this.btUpdate.TabIndex = 39;
     this.btUpdate.Text = "Sửa";
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Location = new System.Drawing.Point(22, 111);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(75, 23);
     this.btAdd.TabIndex = 37;
     this.btAdd.Text = "Thêm";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location = new System.Drawing.Point(266, 124);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(75, 23);
     this.buttonX1.TabIndex = 41;
     this.buttonX1.Text = "Xóa";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location = new System.Drawing.Point(372, 124);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(75, 23);
     this.buttonX2.TabIndex = 42;
     this.buttonX2.Text = "Sửa";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Location = new System.Drawing.Point(147, 124);
     this.buttonX3.Name = "buttonX3";
     this.buttonX3.Size = new System.Drawing.Size(75, 23);
     this.buttonX3.TabIndex = 40;
     this.buttonX3.Text = "Thêm";
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location = new System.Drawing.Point(141, 99);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(75, 23);
     this.buttonX4.TabIndex = 41;
     this.buttonX4.Text = "Xóa";
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX5.Location = new System.Drawing.Point(247, 99);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(75, 23);
     this.buttonX5.TabIndex = 42;
     this.buttonX5.Text = "Sửa";
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX6.Location = new System.Drawing.Point(22, 99);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(75, 23);
     this.buttonX6.TabIndex = 40;
     this.buttonX6.Text = "Thêm";
     //
     // frmQTHT
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(618, 385);
     this.Controls.Add(this.tabControlPhanQuyen);
     this.Name = "frmQTHT";
     this.Text = "Quản Trị Hệ Thống";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmQTHT_FormClosing);
     this.Load += new System.EventHandler(this.frmAccount_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlPhanQuyen)).EndInit();
     this.tabControlPhanQuyen.ResumeLayout(false);
     this.tabControlPanel4.ResumeLayout(false);
     this.panelDTPower.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewXPQ)).EndInit();
     this.tabControlPanel3.ResumeLayout(false);
     this.panelPower.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX3)).EndInit();
     this.tabControlPanel2.ResumeLayout(false);
     this.panelUser.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX2)).EndInit();
     this.tabControlPanel1.ResumeLayout(false);
     this.panelKUser.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     this.ResumeLayout(false);
 }
示例#17
0
        /// <summary>
        /// 创建新的tabItem
        /// </summary>
        /// <param name="tid">文书id</param>
        private void CreateTabItem(int tid, string strMark_id)
        {
            //验证重复打开,如已经打开则定位到该条注释
            if (IsSameTabItem(tid.ToString()) == true)
            {
                frmText text = tctlDoc.SelectedTab.AttachedControl.Controls[0] as frmText;
                if (text.MyDoc.Us.Tid.ToString() == tid.ToString())
                {
                    foreach (var ele in text.MyDoc.Elements)
                    {
                        if (ele is ZYTextBapfMark)
                        {
                            ZYTextBapfMark mark = (ZYTextBapfMark)ele;
                            if (mark.Value == strMark_id)
                            {
                                Point point = new Point(mark.RealLeft, mark.RealTop);
                                point = text.MyDoc.OwnerControl.ViewPointToClient(point.X, point.Y);
                                text.MyDoc.OwnerControl.AutoScrollPosition = new Point(text.MyDoc.OwnerControl.AutoScrollPosition.X / 2 + point.X / 2, point.Y - text.MyDoc.OwnerControl.AutoScrollPosition.Y);
                                text.MyDoc.Content.MoveSelectStart(text.MyDoc.Elements.IndexOf(mark));
                                text.MyDoc.OwnerControl.Focus();
                            }
                        }
                    }
                }
                return;
            }

            /*
             * 创建新的tabItem 的实现思路:
             * 1.当前选中的文书类别,如果是单例文书,就查出其内容。
             * 2.当前选中的是病人文书,根据文书id,查出其内容
             */
            // 获得当前时间,精确到分钟
            // string time = string.Format("{0:g}", DateTime.Now);
            DevComponents.DotNetBar.TabControlPanel tabctpnDoc = new DevComponents.DotNetBar.TabControlPanel();
            tabctpnDoc.AutoScroll = true;
            DevComponents.DotNetBar.TabItem page = new DevComponents.DotNetBar.TabItem();
            //tctlDoc.TabItemClose += new TabStrip.UserActionEventHandler(tctlDoc_TabItemClose);
            //page.Click += new EventHandler(page_Click);

            //if (tid == 0)
            //{
            //    Class_Text text = advFinishDoc.SelectedNode.Tag as Class_Text;
            //    //新建文书,page页的Name用分号隔开,第一位:代表文书类型ID;第二位:文书类型;第三位:代表新建文书;第四位:是否单例文书
            //    page.Name = advFinishDoc.SelectedNode.Name + ";" + advFinishDoc.SelectedNode.Tag.GetType().ToString() + ";0;" + text.Issimpleinstance;
            //}
            //else //修改文书,page页的Name用分号隔开,第一位:文书ID;第二位:文书类型
            //{
            //    page.Name = tid + ";" + advFinishDoc.SelectedNode.Tag.GetType().ToString();
            //}

            page.Text = dgvSubjective.SelectedRows[0].Cells["文书名称"].Value.ToString() + " " + " (" + inpat.Sick_Bed_Name + " 床)";

            //已写文书
            Patient_Doc doc = GetDoc(dgvSubjective.SelectedRows[0].Cells["docId"].Value.ToString());

            page.Tag = doc;
            if (page.Tag != null)
            {
                //string log_Tid = advFinishDoc.SelectedNode.Name;
                //isCustom = false;

                //是否忽略空行
                //bool NeglectLine = IsNeglectLine(advFinishDoc.SelectedNode);
                string textTitle = dgvSubjective.SelectedRows[0].Cells["文书名称"].Value.ToString();
                page.Tooltip = dgvSubjective.SelectedRows[0].Cells["文书类别"].Value.ToString();

                //打开单例文书
                if (inpat.Sick_Bed_Name != "")
                {
                    //tid = Convert.ToInt32(temptid);
                    frmText text = new frmText(Convert.ToInt32(dgvSubjective.SelectedRows[0].Cells["textkind_id"].Value.ToString()), 0, 0, textTitle, tid, inpat, true, false, "", "");
                    text.MyDoc.IgnoreLine = true;

                    //隐藏编辑器右键
                    text.MyDoc.OwnerControl.ContextMenuStrip.Visible = false;
                    //隐藏工具栏
                    text.MyDoc.Menus.PnlMenus.Visible = false;

                    XmlDocument tmpxml = new System.Xml.XmlDocument();
                    tmpxml.PreserveWhitespace = true;
                    string    sql = "select tid,Ishighersign,Havedoctorsign,Havehighersign,submitted,section_name from t_patients_doc where textkind_id='" + dgvSubjective.SelectedRows[0].Cells["textkind_id"].Value.ToString() + "' and patient_id=" + inpat.Id + "";
                    DataTable dt  = App.GetDataSet(sql).Tables[0];

                    string content = "";
                    content = App.ReadSqlVal("select * from T_PATIENT_DOC_COLB where tid=" + dt.Rows[0]["tid"].ToString() + "", 0, "CONTENT");
                    if (content == null || content == "")
                    {
                        content = App.DownLoadFtpPatientDoc(dt.Rows[0]["tid"].ToString() + ".xml", inpat.Id.ToString());//App.ReadSqlVal(sql, 0, "patients_doc");
                    }
                    //content = App.DownLoadFtpPatientDoc(dt.Rows[0]["tid"].ToString() + ".xml", currentPatient.Id.ToString()); //dt.Rows[0]["patients_doc"].ToString();
                    string ishighersign   = dt.Rows[0]["Ishighersign"].ToString();
                    string havedoctorsign = dt.Rows[0]["Havedoctorsign"].ToString();
                    string havehighersign = dt.Rows[0]["Havehighersign"].ToString();
                    text.MyDoc.Section_name = dt.Rows[0]["section_name"].ToString();
                    //修改文书,Ishighersign是否需要上级医师审签
                    text.MyDoc.TextSuperiorSignature = ishighersign;
                    text.MyDoc.HaveTubebedSign       = havedoctorsign; //经治医师是否审签
                    text.MyDoc.HaveSuperiorSignature = havehighersign; //是否已经有过上级医生签名
                    text.MyDoc.OnDrawPageHeader     += DataInit.EMRDoc_OnDrawPageHeader;
                    text.MyDoc.Locked = true;

                    ////病案评分-------------------------------------------------------
                    //if (this.OnComeFrmText != null)
                    //{
                    //    //触发事件
                    //    OnComeFrmText(text);
                    //}
                    ////--------------------------------------------------------


                    tmpxml.LoadXml(content);

                    text.MyDoc.FromXML(tmpxml.DocumentElement);

                    //注释定位
                    foreach (var ele in text.MyDoc.Elements)
                    {
                        if (ele is ZYTextBapfMark)
                        {
                            ZYTextBapfMark mark = (ZYTextBapfMark)ele;
                            if (mark.Value == strMark_id)
                            {
                                Point point = new Point(mark.RealLeft, mark.RealTop);
                                point = text.MyDoc.OwnerControl.ViewPointToClient(point.X, point.Y);
                                text.MyDoc.OwnerControl.AutoScrollPosition = new Point(text.MyDoc.OwnerControl.AutoScrollPosition.X / 2 + point.X / 2, point.Y - text.MyDoc.OwnerControl.AutoScrollPosition.Y);
                                text.MyDoc.Content.MoveSelectStart(text.MyDoc.Elements.IndexOf(mark));
                                //text.MyDoc.OwnerControl.Focus();
                            }
                        }
                    }

                    text.MyDoc.ContentChanged();
                    tabctpnDoc.Controls.Add(text);
                    text.Dock = DockStyle.Fill;
                }

                tabctpnDoc.TabItem   = page;
                tabctpnDoc.Dock      = DockStyle.Fill;
                page.AttachedControl = tabctpnDoc;
                this.tctlDoc.Controls.Add(tabctpnDoc);
                this.tctlDoc.Tabs.Add(page);
                this.tctlDoc.Refresh();
                this.tctlDoc.SelectedTab = page;
                //if (doc.Submitted == "Y")
                //{
                //    App.SetToolButtonByUser("tsbtnTempSave", false);
                //}
                //else
                //{
                //    App.SetToolButtonByUser("tsbtnTempSave", true);
                //}
            }
            else
            {
                App.Msg("打开文书异常!");
            }
            App.AddCurrentDocMsg(inpat.Id.ToString() + page.Text);
        }
示例#18
0
        public void AddComponent(Form f, string name)
        {
            //add form to panel
            Panel pa = new Panel();

            pa.Dock       = DockStyle.Fill;
            pa.AutoScroll = true;
            pa.Controls.Add(f);
            pa.Padding = new Padding(0);
            pa.Name    = "panel" + name;


            //add form to group
            DevComponents.DotNetBar.Controls.GroupPanel g = new DevComponents.DotNetBar.Controls.GroupPanel();
            g.Resize += new EventHandler(pnl_resize);
            g.Dock    = DockStyle.Fill;
            pa.Size   = new Size(g.Width - 6, g.Height - 21);
            f.Size    = g.Size;
            ///// set group box
            g.Text             = name;
            g.Name             = "group_panel" + name;
            g.CanvasColor      = System.Drawing.SystemColors.Control;
            g.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            //g.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            g.DrawTitleBox       = false;
            g.Location           = new System.Drawing.Point(1, 1);
            g.ShowFocusRectangle = true;
            g.Dock = DockStyle.Fill;
            g.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            g.Style.BackColorGradientAngle = 90;
            g.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            g.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderBottomWidth      = 1;
            g.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            g.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderLeftWidth        = 1;
            g.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderRightWidth       = 1;
            g.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
            g.Style.BorderTopWidth      = 1;
            g.Style.CornerDiameter      = 4;
            g.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
            g.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            g.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            g.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            g.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            g.AutoSize = true;
            //////////////
            g.TabIndex = 0;
            g.Controls.Add(pa);
            //add group to tabpage
            DevComponents.DotNetBar.TabControlPanel p = new DevComponents.DotNetBar.TabControlPanel();
            p.Dock = DockStyle.Fill;
            p.Name = "tab_panel" + name;
            p.Controls.Add(g);
            DevComponents.DotNetBar.TabItem t = new DevComponents.DotNetBar.TabItem();
            t.Text            = name;
            t.AttachedControl = p;
            t.Name            = "tab_title" + name;
            t.Icon            = ((System.Drawing.Icon)(tabItemHome.Icon));
            // add tab_item to tab
            tapcol_content.Tabs.Add(t);
            tapcol_content.SelectedTab = t;
            // refesh
            tapcol_content.Refresh();
            this.Refresh();
        }
示例#19
0
 /// <summary> 
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.panel2 = new System.Windows.Forms.Panel();
     this.tabControl1 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.grdTimeTableBusyEditor = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.contextMenuBusy = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.menuBusy = new System.Windows.Forms.ToolStripMenuItem();
     this.menuBusyDesc = new System.Windows.Forms.ToolStripMenuItem();
     this.menuFree = new System.Windows.Forms.ToolStripMenuItem();
     this.panel3 = new System.Windows.Forms.Panel();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.cmbTimeTables = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.grdClassBusys = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblName = new DevComponents.DotNetBar.LabelX();
     this.contextMenuStripDelete = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components);
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWeekDay = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStartHour = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStartMinute = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colBusyDesc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSubject = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelEx1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdTimeTableBusyEditor)).BeginInit();
     this.contextMenuBusy.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdClassBusys)).BeginInit();
     this.panel1.SuspendLayout();
     this.contextMenuStripDelete.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.panel2);
     this.panelEx1.Controls.Add(this.panel1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(530, 434);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.tabControl1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 34);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(530, 400);
     this.panel2.TabIndex = 4;
     //
     // tabControl1
     //
     this.tabControl1.BackColor = System.Drawing.Color.Transparent;
     this.tabControl1.CanReorderTabs = true;
     this.tabControl1.Controls.Add(this.tabControlPanel1);
     this.tabControl1.Controls.Add(this.tabControlPanel2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Bold);
     this.tabControl1.SelectedTabIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(530, 400);
     this.tabControl1.TabIndex = 0;
     this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControl1.Tabs.Add(this.tabItem1);
     this.tabControl1.Tabs.Add(this.tabItem2);
     this.tabControl1.Text = "tabControl1";
     this.tabControl1.DoubleClick += new System.EventHandler(this.tabControl1_DoubleClick);
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.grdTimeTableBusyEditor);
     this.tabControlPanel1.Controls.Add(this.panel3);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 29);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(530, 371);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.tabItem1;
     //
     // grdTimeTableBusyEditor
     //
     this.grdTimeTableBusyEditor.AllowUserToAddRows = false;
     this.grdTimeTableBusyEditor.AllowUserToDeleteRows = false;
     this.grdTimeTableBusyEditor.AllowUserToResizeColumns = false;
     this.grdTimeTableBusyEditor.AllowUserToResizeRows = false;
     this.grdTimeTableBusyEditor.BackgroundColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdTimeTableBusyEditor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.grdTimeTableBusyEditor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdTimeTableBusyEditor.ContextMenuStrip = this.contextMenuBusy;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdTimeTableBusyEditor.DefaultCellStyle = dataGridViewCellStyle2;
     this.grdTimeTableBusyEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdTimeTableBusyEditor.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.grdTimeTableBusyEditor.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.grdTimeTableBusyEditor.Location = new System.Drawing.Point(1, 35);
     this.grdTimeTableBusyEditor.Name = "grdTimeTableBusyEditor";
     this.grdTimeTableBusyEditor.RowHeadersVisible = false;
     this.grdTimeTableBusyEditor.RowTemplate.Height = 24;
     this.grdTimeTableBusyEditor.Size = new System.Drawing.Size(528, 335);
     this.grdTimeTableBusyEditor.TabIndex = 22;
     //
     // contextMenuBusy
     //
     this.contextMenuBusy.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.menuBusy,
     this.menuBusyDesc,
     this.menuFree});
     this.contextMenuBusy.Name = "contextMenuStrip1";
     this.contextMenuBusy.ShowImageMargin = false;
     this.contextMenuBusy.Size = new System.Drawing.Size(186, 70);
     //
     // menuBusy
     //
     this.menuBusy.Name = "menuBusy";
     this.menuBusy.Size = new System.Drawing.Size(185, 22);
     this.menuBusy.Text = "設定不排課時段";
     //
     // menuBusyDesc
     //
     this.menuBusyDesc.Name = "menuBusyDesc";
     this.menuBusyDesc.Size = new System.Drawing.Size(185, 22);
     this.menuBusyDesc.Text = "設定不排課時段(指定描述)";
     //
     // menuFree
     //
     this.menuFree.Name = "menuFree";
     this.menuFree.Size = new System.Drawing.Size(185, 22);
     this.menuFree.Text = "取消設定";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Transparent;
     this.panel3.Controls.Add(this.labelX4);
     this.panel3.Controls.Add(this.labelX2);
     this.panel3.Controls.Add(this.cmbTimeTables);
     this.panel3.Controls.Add(this.comboBoxEx1);
     this.panel3.Controls.Add(this.labelX1);
     this.panel3.Controls.Add(this.labelX3);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(1, 1);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(528, 34);
     this.panel3.TabIndex = 21;
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(242, 7);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(219, 21);
     this.labelX4.TabIndex = 23;
     this.labelX4.Text = "(可雙擊左鍵設定,或多選以右鍵設定)";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(11, 7);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(60, 21);
     this.labelX2.TabIndex = 22;
     this.labelX2.Text = "時間表:";
     //
     // cmbTimeTables
     //
     this.cmbTimeTables.DisplayMember = "Name";
     this.cmbTimeTables.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cmbTimeTables.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTimeTables.FormattingEnabled = true;
     this.cmbTimeTables.ItemHeight = 19;
     this.cmbTimeTables.Location = new System.Drawing.Point(71, 5);
     this.cmbTimeTables.Name = "cmbTimeTables";
     this.cmbTimeTables.Size = new System.Drawing.Size(155, 25);
     this.cmbTimeTables.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.cmbTimeTables.TabIndex = 18;
     this.cmbTimeTables.ValueMember = "UID";
     this.cmbTimeTables.SelectedIndexChanged += new System.EventHandler(this.cmbTimeTables_SelectedIndexChanged);
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember = "Text";
     this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight = 19;
     this.comboBoxEx1.Location = new System.Drawing.Point(313, 37);
     this.comboBoxEx1.Name = "comboBoxEx1";
     this.comboBoxEx1.Size = new System.Drawing.Size(121, 25);
     this.comboBoxEx1.TabIndex = 12;
     this.comboBoxEx1.Visible = false;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(241, 41);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(74, 21);
     this.labelX1.TabIndex = 11;
     this.labelX1.Text = "所在地點:";
     this.labelX1.Visible = false;
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(234, 41);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(74, 21);
     this.labelX3.TabIndex = 3;
     this.labelX3.Text = "場地代碼:";
     this.labelX3.Visible = false;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "不排課時段";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.grdClassBusys);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 29);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(530, 371);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
     | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.tabItem2;
     //
     // grdClassBusys
     //
     this.grdClassBusys.BackgroundColor = System.Drawing.Color.White;
     this.grdClassBusys.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdClassBusys.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colWeekDay,
     this.colStartHour,
     this.colStartMinute,
     this.colBusyDesc});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdClassBusys.DefaultCellStyle = dataGridViewCellStyle3;
     this.grdClassBusys.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdClassBusys.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.grdClassBusys.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.grdClassBusys.HighlightSelectedColumnHeaders = false;
     this.grdClassBusys.Location = new System.Drawing.Point(1, 1);
     this.grdClassBusys.MultiSelect = false;
     this.grdClassBusys.Name = "grdClassBusys";
     this.grdClassBusys.ReadOnly = true;
     this.grdClassBusys.RowHeadersWidth = 35;
     this.grdClassBusys.RowTemplate.Height = 24;
     this.grdClassBusys.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.grdClassBusys.Size = new System.Drawing.Size(528, 369);
     this.grdClassBusys.TabIndex = 3;
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel2;
     this.tabItem2.Name = "tabItem2";
     this.tabItem2.Text = "清單檢視";
     this.tabItem2.Visible = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblName);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(530, 34);
     this.panel1.TabIndex = 3;
     this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     //
     //
     //
     this.lblName.BackgroundStyle.Class = "";
     this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblName.Font = new System.Drawing.Font("Microsoft JhengHei", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.lblName.Location = new System.Drawing.Point(3, 1);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(87, 32);
     this.lblName.TabIndex = 6;
     this.lblName.Text = "班級名稱";
     //
     // contextMenuStripDelete
     //
     this.contextMenuStripDelete.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem2});
     this.contextMenuStripDelete.Name = "contextMenuStrip1";
     this.contextMenuStripDelete.ShowImageMargin = false;
     this.contextMenuStripDelete.Size = new System.Drawing.Size(41, 26);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(40, 22);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // errorProvider2
     //
     this.errorProvider2.ContainerControl = this;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn1.HeaderText = "星期";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn1.ToolTipText = "只能輸入1到7";
     this.dataGridViewTextBoxColumn1.Width = 35;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn2.HeaderText = "開始時間";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn2.Width = 59;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.dataGridViewTextBoxColumn3.HeaderText = "結束時間";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.dataGridViewTextBoxColumn3.Width = 59;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn4.HeaderText = "不排課描述";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly = true;
     //
     // colWeekDay
     //
     this.colWeekDay.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colWeekDay.HeaderText = "星期";
     this.colWeekDay.Name = "colWeekDay";
     this.colWeekDay.ReadOnly = true;
     this.colWeekDay.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colWeekDay.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colWeekDay.ToolTipText = "只能輸入1到7";
     this.colWeekDay.Width = 40;
     //
     // colStartHour
     //
     this.colStartHour.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colStartHour.HeaderText = "開始時間";
     this.colStartHour.Name = "colStartHour";
     this.colStartHour.ReadOnly = true;
     this.colStartHour.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colStartHour.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colStartHour.Width = 66;
     //
     // colStartMinute
     //
     this.colStartMinute.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.colStartMinute.HeaderText = "結束時間";
     this.colStartMinute.Name = "colStartMinute";
     this.colStartMinute.ReadOnly = true;
     this.colStartMinute.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.colStartMinute.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colStartMinute.Width = 66;
     //
     // colBusyDesc
     //
     this.colBusyDesc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colBusyDesc.HeaderText = "不排課描述";
     this.colBusyDesc.Name = "colBusyDesc";
     this.colBusyDesc.ReadOnly = true;
     //
     // colSubject
     //
     this.colSubject.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colSubject.HeaderText = "科目";
     this.colSubject.Name = "colSubject";
     //
     // colLevel
     //
     this.colLevel.HeaderText = "級別";
     this.colLevel.Name = "colLevel";
     //
     // ClassEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.panelEx1);
     this.Font = new System.Drawing.Font("Microsoft JhengHei", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Name = "ClassEditor";
     this.Size = new System.Drawing.Size(530, 434);
     this.panelEx1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdTimeTableBusyEditor)).EndInit();
     this.contextMenuBusy.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.tabControlPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdClassBusys)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.contextMenuStripDelete.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit();
     this.ResumeLayout(false);
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.ribbonControl1 = new DevComponents.DotNetBar.RibbonControl();
     this.ribbonPanel1 = new DevComponents.DotNetBar.RibbonPanel();
     this.ribbonBar3 = new DevComponents.DotNetBar.RibbonBar();
     this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
     this.labelItem3 = new DevComponents.DotNetBar.LabelItem();
     this.ribbonBar2 = new DevComponents.DotNetBar.RibbonBar();
     this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonBar1 = new DevComponents.DotNetBar.RibbonBar();
     this.buttonItem32 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem33 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem34 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem35 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem36 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonTabItem1 = new DevComponents.DotNetBar.RibbonTabItem();
     this.buttonItem46 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem47 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem49 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem50 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem51 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem48 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem52 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem53 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem54 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem55 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem58 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem57 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem59 = new DevComponents.DotNetBar.ButtonItem();
     this.office2007StartButton1 = new DevComponents.DotNetBar.Office2007StartButton();
     this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem4 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem5 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem6 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem7 = new DevComponents.DotNetBar.ButtonItem();
     this.galleryContainer1 = new DevComponents.DotNetBar.GalleryContainer();
     this.labelItem8 = new DevComponents.DotNetBar.LabelItem();
     this.buttonItem8 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem37 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem38 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem39 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem40 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem41 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem42 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem43 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem44 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem45 = new DevComponents.DotNetBar.ButtonItem();
     this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
     this.sideBar1 = new DevComponents.DotNetBar.SideBar();
     this.sideBarPanelItem3 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem29 = new DevComponents.DotNetBar.ButtonItem();
     this.sideBarPanelItem2 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem26 = new DevComponents.DotNetBar.ButtonItem();
     this.sideBarPanelItem4 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.sideBarPanelItem5 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem30 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem31 = new DevComponents.DotNetBar.ButtonItem();
     this.sideBarPanelItem1 = new DevComponents.DotNetBar.SideBarPanelItem();
     this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem19 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem();
     this.tabControl2 = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupPanel6 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX5 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.groupPanel5 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.rez_danlz = new System.Windows.Forms.Label();
     this.rez_medic = new System.Windows.Forms.Label();
     this.rez_dn = new System.Windows.Forms.Label();
     this.rez_cnp = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.groupPanel4 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX4 = new DevComponents.DotNetBar.ButtonX();
     this.label1 = new System.Windows.Forms.Label();
     this.textBox6 = new System.Windows.Forms.TextBox();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.groupPanel3 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.buttonX6 = new DevComponents.DotNetBar.ButtonX();
     this.textBox12 = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.textBox11 = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.checkedListBox4 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox3 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox2 = new System.Windows.Forms.CheckedListBox();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBox9 = new System.Windows.Forms.TextBox();
     this.textBox10 = new System.Windows.Forms.TextBox();
     this.textBox8 = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label15 = new System.Windows.Forms.Label();
     this.textBox7 = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textBox4 = new System.Windows.Forms.TextBox();
     this.textBox5 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.tabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.reflectionImage2 = new DevComponents.DotNetBar.Controls.ReflectionImage();
     this.reflectionLabel1 = new DevComponents.DotNetBar.Controls.ReflectionLabel();
     this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
     this.balloonTip1 = new DevComponents.DotNetBar.BalloonTip();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.ribbonControl1.SuspendLayout();
     this.ribbonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).BeginInit();
     this.tabControl2.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.groupPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.groupPanel5.SuspendLayout();
     this.groupPanel4.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.groupPanel3.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.AutoScroll = true;
     this.ribbonControl1.CaptionVisible = true;
     this.ribbonControl1.Controls.Add(this.ribbonPanel1);
     this.ribbonControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.ribbonTabItem1});
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Office2007ColorTable = DevComponents.DotNetBar.Rendering.eOffice2007ColorScheme.VistaGlass;
     this.ribbonControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
     this.ribbonControl1.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem46,
     this.buttonItem48,
     this.buttonItem55,
     this.buttonItem58});
     this.ribbonControl1.Size = new System.Drawing.Size(1284, 137);
     this.ribbonControl1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex = 0;
     this.ribbonControl1.Text = "ribbonControl1";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonPanel1.Controls.Add(this.ribbonBar3);
     this.ribbonPanel1.Controls.Add(this.ribbonBar2);
     this.ribbonPanel1.Controls.Add(this.ribbonBar1);
     this.ribbonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel1.Location = new System.Drawing.Point(0, 55);
     this.ribbonPanel1.Name = "ribbonPanel1";
     this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
     this.ribbonPanel1.Size = new System.Drawing.Size(1284, 80);
     this.ribbonPanel1.TabIndex = 1;
     this.ribbonPanel1.Click += new System.EventHandler(this.ribbonPanel1_Click);
     //
     // ribbonBar3
     //
     this.ribbonBar3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ribbonBar3.AutoOverflowEnabled = true;
     this.ribbonBar3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonBar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem2,
     this.labelItem3});
     this.ribbonBar3.Location = new System.Drawing.Point(990, 0);
     this.ribbonBar3.Name = "ribbonBar3";
     this.ribbonBar3.Size = new System.Drawing.Size(290, 77);
     this.ribbonBar3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar3.TabIndex = 2;
     this.ribbonBar3.Text = "Data  operarii";
     this.ribbonBar3.ItemClick += new System.EventHandler(this.ribbonBar3_ItemClick);
     //
     // labelItem2
     //
     this.labelItem2.Name = "labelItem2";
     this.labelItem2.Text = "                                                 ";
     //
     // labelItem3
     //
     this.labelItem3.Image = global::MedLab2.Properties.Resources.icon_time_to_market;
     this.labelItem3.Name = "labelItem3";
     //
     // ribbonBar2
     //
     this.ribbonBar2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.ribbonBar2.AutoOverflowEnabled = true;
     this.ribbonBar2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ribbonBar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem1,
     this.buttonItem16});
     this.ribbonBar2.Location = new System.Drawing.Point(236, 0);
     this.ribbonBar2.Name = "ribbonBar2";
     this.ribbonBar2.Size = new System.Drawing.Size(286, 77);
     this.ribbonBar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar2.TabIndex = 1;
     this.ribbonBar2.Text = "Utilizator curent";
     //
     // labelItem1
     //
     this.labelItem1.Name = "labelItem1";
     this.labelItem1.Text = "                                                         ";
     //
     // buttonItem16
     //
     this.buttonItem16.ImagePaddingHorizontal = 8;
     this.buttonItem16.Name = "buttonItem16";
     this.buttonItem16.SubItemsExpandWidth = 14;
     this.buttonItem16.Text = "Sign out";
     this.buttonItem16.Click += new System.EventHandler(this.buttonItem16_Click);
     //
     // ribbonBar1
     //
     this.ribbonBar1.AutoOverflowEnabled = true;
     this.ribbonBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.ribbonBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem32,
     this.buttonItem33,
     this.buttonItem34,
     this.buttonItem35,
     this.buttonItem36});
     this.ribbonBar1.Location = new System.Drawing.Point(3, 0);
     this.ribbonBar1.Name = "ribbonBar1";
     this.ribbonBar1.Size = new System.Drawing.Size(282, 77);
     this.ribbonBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.ribbonBar1.TabIndex = 0;
     //
     // buttonItem32
     //
     this.buttonItem32.Image = global::MedLab2.Properties.Resources.Word;
     this.buttonItem32.ImagePaddingHorizontal = 8;
     this.buttonItem32.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem32.Name = "buttonItem32";
     this.buttonItem32.SubItemsExpandWidth = 14;
     this.buttonItem32.Text = "Word";
     this.buttonItem32.Click += new System.EventHandler(this.buttonItem32_Click);
     //
     // buttonItem33
     //
     this.buttonItem33.Image = global::MedLab2.Properties.Resources.Excel;
     this.buttonItem33.ImagePaddingHorizontal = 8;
     this.buttonItem33.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem33.Name = "buttonItem33";
     this.buttonItem33.SubItemsExpandWidth = 14;
     this.buttonItem33.Text = "Excel";
     this.buttonItem33.Click += new System.EventHandler(this.buttonItem33_Click);
     //
     // buttonItem34
     //
     this.buttonItem34.Image = global::MedLab2.Properties.Resources.OutLook;
     this.buttonItem34.ImagePaddingHorizontal = 8;
     this.buttonItem34.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem34.Name = "buttonItem34";
     this.buttonItem34.SubItemsExpandWidth = 14;
     this.buttonItem34.Text = "Outlook";
     this.buttonItem34.Click += new System.EventHandler(this.buttonItem34_Click);
     //
     // buttonItem35
     //
     this.buttonItem35.Image = global::MedLab2.Properties.Resources.PowerPoint;
     this.buttonItem35.ImagePaddingHorizontal = 8;
     this.buttonItem35.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem35.Name = "buttonItem35";
     this.buttonItem35.SubItemsExpandWidth = 14;
     this.buttonItem35.Text = "PowerPoint";
     this.buttonItem35.Click += new System.EventHandler(this.buttonItem35_Click);
     //
     // buttonItem36
     //
     this.buttonItem36.Image = global::MedLab2.Properties.Resources.Calc;
     this.buttonItem36.ImagePaddingHorizontal = 8;
     this.buttonItem36.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem36.Name = "buttonItem36";
     this.buttonItem36.SubItemsExpandWidth = 14;
     this.buttonItem36.Text = "Calculator";
     this.buttonItem36.Click += new System.EventHandler(this.buttonItem36_Click);
     //
     // ribbonTabItem1
     //
     this.ribbonTabItem1.Checked = true;
     this.ribbonTabItem1.ImagePaddingHorizontal = 8;
     this.ribbonTabItem1.Name = "ribbonTabItem1";
     this.ribbonTabItem1.Panel = this.ribbonPanel1;
     this.ribbonTabItem1.Text = "Instrumente";
     //
     // buttonItem46
     //
     this.buttonItem46.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem46.ImagePaddingHorizontal = 8;
     this.buttonItem46.Name = "buttonItem46";
     this.buttonItem46.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem46.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem46.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem47,
     this.buttonItem49,
     this.buttonItem50,
     this.buttonItem51});
     this.buttonItem46.Text = "Pacineti";
     this.buttonItem46.Click += new System.EventHandler(this.buttonItem46_Click);
     //
     // buttonItem47
     //
     this.buttonItem47.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem47.ImagePaddingHorizontal = 8;
     this.buttonItem47.Name = "buttonItem47";
     this.buttonItem47.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
     this.buttonItem47.Text = "Cautare dupa &nume";
     this.buttonItem47.Click += new System.EventHandler(this.buttonItem47_Click);
     //
     // buttonItem49
     //
     this.buttonItem49.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem49.ImagePaddingHorizontal = 8;
     this.buttonItem49.Name = "buttonItem49";
     this.buttonItem49.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.buttonItem49.Text = "Cautare dupa &cnp";
     this.buttonItem49.Click += new System.EventHandler(this.buttonItem49_Click);
     //
     // buttonItem50
     //
     this.buttonItem50.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem50.ImagePaddingHorizontal = 8;
     this.buttonItem50.Name = "buttonItem50";
     this.buttonItem50.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI);
     this.buttonItem50.Text = "Cautare dupa cod &inregistrare";
     this.buttonItem50.Click += new System.EventHandler(this.buttonItem50_Click);
     //
     // buttonItem51
     //
     this.buttonItem51.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem51.ImagePaddingHorizontal = 8;
     this.buttonItem51.Name = "buttonItem51";
     this.buttonItem51.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlS);
     this.buttonItem51.Text = "&Stergere din baza de date";
     this.buttonItem51.Click += new System.EventHandler(this.buttonItem51_Click);
     //
     // buttonItem48
     //
     this.buttonItem48.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem48.ImagePaddingHorizontal = 8;
     this.buttonItem48.Name = "buttonItem48";
     this.buttonItem48.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem48.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem48.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem52,
     this.buttonItem53,
     this.buttonItem54});
     this.buttonItem48.Text = "Utilizatori";
     //
     // buttonItem52
     //
     this.buttonItem52.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem52.ImagePaddingHorizontal = 8;
     this.buttonItem52.Name = "buttonItem52";
     this.buttonItem52.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.buttonItem52.Text = "&Adaugare utilizator";
     this.buttonItem52.Click += new System.EventHandler(this.buttonItem52_Click);
     //
     // buttonItem53
     //
     this.buttonItem53.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem53.ImagePaddingHorizontal = 8;
     this.buttonItem53.Name = "buttonItem53";
     this.buttonItem53.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlDel);
     this.buttonItem53.Text = "Stergere utilizator";
     this.buttonItem53.Click += new System.EventHandler(this.buttonItem53_Click);
     //
     // buttonItem54
     //
     this.buttonItem54.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem54.ImagePaddingHorizontal = 8;
     this.buttonItem54.Name = "buttonItem54";
     this.buttonItem54.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlP);
     this.buttonItem54.Text = "Schimbare parola utilizator";
     this.buttonItem54.Click += new System.EventHandler(this.buttonItem54_Click);
     //
     // buttonItem55
     //
     this.buttonItem55.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem55.ImagePaddingHorizontal = 8;
     this.buttonItem55.Name = "buttonItem55";
     this.buttonItem55.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem55.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem55.Text = "Setari";
     //
     // buttonItem58
     //
     this.buttonItem58.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem58.ImagePaddingHorizontal = 8;
     this.buttonItem58.Name = "buttonItem58";
     this.buttonItem58.PopupAnimation = DevComponents.DotNetBar.ePopupAnimation.Slide;
     this.buttonItem58.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(5);
     this.buttonItem58.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem57,
     this.buttonItem59});
     this.buttonItem58.Text = "Ajutor";
     //
     // buttonItem57
     //
     this.buttonItem57.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem57.ImagePaddingHorizontal = 8;
     this.buttonItem57.Name = "buttonItem57";
     this.buttonItem57.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.buttonItem57.Text = "Suport tehnic";
     this.buttonItem57.Click += new System.EventHandler(this.buttonItem57_Click);
     //
     // buttonItem59
     //
     this.buttonItem59.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem59.ImagePaddingHorizontal = 8;
     this.buttonItem59.Name = "buttonItem59";
     this.buttonItem59.Text = "Despre MedLAB...";
     this.buttonItem59.Click += new System.EventHandler(this.buttonItem59_Click);
     //
     // office2007StartButton1
     //
     this.office2007StartButton1.AutoExpandOnClick = true;
     this.office2007StartButton1.CanCustomize = false;
     this.office2007StartButton1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.office2007StartButton1.Image = ((System.Drawing.Image)(resources.GetObject("office2007StartButton1.Image")));
     this.office2007StartButton1.ImagePaddingHorizontal = 2;
     this.office2007StartButton1.ImagePaddingVertical = 2;
     this.office2007StartButton1.Name = "office2007StartButton1";
     this.office2007StartButton1.ShowSubItems = false;
     this.office2007StartButton1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer1});
     this.office2007StartButton1.Text = "&File";
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer";
     this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer1.Name = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer2,
     this.itemContainer4});
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
     this.itemContainer2.ItemSpacing = 0;
     this.itemContainer2.Name = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer3,
     this.galleryContainer1});
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
     this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0);
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2,
     this.buttonItem3,
     this.buttonItem4,
     this.buttonItem5,
     this.buttonItem6,
     this.buttonItem7});
     //
     // buttonItem2
     //
     this.buttonItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem2.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem2.Image")));
     this.buttonItem2.ImagePaddingHorizontal = 8;
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItemsExpandWidth = 24;
     this.buttonItem2.Text = "&New";
     //
     // buttonItem3
     //
     this.buttonItem3.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem3.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem3.Image")));
     this.buttonItem3.ImagePaddingHorizontal = 8;
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.SubItemsExpandWidth = 24;
     this.buttonItem3.Text = "&Open...";
     //
     // buttonItem4
     //
     this.buttonItem4.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem4.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem4.Image")));
     this.buttonItem4.ImagePaddingHorizontal = 8;
     this.buttonItem4.Name = "buttonItem4";
     this.buttonItem4.SubItemsExpandWidth = 24;
     this.buttonItem4.Text = "&Save...";
     //
     // buttonItem5
     //
     this.buttonItem5.BeginGroup = true;
     this.buttonItem5.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem5.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem5.Image")));
     this.buttonItem5.ImagePaddingHorizontal = 8;
     this.buttonItem5.Name = "buttonItem5";
     this.buttonItem5.SubItemsExpandWidth = 24;
     this.buttonItem5.Text = "S&hare...";
     //
     // buttonItem6
     //
     this.buttonItem6.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem6.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem6.Image")));
     this.buttonItem6.ImagePaddingHorizontal = 8;
     this.buttonItem6.Name = "buttonItem6";
     this.buttonItem6.SubItemsExpandWidth = 24;
     this.buttonItem6.Text = "&Print...";
     //
     // buttonItem7
     //
     this.buttonItem7.BeginGroup = true;
     this.buttonItem7.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem7.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem7.Image")));
     this.buttonItem7.ImagePaddingHorizontal = 8;
     this.buttonItem7.Name = "buttonItem7";
     this.buttonItem7.SubItemsExpandWidth = 24;
     this.buttonItem7.Text = "&Close";
     //
     // galleryContainer1
     //
     //
     //
     //
     this.galleryContainer1.BackgroundStyle.Class = "RibbonFileMenuColumnTwoContainer";
     this.galleryContainer1.EnableGalleryPopup = false;
     this.galleryContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.galleryContainer1.MinimumSize = new System.Drawing.Size(180, 240);
     this.galleryContainer1.MultiLine = false;
     this.galleryContainer1.Name = "galleryContainer1";
     this.galleryContainer1.PopupUsesStandardScrollbars = false;
     this.galleryContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.labelItem8,
     this.buttonItem8,
     this.buttonItem9,
     this.buttonItem10,
     this.buttonItem11});
     //
     // labelItem8
     //
     this.labelItem8.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
     this.labelItem8.BorderType = DevComponents.DotNetBar.eBorderType.Etched;
     this.labelItem8.CanCustomize = false;
     this.labelItem8.Name = "labelItem8";
     this.labelItem8.PaddingBottom = 2;
     this.labelItem8.PaddingTop = 2;
     this.labelItem8.Stretch = true;
     this.labelItem8.Text = "Recent Documents";
     //
     // buttonItem8
     //
     this.buttonItem8.ImagePaddingHorizontal = 8;
     this.buttonItem8.Name = "buttonItem8";
     this.buttonItem8.Text = "&1. Short News 5-7.rtf";
     //
     // buttonItem9
     //
     this.buttonItem9.ImagePaddingHorizontal = 8;
     this.buttonItem9.Name = "buttonItem9";
     this.buttonItem9.Text = "&2. Prospect Email.rtf";
     //
     // buttonItem10
     //
     this.buttonItem10.ImagePaddingHorizontal = 8;
     this.buttonItem10.Name = "buttonItem10";
     this.buttonItem10.Text = "&3. Customer Email.rtf";
     //
     // buttonItem11
     //
     this.buttonItem11.ImagePaddingHorizontal = 8;
     this.buttonItem11.Name = "buttonItem11";
     this.buttonItem11.Text = "&4. example.rtf";
     //
     // itemContainer4
     //
     //
     //
     //
     this.itemContainer4.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
     this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
     this.itemContainer4.Name = "itemContainer4";
     this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem12,
     this.buttonItem13});
     //
     // buttonItem12
     //
     this.buttonItem12.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem12.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem12.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem12.Image")));
     this.buttonItem12.ImagePaddingHorizontal = 8;
     this.buttonItem12.Name = "buttonItem12";
     this.buttonItem12.SubItemsExpandWidth = 24;
     this.buttonItem12.Text = "Opt&ions";
     //
     // buttonItem13
     //
     this.buttonItem13.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem13.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonItem13.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem13.Image")));
     this.buttonItem13.ImagePaddingHorizontal = 8;
     this.buttonItem13.Name = "buttonItem13";
     this.buttonItem13.SubItemsExpandWidth = 24;
     this.buttonItem13.Text = "E&xit";
     //
     // buttonItem1
     //
     this.buttonItem1.ImagePaddingHorizontal = 8;
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem37,
     this.buttonItem38,
     this.buttonItem39,
     this.buttonItem40});
     this.buttonItem1.Text = "Pacienti";
     //
     // buttonItem37
     //
     this.buttonItem37.ImagePaddingHorizontal = 8;
     this.buttonItem37.Name = "buttonItem37";
     this.buttonItem37.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
     this.buttonItem37.Text = "Cautare dupa &nume";
     this.buttonItem37.Click += new System.EventHandler(this.buttonItem37_Click);
     //
     // buttonItem38
     //
     this.buttonItem38.ImagePaddingHorizontal = 8;
     this.buttonItem38.Name = "buttonItem38";
     this.buttonItem38.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(2, 7, 2, 5);
     this.buttonItem38.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.buttonItem38.Text = "Cautare dupa &cnp";
     this.buttonItem38.Click += new System.EventHandler(this.buttonItem38_Click);
     //
     // buttonItem39
     //
     this.buttonItem39.ImagePaddingHorizontal = 8;
     this.buttonItem39.Name = "buttonItem39";
     this.buttonItem39.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI);
     this.buttonItem39.Text = "Cautare dupa cod &inregistrare";
     this.buttonItem39.Click += new System.EventHandler(this.buttonItem39_Click);
     //
     // buttonItem40
     //
     this.buttonItem40.ImagePaddingHorizontal = 8;
     this.buttonItem40.Name = "buttonItem40";
     this.buttonItem40.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlS);
     this.buttonItem40.Text = "&Stergere din baza de date";
     this.buttonItem40.Click += new System.EventHandler(this.buttonItem40_Click);
     //
     // buttonItem14
     //
     this.buttonItem14.ImagePaddingHorizontal = 8;
     this.buttonItem14.Name = "buttonItem14";
     this.buttonItem14.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem41,
     this.buttonItem42,
     this.buttonItem43});
     this.buttonItem14.Text = "Utilizatori";
     //
     // buttonItem41
     //
     this.buttonItem41.ImagePaddingHorizontal = 8;
     this.buttonItem41.Name = "buttonItem41";
     this.buttonItem41.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.buttonItem41.Text = "&Adaugare utilizator nou";
     //
     // buttonItem42
     //
     this.buttonItem42.ImagePaddingHorizontal = 8;
     this.buttonItem42.Name = "buttonItem42";
     this.buttonItem42.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlR);
     this.buttonItem42.Text = "Ste&rgere utilizator";
     //
     // buttonItem43
     //
     this.buttonItem43.ImagePaddingHorizontal = 8;
     this.buttonItem43.Name = "buttonItem43";
     this.buttonItem43.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlP);
     this.buttonItem43.Text = "Schimbare &parola administrator";
     //
     // buttonItem15
     //
     this.buttonItem15.ImagePaddingHorizontal = 8;
     this.buttonItem15.Name = "buttonItem15";
     this.buttonItem15.Text = "Setari";
     //
     // buttonItem17
     //
     this.buttonItem17.ImagePaddingHorizontal = 8;
     this.buttonItem17.Name = "buttonItem17";
     this.buttonItem17.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem44,
     this.buttonItem45});
     this.buttonItem17.Text = "Ajutor";
     //
     // buttonItem44
     //
     this.buttonItem44.ImagePaddingHorizontal = 8;
     this.buttonItem44.Name = "buttonItem44";
     this.buttonItem44.Shape = new DevComponents.DotNetBar.RoundRectangleShapeDescriptor(2, 3, 2, 3);
     this.buttonItem44.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.buttonItem44.Text = "Suport tehnic";
     this.buttonItem44.Click += new System.EventHandler(this.buttonItem44_Click);
     //
     // buttonItem45
     //
     this.buttonItem45.ImagePaddingHorizontal = 8;
     this.buttonItem45.Name = "buttonItem45";
     this.buttonItem45.Text = "Despre MedLab...";
     //
     // qatCustomizeItem1
     //
     this.qatCustomizeItem1.Name = "qatCustomizeItem1";
     //
     // sideBar1
     //
     this.sideBar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.sideBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.sideBar1.Appearance = DevComponents.DotNetBar.eSideBarAppearance.Flat;
     this.sideBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(250)))));
     this.sideBar1.BorderStyle = DevComponents.DotNetBar.eBorderType.Etched;
     this.sideBar1.ExpandedPanel = this.sideBarPanelItem3;
     this.sideBar1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.sideBar1.Location = new System.Drawing.Point(32, 139);
     this.sideBar1.Name = "sideBar1";
     this.sideBar1.Panels.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.sideBarPanelItem2,
     this.sideBarPanelItem3,
     this.sideBarPanelItem4,
     this.sideBarPanelItem5,
     this.sideBarPanelItem1});
     this.sideBar1.Size = new System.Drawing.Size(242, 523);
     this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.sideBar1.TabIndex = 2;
     this.sideBar1.Text = "sideBar1";
     //
     // sideBarPanelItem3
     //
     this.sideBarPanelItem3.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem3.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem3.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem3.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem3.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem3.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem3.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem3.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem3.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem3.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem3.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem3.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem3.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem3.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem3.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem3.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem3.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem3.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem3.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem3.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem3.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem3.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem3.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem3.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem3.Name = "sideBarPanelItem3";
     this.sideBarPanelItem3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem27,
     this.buttonItem28,
     this.buttonItem29});
     this.sideBarPanelItem3.Text = "Utilizator";
     //
     // buttonItem27
     //
     this.buttonItem27.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem27.FontBold = true;
     this.buttonItem27.ForeColor = System.Drawing.Color.Black;
     this.buttonItem27.Image = global::MedLab2.Properties.Resources.add_user___Copy;
     this.buttonItem27.ImagePaddingHorizontal = 8;
     this.buttonItem27.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem27.Name = "buttonItem27";
     this.buttonItem27.Text = "Adaugare utilizator nou";
     this.buttonItem27.Click += new System.EventHandler(this.buttonItem27_Click);
     //
     // buttonItem28
     //
     this.buttonItem28.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem28.FontBold = true;
     this.buttonItem28.ForeColor = System.Drawing.Color.Black;
     this.buttonItem28.Image = global::MedLab2.Properties.Resources.remove_user_2;
     this.buttonItem28.ImagePaddingHorizontal = 8;
     this.buttonItem28.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem28.Name = "buttonItem28";
     this.buttonItem28.Text = "Stergere utilizator din baza de date";
     this.buttonItem28.Click += new System.EventHandler(this.buttonItem28_Click);
     //
     // buttonItem29
     //
     this.buttonItem29.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem29.FontBold = true;
     this.buttonItem29.ForeColor = System.Drawing.Color.Black;
     this.buttonItem29.Image = global::MedLab2.Properties.Resources.edit_user_2;
     this.buttonItem29.ImagePaddingHorizontal = 8;
     this.buttonItem29.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem29.Name = "buttonItem29";
     this.buttonItem29.Text = "Schimbare parola utilizator";
     this.buttonItem29.Click += new System.EventHandler(this.buttonItem29_Click);
     //
     // sideBarPanelItem2
     //
     this.sideBarPanelItem2.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem2.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem2.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem2.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem2.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem2.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem2.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem2.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem2.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem2.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem2.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem2.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem2.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem2.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem2.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem2.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem2.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem2.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem2.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem2.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem2.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem2.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem2.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem2.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem2.Name = "sideBarPanelItem2";
     this.sideBarPanelItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem23,
     this.buttonItem24,
     this.buttonItem25,
     this.buttonItem26});
     this.sideBarPanelItem2.Text = "Pacienti";
     this.sideBarPanelItem2.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Far;
     //
     // buttonItem23
     //
     this.buttonItem23.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem23.FontBold = true;
     this.buttonItem23.ForeColor = System.Drawing.Color.Black;
     this.buttonItem23.Image = global::MedLab2.Properties.Resources.Find2;
     this.buttonItem23.ImagePaddingHorizontal = 8;
     this.buttonItem23.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem23.Name = "buttonItem23";
     this.buttonItem23.Text = "Cautare dupa nume";
     this.buttonItem23.Click += new System.EventHandler(this.buttonItem23_Click);
     //
     // buttonItem24
     //
     this.buttonItem24.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem24.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem24.FontBold = true;
     this.buttonItem24.ForeColor = System.Drawing.Color.Black;
     this.buttonItem24.Image = global::MedLab2.Properties.Resources.Find2;
     this.buttonItem24.ImagePaddingHorizontal = 8;
     this.buttonItem24.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem24.ImageSmall = ((System.Drawing.Image)(resources.GetObject("buttonItem24.ImageSmall")));
     this.buttonItem24.Name = "buttonItem24";
     this.buttonItem24.Text = "Cautare dupa cnp";
     this.buttonItem24.Click += new System.EventHandler(this.buttonItem24_Click);
     //
     // buttonItem25
     //
     this.buttonItem25.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem25.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem25.FontBold = true;
     this.buttonItem25.ForeColor = System.Drawing.Color.Black;
     this.buttonItem25.Image = global::MedLab2.Properties.Resources.Find2;
     this.buttonItem25.ImagePaddingHorizontal = 8;
     this.buttonItem25.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem25.Name = "buttonItem25";
     this.buttonItem25.Text = "Cautare dupa cod inregistrare";
     this.buttonItem25.Click += new System.EventHandler(this.buttonItem25_Click);
     //
     // buttonItem26
     //
     this.buttonItem26.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem26.FontBold = true;
     this.buttonItem26.ForeColor = System.Drawing.Color.Black;
     this.buttonItem26.Image = global::MedLab2.Properties.Resources.remove_user_2;
     this.buttonItem26.ImagePaddingHorizontal = 8;
     this.buttonItem26.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem26.Name = "buttonItem26";
     this.buttonItem26.Text = "Stergere din baza de date";
     this.buttonItem26.Click += new System.EventHandler(this.buttonItem26_Click);
     //
     // sideBarPanelItem4
     //
     this.sideBarPanelItem4.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem4.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem4.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem4.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem4.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem4.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem4.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem4.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem4.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem4.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem4.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem4.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem4.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem4.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem4.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem4.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem4.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem4.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem4.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem4.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem4.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem4.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem4.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem4.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem4.Name = "sideBarPanelItem4";
     this.sideBarPanelItem4.Text = "Setari";
     //
     // sideBarPanelItem5
     //
     this.sideBarPanelItem5.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem5.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem5.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem5.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem5.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem5.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem5.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem5.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem5.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem5.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem5.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem5.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem5.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem5.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem5.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem5.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem5.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem5.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem5.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem5.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem5.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem5.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem5.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem5.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem5.Name = "sideBarPanelItem5";
     this.sideBarPanelItem5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem30,
     this.buttonItem31});
     this.sideBarPanelItem5.Text = "Ajutor";
     //
     // buttonItem30
     //
     this.buttonItem30.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem30.FontBold = true;
     this.buttonItem30.ForeColor = System.Drawing.Color.Black;
     this.buttonItem30.Image = global::MedLab2.Properties.Resources.HelpIcon_2;
     this.buttonItem30.ImagePaddingHorizontal = 8;
     this.buttonItem30.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem30.Name = "buttonItem30";
     this.buttonItem30.Text = "Suport tehnic";
     this.buttonItem30.Click += new System.EventHandler(this.buttonItem30_Click);
     //
     // buttonItem31
     //
     this.buttonItem31.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem31.FontBold = true;
     this.buttonItem31.ForeColor = System.Drawing.Color.Black;
     this.buttonItem31.Image = global::MedLab2.Properties.Resources.ReflectionImage2;
     this.buttonItem31.ImagePaddingHorizontal = 8;
     this.buttonItem31.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem31.Name = "buttonItem31";
     this.buttonItem31.Text = "Despre MedLAB...";
     this.buttonItem31.Click += new System.EventHandler(this.buttonItem31_Click);
     //
     // sideBarPanelItem1
     //
     this.sideBarPanelItem1.BackgroundStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.sideBarPanelItem1.BackgroundStyle.BackColor2.Color = System.Drawing.Color.White;
     this.sideBarPanelItem1.BackgroundStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem1.BackgroundStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem1.HeaderHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem1.HeaderHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem1.HeaderHotStyle.GradientAngle = 90;
     this.sideBarPanelItem1.HeaderSideHotStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem1.HeaderSideHotStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem1.HeaderSideHotStyle.GradientAngle = 90;
     this.sideBarPanelItem1.HeaderSideStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(220)))), ((int)(((byte)(248)))));
     this.sideBarPanelItem1.HeaderSideStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(137)))), ((int)(((byte)(207)))));
     this.sideBarPanelItem1.HeaderSideStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem1.HeaderSideStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem1.HeaderSideStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem1.HeaderSideStyle.GradientAngle = 90;
     this.sideBarPanelItem1.HeaderStyle.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(254)))));
     this.sideBarPanelItem1.HeaderStyle.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(171)))), ((int)(((byte)(228)))));
     this.sideBarPanelItem1.HeaderStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.sideBarPanelItem1.HeaderStyle.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
     this.sideBarPanelItem1.HeaderStyle.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Right | DevComponents.DotNetBar.eBorderSide.Top)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.sideBarPanelItem1.HeaderStyle.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.sideBarPanelItem1.HeaderStyle.ForeColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
     this.sideBarPanelItem1.HeaderStyle.GradientAngle = 90;
     this.sideBarPanelItem1.Name = "sideBarPanelItem1";
     this.sideBarPanelItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem18,
     this.buttonItem19,
     this.buttonItem20,
     this.buttonItem21,
     this.buttonItem22});
     this.sideBarPanelItem1.Text = "Instrumente";
     //
     // buttonItem18
     //
     this.buttonItem18.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem18.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem18.FontBold = true;
     this.buttonItem18.ForeColor = System.Drawing.Color.Black;
     this.buttonItem18.Image = global::MedLab2.Properties.Resources.Word;
     this.buttonItem18.ImagePaddingHorizontal = 8;
     this.buttonItem18.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem18.Name = "buttonItem18";
     this.buttonItem18.Text = "Word";
     this.buttonItem18.Click += new System.EventHandler(this.buttonItem18_Click);
     //
     // buttonItem19
     //
     this.buttonItem19.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem19.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem19.FontBold = true;
     this.buttonItem19.ForeColor = System.Drawing.Color.Black;
     this.buttonItem19.Image = global::MedLab2.Properties.Resources.Excel;
     this.buttonItem19.ImagePaddingHorizontal = 8;
     this.buttonItem19.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem19.Name = "buttonItem19";
     this.buttonItem19.Text = "Excel";
     this.buttonItem19.Click += new System.EventHandler(this.buttonItem19_Click);
     //
     // buttonItem20
     //
     this.buttonItem20.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem20.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem20.FontBold = true;
     this.buttonItem20.ForeColor = System.Drawing.Color.Black;
     this.buttonItem20.Image = global::MedLab2.Properties.Resources.OutLook;
     this.buttonItem20.ImagePaddingHorizontal = 8;
     this.buttonItem20.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem20.Name = "buttonItem20";
     this.buttonItem20.Text = "Outlook";
     this.buttonItem20.Click += new System.EventHandler(this.buttonItem20_Click);
     //
     // buttonItem21
     //
     this.buttonItem21.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem21.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem21.FontBold = true;
     this.buttonItem21.ForeColor = System.Drawing.Color.Black;
     this.buttonItem21.Image = global::MedLab2.Properties.Resources.PowerPoint;
     this.buttonItem21.ImagePaddingHorizontal = 8;
     this.buttonItem21.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem21.Name = "buttonItem21";
     this.buttonItem21.Text = "PowerPoint";
     this.buttonItem21.Click += new System.EventHandler(this.buttonItem21_Click);
     //
     // buttonItem22
     //
     this.buttonItem22.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem22.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonItem22.FontBold = true;
     this.buttonItem22.ForeColor = System.Drawing.Color.Black;
     this.buttonItem22.Image = global::MedLab2.Properties.Resources.Calc;
     this.buttonItem22.ImagePaddingHorizontal = 8;
     this.buttonItem22.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
     this.buttonItem22.Name = "buttonItem22";
     this.buttonItem22.Text = "Calculator";
     this.buttonItem22.Click += new System.EventHandler(this.buttonItem22_Click);
     //
     // tabControl2
     //
     this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl2.BackColor = System.Drawing.Color.Transparent;
     this.tabControl2.CanReorderTabs = true;
     this.tabControl2.Controls.Add(this.tabControlPanel1);
     this.tabControl2.Controls.Add(this.tabControlPanel2);
     this.tabControl2.Controls.Add(this.tabControlPanel3);
     this.tabControl2.Location = new System.Drawing.Point(303, 139);
     this.tabControl2.Name = "tabControl2";
     this.tabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControl2.SelectedTabIndex = 0;
     this.tabControl2.Size = new System.Drawing.Size(592, 601);
     this.tabControl2.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl2.TabIndex = 4;
     this.tabControl2.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineWithNavigationBox;
     this.tabControl2.Tabs.Add(this.tabItem2);
     this.tabControl2.Tabs.Add(this.tabItem1);
     this.tabControl2.Tabs.Add(this.tabItem3);
     this.tabControl2.TabScrollAutoRepeat = true;
     this.tabControl2.TabStripTabStop = true;
     this.tabControl2.Text = "tabControl2";
     this.tabControl2.Click += new System.EventHandler(this.tabControl2_Click);
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.groupPanel6);
     this.tabControlPanel1.Controls.Add(this.groupPanel5);
     this.tabControlPanel1.Controls.Add(this.groupPanel4);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 22);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(592, 579);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 2;
     this.tabControlPanel1.TabItem = this.tabItem1;
     //
     // groupPanel6
     //
     this.groupPanel6.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel6.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel6.Controls.Add(this.buttonX5);
     this.groupPanel6.Controls.Add(this.buttonX3);
     this.groupPanel6.Controls.Add(this.buttonX2);
     this.groupPanel6.Controls.Add(this.dataGridViewX1);
     this.groupPanel6.DrawTitleBox = false;
     this.groupPanel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel6.Location = new System.Drawing.Point(21, 212);
     this.groupPanel6.Name = "groupPanel6";
     this.groupPanel6.Size = new System.Drawing.Size(645, 469);
     //
     //
     //
     this.groupPanel6.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel6.Style.BackColorGradientAngle = 90;
     this.groupPanel6.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel6.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderBottomWidth = 1;
     this.groupPanel6.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel6.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderLeftWidth = 1;
     this.groupPanel6.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderRightWidth = 1;
     this.groupPanel6.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel6.Style.BorderTopWidth = 1;
     this.groupPanel6.Style.CornerDiameter = 4;
     this.groupPanel6.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel6.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel6.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel6.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel6.TabIndex = 12;
     this.groupPanel6.Text = "Introducere rezultate analize";
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX5.Location = new System.Drawing.Point(26, 289);
     this.buttonX5.Name = "buttonX5";
     this.buttonX5.Size = new System.Drawing.Size(137, 56);
     this.buttonX5.TabIndex = 6;
     this.buttonX5.Text = "Adauga in baza de date";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX3.Location = new System.Drawing.Point(343, 289);
     this.buttonX3.Name = "buttonX3";
     this.buttonX3.Size = new System.Drawing.Size(137, 56);
     this.buttonX3.TabIndex = 5;
     this.buttonX3.Text = "E-mail";
     this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX2.Location = new System.Drawing.Point(182, 290);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(137, 56);
     this.buttonX2.TabIndex = 4;
     this.buttonX2.Text = "Printare";
     this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click);
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AllowUserToAddRows = false;
     this.dataGridViewX1.AllowUserToDeleteRows = false;
     this.dataGridViewX1.AllowUserToOrderColumns = true;
     this.dataGridViewX1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridViewX1.Location = new System.Drawing.Point(3, 12);
     this.dataGridViewX1.Name = "dataGridViewX1";
     this.dataGridViewX1.Size = new System.Drawing.Size(562, 260);
     this.dataGridViewX1.TabIndex = 2;
     //
     // groupPanel5
     //
     this.groupPanel5.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel5.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel5.Controls.Add(this.rez_danlz);
     this.groupPanel5.Controls.Add(this.rez_medic);
     this.groupPanel5.Controls.Add(this.rez_dn);
     this.groupPanel5.Controls.Add(this.rez_cnp);
     this.groupPanel5.Controls.Add(this.label21);
     this.groupPanel5.Controls.Add(this.label20);
     this.groupPanel5.Controls.Add(this.label19);
     this.groupPanel5.Controls.Add(this.label18);
     this.groupPanel5.Controls.Add(this.label17);
     this.groupPanel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel5.Location = new System.Drawing.Point(21, 83);
     this.groupPanel5.Name = "groupPanel5";
     this.groupPanel5.Size = new System.Drawing.Size(624, 125);
     //
     //
     //
     this.groupPanel5.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel5.Style.BackColorGradientAngle = 90;
     this.groupPanel5.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel5.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderBottomWidth = 1;
     this.groupPanel5.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel5.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderLeftWidth = 1;
     this.groupPanel5.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderRightWidth = 1;
     this.groupPanel5.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel5.Style.BorderTopWidth = 1;
     this.groupPanel5.Style.CornerDiameter = 4;
     this.groupPanel5.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel5.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel5.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel5.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel5.TabIndex = 1;
     this.groupPanel5.Text = "Rezultatele cautarii";
     this.groupPanel5.Click += new System.EventHandler(this.groupPanel5_Click);
     //
     // rez_danlz
     //
     this.rez_danlz.AutoSize = true;
     this.rez_danlz.BackColor = System.Drawing.Color.Transparent;
     this.rez_danlz.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_danlz.Location = new System.Drawing.Point(270, 78);
     this.rez_danlz.Name = "rez_danlz";
     this.rez_danlz.Size = new System.Drawing.Size(0, 16);
     this.rez_danlz.TabIndex = 26;
     //
     // rez_medic
     //
     this.rez_medic.AutoSize = true;
     this.rez_medic.BackColor = System.Drawing.Color.Transparent;
     this.rez_medic.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_medic.Location = new System.Drawing.Point(270, 53);
     this.rez_medic.Name = "rez_medic";
     this.rez_medic.Size = new System.Drawing.Size(0, 16);
     this.rez_medic.TabIndex = 25;
     //
     // rez_dn
     //
     this.rez_dn.AutoSize = true;
     this.rez_dn.BackColor = System.Drawing.Color.Transparent;
     this.rez_dn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_dn.Location = new System.Drawing.Point(270, 27);
     this.rez_dn.Name = "rez_dn";
     this.rez_dn.Size = new System.Drawing.Size(0, 16);
     this.rez_dn.TabIndex = 24;
     //
     // rez_cnp
     //
     this.rez_cnp.AutoSize = true;
     this.rez_cnp.BackColor = System.Drawing.Color.Transparent;
     this.rez_cnp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rez_cnp.Location = new System.Drawing.Point(270, 0);
     this.rez_cnp.Name = "rez_cnp";
     this.rez_cnp.Size = new System.Drawing.Size(0, 16);
     this.rez_cnp.TabIndex = 23;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(23, 78);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(181, 16);
     this.label21.TabIndex = 22;
     this.label21.Text = "Data efectuarii analizelor";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(23, 53);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(94, 16);
     this.label20.TabIndex = 21;
     this.label20.Text = "Nume medic";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(23, 27);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(96, 16);
     this.label19.TabIndex = 20;
     this.label19.Text = "Data nasterii";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(23, 0);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(39, 16);
     this.label18.TabIndex = 19;
     this.label18.Text = "CNP";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(178, -21);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(48, 16);
     this.label17.TabIndex = 18;
     this.label17.Text = "Nume";
     //
     // groupPanel4
     //
     this.groupPanel4.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel4.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel4.Controls.Add(this.buttonX4);
     this.groupPanel4.Controls.Add(this.label1);
     this.groupPanel4.Controls.Add(this.textBox6);
     this.groupPanel4.Location = new System.Drawing.Point(21, 15);
     this.groupPanel4.Name = "groupPanel4";
     this.groupPanel4.Size = new System.Drawing.Size(624, 62);
     //
     //
     //
     this.groupPanel4.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel4.Style.BackColorGradientAngle = 90;
     this.groupPanel4.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel4.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderBottomWidth = 1;
     this.groupPanel4.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel4.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderLeftWidth = 1;
     this.groupPanel4.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderRightWidth = 1;
     this.groupPanel4.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel4.Style.BorderTopWidth = 1;
     this.groupPanel4.Style.CornerDiameter = 4;
     this.groupPanel4.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel4.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel4.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel4.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel4.TabIndex = 0;
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX4.Location = new System.Drawing.Point(443, 3);
     this.buttonX4.Name = "buttonX4";
     this.buttonX4.Size = new System.Drawing.Size(112, 37);
     this.buttonX4.TabIndex = 6;
     this.buttonX4.Text = "Ok";
     this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(23, 23);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(117, 16);
     this.label1.TabIndex = 3;
     this.label1.Text = "Cautare pacient";
     //
     // textBox6
     //
     this.textBox6.Location = new System.Drawing.Point(197, 17);
     this.textBox6.Name = "textBox6";
     this.textBox6.Size = new System.Drawing.Size(206, 20);
     this.textBox6.TabIndex = 2;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel1;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "Introducere rezultate analize";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.AutoScroll = true;
     this.tabControlPanel2.Controls.Add(this.groupPanel3);
     this.tabControlPanel2.Controls.Add(this.groupPanel2);
     this.tabControlPanel2.Controls.Add(this.groupPanel1);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 22);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(592, 579);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 1;
     this.tabControlPanel2.TabItem = this.tabItem2;
     this.tabControlPanel2.Click += new System.EventHandler(this.tabControlPanel2_Click);
     //
     // groupPanel3
     //
     this.groupPanel3.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel3.CanvasColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupPanel3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel3.Controls.Add(this.buttonX6);
     this.groupPanel3.Controls.Add(this.textBox12);
     this.groupPanel3.Controls.Add(this.label28);
     this.groupPanel3.Controls.Add(this.label16);
     this.groupPanel3.Controls.Add(this.textBox11);
     this.groupPanel3.Controls.Add(this.label14);
     this.groupPanel3.Controls.Add(this.label13);
     this.groupPanel3.Controls.Add(this.label12);
     this.groupPanel3.Controls.Add(this.checkedListBox4);
     this.groupPanel3.Controls.Add(this.checkedListBox3);
     this.groupPanel3.Controls.Add(this.checkedListBox2);
     this.groupPanel3.Controls.Add(this.checkedListBox1);
     this.groupPanel3.Controls.Add(this.label11);
     this.groupPanel3.DrawTitleBox = false;
     this.groupPanel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel3.IsShadowEnabled = true;
     this.groupPanel3.Location = new System.Drawing.Point(15, 346);
     this.groupPanel3.Name = "groupPanel3";
     this.groupPanel3.Size = new System.Drawing.Size(616, 336);
     //
     //
     //
     this.groupPanel3.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel3.Style.BackColorGradientAngle = 90;
     this.groupPanel3.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel3.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderBottomWidth = 1;
     this.groupPanel3.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel3.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderLeftWidth = 1;
     this.groupPanel3.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderRightWidth = 1;
     this.groupPanel3.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel3.Style.BorderTopWidth = 1;
     this.groupPanel3.Style.CornerDiameter = 4;
     this.groupPanel3.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel3.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel3.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel3.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel3.TabIndex = 24;
     this.groupPanel3.Text = "Analize Solicitate";
     //
     // buttonX6
     //
     this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX6.BackColor = System.Drawing.Color.Maroon;
     this.buttonX6.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
     this.buttonX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX6.Location = new System.Drawing.Point(325, 248);
     this.buttonX6.Name = "buttonX6";
     this.buttonX6.Size = new System.Drawing.Size(137, 56);
     this.buttonX6.TabIndex = 25;
     this.buttonX6.Text = "Adauga in baza de date";
     this.buttonX6.Click += new System.EventHandler(this.buttonX6_Click);
     //
     // textBox12
     //
     this.textBox12.BackColor = System.Drawing.Color.White;
     this.textBox12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox12.Location = new System.Drawing.Point(150, 248);
     this.textBox12.Name = "textBox12";
     this.textBox12.Size = new System.Drawing.Size(137, 22);
     this.textBox12.TabIndex = 23;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(18, 251);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(85, 16);
     this.label28.TabIndex = 15;
     this.label28.Text = "Cod cerere";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(19, 282);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(73, 16);
     this.label16.TabIndex = 22;
     this.label16.Text = "Cost total";
     //
     // textBox11
     //
     this.textBox11.BackColor = System.Drawing.Color.White;
     this.textBox11.Enabled = false;
     this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox11.Location = new System.Drawing.Point(150, 276);
     this.textBox11.Name = "textBox11";
     this.textBox11.Size = new System.Drawing.Size(137, 22);
     this.textBox11.TabIndex = 21;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(322, 124);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(203, 16);
     this.label14.TabIndex = 20;
     this.label14.Text = "Markeri endocrini si tumorali";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(19, 124);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(170, 16);
     this.label13.TabIndex = 19;
     this.label13.Text = "Imunologie si serologie";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(322, 7);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(76, 16);
     this.label12.TabIndex = 18;
     this.label12.Text = "Biochimie";
     //
     // checkedListBox4
     //
     this.checkedListBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox4.FormattingEnabled = true;
     this.checkedListBox4.Location = new System.Drawing.Point(325, 143);
     this.checkedListBox4.Name = "checkedListBox4";
     this.checkedListBox4.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox4.TabIndex = 17;
     //
     // checkedListBox3
     //
     this.checkedListBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox3.FormattingEnabled = true;
     this.checkedListBox3.Location = new System.Drawing.Point(20, 143);
     this.checkedListBox3.Name = "checkedListBox3";
     this.checkedListBox3.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox3.TabIndex = 16;
     //
     // checkedListBox2
     //
     this.checkedListBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox2.FormattingEnabled = true;
     this.checkedListBox2.Location = new System.Drawing.Point(325, 21);
     this.checkedListBox2.Name = "checkedListBox2";
     this.checkedListBox2.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox2.TabIndex = 14;
     //
     // checkedListBox1
     //
     this.checkedListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Location = new System.Drawing.Point(20, 21);
     this.checkedListBox1.Name = "checkedListBox1";
     this.checkedListBox1.Size = new System.Drawing.Size(267, 99);
     this.checkedListBox1.TabIndex = 13;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(19, 2);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(97, 16);
     this.label11.TabIndex = 12;
     this.label11.Text = "Hematologie";
     //
     // groupPanel2
     //
     this.groupPanel2.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel2.Controls.Add(this.textBox9);
     this.groupPanel2.Controls.Add(this.textBox10);
     this.groupPanel2.Controls.Add(this.textBox8);
     this.groupPanel2.Controls.Add(this.label10);
     this.groupPanel2.Controls.Add(this.label9);
     this.groupPanel2.Controls.Add(this.label7);
     this.groupPanel2.DrawTitleBox = false;
     this.groupPanel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel2.IsShadowEnabled = true;
     this.groupPanel2.Location = new System.Drawing.Point(15, 228);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(616, 116);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel2.TabIndex = 23;
     this.groupPanel2.Text = "Date medic";
     //
     // textBox9
     //
     this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox9.Location = new System.Drawing.Point(244, 32);
     this.textBox9.Name = "textBox9";
     this.textBox9.Size = new System.Drawing.Size(303, 20);
     this.textBox9.TabIndex = 26;
     //
     // textBox10
     //
     this.textBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox10.Location = new System.Drawing.Point(244, 58);
     this.textBox10.Name = "textBox10";
     this.textBox10.Size = new System.Drawing.Size(303, 20);
     this.textBox10.TabIndex = 24;
     //
     // textBox8
     //
     this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox8.Location = new System.Drawing.Point(244, 6);
     this.textBox8.Name = "textBox8";
     this.textBox8.Size = new System.Drawing.Size(303, 20);
     this.textBox8.TabIndex = 25;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(38, 58);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(61, 16);
     this.label10.TabIndex = 23;
     this.label10.Text = "Telefon";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(39, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(48, 16);
     this.label9.TabIndex = 22;
     this.label9.Text = "Spital";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(39, 6);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(48, 16);
     this.label7.TabIndex = 21;
     this.label7.Text = "Nume";
     //
     // groupPanel1
     //
     this.groupPanel1.BackColor = System.Drawing.Color.Transparent;
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.textBox1);
     this.groupPanel1.Controls.Add(this.dateTimePicker1);
     this.groupPanel1.Controls.Add(this.label15);
     this.groupPanel1.Controls.Add(this.textBox7);
     this.groupPanel1.Controls.Add(this.label8);
     this.groupPanel1.Controls.Add(this.textBox4);
     this.groupPanel1.Controls.Add(this.textBox5);
     this.groupPanel1.Controls.Add(this.label2);
     this.groupPanel1.Controls.Add(this.label3);
     this.groupPanel1.Controls.Add(this.textBox3);
     this.groupPanel1.Controls.Add(this.label4);
     this.groupPanel1.Controls.Add(this.textBox2);
     this.groupPanel1.Controls.Add(this.label6);
     this.groupPanel1.Controls.Add(this.label5);
     this.groupPanel1.DrawTitleBox = false;
     this.groupPanel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.IsShadowEnabled = true;
     this.groupPanel1.Location = new System.Drawing.Point(15, -2);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(616, 220);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.superTooltip1.SetSuperTooltip(this.groupPanel1, new DevComponents.DotNetBar.SuperTooltipInfo("MedLAB Help", "", "", global::MedLab2.Properties.Resources.ReflectionImage, global::MedLab2.Properties.Resources.ReflectionImage2, DevComponents.DotNetBar.eTooltipColor.System));
     this.groupPanel1.TabIndex = 22;
     this.groupPanel1.Text = "Date pacient";
     //
     // textBox1
     //
     this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(244, 2);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(303, 20);
     this.textBox1.TabIndex = 21;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CalendarFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker1.Location = new System.Drawing.Point(244, 33);
     this.dateTimePicker1.Name = "dateTimePicker1";
     this.dateTimePicker1.Size = new System.Drawing.Size(303, 20);
     this.dateTimePicker1.TabIndex = 34;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(45, 137);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(52, 16);
     this.label15.TabIndex = 33;
     this.label15.Text = "E-mail";
     //
     // textBox7
     //
     this.textBox7.BackColor = System.Drawing.Color.White;
     this.textBox7.Enabled = false;
     this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(244, 163);
     this.textBox7.Name = "textBox7";
     this.textBox7.Size = new System.Drawing.Size(303, 20);
     this.textBox7.TabIndex = 32;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(39, 111);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(61, 16);
     this.label8.TabIndex = 30;
     this.label8.Text = "Telefon";
     //
     // textBox4
     //
     this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location = new System.Drawing.Point(244, 111);
     this.textBox4.Name = "textBox4";
     this.textBox4.Size = new System.Drawing.Size(303, 20);
     this.textBox4.TabIndex = 29;
     //
     // textBox5
     //
     this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location = new System.Drawing.Point(244, 137);
     this.textBox5.Name = "textBox5";
     this.textBox5.Size = new System.Drawing.Size(303, 20);
     this.textBox5.TabIndex = 31;
     this.textBox5.Text = "*****@*****.**";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(39, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 22;
     this.label2.Text = "Nume";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(37, 33);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 23;
     this.label3.Text = "Data nasterii";
     //
     // textBox3
     //
     this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(244, 85);
     this.textBox3.Name = "textBox3";
     this.textBox3.Size = new System.Drawing.Size(303, 20);
     this.textBox3.TabIndex = 28;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(39, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(39, 16);
     this.label4.TabIndex = 24;
     this.label4.Text = "CNP";
     //
     // textBox2
     //
     this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(244, 59);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(303, 20);
     this.textBox2.TabIndex = 25;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(37, 163);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(181, 16);
     this.label6.TabIndex = 27;
     this.label6.Text = "Data efectuarii analizelor";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(39, 85);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(58, 16);
     this.label5.TabIndex = 26;
     this.label5.Text = "Adresa";
     //
     // tabItem2
     //
     this.tabItem2.AttachedControl = this.tabControlPanel2;
     this.tabItem2.Name = "tabItem2";
     this.tabItem2.Text = "Introducere date pacient";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 22);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(592, 579);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.tabItem3;
     //
     // tabItem3
     //
     this.tabItem3.AttachedControl = this.tabControlPanel3;
     this.tabItem3.Name = "tabItem3";
     this.tabItem3.Text = "Statistica";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonX1.Location = new System.Drawing.Point(3, 372);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(137, 56);
     this.buttonX1.TabIndex = 3;
     this.buttonX1.Text = "Adauga in baza de date";
     this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
     //
     // reflectionImage2
     //
     this.reflectionImage2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     //
     //
     this.reflectionImage2.BackgroundStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.reflectionImage2.Image = global::MedLab2.Properties.Resources.ReflectionImage;
     this.reflectionImage2.Location = new System.Drawing.Point(32, 668);
     this.reflectionImage2.Name = "reflectionImage2";
     this.reflectionImage2.Size = new System.Drawing.Size(77, 75);
     this.reflectionImage2.TabIndex = 6;
     //
     // reflectionLabel1
     //
     this.reflectionLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.reflectionLabel1.Location = new System.Drawing.Point(115, 662);
     this.reflectionLabel1.Name = "reflectionLabel1";
     this.reflectionLabel1.Size = new System.Drawing.Size(147, 81);
     this.reflectionLabel1.TabIndex = 7;
     this.reflectionLabel1.Text = "<b><font size=\"+14\"><i>Med</i><font color=\"#B02B2C\">LAB</font></font></b>";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.AutoScrollMargin = new System.Drawing.Size(5, 5);
     this.AutoScrollMinSize = new System.Drawing.Size(5, 5);
     this.ClientSize = new System.Drawing.Size(1284, 750);
     this.Controls.Add(this.reflectionImage2);
     this.Controls.Add(this.reflectionLabel1);
     this.Controls.Add(this.tabControl2);
     this.Controls.Add(this.sideBar1);
     this.Controls.Add(this.ribbonControl1);
     this.DoubleBuffered = true;
     this.HelpButton = true;
     this.Name = "MainForm";
     this.Text = "MedLAB";
     this.Activated += new System.EventHandler(this.MainForm_Activated);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.Click += new System.EventHandler(this.MainForm_Click);
     this.Enter += new System.EventHandler(this.MainForm_Enter);
     this.ribbonControl1.ResumeLayout(false);
     this.ribbonControl1.PerformLayout();
     this.ribbonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl2)).EndInit();
     this.tabControl2.ResumeLayout(false);
     this.tabControlPanel1.ResumeLayout(false);
     this.groupPanel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     this.groupPanel5.ResumeLayout(false);
     this.groupPanel5.PerformLayout();
     this.groupPanel4.ResumeLayout(false);
     this.groupPanel4.PerformLayout();
     this.tabControlPanel2.ResumeLayout(false);
     this.groupPanel3.ResumeLayout(false);
     this.groupPanel3.PerformLayout();
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScaffoldRecommendSelect));
     this.Btn_TjBzsgsj = new DevComponents.DotNetBar.ButtonX();
     this.Lb_TjDsyt = new DevComponents.DotNetBar.LabelX();
     this.Lb_TjDsgd = new DevComponents.DotNetBar.LabelX();
     this.DbInput_TjDsgd = new DevComponents.Editors.DoubleInput();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.Cbx_TjDsyt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.Lb7_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb6_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb5_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb4_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb3_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb2_Tj = new DevComponents.DotNetBar.LabelX();
     this.Lb1_Tj = new DevComponents.DotNetBar.LabelX();
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel5 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX5 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel6 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX6 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel7 = new DevComponents.DotNetBar.TabControlPanel();
     this.textBoxX7 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabControlPanel8 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabControl_Tj = new DevComponents.DotNetBar.TabControl();
     this.tcPanel_Tj5 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem5 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj1 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj2 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem2 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj7 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem7 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj6 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem6 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj4 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem4 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tcPanel_Tj3 = new DevComponents.DotNetBar.TabControlPanel();
     this.TJtabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel16 = new DevComponents.DotNetBar.TabControlPanel();
     this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
     this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_TjDsgd)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.groupPanel2.SuspendLayout();
     this.tabControlPanel1.SuspendLayout();
     this.tabControlPanel4.SuspendLayout();
     this.tabControlPanel3.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.tabControlPanel5.SuspendLayout();
     this.tabControlPanel6.SuspendLayout();
     this.tabControlPanel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabControl_Tj)).BeginInit();
     this.tabControl_Tj.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.SuspendLayout();
     //
     // Btn_TjBzsgsj
     //
     this.Btn_TjBzsgsj.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.Btn_TjBzsgsj.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.Btn_TjBzsgsj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Btn_TjBzsgsj.Location = new System.Drawing.Point(240, 2);
     this.Btn_TjBzsgsj.Name = "Btn_TjBzsgsj";
     this.Btn_TjBzsgsj.Size = new System.Drawing.Size(122, 36);
     this.Btn_TjBzsgsj.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Btn_TjBzsgsj.TabIndex = 0;
     this.Btn_TjBzsgsj.Text = "����ר��ʩ������ ";
     this.Btn_TjBzsgsj.Click += new System.EventHandler(this.Btn_TjBzsgsj_Click);
     //
     // Lb_TjDsyt
     //
     this.Lb_TjDsyt.AutoSize = true;
     //
     //
     //
     this.Lb_TjDsyt.BackgroundStyle.Class = "";
     this.Lb_TjDsyt.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_TjDsyt.Location = new System.Drawing.Point(9, 27);
     this.Lb_TjDsyt.Name = "Lb_TjDsyt";
     this.Lb_TjDsyt.Size = new System.Drawing.Size(118, 18);
     this.Lb_TjDsyt.TabIndex = 48;
     this.Lb_TjDsyt.Text = "�������ּܵ���;";
     //
     // Lb_TjDsgd
     //
     this.Lb_TjDsgd.AutoSize = true;
     //
     //
     //
     this.Lb_TjDsgd.BackgroundStyle.Class = "";
     this.Lb_TjDsgd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb_TjDsgd.Location = new System.Drawing.Point(9, 76);
     this.Lb_TjDsgd.Name = "Lb_TjDsgd";
     this.Lb_TjDsgd.Size = new System.Drawing.Size(118, 18);
     this.Lb_TjDsgd.TabIndex = 47;
     this.Lb_TjDsgd.Text = "�������ּܵĸ߶�";
     //
     // DbInput_TjDsgd
     //
     //
     //
     //
     this.DbInput_TjDsgd.BackgroundStyle.Class = "DateTimeInputBackground";
     this.DbInput_TjDsgd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.DbInput_TjDsgd.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.DbInput_TjDsgd.Increment = 1;
     this.DbInput_TjDsgd.Location = new System.Drawing.Point(131, 76);
     this.DbInput_TjDsgd.MinValue = 0;
     this.DbInput_TjDsgd.Name = "DbInput_TjDsgd";
     this.DbInput_TjDsgd.ShowUpDown = true;
     this.DbInput_TjDsgd.Size = new System.Drawing.Size(89, 21);
     this.DbInput_TjDsgd.TabIndex = 49;
     this.DbInput_TjDsgd.ValueChanged += new System.EventHandler(this.DbInput_TjDsgd_ValueChanged);
     //
     // comboItem2
     //
     this.comboItem2.Text = "װ��װ��";
     //
     // comboItem1
     //
     this.comboItem1.Text = "�ṹʩ��";
     //
     // Cbx_TjDsyt
     //
     this.Cbx_TjDsyt.DisplayMember = "Text";
     this.Cbx_TjDsyt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Cbx_TjDsyt.FormattingEnabled = true;
     this.Cbx_TjDsyt.ItemHeight = 15;
     this.Cbx_TjDsyt.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.Cbx_TjDsyt.Location = new System.Drawing.Point(130, 24);
     this.Cbx_TjDsyt.Name = "Cbx_TjDsyt";
     this.Cbx_TjDsyt.Size = new System.Drawing.Size(89, 21);
     this.Cbx_TjDsyt.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Cbx_TjDsyt.TabIndex = 50;
     this.Cbx_TjDsyt.SelectedIndexChanged += new System.EventHandler(this.Cbx_TjDsyt_SelectedIndexChanged);
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.groupPanel1.Controls.Add(this.Lb_TjDsgd);
     this.groupPanel1.Controls.Add(this.Lb_TjDsyt);
     this.groupPanel1.Controls.Add(this.Cbx_TjDsyt);
     this.groupPanel1.Controls.Add(this.DbInput_TjDsgd);
     this.groupPanel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupPanel1.Location = new System.Drawing.Point(0, 0);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(252, 150);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 0;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.groupPanel2);
     this.panelEx1.Controls.Add(this.groupPanel1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(252, 558);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 47;
     //
     // groupPanel2
     //
     this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.groupPanel2.Controls.Add(this.Lb7_Tj);
     this.groupPanel2.Controls.Add(this.Lb6_Tj);
     this.groupPanel2.Controls.Add(this.Lb5_Tj);
     this.groupPanel2.Controls.Add(this.Lb4_Tj);
     this.groupPanel2.Controls.Add(this.Lb3_Tj);
     this.groupPanel2.Controls.Add(this.Lb2_Tj);
     this.groupPanel2.Controls.Add(this.Lb1_Tj);
     this.groupPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupPanel2.Location = new System.Drawing.Point(0, 151);
     this.groupPanel2.Name = "groupPanel2";
     this.groupPanel2.Size = new System.Drawing.Size(252, 407);
     //
     //
     //
     this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel2.Style.BackColorGradientAngle = 90;
     this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderBottomWidth = 1;
     this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderLeftWidth = 1;
     this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderRightWidth = 1;
     this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel2.Style.BorderTopWidth = 1;
     this.groupPanel2.Style.Class = "";
     this.groupPanel2.Style.CornerDiameter = 4;
     this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel2.StyleMouseDown.Class = "";
     this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel2.StyleMouseOver.Class = "";
     this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel2.TabIndex = 3;
     //
     // Lb7_Tj
     //
     this.Lb7_Tj.AutoSize = true;
     //
     //
     //
     this.Lb7_Tj.BackgroundStyle.Class = "";
     this.Lb7_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb7_Tj.Enabled = false;
     this.Lb7_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb7_Tj.Location = new System.Drawing.Point(12, 303);
     this.Lb7_Tj.Name = "Lb7_Tj";
     this.Lb7_Tj.Size = new System.Drawing.Size(86, 20);
     this.Lb7_Tj.TabIndex = 48;
     this.Lb7_Tj.Text = "�� �����ּ�";
     //
     // Lb6_Tj
     //
     this.Lb6_Tj.AutoSize = true;
     //
     //
     //
     this.Lb6_Tj.BackgroundStyle.Class = "";
     this.Lb6_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb6_Tj.Enabled = false;
     this.Lb6_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb6_Tj.Location = new System.Drawing.Point(12, 265);
     this.Lb6_Tj.Name = "Lb6_Tj";
     this.Lb6_Tj.Size = new System.Drawing.Size(159, 20);
     this.Lb6_Tj.TabIndex = 48;
     this.Lb6_Tj.Text = "�� Һѹ����������ּ�";
     //
     // Lb5_Tj
     //
     this.Lb5_Tj.AutoSize = true;
     //
     //
     //
     this.Lb5_Tj.BackgroundStyle.Class = "";
     this.Lb5_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb5_Tj.Enabled = false;
     this.Lb5_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb5_Tj.Location = new System.Drawing.Point(12, 218);
     this.Lb5_Tj.Name = "Lb5_Tj";
     this.Lb5_Tj.Size = new System.Drawing.Size(130, 20);
     this.Lb5_Tj.TabIndex = 48;
     this.Lb5_Tj.Text = "�� ��ʽ�ֹܽ��ּ�";
     //
     // Lb4_Tj
     //
     this.Lb4_Tj.AutoSize = true;
     //
     //
     //
     this.Lb4_Tj.BackgroundStyle.Class = "";
     this.Lb4_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb4_Tj.Enabled = false;
     this.Lb4_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb4_Tj.Location = new System.Drawing.Point(12, 171);
     this.Lb4_Tj.Name = "Lb4_Tj";
     this.Lb4_Tj.Size = new System.Drawing.Size(187, 20);
     this.Lb4_Tj.TabIndex = 48;
     this.Lb4_Tj.Text = "�� �в����̿�ʽ�ֹܽ��ּ�";
     //
     // Lb3_Tj
     //
     this.Lb3_Tj.AutoSize = true;
     //
     //
     //
     this.Lb3_Tj.BackgroundStyle.Class = "";
     this.Lb3_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb3_Tj.Enabled = false;
     this.Lb3_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb3_Tj.Location = new System.Drawing.Point(12, 130);
     this.Lb3_Tj.Name = "Lb3_Tj";
     this.Lb3_Tj.Size = new System.Drawing.Size(115, 20);
     this.Lb3_Tj.TabIndex = 48;
     this.Lb3_Tj.Text = "�� ���ʽ���ּ�";
     //
     // Lb2_Tj
     //
     this.Lb2_Tj.AutoSize = true;
     //
     //
     //
     this.Lb2_Tj.BackgroundStyle.Class = "";
     this.Lb2_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb2_Tj.Enabled = false;
     this.Lb2_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb2_Tj.Location = new System.Drawing.Point(12, 86);
     this.Lb2_Tj.Name = "Lb2_Tj";
     this.Lb2_Tj.Size = new System.Drawing.Size(238, 20);
     this.Lb2_Tj.TabIndex = 48;
     this.Lb2_Tj.Text = "�� �ۼ�ʽ�ֹܽ��ּܣ����+�����";
     //
     // Lb1_Tj
     //
     this.Lb1_Tj.AutoSize = true;
     //
     //
     //
     this.Lb1_Tj.BackgroundStyle.Class = "";
     this.Lb1_Tj.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Lb1_Tj.Enabled = false;
     this.Lb1_Tj.Font = new System.Drawing.Font("����", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Lb1_Tj.Location = new System.Drawing.Point(12, 47);
     this.Lb1_Tj.Name = "Lb1_Tj";
     this.Lb1_Tj.Size = new System.Drawing.Size(202, 20);
     this.Lb1_Tj.TabIndex = 48;
     this.Lb1_Tj.Text = "�� �ۼ�ʽ�ֹܽ��ּܣ���أ�";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.textBoxX1);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX1.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX1.Location = new System.Drawing.Point(1, 1);
     this.textBoxX1.Multiline = true;
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.ReadOnly = true;
     this.textBoxX1.Size = new System.Drawing.Size(578, 468);
     this.textBoxX1.TabIndex = 1;
     this.textBoxX1.Text = resources.GetString("textBoxX1.Text");
     //
     // tabControlPanel4
     //
     this.tabControlPanel4.Controls.Add(this.textBoxX4);
     this.tabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel4.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel4.Name = "tabControlPanel4";
     this.tabControlPanel4.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel4.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel4.Style.GradientAngle = 90;
     this.tabControlPanel4.TabIndex = 4;
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX4.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX4.Location = new System.Drawing.Point(1, 1);
     this.textBoxX4.Multiline = true;
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.ReadOnly = true;
     this.textBoxX4.Size = new System.Drawing.Size(578, 468);
     this.textBoxX4.TabIndex = 2;
     this.textBoxX4.Text = resources.GetString("textBoxX4.Text");
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.textBoxX3);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX3.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX3.Location = new System.Drawing.Point(1, 1);
     this.textBoxX3.Multiline = true;
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.ReadOnly = true;
     this.textBoxX3.Size = new System.Drawing.Size(578, 468);
     this.textBoxX3.TabIndex = 2;
     this.textBoxX3.Text = resources.GetString("textBoxX3.Text");
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.textBoxX2);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX2.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX2.Location = new System.Drawing.Point(1, 1);
     this.textBoxX2.Multiline = true;
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.ReadOnly = true;
     this.textBoxX2.Size = new System.Drawing.Size(578, 468);
     this.textBoxX2.TabIndex = 2;
     this.textBoxX2.Text = resources.GetString("textBoxX2.Text");
     //
     // tabControlPanel5
     //
     this.tabControlPanel5.Controls.Add(this.textBoxX5);
     this.tabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel5.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel5.Name = "tabControlPanel5";
     this.tabControlPanel5.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel5.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel5.Style.GradientAngle = 90;
     this.tabControlPanel5.TabIndex = 5;
     //
     // textBoxX5
     //
     //
     //
     //
     this.textBoxX5.Border.Class = "TextBoxBorder";
     this.textBoxX5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX5.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX5.Location = new System.Drawing.Point(1, 1);
     this.textBoxX5.Multiline = true;
     this.textBoxX5.Name = "textBoxX5";
     this.textBoxX5.ReadOnly = true;
     this.textBoxX5.Size = new System.Drawing.Size(578, 468);
     this.textBoxX5.TabIndex = 2;
     this.textBoxX5.Text = resources.GetString("textBoxX5.Text");
     //
     // tabControlPanel6
     //
     this.tabControlPanel6.Controls.Add(this.textBoxX6);
     this.tabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel6.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel6.Name = "tabControlPanel6";
     this.tabControlPanel6.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel6.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel6.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel6.Style.GradientAngle = 90;
     this.tabControlPanel6.TabIndex = 6;
     //
     // textBoxX6
     //
     //
     //
     //
     this.textBoxX6.Border.Class = "TextBoxBorder";
     this.textBoxX6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX6.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX6.Location = new System.Drawing.Point(1, 1);
     this.textBoxX6.Multiline = true;
     this.textBoxX6.Name = "textBoxX6";
     this.textBoxX6.ReadOnly = true;
     this.textBoxX6.Size = new System.Drawing.Size(578, 468);
     this.textBoxX6.TabIndex = 2;
     this.textBoxX6.Text = resources.GetString("textBoxX6.Text");
     //
     // tabControlPanel7
     //
     this.tabControlPanel7.Controls.Add(this.textBoxX7);
     this.tabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel7.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel7.Name = "tabControlPanel7";
     this.tabControlPanel7.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel7.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel7.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel7.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel7.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel7.Style.GradientAngle = 90;
     this.tabControlPanel7.TabIndex = 7;
     this.tabControlPanel7.Visible = false;
     //
     // textBoxX7
     //
     //
     //
     //
     this.textBoxX7.Border.Class = "TextBoxBorder";
     this.textBoxX7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.textBoxX7.Font = new System.Drawing.Font("����", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.textBoxX7.ForeColor = System.Drawing.SystemColors.WindowText;
     this.textBoxX7.Location = new System.Drawing.Point(1, 1);
     this.textBoxX7.Multiline = true;
     this.textBoxX7.Name = "textBoxX7";
     this.textBoxX7.ReadOnly = true;
     this.textBoxX7.Size = new System.Drawing.Size(578, 468);
     this.textBoxX7.TabIndex = 2;
     this.textBoxX7.Text = "\r\n�ŵ㣺\r\n������ס�\r\n\r\nȱ�㣺\r\n��ȫ�Խϲ\r\n\r\n�����ԣ�\r\n��Ҫ���ڽ���������װ��װ�޹��̡�\r\n";
     //
     // tabControlPanel8
     //
     this.tabControlPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel8.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel8.Name = "tabControlPanel8";
     this.tabControlPanel8.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel8.Size = new System.Drawing.Size(580, 470);
     this.tabControlPanel8.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel8.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel8.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel8.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel8.Style.GradientAngle = 90;
     this.tabControlPanel8.TabIndex = 8;
     //
     // tabControl_Tj
     //
     this.tabControl_Tj.BackColor = System.Drawing.Color.Transparent;
     this.tabControl_Tj.CanReorderTabs = true;
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj1);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj5);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj2);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj7);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj6);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj4);
     this.tabControl_Tj.Controls.Add(this.tcPanel_Tj3);
     this.tabControl_Tj.Controls.Add(this.tabControlPanel16);
     this.tabControl_Tj.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabControl_Tj.Location = new System.Drawing.Point(252, 0);
     this.tabControl_Tj.Name = "tabControl_Tj";
     this.tabControl_Tj.SelectedTabFont = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Bold);
     this.tabControl_Tj.SelectedTabIndex = 6;
     this.tabControl_Tj.Size = new System.Drawing.Size(580, 514);
     this.tabControl_Tj.Style = DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
     this.tabControl_Tj.TabIndex = 51;
     this.tabControl_Tj.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.MultilineNoNavigationBox;
     this.tabControl_Tj.Tabs.Add(this.TJtabItem1);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem2);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem3);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem4);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem5);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem6);
     this.tabControl_Tj.Tabs.Add(this.TJtabItem7);
     this.tabControl_Tj.Tabs.Add(this.tabItem1);
     this.tabControl_Tj.Text = "tabControl1";
     //
     // tcPanel_Tj5
     //
     this.tcPanel_Tj5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj5.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj5.Name = "tcPanel_Tj5";
     this.tcPanel_Tj5.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj5.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj5.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj5.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj5.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj5.Style.GradientAngle = 90;
     this.tcPanel_Tj5.TabIndex = 5;
     this.tcPanel_Tj5.TabItem = this.TJtabItem5;
     //
     // TJtabItem5
     //
     this.TJtabItem5.AttachedControl = this.tcPanel_Tj5;
     this.TJtabItem5.Name = "TJtabItem5";
     this.TJtabItem5.Text = "��ʽ�ֹܽ��ּ�";
     this.TJtabItem5.Visible = false;
     //
     // tcPanel_Tj1
     //
     this.tcPanel_Tj1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj1.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tcPanel_Tj1.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj1.Name = "tcPanel_Tj1";
     this.tcPanel_Tj1.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj1.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj1.Style.GradientAngle = 90;
     this.tcPanel_Tj1.TabIndex = 1;
     this.tcPanel_Tj1.TabItem = this.TJtabItem1;
     //
     // TJtabItem1
     //
     this.TJtabItem1.AttachedControl = this.tcPanel_Tj1;
     this.TJtabItem1.Name = "TJtabItem1";
     this.TJtabItem1.Text = "�ۼ�ʽ�ֹܽ��ּܣ���أ�";
     this.TJtabItem1.Visible = false;
     //
     // tcPanel_Tj2
     //
     this.tcPanel_Tj2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj2.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj2.Name = "tcPanel_Tj2";
     this.tcPanel_Tj2.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj2.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj2.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj2.Style.GradientAngle = 90;
     this.tcPanel_Tj2.TabIndex = 2;
     this.tcPanel_Tj2.TabItem = this.TJtabItem2;
     //
     // TJtabItem2
     //
     this.TJtabItem2.AttachedControl = this.tcPanel_Tj2;
     this.TJtabItem2.Name = "TJtabItem2";
     this.TJtabItem2.Text = "�ۼ�ʽ�ֹܽ��ּܣ����+�����";
     this.TJtabItem2.Visible = false;
     //
     // tcPanel_Tj7
     //
     this.tcPanel_Tj7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj7.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj7.Name = "tcPanel_Tj7";
     this.tcPanel_Tj7.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj7.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj7.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj7.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj7.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj7.Style.GradientAngle = 90;
     this.tcPanel_Tj7.TabIndex = 7;
     this.tcPanel_Tj7.TabItem = this.TJtabItem7;
     this.tcPanel_Tj7.Visible = false;
     //
     // TJtabItem7
     //
     this.TJtabItem7.AttachedControl = this.tcPanel_Tj7;
     this.TJtabItem7.Name = "TJtabItem7";
     this.TJtabItem7.Text = "�����ּ�";
     this.TJtabItem7.Visible = false;
     //
     // tcPanel_Tj6
     //
     this.tcPanel_Tj6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj6.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj6.Name = "tcPanel_Tj6";
     this.tcPanel_Tj6.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj6.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj6.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj6.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj6.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj6.Style.GradientAngle = 90;
     this.tcPanel_Tj6.TabIndex = 6;
     this.tcPanel_Tj6.TabItem = this.TJtabItem6;
     //
     // TJtabItem6
     //
     this.TJtabItem6.AttachedControl = this.tcPanel_Tj6;
     this.TJtabItem6.Name = "TJtabItem6";
     this.TJtabItem6.Text = "Һѹ����������ּ�";
     this.TJtabItem6.Visible = false;
     //
     // tcPanel_Tj4
     //
     this.tcPanel_Tj4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj4.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj4.Name = "tcPanel_Tj4";
     this.tcPanel_Tj4.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj4.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj4.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj4.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj4.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj4.Style.GradientAngle = 90;
     this.tcPanel_Tj4.TabIndex = 4;
     this.tcPanel_Tj4.TabItem = this.TJtabItem4;
     //
     // TJtabItem4
     //
     this.TJtabItem4.AttachedControl = this.tcPanel_Tj4;
     this.TJtabItem4.Name = "TJtabItem4";
     this.TJtabItem4.Text = "�в����̿�ʽ�ֹܽ��ּ�";
     this.TJtabItem4.Visible = false;
     //
     // tcPanel_Tj3
     //
     this.tcPanel_Tj3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tcPanel_Tj3.Location = new System.Drawing.Point(0, 47);
     this.tcPanel_Tj3.Name = "tcPanel_Tj3";
     this.tcPanel_Tj3.Padding = new System.Windows.Forms.Padding(1);
     this.tcPanel_Tj3.Size = new System.Drawing.Size(580, 467);
     this.tcPanel_Tj3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tcPanel_Tj3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tcPanel_Tj3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tcPanel_Tj3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tcPanel_Tj3.Style.GradientAngle = 90;
     this.tcPanel_Tj3.TabIndex = 3;
     this.tcPanel_Tj3.TabItem = this.TJtabItem3;
     //
     // TJtabItem3
     //
     this.TJtabItem3.AttachedControl = this.tcPanel_Tj3;
     this.TJtabItem3.Name = "TJtabItem3";
     this.TJtabItem3.Text = "���ʽ���ּ�";
     this.TJtabItem3.Visible = false;
     //
     // tabControlPanel16
     //
     this.tabControlPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel16.Location = new System.Drawing.Point(0, 47);
     this.tabControlPanel16.Name = "tabControlPanel16";
     this.tabControlPanel16.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel16.Size = new System.Drawing.Size(580, 467);
     this.tabControlPanel16.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tabControlPanel16.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel16.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(147)))), ((int)(((byte)(160)))));
     this.tabControlPanel16.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel16.Style.GradientAngle = 90;
     this.tabControlPanel16.TabIndex = 8;
     this.tabControlPanel16.TabItem = this.tabItem1;
     //
     // tabItem1
     //
     this.tabItem1.AttachedControl = this.tabControlPanel16;
     this.tabItem1.Name = "tabItem1";
     this.tabItem1.Text = "";
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.Btn_TjBzsgsj);
     this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx2.Location = new System.Drawing.Point(252, 520);
     this.panelEx2.Name = "panelEx2";
     this.panelEx2.Size = new System.Drawing.Size(580, 38);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex = 52;
     //
     // FrmScaffoldRecommendSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize = new System.Drawing.Size(832, 558);
     this.Controls.Add(this.panelEx2);
     this.Controls.Add(this.tabControl_Tj);
     this.Controls.Add(this.panelEx1);
     this.DoubleBuffered = true;
     this.Name = "FrmScaffoldRecommendSelect";
     this.Text = "���ּ�ѡ��-�Ƽ�ѡ��";
     ((System.ComponentModel.ISupportInitialize)(this.DbInput_TjDsgd)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.panelEx1.ResumeLayout(false);
     this.groupPanel2.ResumeLayout(false);
     this.groupPanel2.PerformLayout();
     this.tabControlPanel1.ResumeLayout(false);
     this.tabControlPanel4.ResumeLayout(false);
     this.tabControlPanel3.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.tabControlPanel5.ResumeLayout(false);
     this.tabControlPanel6.ResumeLayout(false);
     this.tabControlPanel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabControl_Tj)).EndInit();
     this.tabControl_Tj.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tabControlThayDoiQD = new DevComponents.DotNetBar.TabControl();
     this.tabControlPanel2 = new DevComponents.DotNetBar.TabControlPanel();
     this.plLoaiKhachHang = new DevComponents.DotNetBar.PanelEx();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.btSave1 = new DevComponents.DotNetBar.ButtonX();
     this.btDelete1 = new DevComponents.DotNetBar.ButtonX();
     this.btHuy1 = new DevComponents.DotNetBar.ButtonX();
     this.btEdit1 = new DevComponents.DotNetBar.ButtonX();
     this.btAdd1 = new DevComponents.DotNetBar.ButtonX();
     this.dataGridLK = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT_KH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaLoaiKH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenLoaiKH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HeSoKH = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBoxX4 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX6 = new DevComponents.DotNetBar.LabelX();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX7 = new DevComponents.DotNetBar.LabelX();
     this.labelX8 = new DevComponents.DotNetBar.LabelX();
     this.tabItemLoaiKhachHang = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
     this.plLoaiPhong = new DevComponents.DotNetBar.PanelEx();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btSave = new DevComponents.DotNetBar.ButtonX();
     this.btHuy = new DevComponents.DotNetBar.ButtonX();
     this.btDelete = new DevComponents.DotNetBar.ButtonX();
     this.btEdit = new DevComponents.DotNetBar.ButtonX();
     this.btAdd = new DevComponents.DotNetBar.ButtonX();
     this.dataGridLP = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MaLoaiPhong = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TenLoaiPhong = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DonGia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.txt_DonGia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.txt_MaLoaiphong = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.txt_TenLoaiPhong = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tabItemLoaiPhong = new DevComponents.DotNetBar.TabItem(this.components);
     this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
     this.plThamSo = new DevComponents.DotNetBar.PanelEx();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.dataGridTS = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.TenThamSo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GiaTri = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btthoat = new DevComponents.DotNetBar.ButtonX();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.option_heso = new System.Windows.Forms.RadioButton();
     this.option_khachtoida = new System.Windows.Forms.RadioButton();
     this.option_tyle = new System.Windows.Forms.RadioButton();
     this.txt_giatri = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.btluu = new DevComponents.DotNetBar.ButtonX();
     this.tabItemThamSo = new DevComponents.DotNetBar.TabItem(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlThayDoiQD)).BeginInit();
     this.tabControlThayDoiQD.SuspendLayout();
     this.tabControlPanel2.SuspendLayout();
     this.plLoaiKhachHang.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridLK)).BeginInit();
     this.tabControlPanel1.SuspendLayout();
     this.plLoaiPhong.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridLP)).BeginInit();
     this.tabControlPanel3.SuspendLayout();
     this.plThamSo.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridTS)).BeginInit();
     this.groupBox6.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControlThayDoiQD
     //
     this.tabControlThayDoiQD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
     this.tabControlThayDoiQD.CanReorderTabs = true;
     this.tabControlThayDoiQD.Controls.Add(this.tabControlPanel1);
     this.tabControlThayDoiQD.Controls.Add(this.tabControlPanel2);
     this.tabControlThayDoiQD.Controls.Add(this.tabControlPanel3);
     this.tabControlThayDoiQD.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlThayDoiQD.Location = new System.Drawing.Point(0, 0);
     this.tabControlThayDoiQD.Name = "tabControlThayDoiQD";
     this.tabControlThayDoiQD.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.tabControlThayDoiQD.SelectedTabIndex = 2;
     this.tabControlThayDoiQD.Size = new System.Drawing.Size(676, 469);
     this.tabControlThayDoiQD.TabIndex = 0;
     this.tabControlThayDoiQD.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabControlThayDoiQD.Tabs.Add(this.tabItemLoaiPhong);
     this.tabControlThayDoiQD.Tabs.Add(this.tabItemLoaiKhachHang);
     this.tabControlThayDoiQD.Tabs.Add(this.tabItemThamSo);
     this.tabControlThayDoiQD.Text = "tabControl1";
     //
     // tabControlPanel2
     //
     this.tabControlPanel2.Controls.Add(this.plLoaiKhachHang);
     this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel2.Name = "tabControlPanel2";
     this.tabControlPanel2.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel2.Size = new System.Drawing.Size(676, 443);
     this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel2.Style.GradientAngle = 90;
     this.tabControlPanel2.TabIndex = 2;
     this.tabControlPanel2.TabItem = this.tabItemLoaiKhachHang;
     //
     // plLoaiKhachHang
     //
     this.plLoaiKhachHang.CanvasColor = System.Drawing.SystemColors.Control;
     this.plLoaiKhachHang.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.plLoaiKhachHang.Controls.Add(this.groupBox2);
     this.plLoaiKhachHang.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plLoaiKhachHang.Location = new System.Drawing.Point(1, 1);
     this.plLoaiKhachHang.Name = "plLoaiKhachHang";
     this.plLoaiKhachHang.Size = new System.Drawing.Size(674, 441);
     this.plLoaiKhachHang.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.plLoaiKhachHang.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.plLoaiKhachHang.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.plLoaiKhachHang.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.plLoaiKhachHang.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.plLoaiKhachHang.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.plLoaiKhachHang.Style.GradientAngle = 90;
     this.plLoaiKhachHang.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.groupBox5);
     this.groupBox2.Controls.Add(this.dataGridLK);
     this.groupBox2.Controls.Add(this.textBoxX4);
     this.groupBox2.Controls.Add(this.textBoxX3);
     this.groupBox2.Controls.Add(this.labelX6);
     this.groupBox2.Controls.Add(this.textBoxX2);
     this.groupBox2.Controls.Add(this.labelX7);
     this.groupBox2.Controls.Add(this.labelX8);
     this.groupBox2.ForeColor = System.Drawing.Color.Blue;
     this.groupBox2.Location = new System.Drawing.Point(102, 71);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(488, 341);
     this.groupBox2.TabIndex = 11;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Quản Lý Loại Khách Hàng";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.btSave1);
     this.groupBox5.Controls.Add(this.btDelete1);
     this.groupBox5.Controls.Add(this.btHuy1);
     this.groupBox5.Controls.Add(this.btEdit1);
     this.groupBox5.Controls.Add(this.btAdd1);
     this.groupBox5.Location = new System.Drawing.Point(42, 88);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(440, 67);
     this.groupBox5.TabIndex = 13;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Nút xử lý";
     //
     // btSave1
     //
     this.btSave1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btSave1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btSave1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btSave1.Location = new System.Drawing.Point(265, 32);
     this.btSave1.Name = "btSave1";
     this.btSave1.Size = new System.Drawing.Size(75, 23);
     this.btSave1.TabIndex = 14;
     this.btSave1.Text = "Lưu";
     this.btSave1.Click += new System.EventHandler(this.btSave_Click);
     //
     // btDelete1
     //
     this.btDelete1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btDelete1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btDelete1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btDelete1.Location = new System.Drawing.Point(103, 32);
     this.btDelete1.Name = "btDelete1";
     this.btDelete1.Size = new System.Drawing.Size(75, 23);
     this.btDelete1.TabIndex = 12;
     this.btDelete1.Text = "Xóa";
     this.btDelete1.Click += new System.EventHandler(this.btDelete_Click);
     //
     // btHuy1
     //
     this.btHuy1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btHuy1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btHuy1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btHuy1.ForeColor = System.Drawing.Color.Red;
     this.btHuy1.Location = new System.Drawing.Point(350, 32);
     this.btHuy1.Name = "btHuy1";
     this.btHuy1.Size = new System.Drawing.Size(75, 23);
     this.btHuy1.TabIndex = 11;
     this.btHuy1.Text = "Hủy";
     this.btHuy1.Click += new System.EventHandler(this.btHuy_Click);
     //
     // btEdit1
     //
     this.btEdit1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btEdit1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btEdit1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btEdit1.Location = new System.Drawing.Point(184, 31);
     this.btEdit1.Name = "btEdit1";
     this.btEdit1.Size = new System.Drawing.Size(75, 23);
     this.btEdit1.TabIndex = 10;
     this.btEdit1.Text = "Sửa";
     this.btEdit1.Click += new System.EventHandler(this.btEdit_Click);
     //
     // btAdd1
     //
     this.btAdd1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAdd1.Location = new System.Drawing.Point(22, 31);
     this.btAdd1.Name = "btAdd1";
     this.btAdd1.Size = new System.Drawing.Size(75, 23);
     this.btAdd1.TabIndex = 8;
     this.btAdd1.Text = "Thêm";
     this.btAdd1.Click += new System.EventHandler(this.btAdd_Click);
     //
     // dataGridLK
     //
     this.dataGridLK.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridLK.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT_KH,
     this.MaLoaiKH,
     this.TenLoaiKH,
     this.HeSoKH});
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridLK.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridLK.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridLK.Location = new System.Drawing.Point(57, 178);
     this.dataGridLK.Name = "dataGridLK";
     this.dataGridLK.Size = new System.Drawing.Size(404, 145);
     this.dataGridLK.TabIndex = 12;
     //
     // STT_KH
     //
     this.STT_KH.HeaderText = "STT";
     this.STT_KH.Name = "STT_KH";
     this.STT_KH.ReadOnly = true;
     this.STT_KH.Width = 35;
     //
     // MaLoaiKH
     //
     this.MaLoaiKH.HeaderText = "Mã Loại KH";
     this.MaLoaiKH.Name = "MaLoaiKH";
     this.MaLoaiKH.Width = 120;
     //
     // TenLoaiKH
     //
     this.TenLoaiKH.HeaderText = "Tên Loại KH";
     this.TenLoaiKH.Name = "TenLoaiKH";
     this.TenLoaiKH.Width = 125;
     //
     // HeSoKH
     //
     this.HeSoKH.HeaderText = "Hệ Số KH";
     this.HeSoKH.Name = "HeSoKH";
     this.HeSoKH.Width = 80;
     //
     // textBoxX4
     //
     //
     //
     //
     this.textBoxX4.Border.Class = "TextBoxBorder";
     this.textBoxX4.Location = new System.Drawing.Point(84, 60);
     this.textBoxX4.Name = "textBoxX4";
     this.textBoxX4.Size = new System.Drawing.Size(100, 20);
     this.textBoxX4.TabIndex = 8;
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Location = new System.Drawing.Point(83, 31);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(65, 20);
     this.textBoxX3.TabIndex = 7;
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(6, 31);
     this.labelX6.Name = "labelX6";
     this.labelX6.Size = new System.Drawing.Size(95, 23);
     this.labelX6.TabIndex = 1;
     this.labelX6.Text = "Mã Loại KH";
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Location = new System.Drawing.Point(218, 32);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(65, 20);
     this.textBoxX2.TabIndex = 6;
     //
     // labelX7
     //
     this.labelX7.Location = new System.Drawing.Point(154, 31);
     this.labelX7.Name = "labelX7";
     this.labelX7.Size = new System.Drawing.Size(75, 23);
     this.labelX7.TabIndex = 5;
     this.labelX7.Text = "Hệ số KH";
     //
     // labelX8
     //
     this.labelX8.Location = new System.Drawing.Point(6, 59);
     this.labelX8.Name = "labelX8";
     this.labelX8.Size = new System.Drawing.Size(72, 23);
     this.labelX8.TabIndex = 3;
     this.labelX8.Text = "Tên Loại KH";
     //
     // tabItemLoaiKhachHang
     //
     this.tabItemLoaiKhachHang.AttachedControl = this.tabControlPanel2;
     this.tabItemLoaiKhachHang.Name = "tabItemLoaiKhachHang";
     this.tabItemLoaiKhachHang.Text = "Loại Khách Hàng";
     //
     // tabControlPanel1
     //
     this.tabControlPanel1.Controls.Add(this.plLoaiPhong);
     this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel1.Name = "tabControlPanel1";
     this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel1.Size = new System.Drawing.Size(676, 443);
     this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel1.Style.GradientAngle = 90;
     this.tabControlPanel1.TabIndex = 1;
     this.tabControlPanel1.TabItem = this.tabItemLoaiPhong;
     //
     // plLoaiPhong
     //
     this.plLoaiPhong.CanvasColor = System.Drawing.SystemColors.Control;
     this.plLoaiPhong.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.plLoaiPhong.Controls.Add(this.groupBox1);
     this.plLoaiPhong.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plLoaiPhong.Location = new System.Drawing.Point(1, 1);
     this.plLoaiPhong.Name = "plLoaiPhong";
     this.plLoaiPhong.Size = new System.Drawing.Size(674, 441);
     this.plLoaiPhong.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.plLoaiPhong.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.plLoaiPhong.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.plLoaiPhong.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.plLoaiPhong.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.plLoaiPhong.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.plLoaiPhong.Style.GradientAngle = 90;
     this.plLoaiPhong.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.dataGridLP);
     this.groupBox1.Controls.Add(this.labelX2);
     this.groupBox1.Controls.Add(this.txt_DonGia);
     this.groupBox1.Controls.Add(this.txt_MaLoaiphong);
     this.groupBox1.Controls.Add(this.labelX4);
     this.groupBox1.Controls.Add(this.labelX3);
     this.groupBox1.Controls.Add(this.txt_TenLoaiPhong);
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location = new System.Drawing.Point(73, 45);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(521, 354);
     this.groupBox1.TabIndex = 13;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Quản Lý Loại Phòng";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.btSave);
     this.groupBox4.Controls.Add(this.btHuy);
     this.groupBox4.Controls.Add(this.btDelete);
     this.groupBox4.Controls.Add(this.btEdit);
     this.groupBox4.Controls.Add(this.btAdd);
     this.groupBox4.Location = new System.Drawing.Point(67, 97);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(431, 67);
     this.groupBox4.TabIndex = 11;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Nút xử lý";
     //
     // btSave
     //
     this.btSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btSave.Location = new System.Drawing.Point(265, 31);
     this.btSave.Name = "btSave";
     this.btSave.Size = new System.Drawing.Size(75, 23);
     this.btSave.TabIndex = 12;
     this.btSave.Text = "Lưu";
     this.btSave.Click += new System.EventHandler(this.btSave_Click);
     //
     // btHuy
     //
     this.btHuy.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btHuy.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btHuy.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btHuy.ForeColor = System.Drawing.Color.Red;
     this.btHuy.Location = new System.Drawing.Point(346, 31);
     this.btHuy.Name = "btHuy";
     this.btHuy.Size = new System.Drawing.Size(75, 23);
     this.btHuy.TabIndex = 11;
     this.btHuy.Text = "Hủy";
     this.btHuy.Click += new System.EventHandler(this.btHuy_Click);
     //
     // btDelete
     //
     this.btDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btDelete.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btDelete.Location = new System.Drawing.Point(103, 31);
     this.btDelete.Name = "btDelete";
     this.btDelete.Size = new System.Drawing.Size(75, 23);
     this.btDelete.TabIndex = 9;
     this.btDelete.Text = "Xóa";
     this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
     //
     // btEdit
     //
     this.btEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btEdit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btEdit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btEdit.Location = new System.Drawing.Point(184, 31);
     this.btEdit.Name = "btEdit";
     this.btEdit.Size = new System.Drawing.Size(75, 23);
     this.btEdit.TabIndex = 10;
     this.btEdit.Text = "Sửa";
     this.btEdit.Click += new System.EventHandler(this.btEdit_Click);
     //
     // btAdd
     //
     this.btAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btAdd.Location = new System.Drawing.Point(22, 31);
     this.btAdd.Name = "btAdd";
     this.btAdd.Size = new System.Drawing.Size(75, 23);
     this.btAdd.TabIndex = 8;
     this.btAdd.Text = "Thêm";
     this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
     //
     // dataGridLP
     //
     this.dataGridLP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridLP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.STT,
     this.MaLoaiPhong,
     this.TenLoaiPhong,
     this.DonGia});
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridLP.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridLP.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridLP.Location = new System.Drawing.Point(47, 170);
     this.dataGridLP.Name = "dataGridLP";
     this.dataGridLP.Size = new System.Drawing.Size(404, 178);
     this.dataGridLP.TabIndex = 7;
     this.dataGridLP.CurrentCellChanged += new System.EventHandler(this.dataGridLP_CurrentCellChanged);
     this.dataGridLP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dataGridLP_KeyPress);
     //
     // STT
     //
     this.STT.HeaderText = "STT";
     this.STT.Name = "STT";
     this.STT.ReadOnly = true;
     this.STT.Width = 35;
     //
     // MaLoaiPhong
     //
     this.MaLoaiPhong.DataPropertyName = "MaLoaiPhong";
     this.MaLoaiPhong.HeaderText = "Mã Loại Phòng";
     this.MaLoaiPhong.Name = "MaLoaiPhong";
     this.MaLoaiPhong.Width = 120;
     //
     // TenLoaiPhong
     //
     this.TenLoaiPhong.DataPropertyName = "TenLoaiPhong";
     this.TenLoaiPhong.HeaderText = "Tên Loại Phòng";
     this.TenLoaiPhong.Name = "TenLoaiPhong";
     this.TenLoaiPhong.Width = 125;
     //
     // DonGia
     //
     this.DonGia.DataPropertyName = "DonGia";
     this.DonGia.HeaderText = "Đơn Giá";
     this.DonGia.Name = "DonGia";
     this.DonGia.Width = 80;
     //
     // labelX2
     //
     this.labelX2.Location = new System.Drawing.Point(6, 30);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(95, 23);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text = "Mã Loại Phòng";
     //
     // txt_DonGia
     //
     this.txt_DonGia.Location = new System.Drawing.Point(215, 30);
     this.txt_DonGia.Name = "txt_DonGia";
     this.txt_DonGia.Size = new System.Drawing.Size(81, 16);
     this.txt_DonGia.TabIndex = 6;
     //
     // txt_MaLoaiphong
     //
     this.txt_MaLoaiphong.Location = new System.Drawing.Point(107, 31);
     this.txt_MaLoaiphong.Name = "txt_MaLoaiphong";
     this.txt_MaLoaiphong.Size = new System.Drawing.Size(47, 16);
     this.txt_MaLoaiphong.TabIndex = 2;
     //
     // labelX4
     //
     this.labelX4.Location = new System.Drawing.Point(161, 30);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(48, 23);
     this.labelX4.TabIndex = 5;
     this.labelX4.Text = "Đơn Giá";
     //
     // labelX3
     //
     this.labelX3.Location = new System.Drawing.Point(6, 60);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(95, 23);
     this.labelX3.TabIndex = 3;
     this.labelX3.Text = "Tên Loại Phòng";
     //
     // txt_TenLoaiPhong
     //
     this.txt_TenLoaiPhong.Location = new System.Drawing.Point(107, 62);
     this.txt_TenLoaiPhong.Name = "txt_TenLoaiPhong";
     this.txt_TenLoaiPhong.Size = new System.Drawing.Size(100, 16);
     this.txt_TenLoaiPhong.TabIndex = 4;
     //
     // tabItemLoaiPhong
     //
     this.tabItemLoaiPhong.AttachedControl = this.tabControlPanel1;
     this.tabItemLoaiPhong.Name = "tabItemLoaiPhong";
     this.tabItemLoaiPhong.Text = "Loại Phòng";
     //
     // tabControlPanel3
     //
     this.tabControlPanel3.Controls.Add(this.plThamSo);
     this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
     this.tabControlPanel3.Name = "tabControlPanel3";
     this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
     this.tabControlPanel3.Size = new System.Drawing.Size(676, 443);
     this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(156)))), ((int)(((byte)(187)))));
     this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(233)))), ((int)(((byte)(240)))));
     this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
     this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
                 | DevComponents.DotNetBar.eBorderSide.Bottom)));
     this.tabControlPanel3.Style.GradientAngle = 90;
     this.tabControlPanel3.TabIndex = 3;
     this.tabControlPanel3.TabItem = this.tabItemThamSo;
     //
     // plThamSo
     //
     this.plThamSo.CanvasColor = System.Drawing.SystemColors.Control;
     this.plThamSo.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.plThamSo.Controls.Add(this.groupBox3);
     this.plThamSo.Dock = System.Windows.Forms.DockStyle.Fill;
     this.plThamSo.Location = new System.Drawing.Point(1, 1);
     this.plThamSo.Name = "plThamSo";
     this.plThamSo.Size = new System.Drawing.Size(674, 441);
     this.plThamSo.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.plThamSo.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.plThamSo.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.plThamSo.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.plThamSo.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.plThamSo.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.plThamSo.Style.GradientAngle = 90;
     this.plThamSo.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.dataGridTS);
     this.groupBox3.Controls.Add(this.btthoat);
     this.groupBox3.Controls.Add(this.groupBox6);
     this.groupBox3.Controls.Add(this.txt_giatri);
     this.groupBox3.Controls.Add(this.btluu);
     this.groupBox3.ForeColor = System.Drawing.Color.Blue;
     this.groupBox3.Location = new System.Drawing.Point(70, 55);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(495, 357);
     this.groupBox3.TabIndex = 18;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Quản lý tham số";
     //
     // dataGridTS
     //
     this.dataGridTS.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridTS.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.TenThamSo,
     this.GiaTri});
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridTS.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridTS.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGridTS.Location = new System.Drawing.Point(131, 181);
     this.dataGridTS.Name = "dataGridTS";
     this.dataGridTS.Size = new System.Drawing.Size(332, 132);
     this.dataGridTS.TabIndex = 18;
     //
     // TenThamSo
     //
     this.TenThamSo.DataPropertyName = "TenThamSo";
     this.TenThamSo.HeaderText = "Tham Số";
     this.TenThamSo.Name = "TenThamSo";
     this.TenThamSo.ReadOnly = true;
     this.TenThamSo.Width = 180;
     //
     // GiaTri
     //
     this.GiaTri.DataPropertyName = "GiaTri";
     this.GiaTri.HeaderText = "Giá Trị";
     this.GiaTri.Name = "GiaTri";
     this.GiaTri.ReadOnly = true;
     //
     // btthoat
     //
     this.btthoat.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btthoat.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btthoat.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btthoat.ForeColor = System.Drawing.Color.Red;
     this.btthoat.Location = new System.Drawing.Point(305, 128);
     this.btthoat.Name = "btthoat";
     this.btthoat.Size = new System.Drawing.Size(66, 31);
     this.btthoat.TabIndex = 17;
     this.btthoat.Text = "Thoát";
     this.btthoat.Click += new System.EventHandler(this.btthoat_Click);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.option_heso);
     this.groupBox6.Controls.Add(this.option_khachtoida);
     this.groupBox6.Controls.Add(this.option_tyle);
     this.groupBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox6.ForeColor = System.Drawing.Color.Blue;
     this.groupBox6.Location = new System.Drawing.Point(22, 35);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(157, 113);
     this.groupBox6.TabIndex = 16;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Thay đổi quy định";
     //
     // option_heso
     //
     this.option_heso.AutoSize = true;
     this.option_heso.Location = new System.Drawing.Point(36, 76);
     this.option_heso.Name = "option_heso";
     this.option_heso.Size = new System.Drawing.Size(62, 20);
     this.option_heso.TabIndex = 2;
     this.option_heso.TabStop = true;
     this.option_heso.Text = "Hệ số";
     this.option_heso.UseVisualStyleBackColor = true;
     //
     // option_khachtoida
     //
     this.option_khachtoida.AutoSize = true;
     this.option_khachtoida.Location = new System.Drawing.Point(36, 53);
     this.option_khachtoida.Name = "option_khachtoida";
     this.option_khachtoida.Size = new System.Drawing.Size(99, 20);
     this.option_khachtoida.TabIndex = 1;
     this.option_khachtoida.TabStop = true;
     this.option_khachtoida.Text = "Khách tối đa";
     this.option_khachtoida.UseVisualStyleBackColor = true;
     //
     // option_tyle
     //
     this.option_tyle.AutoSize = true;
     this.option_tyle.Location = new System.Drawing.Point(36, 30);
     this.option_tyle.Name = "option_tyle";
     this.option_tyle.Size = new System.Drawing.Size(101, 20);
     this.option_tyle.TabIndex = 0;
     this.option_tyle.TabStop = true;
     this.option_tyle.Text = "Tỷ lệ phụ thu";
     this.option_tyle.UseVisualStyleBackColor = true;
     //
     // txt_giatri
     //
     //
     //
     //
     this.txt_giatri.Border.Class = "TextBoxBorder";
     this.txt_giatri.Location = new System.Drawing.Point(230, 85);
     this.txt_giatri.Name = "txt_giatri";
     this.txt_giatri.Size = new System.Drawing.Size(152, 20);
     this.txt_giatri.TabIndex = 13;
     //
     // btluu
     //
     this.btluu.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btluu.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btluu.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btluu.ForeColor = System.Drawing.Color.Blue;
     this.btluu.Location = new System.Drawing.Point(230, 128);
     this.btluu.Name = "btluu";
     this.btluu.Size = new System.Drawing.Size(69, 31);
     this.btluu.TabIndex = 15;
     this.btluu.Text = "Lưu";
     this.btluu.Click += new System.EventHandler(this.btluu_Click);
     //
     // tabItemThamSo
     //
     this.tabItemThamSo.AttachedControl = this.tabControlPanel3;
     this.tabItemThamSo.Name = "tabItemThamSo";
     this.tabItemThamSo.Text = "Tham Số";
     //
     // frmThayDoiQD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(676, 469);
     this.Controls.Add(this.tabControlThayDoiQD);
     this.Name = "frmThayDoiQD";
     this.Text = "Thay Đổi Qui Định";
     this.Load += new System.EventHandler(this.frmThayDoiQD_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmThayDoiQD_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.tabControlThayDoiQD)).EndInit();
     this.tabControlThayDoiQD.ResumeLayout(false);
     this.tabControlPanel2.ResumeLayout(false);
     this.plLoaiKhachHang.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridLK)).EndInit();
     this.tabControlPanel1.ResumeLayout(false);
     this.plLoaiPhong.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridLP)).EndInit();
     this.tabControlPanel3.ResumeLayout(false);
     this.plThamSo.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridTS)).EndInit();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.ResumeLayout(false);
 }