/// <summary>
        /// 根据区域数据创建区域控件
        /// </summary>
        /// <param name="data"></param>
        private void CreateRegionControlByData(RegionDataInfo data)
        {
            SingleRegionControl regionControl = new SingleRegionControl();
            regionControl.Tag = data;
            regionControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            regionControl.Dock = System.Windows.Forms.DockStyle.Fill;
            m_RegionControlCache.Add(data.RegionID, regionControl);

            DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel = new DevComponents.DotNetBar.SuperTabControlPanel();
            superTabControlPanel.Controls.Add(regionControl);
            this.superTabControlRegion.Controls.Add(superTabControlPanel);
            DevComponents.DotNetBar.SuperTabItem currentTab = new DevComponents.DotNetBar.SuperTabItem();

            currentTab.SelectedTabFont = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(113)))), ((int)(((byte)(130)))))};
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
            DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            superTabColorStates1.Selected = superTabItemStateColorTable1;
            DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
            superTabItemColorTable1.Bottom = superTabColorStates1;
            currentTab.TabColor = superTabItemColorTable1;

            currentTab.AttachedControl = superTabControlPanel;
            currentTab.GlobalItem = false;
            currentTab.Text = data.Name;
            currentTab.Tag = data;
            this.superTabControlRegion.Tabs.Add(currentTab);

            currentTab.TabFont = new Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            currentTab.SelectedTabFont = new Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            currentTab.TabColor = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable()
            {
                Default = new DevComponents.DotNetBar.Rendering.SuperTabColorStates()
                {
                    Normal = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable()
                    {
                        Background = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable()
                        {
                            Colors = new System.Drawing.Color[] { Pub.TabNormalColor }
                        },
                        Text = Color.White
                    },
                    Selected = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable()
                    {
                        Background = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable()
                        {
                            Colors = new System.Drawing.Color[] { Pub.TabSelectColor }
                        },
                        Text = Color.Black
                    },
                    MouseOver = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable()
                    {
                        Background = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable()
                        {
                            Colors = new System.Drawing.Color[] { Color.White, Color.FromArgb(255, 192, 128) }
                        }
                    }
                }
            };
        }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable           superTabItemColorTable1           = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates              superTabColorStates1              = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable2      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable3      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     this.bar1 = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel2  = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.superTabItemProperties = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel1  = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.entities1                  = new ArchAngel.Providers.EntityModel.UI.PropertyGrids.Entities();
     this.superTabItemEntities       = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel3      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.tableDetailsEditor1        = new ArchAngel.Providers.EntityModel.UI.Editors.TableDetailsEditor();
     this.superTabControlPanel4      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.tablePropertiesEditor1     = new ArchAngel.Providers.EntityModel.UI.Editors.TableColumnsEditor();
     this.superTabControlPanel7      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.componentPropertiesEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentPropertiesEditor();
     this.superTabControlPanel6      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.componentDetailsEditor1    = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentDetailsEditor();
     this.superTabControlPanel5      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.tableKeysEditor1           = new ArchAngel.Providers.EntityModel.UI.Editors.TableKeysEditor();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.bar1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.superTabControlPanel3.SuspendLayout();
     this.superTabControlPanel4.SuspendLayout();
     this.superTabControlPanel7.SuspendLayout();
     this.superTabControlPanel6.SuspendLayout();
     this.superTabControlPanel5.SuspendLayout();
     this.SuspendLayout();
     //
     // bar1
     //
     this.bar1.BackColor = System.Drawing.Color.White;
     //
     //
     //
     //
     //
     //
     this.bar1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.bar1.ControlBox.MenuBox.Name = "";
     this.bar1.ControlBox.Name         = "";
     this.bar1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bar1.ControlBox.MenuBox,
         this.bar1.ControlBox.CloseBox
     });
     this.bar1.Controls.Add(this.superTabControlPanel1);
     this.bar1.Controls.Add(this.superTabControlPanel2);
     this.bar1.Controls.Add(this.superTabControlPanel3);
     this.bar1.Controls.Add(this.superTabControlPanel4);
     this.bar1.Controls.Add(this.superTabControlPanel7);
     this.bar1.Controls.Add(this.superTabControlPanel6);
     this.bar1.Controls.Add(this.superTabControlPanel5);
     this.bar1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.bar1.ForeColor          = System.Drawing.Color.White;
     this.bar1.Location           = new System.Drawing.Point(0, 30);
     this.bar1.Name               = "bar1";
     this.bar1.ReorderTabsEnabled = true;
     this.bar1.SelectedTabFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.bar1.SelectedTabIndex   = 6;
     this.bar1.Size               = new System.Drawing.Size(628, 295);
     this.bar1.TabAlignment       = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.bar1.TabFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bar1.TabIndex           = 1;
     this.bar1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItemEntities,
         this.superTabItemProperties
     });
     superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))
     };
     superTabColorTable1.Background      = superTabLinearGradientColorTable4;
     superTabColorTable1.InnerBorder     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabColorTable1.OuterBorder     = System.Drawing.Color.Black;
     superTabColorTable1.SelectionMarker = System.Drawing.Color.White;
     this.bar1.TabStripColor             = superTabColorTable1;
     this.bar1.TabStyle           = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.bar1.TabVerticalSpacing = 10;
     this.bar1.Text = "Details";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel2.Name     = "superTabControlPanel2";
     this.superTabControlPanel2.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem  = this.superTabItemProperties;
     //
     // superTabItemProperties
     //
     this.superTabItemProperties.AttachedControl = this.superTabControlPanel2;
     this.superTabItemProperties.GlobalItem      = false;
     this.superTabItemProperties.Name            = "superTabItemProperties";
     this.superTabItemProperties.Text            = "Property customizations";
     this.superTabItemProperties.Visible         = false;
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.Controls.Add(this.entities1);
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem  = this.superTabItemEntities;
     //
     // entities1
     //
     this.entities1.BackColor = System.Drawing.Color.Black;
     this.entities1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.entities1.Location  = new System.Drawing.Point(0, 0);
     this.entities1.Name      = "entities1";
     this.entities1.Size      = new System.Drawing.Size(488, 295);
     this.entities1.TabIndex  = 0;
     //
     // superTabItemEntities
     //
     this.superTabItemEntities.AttachedControl = this.superTabControlPanel1;
     this.superTabItemEntities.GlobalItem      = false;
     this.superTabItemEntities.Name            = "superTabItemEntities";
     superTabLinearGradientColorTable1.Colors  = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))))
     };
     superTabItemStateColorTable1.Background  = superTabLinearGradientColorTable1;
     superTabItemStateColorTable1.Text        = System.Drawing.Color.White;
     superTabColorStates1.Normal              = superTabItemStateColorTable1;
     superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))
     };
     superTabItemStateColorTable2.Background  = superTabLinearGradientColorTable2;
     superTabItemStateColorTable2.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable2.OuterBorder = System.Drawing.Color.Black;
     superTabItemStateColorTable2.Text        = System.Drawing.Color.White;
     superTabColorStates1.Selected            = superTabItemStateColorTable2;
     superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))))
     };
     superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
     superTabColorStates1.SelectedMouseOver  = superTabItemStateColorTable3;
     superTabItemColorTable1.Default         = superTabColorStates1;
     this.superTabItemEntities.TabColor      = superTabItemColorTable1;
     this.superTabItemEntities.Text          = "Entity customizations";
     //
     // superTabControlPanel3
     //
     this.superTabControlPanel3.Controls.Add(this.tableDetailsEditor1);
     this.superTabControlPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel3.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel3.Name     = "superTabControlPanel3";
     this.superTabControlPanel3.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel3.TabIndex = 0;
     //
     // tableDetailsEditor1
     //
     this.tableDetailsEditor1.BackColor = System.Drawing.Color.Black;
     this.tableDetailsEditor1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tableDetailsEditor1.ForeColor = System.Drawing.Color.White;
     this.tableDetailsEditor1.Location  = new System.Drawing.Point(0, 0);
     this.tableDetailsEditor1.Name      = "tableDetailsEditor1";
     this.tableDetailsEditor1.Size      = new System.Drawing.Size(488, 295);
     this.tableDetailsEditor1.TabIndex  = 0;
     this.tableDetailsEditor1.Table     = null;
     //
     // superTabControlPanel4
     //
     this.superTabControlPanel4.Controls.Add(this.tablePropertiesEditor1);
     this.superTabControlPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel4.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel4.Name     = "superTabControlPanel4";
     this.superTabControlPanel4.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel4.TabIndex = 0;
     //
     // tablePropertiesEditor1
     //
     this.tablePropertiesEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tablePropertiesEditor1.Location = new System.Drawing.Point(0, 0);
     this.tablePropertiesEditor1.Name     = "tablePropertiesEditor1";
     this.tablePropertiesEditor1.Size     = new System.Drawing.Size(488, 295);
     this.tablePropertiesEditor1.TabIndex = 0;
     this.tablePropertiesEditor1.Table    = null;
     //
     // superTabControlPanel7
     //
     this.superTabControlPanel7.Controls.Add(this.componentPropertiesEditor1);
     this.superTabControlPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel7.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel7.Name     = "superTabControlPanel7";
     this.superTabControlPanel7.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel7.TabIndex = 0;
     //
     // componentPropertiesEditor1
     //
     this.componentPropertiesEditor1.ComponentSpecification = null;
     this.componentPropertiesEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.componentPropertiesEditor1.Location = new System.Drawing.Point(0, 0);
     this.componentPropertiesEditor1.Name     = "componentPropertiesEditor1";
     this.componentPropertiesEditor1.Size     = new System.Drawing.Size(488, 295);
     this.componentPropertiesEditor1.TabIndex = 0;
     //
     // superTabControlPanel6
     //
     this.superTabControlPanel6.Controls.Add(this.componentDetailsEditor1);
     this.superTabControlPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel6.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel6.Name     = "superTabControlPanel6";
     this.superTabControlPanel6.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel6.TabIndex = 0;
     //
     // componentDetailsEditor1
     //
     this.componentDetailsEditor1.BackColor = System.Drawing.Color.Black;
     this.componentDetailsEditor1.ComponentSpecification = null;
     this.componentDetailsEditor1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.componentDetailsEditor1.ForeColor = System.Drawing.Color.White;
     this.componentDetailsEditor1.Location  = new System.Drawing.Point(0, 0);
     this.componentDetailsEditor1.Name      = "componentDetailsEditor1";
     this.componentDetailsEditor1.Size      = new System.Drawing.Size(488, 295);
     this.componentDetailsEditor1.TabIndex  = 0;
     //
     // superTabControlPanel5
     //
     this.superTabControlPanel5.Controls.Add(this.tableKeysEditor1);
     this.superTabControlPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel5.Location = new System.Drawing.Point(140, 0);
     this.superTabControlPanel5.Name     = "superTabControlPanel5";
     this.superTabControlPanel5.Size     = new System.Drawing.Size(488, 295);
     this.superTabControlPanel5.TabIndex = 0;
     //
     // tableKeysEditor1
     //
     this.tableKeysEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableKeysEditor1.Location = new System.Drawing.Point(0, 0);
     this.tableKeysEditor1.Name     = "tableKeysEditor1";
     this.tableKeysEditor1.Size     = new System.Drawing.Size(488, 295);
     this.tableKeysEditor1.TabIndex = 0;
     this.tableKeysEditor1.Table    = null;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.labelX1.BackgroundStyle.BackColor2             = System.Drawing.Color.Black;
     this.labelX1.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelX1.BackgroundStyle.Class      = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.labelX1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.Location      = new System.Drawing.Point(0, 0);
     this.labelX1.Name          = "labelX1";
     this.labelX1.Size          = new System.Drawing.Size(628, 30);
     this.labelX1.TabIndex      = 2;
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // CustomCode
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.bar1);
     this.Controls.Add(this.labelX1);
     this.Name = "CustomCode";
     this.Size = new System.Drawing.Size(628, 325);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.bar1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.superTabControlPanel3.ResumeLayout(false);
     this.superTabControlPanel4.ResumeLayout(false);
     this.superTabControlPanel7.ResumeLayout(false);
     this.superTabControlPanel6.ResumeLayout(false);
     this.superTabControlPanel5.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable6 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates2 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates3 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates4 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.superTabControlMain = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.superTabControlDispatch = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.stiAllMember = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabItemDispatch = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.superTabControlMeeting = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabItemMeeting = new DevComponents.DotNetBar.SuperTabItem();
            this.panelAll = new System.Windows.Forms.Panel();
            this.panelMain = new System.Windows.Forms.Panel();
            this.panelRight = new System.Windows.Forms.Panel();
            this.btnRegionView = new DevComponents.DotNetBar.ButtonX();
            this.waitControl1 = new DispatchPlatform.Control.WaitControl();
            this.imgBtnBroadcast = new DevComponents.DotNetBar.ButtonX();
            this.imgBtnMeeting = new DevComponents.DotNetBar.ButtonX();
            this.operateLog1 = new DispatchPlatform.Control.OperateLog();
            this.imgBtnDispatch = new DevComponents.DotNetBar.ButtonX();
            this.panel2 = new System.Windows.Forms.Panel();
            this.panelBottomAndCommand = new System.Windows.Forms.Panel();
            this.panelCommand = new System.Windows.Forms.Panel();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.picBoxState = new System.Windows.Forms.PictureBox();
            this.lblBoxState = new System.Windows.Forms.Label();
            this.picDb = new System.Windows.Forms.PictureBox();
            this.lblDBState = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblIdelCount = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblBusyCount = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblHoldingCount = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.lblIsfordCount = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.lblNoSpeekCount = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lblRecordCount = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.lblListenCount = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.lblAllCount = new System.Windows.Forms.Label();
            this.cRight = new DispatchPlatform.SingleUserControl();
            this.cLeft = new DispatchPlatform.SingleUserControl();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.行5列ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.行4列ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.行3列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.行6列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.行5列ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.行4列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.行7列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.行8列ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.行8列ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.行8列ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.行8列ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.popMenuVideo = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
            this.panelTop = new System.Windows.Forms.Panel();
            this.smallTimeControl2 = new DispatchPlatform.Control.SmallTimeControl();
            this.btnVideoSize = new DevComponents.DotNetBar.ButtonX();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.btnTelLog = new DevComponents.DotNetBar.ButtonX();
            this.chkSortByOnline = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.picSplit = new System.Windows.Forms.PictureBox();
            this.btnClallKeyborad = new DevComponents.DotNetBar.ButtonX();
            this.btnSet = new DevComponents.DotNetBar.ButtonX();
            this.btnSortByDepartment = new DevComponents.DotNetBar.ButtonX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.chkSortByNumber = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.btnSortByName = new DevComponents.DotNetBar.ButtonX();
            this.chkSortByName = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.btnExit = new DevComponents.DotNetBar.ButtonX();
            this.btnLock = new DevComponents.DotNetBar.ButtonX();
            this.lblTitle = new DevComponents.DotNetBar.LabelX();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControlMain)).BeginInit();
            this.superTabControlMain.SuspendLayout();
            this.superTabControlPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControlDispatch)).BeginInit();
            this.superTabControlDispatch.SuspendLayout();
            this.superTabControlPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.superTabControlMeeting)).BeginInit();
            this.panelAll.SuspendLayout();
            this.panelMain.SuspendLayout();
            this.panelRight.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panelBottomAndCommand.SuspendLayout();
            this.panelBottom.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxState)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDb)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.popMenuVideo.SuspendLayout();
            this.panelTop.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSplit)).BeginInit();
            this.SuspendLayout();
            // 
            // superTabControlMain
            // 
            // 
            // 
            // 
            // 
            // 
            // 
            this.superTabControlMain.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.superTabControlMain.ControlBox.MenuBox.Name = "";
            this.superTabControlMain.ControlBox.Name = "";
            this.superTabControlMain.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControlMain.ControlBox.MenuBox,
            this.superTabControlMain.ControlBox.CloseBox});
            this.superTabControlMain.Controls.Add(this.superTabControlPanel1);
            this.superTabControlMain.Controls.Add(this.superTabControlPanel2);
            this.superTabControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlMain.Location = new System.Drawing.Point(0, 0);
            this.superTabControlMain.Name = "superTabControlMain";
            this.superTabControlMain.ReorderTabsEnabled = true;
            this.superTabControlMain.SelectedTabFont = new System.Drawing.Font("宋体", 19F, System.Drawing.FontStyle.Bold);
            this.superTabControlMain.SelectedTabIndex = 1;
            this.superTabControlMain.Size = new System.Drawing.Size(1123, 757);
            this.superTabControlMain.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
            this.superTabControlMain.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.superTabControlMain.TabIndex = 0;
            this.superTabControlMain.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItemDispatch,
            this.superTabItemMeeting});
            superTabLinearGradientColorTable6.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Empty};
            superTabColorTable3.Background = superTabLinearGradientColorTable6;
            this.superTabControlMain.TabStripColor = superTabColorTable3;
            this.superTabControlMain.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.VisualStudio2008Dock;
            this.superTabControlMain.TabsVisible = false;
            this.superTabControlMain.Text = "superTabControl1";
            this.superTabControlMain.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
            // 
            // superTabControlPanel1
            // 
            this.superTabControlPanel1.Controls.Add(this.superTabControlDispatch);
            this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel1.Location = new System.Drawing.Point(66, 0);
            this.superTabControlPanel1.Name = "superTabControlPanel1";
            this.superTabControlPanel1.Size = new System.Drawing.Size(1057, 757);
            this.superTabControlPanel1.TabIndex = 1;
            this.superTabControlPanel1.TabItem = this.superTabItemDispatch;
            // 
            // superTabControlDispatch
            // 
            this.superTabControlDispatch.BackColor = System.Drawing.Color.Black;
            // 
            // 
            // 
            // 
            // 
            // 
            this.superTabControlDispatch.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.superTabControlDispatch.ControlBox.MenuBox.Name = "";
            this.superTabControlDispatch.ControlBox.Name = "";
            this.superTabControlDispatch.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControlDispatch.ControlBox.MenuBox,
            this.superTabControlDispatch.ControlBox.CloseBox});
            this.superTabControlDispatch.Controls.Add(this.superTabControlPanel5);
            this.superTabControlDispatch.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlDispatch.Location = new System.Drawing.Point(0, 0);
            this.superTabControlDispatch.Name = "superTabControlDispatch";
            this.superTabControlDispatch.ReorderTabsEnabled = false;
            this.superTabControlDispatch.SelectedTabFont = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            this.superTabControlDispatch.SelectedTabIndex = 0;
            this.superTabControlDispatch.Size = new System.Drawing.Size(1057, 757);
            this.superTabControlDispatch.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Bottom;
            this.superTabControlDispatch.TabFont = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            this.superTabControlDispatch.TabHorizontalSpacing = 10;
            this.superTabControlDispatch.TabIndex = 0;
            this.superTabControlDispatch.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.stiAllMember});
            superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))))};
            superTabColorTable1.Background = superTabLinearGradientColorTable2;
            this.superTabControlDispatch.TabStripColor = superTabColorTable1;
            this.superTabControlDispatch.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OneNote2007;
            this.superTabControlDispatch.Text = "superTabControl4";
            // 
            // superTabControlPanel5
            // 
            this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel5.Location = new System.Drawing.Point(0, 0);
            this.superTabControlPanel5.Name = "superTabControlPanel5";
            this.superTabControlPanel5.Size = new System.Drawing.Size(1057, 720);
            this.superTabControlPanel5.TabIndex = 1;
            this.superTabControlPanel5.TabItem = this.stiAllMember;
            // 
            // stiAllMember
            // 
            this.stiAllMember.AttachedControl = this.superTabControlPanel5;
            this.stiAllMember.GlobalItem = false;
            this.stiAllMember.Name = "stiAllMember";
            this.stiAllMember.SelectedTabFont = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(95)))), ((int)(((byte)(113)))), ((int)(((byte)(130)))))};
            superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
            superTabColorStates1.Selected = superTabItemStateColorTable1;
            superTabItemColorTable1.Bottom = superTabColorStates1;
            this.stiAllMember.TabColor = superTabItemColorTable1;
            this.stiAllMember.Tag = "0";
            this.stiAllMember.Text = "全部用户";
            // 
            // superTabItemDispatch
            // 
            this.superTabItemDispatch.AttachedControl = this.superTabControlPanel1;
            this.superTabItemDispatch.GlobalItem = false;
            this.superTabItemDispatch.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
            this.superTabItemDispatch.Name = "superTabItemDispatch";
            this.superTabItemDispatch.SelectedTabFont = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            superTabItemStateColorTable2.SelectionMarker = System.Drawing.Color.Blue;
            superTabItemStateColorTable2.Text = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            superTabColorStates2.Normal = superTabItemStateColorTable2;
            superTabItemStateColorTable3.SelectionMarker = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            superTabItemStateColorTable3.Text = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            superTabColorStates2.Selected = superTabItemStateColorTable3;
            superTabItemColorTable2.Bottom = superTabColorStates2;
            superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Black,
        System.Drawing.Color.Black};
            superTabItemStateColorTable4.Background = superTabLinearGradientColorTable3;
            superTabItemStateColorTable4.Text = System.Drawing.Color.White;
            superTabColorStates3.Selected = superTabItemStateColorTable4;
            superTabItemColorTable2.Default = superTabColorStates3;
            superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Red,
        System.Drawing.Color.White,
        System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))))};
            superTabItemStateColorTable5.Background = superTabLinearGradientColorTable4;
            superTabColorStates4.Selected = superTabItemStateColorTable5;
            superTabItemColorTable2.Right = superTabColorStates4;
            this.superTabItemDispatch.TabColor = superTabItemColorTable2;
            this.superTabItemDispatch.Text = "调度";
            this.superTabItemDispatch.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
            // 
            // superTabControlPanel2
            // 
            this.superTabControlPanel2.Controls.Add(this.superTabControlMeeting);
            this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel2.Location = new System.Drawing.Point(66, 0);
            this.superTabControlPanel2.Name = "superTabControlPanel2";
            this.superTabControlPanel2.Size = new System.Drawing.Size(1057, 757);
            this.superTabControlPanel2.TabIndex = 0;
            this.superTabControlPanel2.TabItem = this.superTabItemMeeting;
            // 
            // superTabControlMeeting
            // 
            this.superTabControlMeeting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            // 
            // 
            // 
            // 
            // 
            // 
            this.superTabControlMeeting.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.superTabControlMeeting.ControlBox.MenuBox.Name = "";
            this.superTabControlMeeting.ControlBox.Name = "";
            this.superTabControlMeeting.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControlMeeting.ControlBox.MenuBox,
            this.superTabControlMeeting.ControlBox.CloseBox});
            this.superTabControlMeeting.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlMeeting.Location = new System.Drawing.Point(0, 0);
            this.superTabControlMeeting.Name = "superTabControlMeeting";
            this.superTabControlMeeting.ReorderTabsEnabled = false;
            this.superTabControlMeeting.SelectedTabFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
            this.superTabControlMeeting.SelectedTabIndex = 0;
            this.superTabControlMeeting.Size = new System.Drawing.Size(1057, 757);
            this.superTabControlMeeting.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Bottom;
            this.superTabControlMeeting.TabFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
            this.superTabControlMeeting.TabIndex = 0;
            superTabLinearGradientColorTable5.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))))};
            superTabColorTable2.Background = superTabLinearGradientColorTable5;
            this.superTabControlMeeting.TabStripColor = superTabColorTable2;
            this.superTabControlMeeting.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OneNote2007;
            this.superTabControlMeeting.Text = "superTabControl5";
            // 
            // superTabItemMeeting
            // 
            this.superTabItemMeeting.AttachedControl = this.superTabControlPanel2;
            this.superTabItemMeeting.GlobalItem = false;
            this.superTabItemMeeting.Name = "superTabItemMeeting";
            this.superTabItemMeeting.SelectedTabFont = new System.Drawing.Font("宋体", 14.25F);
            this.superTabItemMeeting.Text = "会议";
            // 
            // panelAll
            // 
            this.panelAll.Controls.Add(this.panelMain);
            this.panelAll.Controls.Add(this.panelRight);
            this.panelAll.Controls.Add(this.panel2);
            this.panelAll.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelAll.Location = new System.Drawing.Point(2, 50);
            this.panelAll.Name = "panelAll";
            this.panelAll.Size = new System.Drawing.Size(1283, 862);
            this.panelAll.TabIndex = 2;
            // 
            // panelMain
            // 
            this.panelMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            this.panelMain.Controls.Add(this.superTabControlMain);
            this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelMain.Location = new System.Drawing.Point(0, 0);
            this.panelMain.Name = "panelMain";
            this.panelMain.Size = new System.Drawing.Size(1123, 757);
            this.panelMain.TabIndex = 52;
            // 
            // panelRight
            // 
            this.panelRight.BackgroundImage = global::DispatchPlatform.Properties.Resources.MainBackGround;
            this.panelRight.Controls.Add(this.btnRegionView);
            this.panelRight.Controls.Add(this.waitControl1);
            this.panelRight.Controls.Add(this.imgBtnBroadcast);
            this.panelRight.Controls.Add(this.imgBtnMeeting);
            this.panelRight.Controls.Add(this.operateLog1);
            this.panelRight.Controls.Add(this.imgBtnDispatch);
            this.panelRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelRight.Location = new System.Drawing.Point(1123, 0);
            this.panelRight.Name = "panelRight";
            this.panelRight.Size = new System.Drawing.Size(160, 757);
            this.panelRight.TabIndex = 51;
            // 
            // btnRegionView
            // 
            this.btnRegionView.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnRegionView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRegionView.AutoCheckOnClick = true;
            this.btnRegionView.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnRegionView.HoverImage = global::DispatchPlatform.Properties.Resources.MeetingNorml;
            this.btnRegionView.Image = global::DispatchPlatform.Properties.Resources.MeetingNorml;
            this.btnRegionView.Location = new System.Drawing.Point(-1, 548);
            this.btnRegionView.Name = "btnRegionView";
            this.btnRegionView.PressedImage = global::DispatchPlatform.Properties.Resources.MeetingSelect;
            this.btnRegionView.Size = new System.Drawing.Size(160, 110);
            this.btnRegionView.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnRegionView.TabIndex = 53;
            this.btnRegionView.Click += new System.EventHandler(this.btnRegionView_Click);
            // 
            // waitControl1
            // 
            this.waitControl1.BackColor = System.Drawing.Color.Transparent;
            this.waitControl1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("waitControl1.BackgroundImage")));
            this.waitControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.waitControl1.Location = new System.Drawing.Point(0, 210);
            this.waitControl1.Name = "waitControl1";
            this.waitControl1.ShowTitle = true;
            this.waitControl1.Size = new System.Drawing.Size(160, 160);
            this.waitControl1.TabIndex = 49;
            // 
            // imgBtnBroadcast
            // 
            this.imgBtnBroadcast.AccessibleRole = System.Windows.Forms.AccessibleRole.Text;
            this.imgBtnBroadcast.AutoCheckOnClick = true;
            this.imgBtnBroadcast.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.imgBtnBroadcast.Dock = System.Windows.Forms.DockStyle.Top;
            this.imgBtnBroadcast.HoverImage = global::DispatchPlatform.Properties.Resources.BroadcastNorml;
            this.imgBtnBroadcast.Image = global::DispatchPlatform.Properties.Resources.BroadcastNorml;
            this.imgBtnBroadcast.Location = new System.Drawing.Point(0, 140);
            this.imgBtnBroadcast.Name = "imgBtnBroadcast";
            this.imgBtnBroadcast.PressedImage = global::DispatchPlatform.Properties.Resources.BroadcastNorml;
            this.imgBtnBroadcast.Size = new System.Drawing.Size(160, 70);
            this.imgBtnBroadcast.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.imgBtnBroadcast.TabIndex = 52;
            this.imgBtnBroadcast.Click += new System.EventHandler(this.imgBtnBroadcast_Click);
            // 
            // imgBtnMeeting
            // 
            this.imgBtnMeeting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.imgBtnMeeting.AutoCheckOnClick = true;
            this.imgBtnMeeting.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.imgBtnMeeting.Dock = System.Windows.Forms.DockStyle.Top;
            this.imgBtnMeeting.HoverImage = global::DispatchPlatform.Properties.Resources.MeetingNorml;
            this.imgBtnMeeting.Image = global::DispatchPlatform.Properties.Resources.MeetingNorml;
            this.imgBtnMeeting.Location = new System.Drawing.Point(0, 70);
            this.imgBtnMeeting.Name = "imgBtnMeeting";
            this.imgBtnMeeting.PressedImage = global::DispatchPlatform.Properties.Resources.MeetingSelect;
            this.imgBtnMeeting.Size = new System.Drawing.Size(160, 70);
            this.imgBtnMeeting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.imgBtnMeeting.TabIndex = 5;
            this.imgBtnMeeting.Click += new System.EventHandler(this.imgBtnMeeting_Click);
            // 
            // operateLog1
            // 
            this.operateLog1.BackColor = System.Drawing.Color.Transparent;
            this.operateLog1.IsLog = true;
            this.operateLog1.Location = new System.Drawing.Point(3, 663);
            this.operateLog1.Name = "operateLog1";
            this.operateLog1.Size = new System.Drawing.Size(154, 88);
            this.operateLog1.TabIndex = 10;
            // 
            // imgBtnDispatch
            // 
            this.imgBtnDispatch.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.imgBtnDispatch.AutoCheckOnClick = true;
            this.imgBtnDispatch.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.imgBtnDispatch.Dock = System.Windows.Forms.DockStyle.Top;
            this.imgBtnDispatch.HoverImage = global::DispatchPlatform.Properties.Resources.DispatchNorml;
            this.imgBtnDispatch.Image = global::DispatchPlatform.Properties.Resources.DispatchNorml;
            this.imgBtnDispatch.Location = new System.Drawing.Point(0, 0);
            this.imgBtnDispatch.Name = "imgBtnDispatch";
            this.imgBtnDispatch.PressedImage = global::DispatchPlatform.Properties.Resources.DispatchSelect;
            this.imgBtnDispatch.Size = new System.Drawing.Size(160, 70);
            this.imgBtnDispatch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.imgBtnDispatch.TabIndex = 4;
            this.imgBtnDispatch.Click += new System.EventHandler(this.imgBtnDispatch_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.panelBottomAndCommand);
            this.panel2.Controls.Add(this.cLeft);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 757);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1283, 105);
            this.panel2.TabIndex = 53;
            // 
            // panelBottomAndCommand
            // 
            this.panelBottomAndCommand.Controls.Add(this.panelCommand);
            this.panelBottomAndCommand.Controls.Add(this.panelBottom);
            this.panelBottomAndCommand.Controls.Add(this.cRight);
            this.panelBottomAndCommand.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelBottomAndCommand.Location = new System.Drawing.Point(230, 0);
            this.panelBottomAndCommand.Name = "panelBottomAndCommand";
            this.panelBottomAndCommand.Size = new System.Drawing.Size(1053, 105);
            this.panelBottomAndCommand.TabIndex = 0;
            // 
            // panelCommand
            // 
            this.panelCommand.BackgroundImage = global::DispatchPlatform.Properties.Resources.CommandBackGround;
            this.panelCommand.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelCommand.Location = new System.Drawing.Point(0, 1);
            this.panelCommand.Name = "panelCommand";
            this.panelCommand.Size = new System.Drawing.Size(823, 62);
            this.panelCommand.TabIndex = 49;
            // 
            // panelBottom
            // 
            this.panelBottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            this.panelBottom.BackgroundImage = global::DispatchPlatform.Properties.Resources.BottomBackground;
            this.panelBottom.Controls.Add(this.flowLayoutPanel1);
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 63);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(823, 42);
            this.panelBottom.TabIndex = 2;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
            this.flowLayoutPanel1.Controls.Add(this.picBoxState);
            this.flowLayoutPanel1.Controls.Add(this.lblBoxState);
            this.flowLayoutPanel1.Controls.Add(this.picDb);
            this.flowLayoutPanel1.Controls.Add(this.lblDBState);
            this.flowLayoutPanel1.Controls.Add(this.label2);
            this.flowLayoutPanel1.Controls.Add(this.lblIdelCount);
            this.flowLayoutPanel1.Controls.Add(this.label3);
            this.flowLayoutPanel1.Controls.Add(this.lblBusyCount);
            this.flowLayoutPanel1.Controls.Add(this.label4);
            this.flowLayoutPanel1.Controls.Add(this.lblHoldingCount);
            this.flowLayoutPanel1.Controls.Add(this.label7);
            this.flowLayoutPanel1.Controls.Add(this.lblIsfordCount);
            this.flowLayoutPanel1.Controls.Add(this.label9);
            this.flowLayoutPanel1.Controls.Add(this.lblNoSpeekCount);
            this.flowLayoutPanel1.Controls.Add(this.label11);
            this.flowLayoutPanel1.Controls.Add(this.lblRecordCount);
            this.flowLayoutPanel1.Controls.Add(this.label1);
            this.flowLayoutPanel1.Controls.Add(this.lblListenCount);
            this.flowLayoutPanel1.Controls.Add(this.label6);
            this.flowLayoutPanel1.Controls.Add(this.lblAllCount);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(32, 8);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(1167, 27);
            this.flowLayoutPanel1.TabIndex = 56;
            // 
            // picBoxState
            // 
            this.picBoxState.BackColor = System.Drawing.Color.Transparent;
            this.picBoxState.Image = global::DispatchPlatform.Properties.Resources.BottomBoxOffLine;
            this.picBoxState.Location = new System.Drawing.Point(3, 3);
            this.picBoxState.Name = "picBoxState";
            this.picBoxState.Size = new System.Drawing.Size(15, 16);
            this.picBoxState.TabIndex = 51;
            this.picBoxState.TabStop = false;
            // 
            // lblBoxState
            // 
            this.lblBoxState.AutoSize = true;
            this.lblBoxState.BackColor = System.Drawing.Color.Transparent;
            this.lblBoxState.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblBoxState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.lblBoxState.Location = new System.Drawing.Point(24, 0);
            this.lblBoxState.Name = "lblBoxState";
            this.lblBoxState.Padding = new System.Windows.Forms.Padding(0, 5, 3, 0);
            this.lblBoxState.Size = new System.Drawing.Size(75, 17);
            this.lblBoxState.TabIndex = 54;
            this.lblBoxState.Text = "MBox不在线";
            // 
            // picDb
            // 
            this.picDb.BackColor = System.Drawing.Color.Transparent;
            this.picDb.Image = global::DispatchPlatform.Properties.Resources.BottomDBOnLine;
            this.picDb.Location = new System.Drawing.Point(105, 3);
            this.picDb.Name = "picDb";
            this.picDb.Size = new System.Drawing.Size(15, 16);
            this.picDb.TabIndex = 53;
            this.picDb.TabStop = false;
            // 
            // lblDBState
            // 
            this.lblDBState.AutoSize = true;
            this.lblDBState.BackColor = System.Drawing.Color.Transparent;
            this.lblDBState.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblDBState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.lblDBState.Location = new System.Drawing.Point(126, 0);
            this.lblDBState.Name = "lblDBState";
            this.lblDBState.Padding = new System.Windows.Forms.Padding(0, 5, 3, 0);
            this.lblDBState.Size = new System.Drawing.Size(99, 17);
            this.lblDBState.TabIndex = 55;
            this.lblDBState.Text = "数据库连接成功";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label2.Location = new System.Drawing.Point(231, 0);
            this.label2.Name = "label2";
            this.label2.Padding = new System.Windows.Forms.Padding(30, 5, 0, 0);
            this.label2.Size = new System.Drawing.Size(65, 24);
            this.label2.TabIndex = 0;
            this.label2.Text = "空闲:";
            this.label2.UseCompatibleTextRendering = true;
            // 
            // lblIdelCount
            // 
            this.lblIdelCount.AutoSize = true;
            this.lblIdelCount.BackColor = System.Drawing.Color.Transparent;
            this.lblIdelCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblIdelCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblIdelCount.Location = new System.Drawing.Point(302, 0);
            this.lblIdelCount.Name = "lblIdelCount";
            this.lblIdelCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblIdelCount.Size = new System.Drawing.Size(12, 17);
            this.lblIdelCount.TabIndex = 2;
            this.lblIdelCount.Text = "0";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label3.Location = new System.Drawing.Point(320, 0);
            this.label3.Name = "label3";
            this.label3.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label3.Size = new System.Drawing.Size(45, 24);
            this.label3.TabIndex = 1;
            this.label3.Text = "通话:";
            this.label3.UseCompatibleTextRendering = true;
            // 
            // lblBusyCount
            // 
            this.lblBusyCount.AutoSize = true;
            this.lblBusyCount.BackColor = System.Drawing.Color.Transparent;
            this.lblBusyCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblBusyCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblBusyCount.Location = new System.Drawing.Point(371, 0);
            this.lblBusyCount.Name = "lblBusyCount";
            this.lblBusyCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblBusyCount.Size = new System.Drawing.Size(12, 17);
            this.lblBusyCount.TabIndex = 3;
            this.lblBusyCount.Text = "0";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label4.Location = new System.Drawing.Point(389, 0);
            this.label4.Name = "label4";
            this.label4.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label4.Size = new System.Drawing.Size(45, 24);
            this.label4.TabIndex = 4;
            this.label4.Text = "保持:";
            this.label4.UseCompatibleTextRendering = true;
            // 
            // lblHoldingCount
            // 
            this.lblHoldingCount.AutoSize = true;
            this.lblHoldingCount.BackColor = System.Drawing.Color.Transparent;
            this.lblHoldingCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblHoldingCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblHoldingCount.Location = new System.Drawing.Point(440, 0);
            this.lblHoldingCount.Name = "lblHoldingCount";
            this.lblHoldingCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblHoldingCount.Size = new System.Drawing.Size(12, 17);
            this.lblHoldingCount.TabIndex = 5;
            this.lblHoldingCount.Text = "0";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.BackColor = System.Drawing.Color.Transparent;
            this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label7.Location = new System.Drawing.Point(458, 0);
            this.label7.Name = "label7";
            this.label7.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label7.Size = new System.Drawing.Size(45, 24);
            this.label7.TabIndex = 6;
            this.label7.Text = "隔离:";
            this.label7.UseCompatibleTextRendering = true;
            // 
            // lblIsfordCount
            // 
            this.lblIsfordCount.AutoSize = true;
            this.lblIsfordCount.BackColor = System.Drawing.Color.Transparent;
            this.lblIsfordCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblIsfordCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblIsfordCount.Location = new System.Drawing.Point(509, 0);
            this.lblIsfordCount.Name = "lblIsfordCount";
            this.lblIsfordCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblIsfordCount.Size = new System.Drawing.Size(12, 17);
            this.lblIsfordCount.TabIndex = 7;
            this.lblIsfordCount.Text = "0";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label9.Location = new System.Drawing.Point(527, 0);
            this.label9.Name = "label9";
            this.label9.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label9.Size = new System.Drawing.Size(45, 24);
            this.label9.TabIndex = 8;
            this.label9.Text = "禁言:";
            this.label9.UseCompatibleTextRendering = true;
            // 
            // lblNoSpeekCount
            // 
            this.lblNoSpeekCount.AutoSize = true;
            this.lblNoSpeekCount.BackColor = System.Drawing.Color.Transparent;
            this.lblNoSpeekCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblNoSpeekCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblNoSpeekCount.Location = new System.Drawing.Point(578, 0);
            this.lblNoSpeekCount.Name = "lblNoSpeekCount";
            this.lblNoSpeekCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblNoSpeekCount.Size = new System.Drawing.Size(12, 17);
            this.lblNoSpeekCount.TabIndex = 9;
            this.lblNoSpeekCount.Text = "0";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.BackColor = System.Drawing.Color.Transparent;
            this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label11.Location = new System.Drawing.Point(596, 0);
            this.label11.Name = "label11";
            this.label11.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label11.Size = new System.Drawing.Size(45, 24);
            this.label11.TabIndex = 10;
            this.label11.Text = "录音:";
            this.label11.UseCompatibleTextRendering = true;
            // 
            // lblRecordCount
            // 
            this.lblRecordCount.AutoSize = true;
            this.lblRecordCount.BackColor = System.Drawing.Color.Transparent;
            this.lblRecordCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblRecordCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblRecordCount.Location = new System.Drawing.Point(647, 0);
            this.lblRecordCount.Name = "lblRecordCount";
            this.lblRecordCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblRecordCount.Size = new System.Drawing.Size(12, 17);
            this.lblRecordCount.TabIndex = 11;
            this.lblRecordCount.Text = "0";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label1.Location = new System.Drawing.Point(665, 0);
            this.label1.Name = "label1";
            this.label1.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label1.Size = new System.Drawing.Size(45, 24);
            this.label1.TabIndex = 58;
            this.label1.Text = "监听:";
            this.label1.UseCompatibleTextRendering = true;
            // 
            // lblListenCount
            // 
            this.lblListenCount.AutoSize = true;
            this.lblListenCount.BackColor = System.Drawing.Color.Transparent;
            this.lblListenCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblListenCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblListenCount.Location = new System.Drawing.Point(716, 0);
            this.lblListenCount.Name = "lblListenCount";
            this.lblListenCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblListenCount.Size = new System.Drawing.Size(12, 17);
            this.lblListenCount.TabIndex = 59;
            this.lblListenCount.Text = "0";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.BackColor = System.Drawing.Color.Transparent;
            this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.label6.Location = new System.Drawing.Point(734, 0);
            this.label6.Name = "label6";
            this.label6.Padding = new System.Windows.Forms.Padding(10, 5, 0, 0);
            this.label6.Size = new System.Drawing.Size(70, 24);
            this.label6.TabIndex = 56;
            this.label6.Text = "所有用户:";
            this.label6.UseCompatibleTextRendering = true;
            // 
            // lblAllCount
            // 
            this.lblAllCount.AutoSize = true;
            this.lblAllCount.BackColor = System.Drawing.Color.Transparent;
            this.lblAllCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblAllCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(218)))), ((int)(((byte)(255)))));
            this.lblAllCount.Location = new System.Drawing.Point(810, 0);
            this.lblAllCount.Name = "lblAllCount";
            this.lblAllCount.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
            this.lblAllCount.Size = new System.Drawing.Size(12, 17);
            this.lblAllCount.TabIndex = 57;
            this.lblAllCount.Text = "0";
            // 
            // cRight
            // 
            this.cRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            this.cRight.BackgroundImage = global::DispatchPlatform.Properties.Resources.MainDispatchBackground;
            this.cRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cRight.Checked = false;
            this.cRight.ControlEnable = true;
            this.cRight.DepartmentID = 0;
            this.cRight.DepartmentName = null;
            this.cRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.cRight.FapIP = null;
            this.cRight.ForeColor = System.Drawing.Color.Navy;
            this.cRight.ID = 0;
            this.cRight.IsAlarm = false;
            this.cRight.IsCalling = false;
            this.cRight.IsDispatch = true;
            this.cRight.IsMeeting = false;
            this.cRight.IsOnline = 1;
            this.cRight.Location = new System.Drawing.Point(823, 0);
            this.cRight.MemberLevel = 0;
            this.cRight.MemberName = "cRight";
            this.cRight.Name = "cRight";
            this.cRight.NameColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(65)))), ((int)(((byte)(100)))));
            this.cRight.Number = ((long)(0));
            this.cRight.NumberState = "空闲";
            this.cRight.Padding = new System.Windows.Forms.Padding(1);
            this.cRight.PeerNumber = "0";
            this.cRight.PeerNumberColor = System.Drawing.Color.Black;
            this.cRight.Size = new System.Drawing.Size(230, 105);
            this.cRight.TabIndex = 47;
            this.cRight.TellType = CommControl.PublicEnums.EnumTelType.调度席话机;
            this.cRight.UserLineStatus = DispatchPlatform.TalkControl.EnumUserLineStatus.Idle;
            this.cRight.UserRecordStatus = DispatchPlatform.TalkControl.EnumRecordStatus.OFF;
            this.cRight.Click += new System.EventHandler(this.cRight_Click);
            // 
            // cLeft
            // 
            this.cLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            this.cLeft.BackgroundImage = global::DispatchPlatform.Properties.Resources.MainDispatchBackground;
            this.cLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.cLeft.Checked = false;
            this.cLeft.ControlEnable = true;
            this.cLeft.DepartmentID = 0;
            this.cLeft.DepartmentName = null;
            this.cLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.cLeft.FapIP = null;
            this.cLeft.ForeColor = System.Drawing.Color.Navy;
            this.cLeft.ID = 0;
            this.cLeft.IsAlarm = false;
            this.cLeft.IsCalling = false;
            this.cLeft.IsDispatch = false;
            this.cLeft.IsMeeting = false;
            this.cLeft.IsOnline = 1;
            this.cLeft.Location = new System.Drawing.Point(0, 0);
            this.cLeft.MemberLevel = 0;
            this.cLeft.MemberName = "cLeft";
            this.cLeft.Name = "cLeft";
            this.cLeft.NameColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(65)))), ((int)(((byte)(100)))));
            this.cLeft.Number = ((long)(0));
            this.cLeft.NumberState = "空闲";
            this.cLeft.Padding = new System.Windows.Forms.Padding(1);
            this.cLeft.PeerNumber = "0";
            this.cLeft.PeerNumberColor = System.Drawing.Color.Black;
            this.cLeft.Size = new System.Drawing.Size(230, 105);
            this.cLeft.TabIndex = 0;
            this.cLeft.TellType = CommControl.PublicEnums.EnumTelType.调度席话机;
            this.cLeft.UserLineStatus = DispatchPlatform.TalkControl.EnumUserLineStatus.Idle;
            this.cLeft.UserRecordStatus = DispatchPlatform.TalkControl.EnumRecordStatus.OFF;
            this.cLeft.Click += new System.EventHandler(this.cLeft_Click);
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // timer2
            // 
            this.timer2.Enabled = true;
            this.timer2.Interval = 1000;
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.行5列ToolStripMenuItem3,
            this.行4列ToolStripMenuItem1,
            this.行3列ToolStripMenuItem,
            this.行6列ToolStripMenuItem,
            this.行5列ToolStripMenuItem1,
            this.行4列ToolStripMenuItem,
            this.行7列ToolStripMenuItem,
            this.行8列ToolStripMenuItem,
            this.行8列ToolStripMenuItem1,
            this.行8列ToolStripMenuItem2,
            this.行8列ToolStripMenuItem3});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(115, 246);
            // 
            // 行5列ToolStripMenuItem3
            // 
            this.行5列ToolStripMenuItem3.Name = "行5列ToolStripMenuItem3";
            this.行5列ToolStripMenuItem3.Size = new System.Drawing.Size(114, 22);
            this.行5列ToolStripMenuItem3.Tag = "5,4";
            this.行5列ToolStripMenuItem3.Text = "5行4列";
            this.行5列ToolStripMenuItem3.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行4列ToolStripMenuItem1
            // 
            this.行4列ToolStripMenuItem1.Name = "行4列ToolStripMenuItem1";
            this.行4列ToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
            this.行4列ToolStripMenuItem1.Tag = "6,4";
            this.行4列ToolStripMenuItem1.Text = "6行4列";
            this.行4列ToolStripMenuItem1.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行3列ToolStripMenuItem
            // 
            this.行3列ToolStripMenuItem.Name = "行3列ToolStripMenuItem";
            this.行3列ToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.行3列ToolStripMenuItem.Tag = "6,5";
            this.行3列ToolStripMenuItem.Text = "6行5列";
            this.行3列ToolStripMenuItem.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行6列ToolStripMenuItem
            // 
            this.行6列ToolStripMenuItem.Name = "行6列ToolStripMenuItem";
            this.行6列ToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.行6列ToolStripMenuItem.Tag = "6,6";
            this.行6列ToolStripMenuItem.Text = "6行6列";
            this.行6列ToolStripMenuItem.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行5列ToolStripMenuItem1
            // 
            this.行5列ToolStripMenuItem1.Name = "行5列ToolStripMenuItem1";
            this.行5列ToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
            this.行5列ToolStripMenuItem1.Tag = "7,5";
            this.行5列ToolStripMenuItem1.Text = "7行5列";
            this.行5列ToolStripMenuItem1.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行4列ToolStripMenuItem
            // 
            this.行4列ToolStripMenuItem.Name = "行4列ToolStripMenuItem";
            this.行4列ToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.行4列ToolStripMenuItem.Tag = "7,6";
            this.行4列ToolStripMenuItem.Text = "7行6列";
            this.行4列ToolStripMenuItem.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行7列ToolStripMenuItem
            // 
            this.行7列ToolStripMenuItem.Name = "行7列ToolStripMenuItem";
            this.行7列ToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.行7列ToolStripMenuItem.Tag = "7,7";
            this.行7列ToolStripMenuItem.Text = "7行7列";
            this.行7列ToolStripMenuItem.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行8列ToolStripMenuItem
            // 
            this.行8列ToolStripMenuItem.Name = "行8列ToolStripMenuItem";
            this.行8列ToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
            this.行8列ToolStripMenuItem.Tag = "7,8";
            this.行8列ToolStripMenuItem.Text = "7行8列";
            this.行8列ToolStripMenuItem.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行8列ToolStripMenuItem1
            // 
            this.行8列ToolStripMenuItem1.Name = "行8列ToolStripMenuItem1";
            this.行8列ToolStripMenuItem1.Size = new System.Drawing.Size(114, 22);
            this.行8列ToolStripMenuItem1.Tag = "8,6";
            this.行8列ToolStripMenuItem1.Text = "8行6列";
            this.行8列ToolStripMenuItem1.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行8列ToolStripMenuItem2
            // 
            this.行8列ToolStripMenuItem2.Name = "行8列ToolStripMenuItem2";
            this.行8列ToolStripMenuItem2.Size = new System.Drawing.Size(114, 22);
            this.行8列ToolStripMenuItem2.Tag = "8,7";
            this.行8列ToolStripMenuItem2.Text = "8行7列";
            this.行8列ToolStripMenuItem2.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // 行8列ToolStripMenuItem3
            // 
            this.行8列ToolStripMenuItem3.Name = "行8列ToolStripMenuItem3";
            this.行8列ToolStripMenuItem3.Size = new System.Drawing.Size(114, 22);
            this.行8列ToolStripMenuItem3.Tag = "8,8";
            this.行8列ToolStripMenuItem3.Text = "8行8列";
            this.行8列ToolStripMenuItem3.Click += new System.EventHandler(this.行3列ToolStripMenuItem_Click);
            // 
            // popMenuVideo
            // 
            this.popMenuVideo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItem1,
            this.toolStripMenuItem2,
            this.toolStripMenuItem3,
            this.toolStripMenuItem4,
            this.toolStripMenuItem5,
            this.toolStripMenuItem6,
            this.toolStripMenuItem7,
            this.toolStripMenuItem8,
            this.toolStripMenuItem9});
            this.popMenuVideo.Name = "contextMenuStrip1";
            this.popMenuVideo.Size = new System.Drawing.Size(319, 202);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem1.Tag = "1";
            this.toolStripMenuItem1.Text = "HTPHONE_VIDEO_SIZE_QCIF(176x144 )";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem2.Tag = "2";
            this.toolStripMenuItem2.Text = "HTPHONE_VIDEO_SIZE_QVGA(320x240)";
            this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem3.Tag = "3";
            this.toolStripMenuItem3.Text = "HTPHONE_VIDEO_SIZE_CIF(352x288)";
            this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem4.Tag = "4";
            this.toolStripMenuItem4.Text = "HTPHONE_VIDEO_SIZE_VGA(640x480)";
            this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem5.Tag = "5";
            this.toolStripMenuItem5.Text = "HTPHONE_VIDEO_SIZE_4CIF(704x576)";
            this.toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            this.toolStripMenuItem6.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem6.Tag = "6";
            this.toolStripMenuItem6.Text = "HTPHONE_VIDEO_SIZE_SVGA(800x600)";
            this.toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem7.Tag = "7";
            this.toolStripMenuItem7.Text = "HTPHONE_VIDEO_SIZE_XGA(1024x768)";
            this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem8
            // 
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            this.toolStripMenuItem8.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem8.Tag = "8";
            this.toolStripMenuItem8.Text = "HTPHONE_VIDEO_SIZE_720P(1280x720)";
            this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // toolStripMenuItem9
            // 
            this.toolStripMenuItem9.Name = "toolStripMenuItem9";
            this.toolStripMenuItem9.Size = new System.Drawing.Size(318, 22);
            this.toolStripMenuItem9.Tag = "9";
            this.toolStripMenuItem9.Text = "HTPHONE_VIDEO_SIZE_1080P(1920x1080)";
            this.toolStripMenuItem9.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // panelTop
            // 
            this.panelTop.BackColor = System.Drawing.Color.Transparent;
            this.panelTop.BackgroundImage = global::DispatchPlatform.Properties.Resources.TopBackGround;
            this.panelTop.Controls.Add(this.smallTimeControl2);
            this.panelTop.Controls.Add(this.btnVideoSize);
            this.panelTop.Controls.Add(this.pictureBox1);
            this.panelTop.Controls.Add(this.btnTelLog);
            this.panelTop.Controls.Add(this.chkSortByOnline);
            this.panelTop.Controls.Add(this.pictureBox2);
            this.panelTop.Controls.Add(this.picSplit);
            this.panelTop.Controls.Add(this.btnClallKeyborad);
            this.panelTop.Controls.Add(this.btnSet);
            this.panelTop.Controls.Add(this.btnSortByDepartment);
            this.panelTop.Controls.Add(this.labelX1);
            this.panelTop.Controls.Add(this.chkSortByNumber);
            this.panelTop.Controls.Add(this.btnSortByName);
            this.panelTop.Controls.Add(this.chkSortByName);
            this.panelTop.Controls.Add(this.btnExit);
            this.panelTop.Controls.Add(this.btnLock);
            this.panelTop.Controls.Add(this.lblTitle);
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(2, 0);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(1283, 50);
            this.panelTop.TabIndex = 3;
            // 
            // smallTimeControl2
            // 
            this.smallTimeControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.smallTimeControl2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("smallTimeControl2.BackgroundImage")));
            this.smallTimeControl2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.smallTimeControl2.Location = new System.Drawing.Point(303, 2);
            this.smallTimeControl2.Name = "smallTimeControl2";
            this.smallTimeControl2.Size = new System.Drawing.Size(190, 46);
            this.smallTimeControl2.TabIndex = 0;
            // 
            // btnVideoSize
            // 
            this.btnVideoSize.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnVideoSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnVideoSize.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnVideoSize.FocusCuesEnabled = false;
            this.btnVideoSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnVideoSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnVideoSize.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnVideoSize.Image = global::DispatchPlatform.Properties.Resources.TalkLogIco;
            this.btnVideoSize.Location = new System.Drawing.Point(662, 12);
            this.btnVideoSize.Name = "btnVideoSize";
            this.btnVideoSize.Size = new System.Drawing.Size(104, 32);
            this.btnVideoSize.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnVideoSize.TabIndex = 58;
            this.btnVideoSize.Text = "视频大小";
            this.btnVideoSize.Visible = false;
            this.btnVideoSize.Click += new System.EventHandler(this.btnVideoSize_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Image = global::DispatchPlatform.Properties.Resources.TopSplit;
            this.pictureBox1.Location = new System.Drawing.Point(757, -1);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(22, 50);
            this.pictureBox1.TabIndex = 56;
            this.pictureBox1.TabStop = false;
            // 
            // btnTelLog
            // 
            this.btnTelLog.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnTelLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTelLog.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnTelLog.FocusCuesEnabled = false;
            this.btnTelLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnTelLog.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnTelLog.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnTelLog.Image = global::DispatchPlatform.Properties.Resources.TalkLogIco;
            this.btnTelLog.Location = new System.Drawing.Point(769, 12);
            this.btnTelLog.Name = "btnTelLog";
            this.btnTelLog.Size = new System.Drawing.Size(104, 32);
            this.btnTelLog.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnTelLog.TabIndex = 55;
            this.btnTelLog.Text = "通话记录";
            this.btnTelLog.Click += new System.EventHandler(this.btnTelLog_Click);
            // 
            // chkSortByOnline
            // 
            this.chkSortByOnline.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            // 
            // 
            // 
            this.chkSortByOnline.BackgroundStyle.Class = "";
            this.chkSortByOnline.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.chkSortByOnline.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chkSortByOnline.Location = new System.Drawing.Point(28, 3);
            this.chkSortByOnline.Name = "chkSortByOnline";
            this.chkSortByOnline.Size = new System.Drawing.Size(59, 23);
            this.chkSortByOnline.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
            this.chkSortByOnline.TabIndex = 53;
            this.chkSortByOnline.Text = "在线";
            this.chkSortByOnline.TextColor = System.Drawing.Color.Lavender;
            this.chkSortByOnline.Visible = false;
            this.chkSortByOnline.CheckedChanged += new System.EventHandler(this.chkSortByOnline_CheckedChanged);
            // 
            // pictureBox2
            // 
            this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox2.Image = global::DispatchPlatform.Properties.Resources.TopSplit;
            this.pictureBox2.Location = new System.Drawing.Point(877, -1);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(22, 50);
            this.pictureBox2.TabIndex = 50;
            this.pictureBox2.TabStop = false;
            // 
            // picSplit
            // 
            this.picSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.picSplit.Image = global::DispatchPlatform.Properties.Resources.TopSplit;
            this.picSplit.Location = new System.Drawing.Point(993, -1);
            this.picSplit.Name = "picSplit";
            this.picSplit.Size = new System.Drawing.Size(22, 50);
            this.picSplit.TabIndex = 49;
            this.picSplit.TabStop = false;
            // 
            // btnClallKeyborad
            // 
            this.btnClallKeyborad.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnClallKeyborad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClallKeyborad.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnClallKeyborad.FocusCuesEnabled = false;
            this.btnClallKeyborad.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClallKeyborad.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnClallKeyborad.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnClallKeyborad.Image = global::DispatchPlatform.Properties.Resources.Keyboradl;
            this.btnClallKeyborad.Location = new System.Drawing.Point(905, 11);
            this.btnClallKeyborad.Name = "btnClallKeyborad";
            this.btnClallKeyborad.Size = new System.Drawing.Size(75, 32);
            this.btnClallKeyborad.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnClallKeyborad.TabIndex = 48;
            this.btnClallKeyborad.Text = "键盘";
            this.btnClallKeyborad.Click += new System.EventHandler(this.btnClallKeyborad_Click);
            // 
            // btnSet
            // 
            this.btnSet.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSet.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnSet.FocusCuesEnabled = false;
            this.btnSet.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnSet.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnSet.Image = global::DispatchPlatform.Properties.Resources.Flower;
            this.btnSet.Location = new System.Drawing.Point(1016, 11);
            this.btnSet.Name = "btnSet";
            this.btnSet.Size = new System.Drawing.Size(75, 32);
            this.btnSet.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSet.TabIndex = 47;
            this.btnSet.Text = "布局";
            this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
            // 
            // btnSortByDepartment
            // 
            this.btnSortByDepartment.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSortByDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSortByDepartment.AutoCheckOnClick = true;
            this.btnSortByDepartment.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnSortByDepartment.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSortByDepartment.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnSortByDepartment.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnSortByDepartment.Image = global::DispatchPlatform.Properties.Resources.btnLock;
            this.btnSortByDepartment.Location = new System.Drawing.Point(93, 7);
            this.btnSortByDepartment.Name = "btnSortByDepartment";
            this.btnSortByDepartment.Size = new System.Drawing.Size(75, 32);
            this.btnSortByDepartment.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSortByDepartment.TabIndex = 45;
            this.btnSortByDepartment.Text = "部门";
            this.btnSortByDepartment.Visible = false;
            this.btnSortByDepartment.Click += new System.EventHandler(this.btnSortByDepartment_Click);
            // 
            // labelX1
            // 
            this.labelX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX1.ForeColor = System.Drawing.Color.Lavender;
            this.labelX1.Location = new System.Drawing.Point(470, 18);
            this.labelX1.Name = "labelX1";
            this.labelX1.PaddingLeft = 25;
            this.labelX1.Size = new System.Drawing.Size(85, 21);
            this.labelX1.TabIndex = 51;
            this.labelX1.Text = "排序方式:";
            // 
            // chkSortByNumber
            // 
            this.chkSortByNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkSortByNumber.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.chkSortByNumber.BackgroundStyle.Class = "";
            this.chkSortByNumber.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.chkSortByNumber.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chkSortByNumber.Location = new System.Drawing.Point(616, 18);
            this.chkSortByNumber.Name = "chkSortByNumber";
            this.chkSortByNumber.Size = new System.Drawing.Size(50, 20);
            this.chkSortByNumber.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
            this.chkSortByNumber.TabIndex = 52;
            this.chkSortByNumber.Text = "号码";
            this.chkSortByNumber.TextColor = System.Drawing.Color.Lavender;
            this.chkSortByNumber.CheckedChanged += new System.EventHandler(this.chkSortByNumber_CheckedChanged);
            // 
            // btnSortByName
            // 
            this.btnSortByName.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSortByName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSortByName.AutoCheckOnClick = true;
            this.btnSortByName.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnSortByName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSortByName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnSortByName.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnSortByName.Image = global::DispatchPlatform.Properties.Resources.btnLock;
            this.btnSortByName.Location = new System.Drawing.Point(174, 10);
            this.btnSortByName.Name = "btnSortByName";
            this.btnSortByName.Size = new System.Drawing.Size(75, 32);
            this.btnSortByName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSortByName.TabIndex = 44;
            this.btnSortByName.Text = "姓名";
            this.btnSortByName.Visible = false;
            this.btnSortByName.Click += new System.EventHandler(this.btnSortByName_Click);
            // 
            // chkSortByName
            // 
            this.chkSortByName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkSortByName.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.chkSortByName.BackgroundStyle.Class = "";
            this.chkSortByName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.chkSortByName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chkSortByName.Location = new System.Drawing.Point(561, 18);
            this.chkSortByName.Name = "chkSortByName";
            this.chkSortByName.Size = new System.Drawing.Size(54, 18);
            this.chkSortByName.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
            this.chkSortByName.TabIndex = 55;
            this.chkSortByName.Text = "姓名";
            this.chkSortByName.TextColor = System.Drawing.Color.Lavender;
            this.chkSortByName.CheckedChanged += new System.EventHandler(this.chkSortByName_CheckedChanged);
            // 
            // btnExit
            // 
            this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnExit.FocusCuesEnabled = false;
            this.btnExit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnExit.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnExit.Image = global::DispatchPlatform.Properties.Resources.btnExit;
            this.btnExit.Location = new System.Drawing.Point(1179, 11);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(78, 32);
            this.btnExit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnExit.TabIndex = 41;
            this.btnExit.Text = "退出";
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnLock
            // 
            this.btnLock.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnLock.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLock.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat;
            this.btnLock.FocusCuesEnabled = false;
            this.btnLock.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLock.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(150)))));
            this.btnLock.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnLock.Image = global::DispatchPlatform.Properties.Resources.btnLock;
            this.btnLock.Location = new System.Drawing.Point(1097, 11);
            this.btnLock.Name = "btnLock";
            this.btnLock.Size = new System.Drawing.Size(75, 32);
            this.btnLock.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnLock.TabIndex = 40;
            this.btnLock.Text = "锁定";
            this.btnLock.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // lblTitle
            // 
            // 
            // 
            // 
            this.lblTitle.BackgroundStyle.Class = "";
            this.lblTitle.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblTitle.Font = new System.Drawing.Font("黑体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(167)))));
            this.lblTitle.Location = new System.Drawing.Point(10, 10);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(424, 40);
            this.lblTitle.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            this.lblTitle.TabIndex = 54;
            this.lblTitle.Text = "语音调度系统";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(41)))), ((int)(((byte)(48)))));
            this.ClientSize = new System.Drawing.Size(1285, 912);
            this.Controls.Add(this.panelAll);
            this.Controls.Add(this.panelTop);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormMain";
            this.Padding = new System.Windows.Forms.Padding(2, 0, 0, 0);
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.superTabControlMain)).EndInit();
            this.superTabControlMain.ResumeLayout(false);
            this.superTabControlPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.superTabControlDispatch)).EndInit();
            this.superTabControlDispatch.ResumeLayout(false);
            this.superTabControlPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.superTabControlMeeting)).EndInit();
            this.panelAll.ResumeLayout(false);
            this.panelMain.ResumeLayout(false);
            this.panelRight.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panelBottomAndCommand.ResumeLayout(false);
            this.panelBottom.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picBoxState)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDb)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.popMenuVideo.ResumeLayout(false);
            this.panelTop.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSplit)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 4
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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable      superTabItemColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates         superTabColorStates1         = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     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();
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable      superTabItemColorTable2      = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates         superTabColorStates2         = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     this.dataGridViewX1              = new MonitorMain.CustomContorl.DoubleBufferDataGridViewX();
     this.superTabControl1            = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1       = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.dgviewnone                  = new MonitorMain.CustomContorl.DoubleBufferDataGridViewX();
     this.cigBoxInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.footSumLabel1               = new MonitorMain.CustomContorl.FootSumLabel();
     this.superTabItem1               = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2       = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.dgviewfin     = new MonitorMain.CustomContorl.DoubleBufferDataGridViewX();
     this.footSumLabel2 = new MonitorMain.CustomContorl.FootSumLabel();
     this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
     this.chkisall      = new DevComponents.DotNetBar.CheckBoxItem();
     this.iDDataGridViewTextBoxColumn1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sORTINGTASKNODataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oRDERDATEDataGridViewTextBoxColumn1     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXCODEDataGridViewTextBoxColumn1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cUSTOMERNODataGridViewTextBoxColumn1    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cUSTOMERNameDataGridViewTextBoxColumn1  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lINECODEDataGridViewTextBoxColumn1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lINEIDDataGridViewTextBoxColumn1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXCOUNTDataGridViewTextBoxColumn1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXQTYDataGridViewTextBoxColumn1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sTATUSDataGridViewTextBoxColumn1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lineNameDataGridViewTextBoxColumn1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.corpNameDataGridViewTextBoxColumn1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sORTINGTIMEDataGridViewTextBoxColumn1   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fINISHTIMEDataGridViewTextBoxColumn1    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXSEQDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.indexNODataGridViewTextBoxColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.iDDataGridViewTextBoxColumn             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sORTINGTASKNODataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.oRDERDATEDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IndexNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BOXSEQ  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXCODEDataGridViewTextBoxColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cUSTOMERNODataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cUSTOMERNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lINECODEDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lINEIDDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXCOUNTDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bOXQTYDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sTATUSDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lineNameDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.corpNameDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sORTINGTIMEDataGridViewTextBoxColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fINISHTIMEDataGridViewTextBoxColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     this.superTabControl1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgviewnone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cigBoxInfoListBindingSource)).BeginInit();
     this.superTabControlPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgviewfin)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AllowUserToAddRows              = false;
     this.dataGridViewX1.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                    = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dataGridViewX1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                    = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.dataGridViewX1.DefaultCellStyle      = dataGridViewCellStyle2;
     this.dataGridViewX1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewX1.GridColor            = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.dataGridViewX1.Location             = new System.Drawing.Point(0, 0);
     this.dataGridViewX1.Name                 = "dataGridViewX1";
     dataGridViewCellStyle3.BackColor         = System.Drawing.Color.White;
     this.dataGridViewX1.RowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewX1.RowTemplate.Height   = 23;
     this.dataGridViewX1.Size                 = new System.Drawing.Size(814, 494);
     this.dataGridViewX1.TabIndex             = 0;
     //
     // superTabControl1
     //
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name         = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabControl1.ControlBox.MenuBox,
         this.superTabControl1.ControlBox.CloseBox
     });
     this.superTabControl1.Controls.Add(this.superTabControlPanel1);
     this.superTabControl1.Controls.Add(this.superTabControlPanel2);
     this.superTabControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.superTabControl1.FixedTabSize       = new System.Drawing.Size(0, 35);
     this.superTabControl1.Location           = new System.Drawing.Point(0, 0);
     this.superTabControl1.Name               = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = true;
     this.superTabControl1.SelectedTabFont    = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.superTabControl1.SelectedTabIndex   = 0;
     this.superTabControl1.Size               = new System.Drawing.Size(814, 494);
     this.superTabControl1.TabFont            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.superTabControl1.TabIndex           = 2;
     this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.chkisall,
         this.superTabItem1,
         this.superTabItem2
     });
     this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.superTabControl1.Text     = "superTabControl1";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.Controls.Add(this.dgviewnone);
     this.superTabControlPanel1.Controls.Add(this.footSumLabel1);
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(0, 37);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(814, 457);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem  = this.superTabItem1;
     //
     // dgviewnone
     //
     this.dgviewnone.AllowUserToAddRows              = false;
     this.dgviewnone.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle4.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgviewnone.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgviewnone.AutoGenerateColumns             = false;
     this.dgviewnone.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgviewnone.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.iDDataGridViewTextBoxColumn,
         this.sORTINGTASKNODataGridViewTextBoxColumn,
         this.oRDERDATEDataGridViewTextBoxColumn,
         this.IndexNO,
         this.BOXSEQ,
         this.bOXCODEDataGridViewTextBoxColumn,
         this.cUSTOMERNODataGridViewTextBoxColumn,
         this.cUSTOMERNameDataGridViewTextBoxColumn,
         this.lINECODEDataGridViewTextBoxColumn,
         this.lINEIDDataGridViewTextBoxColumn,
         this.bOXCOUNTDataGridViewTextBoxColumn,
         this.bOXQTYDataGridViewTextBoxColumn,
         this.sTATUSDataGridViewTextBoxColumn,
         this.lineNameDataGridViewTextBoxColumn,
         this.corpNameDataGridViewTextBoxColumn,
         this.sORTINGTIMEDataGridViewTextBoxColumn,
         this.fINISHTIMEDataGridViewTextBoxColumn
     });
     this.dgviewnone.DataSource                = this.cigBoxInfoListBindingSource;
     dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle5.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgviewnone.DefaultCellStyle          = dataGridViewCellStyle5;
     this.dgviewnone.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.dgviewnone.GridColor            = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.dgviewnone.Location             = new System.Drawing.Point(0, 0);
     this.dgviewnone.Name                 = "dgviewnone";
     this.dgviewnone.RowHeadersWidth      = 80;
     dataGridViewCellStyle6.BackColor     = System.Drawing.Color.White;
     this.dgviewnone.RowsDefaultCellStyle = dataGridViewCellStyle6;
     this.dgviewnone.RowTemplate.Height   = 23;
     this.dgviewnone.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgviewnone.Size                 = new System.Drawing.Size(814, 432);
     this.dgviewnone.TabIndex             = 0;
     this.dgviewnone.RowPostPaint        += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgviewnone_RowPostPaint);
     this.dgviewnone.Scroll              += new System.Windows.Forms.ScrollEventHandler(this.dgviewnone_Scroll);
     //
     // cigBoxInfoListBindingSource
     //
     this.cigBoxInfoListBindingSource.DataSource = typeof(BusinessLogic.Box.CigBoxInfoList);
     //
     // footSumLabel1
     //
     this.footSumLabel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.footSumLabel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.footSumLabel1.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.footSumLabel1.Font             = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.footSumLabel1.Location         = new System.Drawing.Point(0, 432);
     this.footSumLabel1.Name             = "footSumLabel1";
     this.footSumLabel1.Size             = new System.Drawing.Size(814, 25);
     this.footSumLabel1.Style.Alignment  = System.Drawing.StringAlignment.Center;
     this.footSumLabel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.footSumLabel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.footSumLabel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.footSumLabel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.footSumLabel1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.footSumLabel1.Style.GradientAngle = 90;
     this.footSumLabel1.TabIndex            = 1;
     //
     // superTabItem1
     //
     this.superTabItem1.AttachedControl       = this.superTabControlPanel1;
     this.superTabItem1.GlobalItem            = false;
     this.superTabItem1.Image                 = global::MonitorMain.Properties.Resources._20141030100358913_easyicon_net_16;
     this.superTabItem1.Name                  = "superTabItem1";
     superTabItemStateColorTable1.OuterBorder = System.Drawing.Color.Gray;
     superTabColorStates1.Normal              = superTabItemStateColorTable1;
     superTabItemColorTable1.Default          = superTabColorStates1;
     this.superTabItem1.TabColor              = superTabItemColorTable1;
     this.superTabItem1.Text                  = "烟包未完成任务";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.dgviewfin);
     this.superTabControlPanel2.Controls.Add(this.footSumLabel2);
     this.superTabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 37);
     this.superTabControlPanel2.Name     = "superTabControlPanel2";
     this.superTabControlPanel2.Size     = new System.Drawing.Size(814, 457);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem  = this.superTabItem2;
     //
     // dgviewfin
     //
     this.dgviewfin.AllowUserToAddRows              = false;
     this.dgviewfin.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle7.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgviewfin.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
     this.dgviewfin.AutoGenerateColumns             = false;
     this.dgviewfin.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgviewfin.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.iDDataGridViewTextBoxColumn1,
         this.sORTINGTASKNODataGridViewTextBoxColumn1,
         this.oRDERDATEDataGridViewTextBoxColumn1,
         this.bOXCODEDataGridViewTextBoxColumn1,
         this.cUSTOMERNODataGridViewTextBoxColumn1,
         this.cUSTOMERNameDataGridViewTextBoxColumn1,
         this.lINECODEDataGridViewTextBoxColumn1,
         this.lINEIDDataGridViewTextBoxColumn1,
         this.bOXCOUNTDataGridViewTextBoxColumn1,
         this.bOXQTYDataGridViewTextBoxColumn1,
         this.sTATUSDataGridViewTextBoxColumn1,
         this.lineNameDataGridViewTextBoxColumn1,
         this.corpNameDataGridViewTextBoxColumn1,
         this.sORTINGTIMEDataGridViewTextBoxColumn1,
         this.fINISHTIMEDataGridViewTextBoxColumn1,
         this.bOXSEQDataGridViewTextBoxColumn,
         this.indexNODataGridViewTextBoxColumn
     });
     this.dgviewfin.DataSource                 = this.cigBoxInfoListBindingSource;
     dataGridViewCellStyle8.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle8.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle8.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgviewfin.DefaultCellStyle           = dataGridViewCellStyle8;
     this.dgviewfin.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.dgviewfin.GridColor            = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.dgviewfin.Location             = new System.Drawing.Point(0, 0);
     this.dgviewfin.Name                 = "dgviewfin";
     dataGridViewCellStyle9.BackColor    = System.Drawing.Color.White;
     this.dgviewfin.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgviewfin.RowTemplate.Height   = 23;
     this.dgviewfin.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgviewfin.Size                 = new System.Drawing.Size(814, 432);
     this.dgviewfin.TabIndex             = 2;
     this.dgviewfin.Scroll              += new System.Windows.Forms.ScrollEventHandler(this.dgviewfin_Scroll);
     //
     // footSumLabel2
     //
     this.footSumLabel2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.footSumLabel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.footSumLabel2.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.footSumLabel2.Font             = new System.Drawing.Font("黑体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.footSumLabel2.Location         = new System.Drawing.Point(0, 432);
     this.footSumLabel2.Name             = "footSumLabel2";
     this.footSumLabel2.Size             = new System.Drawing.Size(814, 25);
     this.footSumLabel2.Style.Alignment  = System.Drawing.StringAlignment.Center;
     this.footSumLabel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.footSumLabel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.footSumLabel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.footSumLabel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.footSumLabel2.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.footSumLabel2.Style.GradientAngle = 90;
     this.footSumLabel2.TabIndex            = 3;
     //
     // superTabItem2
     //
     this.superTabItem2.AttachedControl       = this.superTabControlPanel2;
     this.superTabItem2.GlobalItem            = false;
     this.superTabItem2.Image                 = global::MonitorMain.Properties.Resources._20141030100358913_easyicon_net_16;
     this.superTabItem2.Name                  = "superTabItem2";
     superTabItemStateColorTable2.OuterBorder = System.Drawing.Color.Gray;
     superTabColorStates2.Normal              = superTabItemStateColorTable2;
     superTabItemStateColorTable3.OuterBorder = System.Drawing.Color.Gray;
     superTabColorStates2.Selected            = superTabItemStateColorTable3;
     superTabItemColorTable2.Default          = superTabColorStates2;
     this.superTabItem2.TabColor              = superTabItemColorTable2;
     this.superTabItem2.Text                  = "烟包已完成任务";
     //
     // chkisall
     //
     this.chkisall.Name            = "chkisall";
     this.chkisall.Text            = "显示所有";
     this.chkisall.CheckedChanged += new DevComponents.DotNetBar.CheckBoxChangeEventHandler(this.chkisall_CheckedChanged);
     //
     // iDDataGridViewTextBoxColumn1
     //
     this.iDDataGridViewTextBoxColumn1.DataPropertyName = "ID";
     this.iDDataGridViewTextBoxColumn1.HeaderText       = "ID";
     this.iDDataGridViewTextBoxColumn1.Name             = "iDDataGridViewTextBoxColumn1";
     this.iDDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.iDDataGridViewTextBoxColumn1.Width            = 59;
     //
     // sORTINGTASKNODataGridViewTextBoxColumn1
     //
     this.sORTINGTASKNODataGridViewTextBoxColumn1.DataPropertyName = "SORTINGTASKNO";
     this.sORTINGTASKNODataGridViewTextBoxColumn1.HeaderText       = "SORTINGTASKNO";
     this.sORTINGTASKNODataGridViewTextBoxColumn1.Name             = "sORTINGTASKNODataGridViewTextBoxColumn1";
     this.sORTINGTASKNODataGridViewTextBoxColumn1.ReadOnly         = true;
     this.sORTINGTASKNODataGridViewTextBoxColumn1.Width            = 60;
     //
     // oRDERDATEDataGridViewTextBoxColumn1
     //
     this.oRDERDATEDataGridViewTextBoxColumn1.DataPropertyName = "ORDERDATE";
     this.oRDERDATEDataGridViewTextBoxColumn1.HeaderText       = "ORDERDATE";
     this.oRDERDATEDataGridViewTextBoxColumn1.Name             = "oRDERDATEDataGridViewTextBoxColumn1";
     this.oRDERDATEDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.oRDERDATEDataGridViewTextBoxColumn1.Width            = 59;
     //
     // bOXCODEDataGridViewTextBoxColumn1
     //
     this.bOXCODEDataGridViewTextBoxColumn1.DataPropertyName = "BOXCODE";
     this.bOXCODEDataGridViewTextBoxColumn1.HeaderText       = "BOXCODE";
     this.bOXCODEDataGridViewTextBoxColumn1.Name             = "bOXCODEDataGridViewTextBoxColumn1";
     this.bOXCODEDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.bOXCODEDataGridViewTextBoxColumn1.Width            = 59;
     //
     // cUSTOMERNODataGridViewTextBoxColumn1
     //
     this.cUSTOMERNODataGridViewTextBoxColumn1.DataPropertyName = "CUSTOMERNO";
     this.cUSTOMERNODataGridViewTextBoxColumn1.HeaderText       = "CUSTOMERNO";
     this.cUSTOMERNODataGridViewTextBoxColumn1.Name             = "cUSTOMERNODataGridViewTextBoxColumn1";
     this.cUSTOMERNODataGridViewTextBoxColumn1.ReadOnly         = true;
     this.cUSTOMERNODataGridViewTextBoxColumn1.Width            = 60;
     //
     // cUSTOMERNameDataGridViewTextBoxColumn1
     //
     this.cUSTOMERNameDataGridViewTextBoxColumn1.DataPropertyName = "CUSTOMERName";
     this.cUSTOMERNameDataGridViewTextBoxColumn1.HeaderText       = "CUSTOMERName";
     this.cUSTOMERNameDataGridViewTextBoxColumn1.Name             = "cUSTOMERNameDataGridViewTextBoxColumn1";
     this.cUSTOMERNameDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.cUSTOMERNameDataGridViewTextBoxColumn1.Width            = 59;
     //
     // lINECODEDataGridViewTextBoxColumn1
     //
     this.lINECODEDataGridViewTextBoxColumn1.DataPropertyName = "LINECODE";
     this.lINECODEDataGridViewTextBoxColumn1.HeaderText       = "LINECODE";
     this.lINECODEDataGridViewTextBoxColumn1.Name             = "lINECODEDataGridViewTextBoxColumn1";
     this.lINECODEDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.lINECODEDataGridViewTextBoxColumn1.Visible          = false;
     this.lINECODEDataGridViewTextBoxColumn1.Width            = 45;
     //
     // lINEIDDataGridViewTextBoxColumn1
     //
     this.lINEIDDataGridViewTextBoxColumn1.DataPropertyName = "LINEID";
     this.lINEIDDataGridViewTextBoxColumn1.HeaderText       = "LINEID";
     this.lINEIDDataGridViewTextBoxColumn1.Name             = "lINEIDDataGridViewTextBoxColumn1";
     this.lINEIDDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.lINEIDDataGridViewTextBoxColumn1.Visible          = false;
     this.lINEIDDataGridViewTextBoxColumn1.Width            = 46;
     //
     // bOXCOUNTDataGridViewTextBoxColumn1
     //
     this.bOXCOUNTDataGridViewTextBoxColumn1.DataPropertyName = "BOXCOUNT";
     this.bOXCOUNTDataGridViewTextBoxColumn1.HeaderText       = "BOXCOUNT";
     this.bOXCOUNTDataGridViewTextBoxColumn1.Name             = "bOXCOUNTDataGridViewTextBoxColumn1";
     this.bOXCOUNTDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.bOXCOUNTDataGridViewTextBoxColumn1.Width            = 59;
     //
     // bOXQTYDataGridViewTextBoxColumn1
     //
     this.bOXQTYDataGridViewTextBoxColumn1.DataPropertyName = "BOXQTY";
     this.bOXQTYDataGridViewTextBoxColumn1.HeaderText       = "BOXQTY";
     this.bOXQTYDataGridViewTextBoxColumn1.Name             = "bOXQTYDataGridViewTextBoxColumn1";
     this.bOXQTYDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.bOXQTYDataGridViewTextBoxColumn1.Width            = 59;
     //
     // sTATUSDataGridViewTextBoxColumn1
     //
     this.sTATUSDataGridViewTextBoxColumn1.DataPropertyName = "STATUS";
     this.sTATUSDataGridViewTextBoxColumn1.HeaderText       = "STATUS";
     this.sTATUSDataGridViewTextBoxColumn1.Name             = "sTATUSDataGridViewTextBoxColumn1";
     this.sTATUSDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.sTATUSDataGridViewTextBoxColumn1.Width            = 60;
     //
     // lineNameDataGridViewTextBoxColumn1
     //
     this.lineNameDataGridViewTextBoxColumn1.DataPropertyName = "LineName";
     this.lineNameDataGridViewTextBoxColumn1.HeaderText       = "LineName";
     this.lineNameDataGridViewTextBoxColumn1.Name             = "lineNameDataGridViewTextBoxColumn1";
     this.lineNameDataGridViewTextBoxColumn1.Width            = 59;
     //
     // corpNameDataGridViewTextBoxColumn1
     //
     this.corpNameDataGridViewTextBoxColumn1.DataPropertyName = "CorpName";
     this.corpNameDataGridViewTextBoxColumn1.HeaderText       = "CorpName";
     this.corpNameDataGridViewTextBoxColumn1.Name             = "corpNameDataGridViewTextBoxColumn1";
     this.corpNameDataGridViewTextBoxColumn1.Width            = 59;
     //
     // sORTINGTIMEDataGridViewTextBoxColumn1
     //
     this.sORTINGTIMEDataGridViewTextBoxColumn1.DataPropertyName = "SORTINGTIME";
     this.sORTINGTIMEDataGridViewTextBoxColumn1.HeaderText       = "SORTINGTIME";
     this.sORTINGTIMEDataGridViewTextBoxColumn1.Name             = "sORTINGTIMEDataGridViewTextBoxColumn1";
     this.sORTINGTIMEDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.sORTINGTIMEDataGridViewTextBoxColumn1.Width            = 60;
     //
     // fINISHTIMEDataGridViewTextBoxColumn1
     //
     this.fINISHTIMEDataGridViewTextBoxColumn1.DataPropertyName = "FINISHTIME";
     this.fINISHTIMEDataGridViewTextBoxColumn1.HeaderText       = "FINISHTIME";
     this.fINISHTIMEDataGridViewTextBoxColumn1.Name             = "fINISHTIMEDataGridViewTextBoxColumn1";
     this.fINISHTIMEDataGridViewTextBoxColumn1.ReadOnly         = true;
     this.fINISHTIMEDataGridViewTextBoxColumn1.Width            = 59;
     //
     // bOXSEQDataGridViewTextBoxColumn
     //
     this.bOXSEQDataGridViewTextBoxColumn.DataPropertyName = "BOXSEQ";
     this.bOXSEQDataGridViewTextBoxColumn.HeaderText       = "BOXSEQ";
     this.bOXSEQDataGridViewTextBoxColumn.Name             = "bOXSEQDataGridViewTextBoxColumn";
     this.bOXSEQDataGridViewTextBoxColumn.Visible          = false;
     this.bOXSEQDataGridViewTextBoxColumn.Width            = 46;
     //
     // indexNODataGridViewTextBoxColumn
     //
     this.indexNODataGridViewTextBoxColumn.DataPropertyName = "IndexNO";
     this.indexNODataGridViewTextBoxColumn.HeaderText       = "IndexNO";
     this.indexNODataGridViewTextBoxColumn.Name             = "indexNODataGridViewTextBoxColumn";
     this.indexNODataGridViewTextBoxColumn.Visible          = false;
     this.indexNODataGridViewTextBoxColumn.Width            = 45;
     //
     // iDDataGridViewTextBoxColumn
     //
     this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
     this.iDDataGridViewTextBoxColumn.HeaderText       = "ID";
     this.iDDataGridViewTextBoxColumn.Name             = "iDDataGridViewTextBoxColumn";
     this.iDDataGridViewTextBoxColumn.ReadOnly         = true;
     this.iDDataGridViewTextBoxColumn.Visible          = false;
     this.iDDataGridViewTextBoxColumn.Width            = 40;
     //
     // sORTINGTASKNODataGridViewTextBoxColumn
     //
     this.sORTINGTASKNODataGridViewTextBoxColumn.DataPropertyName = "SORTINGTASKNO";
     this.sORTINGTASKNODataGridViewTextBoxColumn.HeaderText       = "SORTINGTASKNO";
     this.sORTINGTASKNODataGridViewTextBoxColumn.Name             = "sORTINGTASKNODataGridViewTextBoxColumn";
     this.sORTINGTASKNODataGridViewTextBoxColumn.ReadOnly         = true;
     this.sORTINGTASKNODataGridViewTextBoxColumn.Width            = 50;
     //
     // oRDERDATEDataGridViewTextBoxColumn
     //
     this.oRDERDATEDataGridViewTextBoxColumn.DataPropertyName = "ORDERDATE";
     this.oRDERDATEDataGridViewTextBoxColumn.HeaderText       = "ORDERDATE";
     this.oRDERDATEDataGridViewTextBoxColumn.Name             = "oRDERDATEDataGridViewTextBoxColumn";
     this.oRDERDATEDataGridViewTextBoxColumn.ReadOnly         = true;
     this.oRDERDATEDataGridViewTextBoxColumn.Width            = 82;
     //
     // IndexNO
     //
     this.IndexNO.DataPropertyName = "IndexNO";
     this.IndexNO.HeaderText       = "IndexNO";
     this.IndexNO.Name             = "IndexNO";
     this.IndexNO.Width            = 70;
     //
     // BOXSEQ
     //
     this.BOXSEQ.DataPropertyName = "BOXSEQ";
     this.BOXSEQ.HeaderText       = "BOXSEQ";
     this.BOXSEQ.Name             = "BOXSEQ";
     this.BOXSEQ.Width            = 64;
     //
     // bOXCODEDataGridViewTextBoxColumn
     //
     this.bOXCODEDataGridViewTextBoxColumn.DataPropertyName = "BOXCODE";
     this.bOXCODEDataGridViewTextBoxColumn.HeaderText       = "BOXCODE";
     this.bOXCODEDataGridViewTextBoxColumn.Name             = "bOXCODEDataGridViewTextBoxColumn";
     this.bOXCODEDataGridViewTextBoxColumn.ReadOnly         = true;
     this.bOXCODEDataGridViewTextBoxColumn.Width            = 70;
     //
     // cUSTOMERNODataGridViewTextBoxColumn
     //
     this.cUSTOMERNODataGridViewTextBoxColumn.DataPropertyName = "CUSTOMERNO";
     this.cUSTOMERNODataGridViewTextBoxColumn.HeaderText       = "CUSTOMERNO";
     this.cUSTOMERNODataGridViewTextBoxColumn.Name             = "cUSTOMERNODataGridViewTextBoxColumn";
     this.cUSTOMERNODataGridViewTextBoxColumn.ReadOnly         = true;
     this.cUSTOMERNODataGridViewTextBoxColumn.Width            = 88;
     //
     // cUSTOMERNameDataGridViewTextBoxColumn
     //
     this.cUSTOMERNameDataGridViewTextBoxColumn.DataPropertyName = "CUSTOMERName";
     this.cUSTOMERNameDataGridViewTextBoxColumn.HeaderText       = "CUSTOMERName";
     this.cUSTOMERNameDataGridViewTextBoxColumn.Name             = "cUSTOMERNameDataGridViewTextBoxColumn";
     this.cUSTOMERNameDataGridViewTextBoxColumn.ReadOnly         = true;
     //
     // lINECODEDataGridViewTextBoxColumn
     //
     this.lINECODEDataGridViewTextBoxColumn.DataPropertyName = "LINECODE";
     this.lINECODEDataGridViewTextBoxColumn.HeaderText       = "LINECODE";
     this.lINECODEDataGridViewTextBoxColumn.Name             = "lINECODEDataGridViewTextBoxColumn";
     this.lINECODEDataGridViewTextBoxColumn.ReadOnly         = true;
     this.lINECODEDataGridViewTextBoxColumn.Width            = 76;
     //
     // lINEIDDataGridViewTextBoxColumn
     //
     this.lINEIDDataGridViewTextBoxColumn.DataPropertyName = "LINEID";
     this.lINEIDDataGridViewTextBoxColumn.HeaderText       = "LINEID";
     this.lINEIDDataGridViewTextBoxColumn.Name             = "lINEIDDataGridViewTextBoxColumn";
     this.lINEIDDataGridViewTextBoxColumn.ReadOnly         = true;
     this.lINEIDDataGridViewTextBoxColumn.Visible          = false;
     this.lINEIDDataGridViewTextBoxColumn.Width            = 64;
     //
     // bOXCOUNTDataGridViewTextBoxColumn
     //
     this.bOXCOUNTDataGridViewTextBoxColumn.DataPropertyName = "BOXCOUNT";
     this.bOXCOUNTDataGridViewTextBoxColumn.HeaderText       = "BOXCOUNT";
     this.bOXCOUNTDataGridViewTextBoxColumn.Name             = "bOXCOUNTDataGridViewTextBoxColumn";
     this.bOXCOUNTDataGridViewTextBoxColumn.ReadOnly         = true;
     this.bOXCOUNTDataGridViewTextBoxColumn.Width            = 76;
     //
     // bOXQTYDataGridViewTextBoxColumn
     //
     this.bOXQTYDataGridViewTextBoxColumn.DataPropertyName = "BOXQTY";
     this.bOXQTYDataGridViewTextBoxColumn.HeaderText       = "BOXQTY";
     this.bOXQTYDataGridViewTextBoxColumn.Name             = "bOXQTYDataGridViewTextBoxColumn";
     this.bOXQTYDataGridViewTextBoxColumn.ReadOnly         = true;
     this.bOXQTYDataGridViewTextBoxColumn.Width            = 64;
     //
     // sTATUSDataGridViewTextBoxColumn
     //
     this.sTATUSDataGridViewTextBoxColumn.DataPropertyName = "STATUS";
     this.sTATUSDataGridViewTextBoxColumn.HeaderText       = "STATUS";
     this.sTATUSDataGridViewTextBoxColumn.Name             = "sTATUSDataGridViewTextBoxColumn";
     this.sTATUSDataGridViewTextBoxColumn.ReadOnly         = true;
     this.sTATUSDataGridViewTextBoxColumn.Width            = 64;
     //
     // lineNameDataGridViewTextBoxColumn
     //
     this.lineNameDataGridViewTextBoxColumn.DataPropertyName = "LineName";
     this.lineNameDataGridViewTextBoxColumn.HeaderText       = "LineName";
     this.lineNameDataGridViewTextBoxColumn.Name             = "lineNameDataGridViewTextBoxColumn";
     this.lineNameDataGridViewTextBoxColumn.Width            = 76;
     //
     // corpNameDataGridViewTextBoxColumn
     //
     this.corpNameDataGridViewTextBoxColumn.DataPropertyName = "CorpName";
     this.corpNameDataGridViewTextBoxColumn.HeaderText       = "CorpName";
     this.corpNameDataGridViewTextBoxColumn.Name             = "corpNameDataGridViewTextBoxColumn";
     this.corpNameDataGridViewTextBoxColumn.Width            = 76;
     //
     // sORTINGTIMEDataGridViewTextBoxColumn
     //
     this.sORTINGTIMEDataGridViewTextBoxColumn.DataPropertyName = "SORTINGTIME";
     this.sORTINGTIMEDataGridViewTextBoxColumn.HeaderText       = "SORTINGTIME";
     this.sORTINGTIMEDataGridViewTextBoxColumn.Name             = "sORTINGTIMEDataGridViewTextBoxColumn";
     this.sORTINGTIMEDataGridViewTextBoxColumn.ReadOnly         = true;
     this.sORTINGTIMEDataGridViewTextBoxColumn.Width            = 94;
     //
     // fINISHTIMEDataGridViewTextBoxColumn
     //
     this.fINISHTIMEDataGridViewTextBoxColumn.DataPropertyName = "FINISHTIME";
     this.fINISHTIMEDataGridViewTextBoxColumn.HeaderText       = "FINISHTIME";
     this.fINISHTIMEDataGridViewTextBoxColumn.Name             = "fINISHTIMEDataGridViewTextBoxColumn";
     this.fINISHTIMEDataGridViewTextBoxColumn.ReadOnly         = true;
     this.fINISHTIMEDataGridViewTextBoxColumn.Width            = 88;
     //
     // CBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.superTabControl1);
     this.Controls.Add(this.dataGridViewX1);
     this.Name  = "CBox";
     this.Size  = new System.Drawing.Size(814, 494);
     this.Load += new System.EventHandler(this.CBox_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     this.superTabControl1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgviewnone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cigBoxInfoListBindingSource)).EndInit();
     this.superTabControlPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgviewfin)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabControlBoxStateColorTable superTabControlBoxStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabControlBoxStateColorTable();
     System.ComponentModel.ComponentResourceManager                resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable      superTabItemColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates         superTabColorStates1         = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     this.superTabControlMain           = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel2         = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.ribbonBarSettings             = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer6                = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem1                    = new DevComponents.DotNetBar.LabelItem();
     this.itemContainer3                = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer4                = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItemColorSelector       = new DevComponents.DotNetBar.ButtonItem();
     this.colorPickerDropDownAccent     = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.colorPickerDropDownText       = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.itemContainerMonitors         = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItemScreen1             = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemScreen2             = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemScreen3             = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemScreen4             = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemScreen5             = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemScreen6             = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer5                = new DevComponents.DotNetBar.ItemContainer();
     this.checkBoxItemLoadAtStartup     = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItemDocked            = new DevComponents.DotNetBar.CheckBoxItem();
     this.itemContainer7                = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem2                    = new DevComponents.DotNetBar.LabelItem();
     this.ribbonBarBrowsers             = new DevComponents.DotNetBar.RibbonBar();
     this.itemContainer1                = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItemBrowserCh           = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemBrowserEdge         = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer2                = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItemBrowserFF           = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItemBrowserIE           = new DevComponents.DotNetBar.ButtonItem();
     this.superTabItemTemplates         = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel1         = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.styleManager                  = new DevComponents.DotNetBar.StyleManager(this.components);
     this.timerUpdateWindow             = new System.Windows.Forms.Timer(this.components);
     this.notifyIcon                    = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemCenterScreen = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItemDock         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2           = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItemExit         = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControlMain)).BeginInit();
     this.superTabControlMain.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // superTabControlMain
     //
     this.superTabControlMain.BackColor = System.Drawing.Color.White;
     //
     //
     //
     //
     //
     //
     this.superTabControlMain.ControlBox.CloseBox.Name    = "";
     this.superTabControlMain.ControlBox.CloseBox.Visible = true;
     this.superTabControlMain.ControlBox.CloseBox.Click  += new System.EventHandler(this.OnTabControlCloseClick);
     //
     //
     //
     this.superTabControlMain.ControlBox.MenuBox.Name    = "";
     this.superTabControlMain.ControlBox.MenuBox.Visible = false;
     this.superTabControlMain.ControlBox.MenuBox.Click  += new System.EventHandler(this.OnCollapseClick);
     this.superTabControlMain.ControlBox.Name            = "";
     this.superTabControlMain.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabControlMain.ControlBox.MenuBox,
         this.superTabControlMain.ControlBox.CloseBox
     });
     this.superTabControlMain.Controls.Add(this.superTabControlPanel2);
     this.superTabControlMain.Controls.Add(this.superTabControlPanel1);
     this.superTabControlMain.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlMain.ForeColor          = System.Drawing.Color.Black;
     this.superTabControlMain.Location           = new System.Drawing.Point(0, 0);
     this.superTabControlMain.Name               = "superTabControlMain";
     this.superTabControlMain.ReorderTabsEnabled = false;
     this.superTabControlMain.SelectedTabFont    = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControlMain.SelectedTabIndex   = 0;
     this.superTabControlMain.Size               = new System.Drawing.Size(600, 200);
     this.superTabControlMain.TabFont            = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControlMain.TabIndex           = 0;
     this.superTabControlMain.TabLayoutType      = DevComponents.DotNetBar.eSuperTabLayoutType.SingleLineFit;
     this.superTabControlMain.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItemTemplates
     });
     superTabControlBoxStateColorTable1.Image           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
     superTabColorTable1.ControlBoxDefault              = superTabControlBoxStateColorTable1;
     this.superTabControlMain.TabStripColor             = superTabColorTable1;
     this.superTabControlMain.TextAlignment             = DevComponents.DotNetBar.eItemAlignment.Center;
     this.superTabControlMain.SelectedTabChanged       += new System.EventHandler <DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.OnTabControlPageChanged);
     this.superTabControlMain.TabStripMouseMove        += new System.EventHandler <System.Windows.Forms.MouseEventArgs>(this.OnTabControlTabStripMouseMove);
     this.superTabControlMain.TabStripMouseDoubleClick += new System.EventHandler <System.Windows.Forms.MouseEventArgs>(this.OnTabControlDoubleClick);
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.ribbonBarSettings);
     this.superTabControlPanel2.Controls.Add(this.ribbonBarBrowsers);
     this.superTabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(0, 30);
     this.superTabControlPanel2.Name     = "superTabControlPanel2";
     this.superTabControlPanel2.Size     = new System.Drawing.Size(600, 170);
     this.superTabControlPanel2.TabIndex = 2;
     this.superTabControlPanel2.TabItem  = this.superTabItemTemplates;
     //
     // ribbonBarSettings
     //
     this.ribbonBarSettings.AutoOverflowEnabled = false;
     //
     //
     //
     this.ribbonBarSettings.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBarSettings.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBarSettings.ContainerControlProcessDialogKey = true;
     this.ribbonBarSettings.DragDropSupport         = true;
     this.ribbonBarSettings.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.ribbonBarSettings.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.itemContainer6,
         this.itemContainer3,
         this.itemContainer7
     });
     this.ribbonBarSettings.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.ribbonBarSettings.Location   = new System.Drawing.Point(172, 13);
     this.ribbonBarSettings.Name       = "ribbonBarSettings";
     this.ribbonBarSettings.Padding    = new System.Windows.Forms.Padding(20, 0, 20, 0);
     this.ribbonBarSettings.Size       = new System.Drawing.Size(193, 145);
     this.ribbonBarSettings.Style      = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBarSettings.TabIndex   = 2;
     this.ribbonBarSettings.Text       = "Extras";
     //
     //
     //
     this.ribbonBarSettings.TitleStyle.CornerType    = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBarSettings.TitleStyle.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.ribbonBarSettings.TitleStyle.TextColor     = System.Drawing.Color.Red;
     //
     //
     //
     this.ribbonBarSettings.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBarSettings.VerticalItemAlignment          = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // itemContainer6
     //
     //
     //
     //
     this.itemContainer6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer6.FixedSize         = new System.Drawing.Size(10, 0);
     this.itemContainer6.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer6.Name = "itemContainer6";
     this.itemContainer6.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.labelItem1
     });
     //
     //
     //
     this.itemContainer6.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer6.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelItem1
     //
     this.labelItem1.Name = "labelItem1";
     this.labelItem1.Text = "  ";
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.HorizontalItemAlignment    = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer3.ItemSpacing       = 30;
     this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.itemContainer4,
         this.itemContainer5
     });
     //
     //
     //
     this.itemContainer3.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // itemContainer4
     //
     //
     //
     //
     this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer4.ItemSpacing = 20;
     this.itemContainer4.Name        = "itemContainer4";
     this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonItemColorSelector,
         this.itemContainerMonitors
     });
     //
     //
     //
     this.itemContainer4.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItemColorSelector
     //
     this.buttonItemColorSelector.Name        = "buttonItemColorSelector";
     this.buttonItemColorSelector.SplitButton = true;
     this.buttonItemColorSelector.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.colorPickerDropDownAccent,
         this.colorPickerDropDownText
     });
     this.buttonItemColorSelector.Text = "color";
     //
     // colorPickerDropDownAccent
     //
     this.colorPickerDropDownAccent.Name                  = "colorPickerDropDownAccent";
     this.colorPickerDropDownAccent.SplitButton           = true;
     this.colorPickerDropDownAccent.Text                  = "Ribbon Color";
     this.colorPickerDropDownAccent.SelectedColorChanged += new System.EventHandler(this.OnSelectedAccentColorChanged);
     this.colorPickerDropDownAccent.ColorPreview         += new DevComponents.DotNetBar.ColorPreviewEventHandler(this.OnAccentColorPreview);
     this.colorPickerDropDownAccent.PopupClose           += new System.EventHandler(this.OnAccentColorPopupClose);
     //
     // colorPickerDropDownText
     //
     this.colorPickerDropDownText.BeginGroup            = true;
     this.colorPickerDropDownText.Name                  = "colorPickerDropDownText";
     this.colorPickerDropDownText.SplitButton           = true;
     this.colorPickerDropDownText.Text                  = "Text Color";
     this.colorPickerDropDownText.SelectedColorChanged += new System.EventHandler(this.OnSelectedTextColorChanged);
     this.colorPickerDropDownText.ColorPreview         += new DevComponents.DotNetBar.ColorPreviewEventHandler(this.OnTextColorPreview);
     this.colorPickerDropDownText.PopupClose           += new System.EventHandler(this.OnTextColorPopupClose);
     //
     // itemContainerMonitors
     //
     //
     //
     //
     this.itemContainerMonitors.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainerMonitors.Name = "itemContainerMonitors";
     this.itemContainerMonitors.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonItemScreen1,
         this.buttonItemScreen2,
         this.buttonItemScreen3,
         this.buttonItemScreen4,
         this.buttonItemScreen5,
         this.buttonItemScreen6
     });
     //
     //
     //
     this.itemContainerMonitors.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainerMonitors.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItemScreen1
     //
     this.buttonItemScreen1.Name   = "buttonItemScreen1";
     this.buttonItemScreen1.Tag    = "0";
     this.buttonItemScreen1.Text   = "1";
     this.buttonItemScreen1.Click += new System.EventHandler(this.OnMonitorSelectorClick);
     //
     // buttonItemScreen2
     //
     this.buttonItemScreen2.Name   = "buttonItemScreen2";
     this.buttonItemScreen2.Tag    = "1";
     this.buttonItemScreen2.Text   = "2";
     this.buttonItemScreen2.Click += new System.EventHandler(this.OnMonitorSelectorClick);
     //
     // buttonItemScreen3
     //
     this.buttonItemScreen3.Name   = "buttonItemScreen3";
     this.buttonItemScreen3.Tag    = "2";
     this.buttonItemScreen3.Text   = "3";
     this.buttonItemScreen3.Click += new System.EventHandler(this.OnMonitorSelectorClick);
     //
     // buttonItemScreen4
     //
     this.buttonItemScreen4.Name   = "buttonItemScreen4";
     this.buttonItemScreen4.Tag    = "3";
     this.buttonItemScreen4.Text   = "4";
     this.buttonItemScreen4.Click += new System.EventHandler(this.OnMonitorSelectorClick);
     //
     // buttonItemScreen5
     //
     this.buttonItemScreen5.Name   = "buttonItemScreen5";
     this.buttonItemScreen5.Tag    = "4";
     this.buttonItemScreen5.Text   = "5";
     this.buttonItemScreen5.Click += new System.EventHandler(this.OnMonitorSelectorClick);
     //
     // buttonItemScreen6
     //
     this.buttonItemScreen6.Name   = "buttonItemScreen6";
     this.buttonItemScreen6.Tag    = "5";
     this.buttonItemScreen6.Text   = "6";
     this.buttonItemScreen6.Click += new System.EventHandler(this.OnMonitorSelectorClick);
     //
     // itemContainer5
     //
     //
     //
     //
     this.itemContainer5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer5.ItemSpacing = 20;
     this.itemContainer5.Name        = "itemContainer5";
     this.itemContainer5.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.checkBoxItemLoadAtStartup,
         this.checkBoxItemDocked
     });
     //
     //
     //
     this.itemContainer5.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer5.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // checkBoxItemLoadAtStartup
     //
     this.checkBoxItemLoadAtStartup.Name            = "checkBoxItemLoadAtStartup";
     this.checkBoxItemLoadAtStartup.Text            = "start";
     this.checkBoxItemLoadAtStartup.CheckedChanged += new DevComponents.DotNetBar.CheckBoxChangeEventHandler(this.OnLoadAtStartupCheckedChanged);
     //
     // checkBoxItemDocked
     //
     this.checkBoxItemDocked.Name = "checkBoxItemDocked";
     this.checkBoxItemDocked.Text = "dock";
     //
     // itemContainer7
     //
     //
     //
     //
     this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer7.FixedSize         = new System.Drawing.Size(10, 0);
     this.itemContainer7.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer7.Name = "itemContainer7";
     this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.labelItem2
     });
     //
     //
     //
     this.itemContainer7.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // labelItem2
     //
     this.labelItem2.Name = "labelItem2";
     this.labelItem2.Text = "  ";
     //
     // ribbonBarBrowsers
     //
     this.ribbonBarBrowsers.AutoOverflowEnabled = true;
     //
     //
     //
     this.ribbonBarBrowsers.BackgroundMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBarBrowsers.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonBarBrowsers.ContainerControlProcessDialogKey = true;
     this.ribbonBarBrowsers.DragDropSupport = true;
     this.ribbonBarBrowsers.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.itemContainer1,
         this.itemContainer2
     });
     this.ribbonBarBrowsers.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.ribbonBarBrowsers.Location   = new System.Drawing.Point(12, 16);
     this.ribbonBarBrowsers.Name       = "ribbonBarBrowsers";
     this.ribbonBarBrowsers.Size       = new System.Drawing.Size(154, 145);
     this.ribbonBarBrowsers.Style      = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonBarBrowsers.TabIndex   = 1;
     this.ribbonBarBrowsers.Text       = "Browser";
     //
     //
     //
     this.ribbonBarBrowsers.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonBarBrowsers.TitleStyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // itemContainer1
     //
     //
     //
     //
     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.buttonItemBrowserCh,
         this.buttonItemBrowserEdge
     });
     //
     //
     //
     this.itemContainer1.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItemBrowserCh
     //
     this.buttonItemBrowserCh.Enabled = false;
     this.buttonItemBrowserCh.Image   = ((System.Drawing.Image)(resources.GetObject("buttonItemBrowserCh.Image")));
     this.buttonItemBrowserCh.Name    = "buttonItemBrowserCh";
     this.buttonItemBrowserCh.Tag     = "chrome";
     this.buttonItemBrowserCh.Text    = "buttonItem1";
     this.buttonItemBrowserCh.Tooltip = "Google Chrome";
     this.buttonItemBrowserCh.Click  += new System.EventHandler(this.OnBrowserSelectorClick);
     //
     // buttonItemBrowserEdge
     //
     this.buttonItemBrowserEdge.Enabled = false;
     this.buttonItemBrowserEdge.Image   = global::Asa.Bar.App.Properties.Resources.edge;
     this.buttonItemBrowserEdge.Name    = "buttonItemBrowserEdge";
     this.buttonItemBrowserEdge.Tag     = "edge";
     this.buttonItemBrowserEdge.Text    = "buttonItem3";
     this.buttonItemBrowserEdge.Tooltip = "Edge";
     this.buttonItemBrowserEdge.Click  += new System.EventHandler(this.OnBrowserSelectorClick);
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer2.LayoutOrientation          = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer2.Name = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonItemBrowserFF,
         this.buttonItemBrowserIE
     });
     //
     //
     //
     this.itemContainer2.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItemBrowserFF
     //
     this.buttonItemBrowserFF.Enabled = false;
     this.buttonItemBrowserFF.Image   = ((System.Drawing.Image)(resources.GetObject("buttonItemBrowserFF.Image")));
     this.buttonItemBrowserFF.Name    = "buttonItemBrowserFF";
     this.buttonItemBrowserFF.Tag     = "firefox";
     this.buttonItemBrowserFF.Text    = "buttonItem2";
     this.buttonItemBrowserFF.Tooltip = "Mozilla Firefox";
     this.buttonItemBrowserFF.Click  += new System.EventHandler(this.OnBrowserSelectorClick);
     //
     // buttonItemBrowserIE
     //
     this.buttonItemBrowserIE.Enabled = false;
     this.buttonItemBrowserIE.Image   = ((System.Drawing.Image)(resources.GetObject("buttonItemBrowserIE.Image")));
     this.buttonItemBrowserIE.Name    = "buttonItemBrowserIE";
     this.buttonItemBrowserIE.Tag     = "iexplore";
     this.buttonItemBrowserIE.Text    = "buttonItem4";
     this.buttonItemBrowserIE.Tooltip = "Internet Explorer";
     this.buttonItemBrowserIE.Click  += new System.EventHandler(this.OnBrowserSelectorClick);
     //
     // superTabItemTemplates
     //
     this.superTabItemTemplates.AttachedControl = this.superTabControlPanel2;
     this.superTabItemTemplates.GlobalItem      = false;
     this.superTabItemTemplates.Name            = "superTabItemTemplates";
     superTabItemStateColorTable1.Text          = System.Drawing.Color.Red;
     superTabColorStates1.Normal              = superTabItemStateColorTable1;
     superTabItemColorTable1.Default          = superTabColorStates1;
     this.superTabItemTemplates.TabColor      = superTabItemColorTable1;
     this.superTabItemTemplates.Text          = "Custom ribbonBar templates to use";
     this.superTabItemTemplates.TextAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(600, 200);
     this.superTabControlPanel1.TabIndex = 1;
     //
     // styleManager
     //
     this.styleManager.ManagerStyle         = DevComponents.DotNetBar.eStyle.Metro;
     this.styleManager.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199))))));
     //
     // timerUpdateWindow
     //
     this.timerUpdateWindow.Interval = 5000;
     this.timerUpdateWindow.Tick    += new System.EventHandler(this.OnUpdateWindowTimerTick);
     //
     // notifyIcon
     //
     this.notifyIcon.BalloonTipIcon   = System.Windows.Forms.ToolTipIcon.Info;
     this.notifyIcon.ContextMenuStrip = this.contextMenuStrip;
     this.notifyIcon.Icon             = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
     this.notifyIcon.Text             = "Minibar";
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemCenterScreen,
         this.toolStripSeparator1,
         this.toolStripMenuItemDock,
         this.toolStripSeparator2,
         this.toolStripMenuItemExit
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(148, 82);
     //
     // toolStripMenuItemCenterScreen
     //
     this.toolStripMenuItemCenterScreen.Name   = "toolStripMenuItemCenterScreen";
     this.toolStripMenuItemCenterScreen.Size   = new System.Drawing.Size(147, 22);
     this.toolStripMenuItemCenterScreen.Text   = "Center Screen";
     this.toolStripMenuItemCenterScreen.Click += new System.EventHandler(this.OnToolStripMenuItemCenterScreenClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(144, 6);
     //
     // toolStripMenuItemDock
     //
     this.toolStripMenuItemDock.Name   = "toolStripMenuItemDock";
     this.toolStripMenuItemDock.Size   = new System.Drawing.Size(147, 22);
     this.toolStripMenuItemDock.Text   = "Taskbar Dock";
     this.toolStripMenuItemDock.Click += new System.EventHandler(this.OnToolStripMenuItemDockClick);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(144, 6);
     //
     // toolStripMenuItemExit
     //
     this.toolStripMenuItemExit.Name   = "toolStripMenuItemExit";
     this.toolStripMenuItemExit.Size   = new System.Drawing.Size(147, 22);
     this.toolStripMenuItemExit.Text   = "Exit Minibar";
     this.toolStripMenuItemExit.Click += new System.EventHandler(this.OnTabControlCloseClick);
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(600, 200);
     this.ControlBox          = false;
     this.Controls.Add(this.superTabControlMain);
     this.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FormMain";
     this.Opacity         = 0D;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "adsalesapps";
     this.TopMost         = true;
     this.Deactivate     += new System.EventHandler(this.OnFormDeactivate);
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
     this.Load           += new System.EventHandler(this.OnFormLoad);
     this.Shown          += new System.EventHandler(this.OnFormShown);
     ((System.ComponentModel.ISupportInitialize)(this.superTabControlMain)).EndInit();
     this.superTabControlMain.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
        private void CreateMaterialControl(Materials materials)
        {
            DevComponents.DotNetBar.SuperTabItem superTabItem1;
            superTabItem1         = new DevComponents.DotNetBar.SuperTabItem();
            superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
            //
            // superTabControlPanel1
            //
            this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0);
            this.superTabControlPanel1.Name     = "superTabControlPanel1";
            this.superTabControlPanel1.Size     = new System.Drawing.Size(200, 100);
            this.superTabControlPanel1.TabIndex = 0;
            //
            // superTabItem1
            //
            DevComponents.DotNetBar.Rendering.SuperTabItemColorTable      superTabItemColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorStates         superTabColorStates1         = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            superTabItem1.AttachedControl            = this.superTabControlPanel1;
            superTabItem1.GlobalItem                 = false;
            superTabItem1.Name                       = "superTabItem" + materials.sequenceNo;
            superTabItem1.TabFont                    = new System.Drawing.Font("黑体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            superTabItem1.SelectedTabFont            = new System.Drawing.Font("黑体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            superTabItemStateColorTable1.OuterBorder = System.Drawing.Color.Gray;
            superTabColorStates1.Normal              = superTabItemStateColorTable1;
            superTabItemColorTable1.Default          = superTabColorStates1;
            superTabItem1.TabColor                   = superTabItemColorTable1;
            superTabItem1.Text                       = "领用批次" + materials.sequenceNo;
            superTabItem1.Tag = materials;
            if (materials.status == 0)
            {
                superTabItem1.Image = global::MonitorMain.Properties.Resources.ball_yellow;
            }
            else
            {
                superTabItem1.Image = global::MonitorMain.Properties.Resources.ball_green;
            }
            superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
                superTabItem1
            });

            System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;


            flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();

            //
            // flowLayoutPanel1
            //
            flowLayoutPanel1.Dock       = System.Windows.Forms.DockStyle.Fill;
            flowLayoutPanel1.Location   = new System.Drawing.Point(0, 0);
            flowLayoutPanel1.Name       = "flowLayoutPanel" + materials.sequenceNo;
            flowLayoutPanel1.Size       = new System.Drawing.Size(742, 500);
            flowLayoutPanel1.TabIndex   = 0;
            flowLayoutPanel1.AutoScroll = true;

            MaterialsDetial materialsDetialtot = MaterialsDetial.GetMaterialsDetialGroupBy(materials.ID);
            CMaterialsDetal cmaterialsDetal    = new CMaterialsDetal(materialsDetialtot);

            cmaterialsDetal.Size = new Size(150, 150);
            if (colorint % 2 == 0)
            {
                cmaterialsDetal.BackColor = Color.AliceBlue;
            }
            else
            {
                cmaterialsDetal.BackColor = Color.Beige;
            }
            colorint++;
            flowLayoutPanel1.Controls.Add(cmaterialsDetal);
            materialsDetialtots.Add(materialsDetialtot);

            Bar bar1 = new Bar();

            bar1.AntiAlias = true;
            bar1.DockSide  = DevComponents.DotNetBar.eDockSide.Top;

            bar1.Name     = "bar1";
            bar1.Size     = new System.Drawing.Size(flowLayoutPanel1.Width + 100, 25);
            bar1.Stretch  = true;
            bar1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            bar1.TabIndex = 5;
            bar1.TabStop  = false;
            bar1.Text     = "bar1";
            flowLayoutPanel1.Controls.Add(bar1);



            materials.materialsDetailList = MaterialsDetailList.GetMaterialsDetailList(materials.ID);
            foreach (MaterialsDetial materialsDetial in materials.materialsDetailList)
            {
                CMaterialsDetal materialsDetal = new CMaterialsDetal(materialsDetial);
                materialsDetal.Size = new Size(150, 150);
                if (colorint % 2 == 0)
                {
                    materialsDetal.BackColor = Color.SpringGreen;
                }
                else
                {
                    materialsDetal.BackColor = Color.Yellow;
                }
                colorint++;
                flowLayoutPanel1.Controls.Add(materialsDetal);
            }

            PanelEx panelEx1 = new PanelEx();

            //
            // panelEx1
            //
            panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
            panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            panelEx1.Location         = new System.Drawing.Point(369, 103);
            panelEx1.Name             = "panelEx1";
            panelEx1.Size             = new System.Drawing.Size(200, 100);
            panelEx1.Style.Alignment  = System.Drawing.StringAlignment.Center;
            panelEx1.Style.BackColor1.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            panelEx1.Style.BackColor2.ColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            panelEx1.Style.GradientAngle = 90;
            panelEx1.TabIndex            = 1;
            panelEx1.Dock = DockStyle.Fill;

            panelEx1.Controls.Add(flowLayoutPanel1);

            //
            // superTabControlPanel1
            //
            this.superTabControlPanel1.Controls.Add(panelEx1);
            this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel1.Location = new System.Drawing.Point(127, 0);
            this.superTabControlPanel1.Name     = "superTabControlPanel" + materials.sequenceNo;
            this.superTabControlPanel1.Size     = new System.Drawing.Size(742, 500);
            this.superTabControlPanel1.TabIndex = 1;
            this.superTabControlPanel1.TabItem  = superTabItem1;
            this.superTabControl1.Controls.Add(this.superTabControlPanel1);
        }
 /// <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.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable           superTabItemColorTable1           = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates              superTabColorStates1              = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable2      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable3      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EntityForm2));
     this.panelDiagram      = new System.Windows.Forms.Panel();
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4         = new DevComponents.DotNetBar.DockSite();
     this.dockSite1         = new DevComponents.DotNetBar.DockSite();
     this.dockSite2         = new DevComponents.DotNetBar.DockSite();
     this.dockSite8         = new DevComponents.DotNetBar.DockSite();
     this.dockSite5         = new DevComponents.DotNetBar.DockSite();
     this.dockSite6         = new DevComponents.DotNetBar.DockSite();
     this.dockSite7         = new DevComponents.DotNetBar.DockSite();
     this.dockSite3         = new DevComponents.DotNetBar.DockSite();
     this.superTooltip1     = new DevComponents.DotNetBar.SuperTooltip();
     this.bar1 = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1            = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.entityDetailsEditor1             = new ArchAngel.Providers.EntityModel.UI.Editors.EntityDetailsEditor();
     this.superTabItemEntityDetails        = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel4            = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.tablePropertiesEditor1           = new ArchAngel.Providers.EntityModel.UI.Editors.TableColumnsEditor();
     this.superTabItemTableColumns         = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2            = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.propertiesEditorEntityProperties = new ArchAngel.Providers.EntityModel.UI.Editors.EntityPropertiesEditor();
     this.superTabItemEntityProperties     = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel3            = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.tableDetailsEditor1             = new ArchAngel.Providers.EntityModel.UI.Editors.TableDetailsEditor();
     this.superTabItemTableDetails        = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel7           = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.componentPropertiesEditor1      = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentPropertiesEditor();
     this.superTabItemComponentProperties = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel6           = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.componentDetailsEditor1         = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentDetailsEditor();
     this.superTabItemComponentDetails    = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel5           = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.tableKeysEditor1         = new ArchAngel.Providers.EntityModel.UI.Editors.TableKeysEditor();
     this.superTabItemTableKeys    = new DevComponents.DotNetBar.SuperTabItem();
     this.expandableSplitter1      = new DevComponents.DotNetBar.ExpandableSplitter();
     this.buttonHybrid             = new DevComponents.DotNetBar.ButtonX();
     this.buttonTableRelationships = new DevComponents.DotNetBar.ButtonX();
     this.buttonTableMappings      = new DevComponents.DotNetBar.ButtonX();
     this.panelTop              = new DevComponents.DotNetBar.PanelEx();
     this.buttonShowMapping     = new DevComponents.DotNetBar.ButtonX();
     this.buttonShowInheritance = new DevComponents.DotNetBar.ButtonX();
     this.highlighter1          = new DevComponents.DotNetBar.Validator.Highlighter();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     this.bar1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.superTabControlPanel4.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     this.superTabControlPanel3.SuspendLayout();
     this.superTabControlPanel7.SuspendLayout();
     this.superTabControlPanel6.SuspendLayout();
     this.superTabControlPanel5.SuspendLayout();
     this.panelTop.SuspendLayout();
     this.SuspendLayout();
     //
     // panelDiagram
     //
     this.panelDiagram.AutoScroll = true;
     this.panelDiagram.BackColor  = System.Drawing.Color.Black;
     this.panelDiagram.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.panelDiagram.Location   = new System.Drawing.Point(0, 33);
     this.panelDiagram.Name       = "panelDiagram";
     this.panelDiagram.Size       = new System.Drawing.Size(753, 282);
     this.panelDiagram.TabIndex   = 0;
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager1.BottomDockSite     = this.dockSite4;
     this.dotNetBarManager1.EnableFullSizeDock = false;
     this.dotNetBarManager1.LeftDockSite       = this.dockSite1;
     this.dotNetBarManager1.LicenseKey         = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.dotNetBarManager1.ParentForm         = null;
     this.dotNetBarManager1.ParentUserControl  = this;
     this.dotNetBarManager1.RightDockSite      = this.dockSite2;
     this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager1.ToolbarLeftDockSite   = this.dockSite5;
     this.dotNetBarManager1.ToolbarRightDockSite  = this.dockSite6;
     this.dotNetBarManager1.ToolbarTopDockSite    = this.dockSite7;
     this.dotNetBarManager1.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, 502);
     this.dockSite4.Name                  = "dockSite4";
     this.dockSite4.Size                  = new System.Drawing.Size(753, 0);
     this.dockSite4.TabIndex              = 7;
     this.dockSite4.TabStop               = false;
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Dock                  = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite1.Location              = new System.Drawing.Point(0, 33);
     this.dockSite1.Name                  = "dockSite1";
     this.dockSite1.Size                  = new System.Drawing.Size(0, 469);
     this.dockSite1.TabIndex              = 4;
     this.dockSite1.TabStop               = false;
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite2.Location              = new System.Drawing.Point(753, 33);
     this.dockSite2.Name                  = "dockSite2";
     this.dockSite2.Size                  = new System.Drawing.Size(0, 469);
     this.dockSite2.TabIndex              = 5;
     this.dockSite2.TabStop               = false;
     //
     // 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, 502);
     this.dockSite8.Name           = "dockSite8";
     this.dockSite8.Size           = new System.Drawing.Size(753, 0);
     this.dockSite8.TabIndex       = 11;
     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, 33);
     this.dockSite5.Name           = "dockSite5";
     this.dockSite5.Size           = new System.Drawing.Size(0, 469);
     this.dockSite5.TabIndex       = 8;
     this.dockSite5.TabStop        = false;
     //
     // dockSite6
     //
     this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite6.Dock           = System.Windows.Forms.DockStyle.Right;
     this.dockSite6.Location       = new System.Drawing.Point(753, 33);
     this.dockSite6.Name           = "dockSite6";
     this.dockSite6.Size           = new System.Drawing.Size(0, 469);
     this.dockSite6.TabIndex       = 9;
     this.dockSite6.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, 33);
     this.dockSite7.Name           = "dockSite7";
     this.dockSite7.Size           = new System.Drawing.Size(753, 0);
     this.dockSite7.TabIndex       = 10;
     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, 33);
     this.dockSite3.Name                  = "dockSite3";
     this.dockSite3.Size                  = new System.Drawing.Size(753, 0);
     this.dockSite3.TabIndex              = 6;
     this.dockSite3.TabStop               = false;
     //
     // superTooltip1
     //
     this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // bar1
     //
     this.bar1.BackColor = System.Drawing.Color.White;
     //
     //
     //
     //
     //
     //
     this.bar1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.bar1.ControlBox.MenuBox.Name = "";
     this.bar1.ControlBox.Name         = "";
     this.bar1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bar1.ControlBox.MenuBox,
         this.bar1.ControlBox.CloseBox
     });
     this.bar1.Controls.Add(this.superTabControlPanel1);
     this.bar1.Controls.Add(this.superTabControlPanel4);
     this.bar1.Controls.Add(this.superTabControlPanel2);
     this.bar1.Controls.Add(this.superTabControlPanel3);
     this.bar1.Controls.Add(this.superTabControlPanel7);
     this.bar1.Controls.Add(this.superTabControlPanel6);
     this.bar1.Controls.Add(this.superTabControlPanel5);
     this.bar1.Dock               = System.Windows.Forms.DockStyle.Bottom;
     this.bar1.ForeColor          = System.Drawing.Color.White;
     this.bar1.Location           = new System.Drawing.Point(0, 321);
     this.bar1.Name               = "bar1";
     this.bar1.ReorderTabsEnabled = true;
     this.bar1.SelectedTabFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.bar1.SelectedTabIndex   = 6;
     this.bar1.Size               = new System.Drawing.Size(753, 181);
     this.bar1.TabAlignment       = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.bar1.TabFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bar1.TabIndex           = 0;
     this.bar1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItemEntityDetails,
         this.superTabItemEntityProperties,
         this.superTabItemTableDetails,
         this.superTabItemTableColumns,
         this.superTabItemTableKeys,
         this.superTabItemComponentDetails,
         this.superTabItemComponentProperties
     });
     superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))
     };
     superTabColorTable1.Background      = superTabLinearGradientColorTable4;
     superTabColorTable1.InnerBorder     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabColorTable1.OuterBorder     = System.Drawing.Color.Black;
     superTabColorTable1.SelectionMarker = System.Drawing.Color.White;
     this.bar1.TabStripColor             = superTabColorTable1;
     this.bar1.TabStyle           = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.bar1.TabVerticalSpacing = 10;
     this.bar1.Text = "Details";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.Controls.Add(this.entityDetailsEditor1);
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem  = this.superTabItemEntityDetails;
     //
     // entityDetailsEditor1
     //
     this.entityDetailsEditor1.AutoScroll = true;
     this.entityDetailsEditor1.BackColor  = System.Drawing.Color.Black;
     this.entityDetailsEditor1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.entityDetailsEditor1.Entity     = null;
     this.entityDetailsEditor1.ForeColor  = System.Drawing.Color.White;
     this.entityDetailsEditor1.Location   = new System.Drawing.Point(0, 0);
     this.entityDetailsEditor1.Name       = "entityDetailsEditor1";
     this.entityDetailsEditor1.Size       = new System.Drawing.Size(680, 181);
     this.entityDetailsEditor1.TabIndex   = 0;
     //
     // superTabItemEntityDetails
     //
     this.superTabItemEntityDetails.AttachedControl = this.superTabControlPanel1;
     this.superTabItemEntityDetails.GlobalItem      = false;
     this.superTabItemEntityDetails.Name            = "superTabItemEntityDetails";
     superTabLinearGradientColorTable1.Colors       = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))))
     };
     superTabItemStateColorTable1.Background  = superTabLinearGradientColorTable1;
     superTabItemStateColorTable1.Text        = System.Drawing.Color.White;
     superTabColorStates1.Normal              = superTabItemStateColorTable1;
     superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))
     };
     superTabItemStateColorTable2.Background  = superTabLinearGradientColorTable2;
     superTabItemStateColorTable2.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable2.OuterBorder = System.Drawing.Color.Black;
     superTabItemStateColorTable2.Text        = System.Drawing.Color.White;
     superTabColorStates1.Selected            = superTabItemStateColorTable2;
     superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))))
     };
     superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
     superTabColorStates1.SelectedMouseOver  = superTabItemStateColorTable3;
     superTabItemColorTable1.Default         = superTabColorStates1;
     this.superTabItemEntityDetails.TabColor = superTabItemColorTable1;
     this.superTabItemEntityDetails.Text     = "Details";
     //
     // superTabControlPanel4
     //
     this.superTabControlPanel4.Controls.Add(this.tablePropertiesEditor1);
     this.superTabControlPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel4.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel4.Name     = "superTabControlPanel4";
     this.superTabControlPanel4.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel4.TabIndex = 0;
     this.superTabControlPanel4.TabItem  = this.superTabItemTableColumns;
     //
     // tablePropertiesEditor1
     //
     this.tablePropertiesEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tablePropertiesEditor1.Location = new System.Drawing.Point(0, 0);
     this.tablePropertiesEditor1.Name     = "tablePropertiesEditor1";
     this.tablePropertiesEditor1.Size     = new System.Drawing.Size(680, 181);
     this.tablePropertiesEditor1.TabIndex = 0;
     this.tablePropertiesEditor1.Table    = null;
     //
     // superTabItemTableColumns
     //
     this.superTabItemTableColumns.AttachedControl = this.superTabControlPanel4;
     this.superTabItemTableColumns.GlobalItem      = false;
     this.superTabItemTableColumns.Name            = "superTabItemTableColumns";
     this.superTabItemTableColumns.Text            = "Columns";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.propertiesEditorEntityProperties);
     this.superTabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel2.Name     = "superTabControlPanel2";
     this.superTabControlPanel2.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem  = this.superTabItemEntityProperties;
     //
     // propertiesEditorEntityProperties
     //
     this.propertiesEditorEntityProperties.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(13)))), ((int)(((byte)(13)))));
     this.propertiesEditorEntityProperties.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.propertiesEditorEntityProperties.Entity    = null;
     this.propertiesEditorEntityProperties.Location  = new System.Drawing.Point(0, 0);
     this.propertiesEditorEntityProperties.Name      = "propertiesEditorEntityProperties";
     this.propertiesEditorEntityProperties.Size      = new System.Drawing.Size(680, 181);
     this.propertiesEditorEntityProperties.TabIndex  = 0;
     //
     // superTabItemEntityProperties
     //
     this.superTabItemEntityProperties.AttachedControl = this.superTabControlPanel2;
     this.superTabItemEntityProperties.GlobalItem      = false;
     this.superTabItemEntityProperties.Name            = "superTabItemEntityProperties";
     this.superTabItemEntityProperties.Text            = "Properties";
     //
     // superTabControlPanel3
     //
     this.superTabControlPanel3.Controls.Add(this.tableDetailsEditor1);
     this.superTabControlPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel3.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel3.Name     = "superTabControlPanel3";
     this.superTabControlPanel3.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel3.TabIndex = 0;
     this.superTabControlPanel3.TabItem  = this.superTabItemTableDetails;
     //
     // tableDetailsEditor1
     //
     this.tableDetailsEditor1.BackColor = System.Drawing.Color.Black;
     this.tableDetailsEditor1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tableDetailsEditor1.ForeColor = System.Drawing.Color.White;
     this.tableDetailsEditor1.Location  = new System.Drawing.Point(0, 0);
     this.tableDetailsEditor1.Name      = "tableDetailsEditor1";
     this.tableDetailsEditor1.Size      = new System.Drawing.Size(680, 181);
     this.tableDetailsEditor1.TabIndex  = 0;
     this.tableDetailsEditor1.Table     = null;
     //
     // superTabItemTableDetails
     //
     this.superTabItemTableDetails.AttachedControl = this.superTabControlPanel3;
     this.superTabItemTableDetails.GlobalItem      = false;
     this.superTabItemTableDetails.Name            = "superTabItemTableDetails";
     this.superTabItemTableDetails.Text            = "Details";
     //
     // superTabControlPanel7
     //
     this.superTabControlPanel7.Controls.Add(this.componentPropertiesEditor1);
     this.superTabControlPanel7.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel7.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel7.Name     = "superTabControlPanel7";
     this.superTabControlPanel7.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel7.TabIndex = 0;
     this.superTabControlPanel7.TabItem  = this.superTabItemComponentProperties;
     //
     // componentPropertiesEditor1
     //
     this.componentPropertiesEditor1.ComponentSpecification = null;
     this.componentPropertiesEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.componentPropertiesEditor1.Location = new System.Drawing.Point(0, 0);
     this.componentPropertiesEditor1.Name     = "componentPropertiesEditor1";
     this.componentPropertiesEditor1.Size     = new System.Drawing.Size(680, 181);
     this.componentPropertiesEditor1.TabIndex = 0;
     //
     // superTabItemComponentProperties
     //
     this.superTabItemComponentProperties.AttachedControl = this.superTabControlPanel7;
     this.superTabItemComponentProperties.GlobalItem      = false;
     this.superTabItemComponentProperties.Name            = "superTabItemComponentProperties";
     this.superTabItemComponentProperties.Text            = "Properties";
     //
     // superTabControlPanel6
     //
     this.superTabControlPanel6.Controls.Add(this.componentDetailsEditor1);
     this.superTabControlPanel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel6.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel6.Name     = "superTabControlPanel6";
     this.superTabControlPanel6.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel6.TabIndex = 0;
     this.superTabControlPanel6.TabItem  = this.superTabItemComponentDetails;
     //
     // componentDetailsEditor1
     //
     this.componentDetailsEditor1.BackColor = System.Drawing.Color.Black;
     this.componentDetailsEditor1.ComponentSpecification = null;
     this.componentDetailsEditor1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.componentDetailsEditor1.ForeColor = System.Drawing.Color.White;
     this.componentDetailsEditor1.Location  = new System.Drawing.Point(0, 0);
     this.componentDetailsEditor1.Name      = "componentDetailsEditor1";
     this.componentDetailsEditor1.Size      = new System.Drawing.Size(680, 181);
     this.componentDetailsEditor1.TabIndex  = 0;
     //
     // superTabItemComponentDetails
     //
     this.superTabItemComponentDetails.AttachedControl = this.superTabControlPanel6;
     this.superTabItemComponentDetails.GlobalItem      = false;
     this.superTabItemComponentDetails.Name            = "superTabItemComponentDetails";
     this.superTabItemComponentDetails.Text            = "Details";
     //
     // superTabControlPanel5
     //
     this.superTabControlPanel5.Controls.Add(this.tableKeysEditor1);
     this.superTabControlPanel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel5.Location = new System.Drawing.Point(73, 0);
     this.superTabControlPanel5.Name     = "superTabControlPanel5";
     this.superTabControlPanel5.Size     = new System.Drawing.Size(680, 181);
     this.superTabControlPanel5.TabIndex = 0;
     this.superTabControlPanel5.TabItem  = this.superTabItemTableKeys;
     //
     // tableKeysEditor1
     //
     this.tableKeysEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableKeysEditor1.Location = new System.Drawing.Point(0, 0);
     this.tableKeysEditor1.Name     = "tableKeysEditor1";
     this.tableKeysEditor1.Size     = new System.Drawing.Size(680, 181);
     this.tableKeysEditor1.TabIndex = 0;
     this.tableKeysEditor1.Table    = null;
     //
     // superTabItemTableKeys
     //
     this.superTabItemTableKeys.AttachedControl = this.superTabControlPanel5;
     this.superTabItemTableKeys.GlobalItem      = false;
     this.superTabItemTableKeys.Name            = "superTabItemTableKeys";
     this.superTabItemTableKeys.Text            = "Keys";
     //
     // expandableSplitter1
     //
     this.expandableSplitter1.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.BackColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandableSplitter1.Dock                         = System.Windows.Forms.DockStyle.Bottom;
     this.expandableSplitter1.Expandable                   = false;
     this.expandableSplitter1.ExpandableControl            = this.panelDiagram;
     this.expandableSplitter1.ExpandFillColor              = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.ExpandFillColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.ExpandLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.expandableSplitter1.ExpandLineColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.GripDarkColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.expandableSplitter1.GripDarkColorSchemePart      = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.GripLightColor               = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.expandableSplitter1.GripLightColorSchemePart     = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.expandableSplitter1.HotBackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
     this.expandableSplitter1.HotBackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
     this.expandableSplitter1.HotBackColor2SchemePart      = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
     this.expandableSplitter1.HotBackColorSchemePart       = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.HotExpandFillColor           = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.HotExpandLineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.HotGripDarkColor             = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.HotGripDarkColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.HotGripLightColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.expandableSplitter1.HotGripLightColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.expandableSplitter1.Location                     = new System.Drawing.Point(0, 315);
     this.expandableSplitter1.Name                         = "expandableSplitter1";
     this.expandableSplitter1.Size                         = new System.Drawing.Size(753, 6);
     this.expandableSplitter1.Style                        = DevComponents.DotNetBar.eSplitterStyle.Office2007;
     this.expandableSplitter1.TabIndex                     = 12;
     this.expandableSplitter1.TabStop                      = false;
     //
     // buttonHybrid
     //
     this.buttonHybrid.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonHybrid.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonHybrid.Location       = new System.Drawing.Point(282, 7);
     this.buttonHybrid.Name           = "buttonHybrid";
     this.buttonHybrid.Size           = new System.Drawing.Size(75, 23);
     this.buttonHybrid.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonHybrid.TabIndex       = 3;
     this.buttonHybrid.Text           = "E Hybrid";
     this.buttonHybrid.Visible        = false;
     this.buttonHybrid.Click         += new System.EventHandler(this.buttonHybrid_Click);
     //
     // buttonTableRelationships
     //
     this.buttonTableRelationships.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonTableRelationships.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonTableRelationships.Location       = new System.Drawing.Point(363, 4);
     this.buttonTableRelationships.Name           = "buttonTableRelationships";
     this.buttonTableRelationships.Size           = new System.Drawing.Size(84, 23);
     this.buttonTableRelationships.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonTableRelationships.TabIndex       = 4;
     this.buttonTableRelationships.Text           = "T Relationships";
     this.buttonTableRelationships.Visible        = false;
     this.buttonTableRelationships.Click         += new System.EventHandler(this.buttonTableRelationships_Click);
     //
     // buttonTableMappings
     //
     this.buttonTableMappings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonTableMappings.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonTableMappings.Location       = new System.Drawing.Point(453, 3);
     this.buttonTableMappings.Name           = "buttonTableMappings";
     this.buttonTableMappings.Size           = new System.Drawing.Size(84, 23);
     this.buttonTableMappings.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonTableMappings.TabIndex       = 5;
     this.buttonTableMappings.Text           = "T Mapping";
     this.buttonTableMappings.Visible        = false;
     this.buttonTableMappings.Click         += new System.EventHandler(this.buttonTableMappings_Click);
     //
     // panelTop
     //
     this.panelTop.Controls.Add(this.buttonShowMapping);
     this.panelTop.Controls.Add(this.buttonShowInheritance);
     this.panelTop.Controls.Add(this.buttonTableMappings);
     this.panelTop.Controls.Add(this.buttonTableRelationships);
     this.panelTop.Controls.Add(this.buttonHybrid);
     this.panelTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location = new System.Drawing.Point(0, 0);
     this.panelTop.Name     = "panelTop";
     this.panelTop.Size     = new System.Drawing.Size(753, 33);
     this.panelTop.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.panelTop.Style.BackColor2.Color = System.Drawing.Color.Black;
     this.panelTop.Style.GradientAngle    = 90;
     this.panelTop.TabIndex = 3;
     //
     // buttonShowMapping
     //
     this.buttonShowMapping.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonShowMapping.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.buttonShowMapping.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonShowMapping.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonShowMapping.HoverImage")));
     this.buttonShowMapping.Image          = ((System.Drawing.Image)(resources.GetObject("buttonShowMapping.Image")));
     this.buttonShowMapping.Location       = new System.Drawing.Point(19, 5);
     this.buttonShowMapping.Name           = "buttonShowMapping";
     this.buttonShowMapping.Size           = new System.Drawing.Size(96, 23);
     this.buttonShowMapping.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonShowMapping.TabIndex       = 10;
     this.buttonShowMapping.Text           = "  Mapping";
     this.buttonShowMapping.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonShowMapping.Visible        = false;
     this.buttonShowMapping.Click         += new System.EventHandler(this.buttonShowMapping_Click);
     //
     // buttonShowInheritance
     //
     this.buttonShowInheritance.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonShowInheritance.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.buttonShowInheritance.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonShowInheritance.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonShowInheritance.HoverImage")));
     this.buttonShowInheritance.Image          = ((System.Drawing.Image)(resources.GetObject("buttonShowInheritance.Image")));
     this.buttonShowInheritance.Location       = new System.Drawing.Point(130, 5);
     this.buttonShowInheritance.Name           = "buttonShowInheritance";
     this.buttonShowInheritance.Size           = new System.Drawing.Size(96, 23);
     this.buttonShowInheritance.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonShowInheritance.TabIndex       = 9;
     this.buttonShowInheritance.Text           = "  Inheritance";
     this.buttonShowInheritance.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonShowInheritance.Visible        = false;
     this.buttonShowInheritance.Click         += new System.EventHandler(this.buttonShowInheritance_Click);
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     this.highlighter1.LicenseKey       = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // EntityForm2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelDiagram);
     this.Controls.Add(this.expandableSplitter1);
     this.Controls.Add(this.bar1);
     this.Controls.Add(this.dockSite2);
     this.Controls.Add(this.dockSite1);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSite6);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Controls.Add(this.panelTop);
     this.Name = "EntityForm2";
     this.Size = new System.Drawing.Size(753, 502);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     this.bar1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.superTabControlPanel4.ResumeLayout(false);
     this.superTabControlPanel2.ResumeLayout(false);
     this.superTabControlPanel3.ResumeLayout(false);
     this.superTabControlPanel7.ResumeLayout(false);
     this.superTabControlPanel6.ResumeLayout(false);
     this.superTabControlPanel5.ResumeLayout(false);
     this.panelTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
            DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
            this.bar1 = new DevComponents.DotNetBar.SuperTabControl();
            this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.superTabItemProperties = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.entities1 = new ArchAngel.Providers.EntityModel.UI.PropertyGrids.Entities();
            this.superTabItemEntities = new DevComponents.DotNetBar.SuperTabItem();
            this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.tableDetailsEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.TableDetailsEditor();
            this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.tablePropertiesEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.TableColumnsEditor();
            this.superTabControlPanel7 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.componentPropertiesEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentPropertiesEditor();
            this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.componentDetailsEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentDetailsEditor();
            this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.tableKeysEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.TableKeysEditor();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            this.bar1.SuspendLayout();
            this.superTabControlPanel1.SuspendLayout();
            this.superTabControlPanel3.SuspendLayout();
            this.superTabControlPanel4.SuspendLayout();
            this.superTabControlPanel7.SuspendLayout();
            this.superTabControlPanel6.SuspendLayout();
            this.superTabControlPanel5.SuspendLayout();
            this.SuspendLayout();
            // 
            // bar1
            // 
            this.bar1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            // 
            // 
            // 
            this.bar1.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.bar1.ControlBox.MenuBox.Name = "";
            this.bar1.ControlBox.Name = "";
            this.bar1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.bar1.ControlBox.MenuBox,
            this.bar1.ControlBox.CloseBox});
            this.bar1.Controls.Add(this.superTabControlPanel1);
            this.bar1.Controls.Add(this.superTabControlPanel2);
            this.bar1.Controls.Add(this.superTabControlPanel3);
            this.bar1.Controls.Add(this.superTabControlPanel4);
            this.bar1.Controls.Add(this.superTabControlPanel7);
            this.bar1.Controls.Add(this.superTabControlPanel6);
            this.bar1.Controls.Add(this.superTabControlPanel5);
            this.bar1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.bar1.ForeColor = System.Drawing.Color.White;
            this.bar1.Location = new System.Drawing.Point(0, 30);
            this.bar1.Name = "bar1";
            this.bar1.ReorderTabsEnabled = true;
            this.bar1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.bar1.SelectedTabIndex = 6;
            this.bar1.Size = new System.Drawing.Size(628, 295);
            this.bar1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
            this.bar1.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.bar1.TabIndex = 1;
            this.bar1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItemEntities,
            this.superTabItemProperties});
            superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))};
            superTabColorTable1.Background = superTabLinearGradientColorTable4;
            superTabColorTable1.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
            superTabColorTable1.OuterBorder = System.Drawing.Color.Black;
            superTabColorTable1.SelectionMarker = System.Drawing.Color.White;
            this.bar1.TabStripColor = superTabColorTable1;
            this.bar1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
            this.bar1.TabVerticalSpacing = 10;
            this.bar1.Text = "Details";
            // 
            // superTabControlPanel2
            // 
            this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel2.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel2.Name = "superTabControlPanel2";
            this.superTabControlPanel2.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel2.TabIndex = 0;
            this.superTabControlPanel2.TabItem = this.superTabItemProperties;
            // 
            // superTabItemProperties
            // 
            this.superTabItemProperties.AttachedControl = this.superTabControlPanel2;
            this.superTabItemProperties.GlobalItem = false;
            this.superTabItemProperties.Name = "superTabItemProperties";
            this.superTabItemProperties.Text = "Property customizations";
            this.superTabItemProperties.Visible = false;
            // 
            // superTabControlPanel1
            // 
            this.superTabControlPanel1.Controls.Add(this.entities1);
            this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel1.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel1.Name = "superTabControlPanel1";
            this.superTabControlPanel1.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel1.TabIndex = 1;
            this.superTabControlPanel1.TabItem = this.superTabItemEntities;
            // 
            // entities1
            // 
            this.entities1.BackColor = System.Drawing.Color.Black;
            this.entities1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.entities1.Location = new System.Drawing.Point(0, 0);
            this.entities1.Name = "entities1";
            this.entities1.Size = new System.Drawing.Size(488, 295);
            this.entities1.TabIndex = 0;
            // 
            // superTabItemEntities
            // 
            this.superTabItemEntities.AttachedControl = this.superTabControlPanel1;
            this.superTabItemEntities.GlobalItem = false;
            this.superTabItemEntities.Name = "superTabItemEntities";
            superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))))};
            superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
            superTabItemStateColorTable1.Text = System.Drawing.Color.White;
            superTabColorStates1.Normal = superTabItemStateColorTable1;
            superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))};
            superTabItemStateColorTable2.Background = superTabLinearGradientColorTable2;
            superTabItemStateColorTable2.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
            superTabItemStateColorTable2.OuterBorder = System.Drawing.Color.Black;
            superTabItemStateColorTable2.Text = System.Drawing.Color.White;
            superTabColorStates1.Selected = superTabItemStateColorTable2;
            superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))))};
            superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
            superTabColorStates1.SelectedMouseOver = superTabItemStateColorTable3;
            superTabItemColorTable1.Default = superTabColorStates1;
            this.superTabItemEntities.TabColor = superTabItemColorTable1;
            this.superTabItemEntities.Text = "Entity customizations";
            // 
            // superTabControlPanel3
            // 
            this.superTabControlPanel3.Controls.Add(this.tableDetailsEditor1);
            this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel3.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel3.Name = "superTabControlPanel3";
            this.superTabControlPanel3.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel3.TabIndex = 0;
            // 
            // tableDetailsEditor1
            // 
            this.tableDetailsEditor1.BackColor = System.Drawing.Color.Black;
            this.tableDetailsEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableDetailsEditor1.ForeColor = System.Drawing.Color.White;
            this.tableDetailsEditor1.Location = new System.Drawing.Point(0, 0);
            this.tableDetailsEditor1.Name = "tableDetailsEditor1";
            this.tableDetailsEditor1.Size = new System.Drawing.Size(488, 295);
            this.tableDetailsEditor1.TabIndex = 0;
            this.tableDetailsEditor1.Table = null;
            // 
            // superTabControlPanel4
            // 
            this.superTabControlPanel4.Controls.Add(this.tablePropertiesEditor1);
            this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel4.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel4.Name = "superTabControlPanel4";
            this.superTabControlPanel4.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel4.TabIndex = 0;
            // 
            // tablePropertiesEditor1
            // 
            this.tablePropertiesEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tablePropertiesEditor1.Location = new System.Drawing.Point(0, 0);
            this.tablePropertiesEditor1.Name = "tablePropertiesEditor1";
            this.tablePropertiesEditor1.Size = new System.Drawing.Size(488, 295);
            this.tablePropertiesEditor1.TabIndex = 0;
            this.tablePropertiesEditor1.Table = null;
            // 
            // superTabControlPanel7
            // 
            this.superTabControlPanel7.Controls.Add(this.componentPropertiesEditor1);
            this.superTabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel7.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel7.Name = "superTabControlPanel7";
            this.superTabControlPanel7.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel7.TabIndex = 0;
            // 
            // componentPropertiesEditor1
            // 
            this.componentPropertiesEditor1.ComponentSpecification = null;
            this.componentPropertiesEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.componentPropertiesEditor1.Location = new System.Drawing.Point(0, 0);
            this.componentPropertiesEditor1.Name = "componentPropertiesEditor1";
            this.componentPropertiesEditor1.Size = new System.Drawing.Size(488, 295);
            this.componentPropertiesEditor1.TabIndex = 0;
            // 
            // superTabControlPanel6
            // 
            this.superTabControlPanel6.Controls.Add(this.componentDetailsEditor1);
            this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel6.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel6.Name = "superTabControlPanel6";
            this.superTabControlPanel6.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel6.TabIndex = 0;
            // 
            // componentDetailsEditor1
            // 
            this.componentDetailsEditor1.BackColor = System.Drawing.Color.Black;
            this.componentDetailsEditor1.ComponentSpecification = null;
            this.componentDetailsEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.componentDetailsEditor1.ForeColor = System.Drawing.Color.White;
            this.componentDetailsEditor1.Location = new System.Drawing.Point(0, 0);
            this.componentDetailsEditor1.Name = "componentDetailsEditor1";
            this.componentDetailsEditor1.Size = new System.Drawing.Size(488, 295);
            this.componentDetailsEditor1.TabIndex = 0;
            // 
            // superTabControlPanel5
            // 
            this.superTabControlPanel5.Controls.Add(this.tableKeysEditor1);
            this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.superTabControlPanel5.Location = new System.Drawing.Point(140, 0);
            this.superTabControlPanel5.Name = "superTabControlPanel5";
            this.superTabControlPanel5.Size = new System.Drawing.Size(488, 295);
            this.superTabControlPanel5.TabIndex = 0;
            // 
            // tableKeysEditor1
            // 
            this.tableKeysEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableKeysEditor1.Location = new System.Drawing.Point(0, 0);
            this.tableKeysEditor1.Name = "tableKeysEditor1";
            this.tableKeysEditor1.Size = new System.Drawing.Size(488, 295);
            this.tableKeysEditor1.TabIndex = 0;
            this.tableKeysEditor1.Table = null;
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
            this.labelX1.BackgroundStyle.BackColor2 = System.Drawing.Color.Black;
            this.labelX1.BackgroundStyle.BackColorGradientAngle = 90;
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX1.Location = new System.Drawing.Point(0, 0);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(628, 30);
            this.labelX1.TabIndex = 2;
            this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // CustomCode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.bar1);
            this.Controls.Add(this.labelX1);
            this.Name = "CustomCode";
            this.Size = new System.Drawing.Size(628, 325);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.bar1.ResumeLayout(false);
            this.superTabControlPanel1.ResumeLayout(false);
            this.superTabControlPanel3.ResumeLayout(false);
            this.superTabControlPanel4.ResumeLayout(false);
            this.superTabControlPanel7.ResumeLayout(false);
            this.superTabControlPanel6.ResumeLayout(false);
            this.superTabControlPanel5.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemplo n.º 9
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.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
			this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
			this.labelX1 = new DevComponents.DotNetBar.LabelX();
			this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
			this.buttonResetAllDefaults = new DevComponents.DotNetBar.ButtonX();
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
			this.superTabControl1.SuspendLayout();
			this.superTabControlPanel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// toolTip1
			// 
			this.toolTip1.AutoPopDelay = 5000;
			this.toolTip1.InitialDelay = 200;
			this.toolTip1.IsBalloon = true;
			this.toolTip1.ReshowDelay = 100;
			// 
			// highlighter1
			// 
			this.highlighter1.ContainerControl = this;
			this.highlighter1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// superTabControl1
			// 
			// 
			// 
			// 
			// 
			// 
			// 
			this.superTabControl1.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.superTabControl1.ControlBox.MenuBox.Name = "";
			this.superTabControl1.ControlBox.Name = "";
			this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl1.ControlBox.MenuBox,
            this.superTabControl1.ControlBox.CloseBox});
			this.superTabControl1.Controls.Add(this.superTabControlPanel1);
			this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControl1.Location = new System.Drawing.Point(0, 54);
			this.superTabControl1.Name = "superTabControl1";
			this.superTabControl1.ReorderTabsEnabled = false;
			this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.superTabControl1.SelectedTabIndex = 0;
			this.superTabControl1.Size = new System.Drawing.Size(695, 217);
			this.superTabControl1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
			this.superTabControl1.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.superTabControl1.TabIndex = 5;
			this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItem1});
			this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
			this.superTabControl1.Text = "superTabControl1";
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.CanvasColor = System.Drawing.Color.Transparent;
			this.superTabControlPanel1.Controls.Add(this.textBox1);
			this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel1.Location = new System.Drawing.Point(99, 0);
			this.superTabControlPanel1.Name = "superTabControlPanel1";
			this.superTabControlPanel1.Size = new System.Drawing.Size(596, 217);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItem1;
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(79, 22);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(100, 20);
			this.textBox1.TabIndex = 0;
			// 
			// superTabItem1
			// 
			this.superTabItem1.AttachedControl = this.superTabControlPanel1;
			this.superTabItem1.GlobalItem = false;
			this.superTabItem1.Name = "superTabItem1";
			superTabLinearGradientColorTable1.AdaptiveGradient = false;
			superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))))};
			superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
			superTabItemStateColorTable1.CloseMarker = System.Drawing.Color.Red;
			superTabItemStateColorTable1.InnerBorder = System.Drawing.Color.Green;
			superTabItemStateColorTable1.OuterBorder = System.Drawing.Color.Yellow;
			superTabColorStates1.Selected = superTabItemStateColorTable1;
			superTabItemColorTable1.Left = superTabColorStates1;
			this.superTabItem1.TabColor = superTabItemColorTable1;
			this.superTabItem1.Text = "superTabItem1";
			// 
			// labelX1
			// 
			this.labelX1.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
			this.labelX1.BackgroundStyle.BackColor2 = System.Drawing.Color.Black;
			this.labelX1.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelX1.BackgroundStyle.Class = "";
			this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX1.Location = new System.Drawing.Point(0, 0);
			this.labelX1.Name = "labelX1";
			this.labelX1.Size = new System.Drawing.Size(695, 54);
			this.labelX1.TabIndex = 7;
			// 
			// superTooltip1
			// 
			this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// buttonResetAllDefaults
			// 
			this.buttonResetAllDefaults.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonResetAllDefaults.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonResetAllDefaults.DisabledImage = ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.DisabledImage")));
			this.buttonResetAllDefaults.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.HoverImage")));
			this.buttonResetAllDefaults.Image = ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.Image")));
			this.buttonResetAllDefaults.Location = new System.Drawing.Point(12, 10);
			this.buttonResetAllDefaults.Name = "buttonResetAllDefaults";
			this.buttonResetAllDefaults.Size = new System.Drawing.Size(133, 33);
			this.buttonResetAllDefaults.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.buttonResetAllDefaults, new DevComponents.DotNetBar.SuperTooltipInfo("Re-generate the files", "<b>Note:</b> No files will be written to your disk until you click the \'Write fil" +
						"es to disk\' button.", "Re-generate the files based on your model.", ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.SuperTooltip"))), ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.SuperTooltip1"))), DevComponents.DotNetBar.eTooltipColor.Gray));
			this.buttonResetAllDefaults.TabIndex = 69;
			this.buttonResetAllDefaults.Text = " Reset all defaults";
			this.buttonResetAllDefaults.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonResetAllDefaults.Click += new System.EventHandler(this.buttonResetAllDefaults_Click);
			// 
			// Options
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.Controls.Add(this.buttonResetAllDefaults);
			this.Controls.Add(this.superTabControl1);
			this.Controls.Add(this.labelX1);
			this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
			this.Name = "Options";
			this.NavBarIcon = ((System.Drawing.Image)(resources.GetObject("$this.NavBarIcon")));
			this.Size = new System.Drawing.Size(695, 271);
			this.VisibleChanged += new System.EventHandler(this.Options_VisibleChanged);
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
			this.superTabControl1.ResumeLayout(false);
			this.superTabControlPanel1.ResumeLayout(false);
			this.superTabControlPanel1.PerformLayout();
			this.ResumeLayout(false);

        }
Exemplo n.º 10
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.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates2 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Templates));
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document5 = new ActiproSoftware.SyntaxEditor.Document();
			this.panel1 = new System.Windows.Forms.Panel();
			this.superTabControl2 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel7 = new System.Windows.Forms.Panel();
			this.listViewResources = new DevComponents.DotNetBar.Controls.ListViewEx();
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.contextMenuStaticFiles = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuDeleteStaticFiles = new System.Windows.Forms.ToolStripMenuItem();
			this.buttonAddBinaryFile = new DevComponents.DotNetBar.ButtonX();
			this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.treeFiles = new DevComponents.AdvTree.AdvTree();
			this.columnHeader1 = new DevComponents.AdvTree.ColumnHeader();
			this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuNewFolder = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuNewFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuNewStaticFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAddManyStaticFiles = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.node2 = new DevComponents.AdvTree.Node();
			this.elementStyle3 = new DevComponents.DotNetBar.ElementStyle();
			this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
			this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
			this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
			this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.panel2 = new System.Windows.Forms.Panel();
			this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel4 = new System.Windows.Forms.Panel();
			this.syntaxEditorSkipStaticFile = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.panel3 = new System.Windows.Forms.Panel();
			this.comboBoxEncoding = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelSkipStaticFile = new System.Windows.Forms.Label();
			this.comboBoxStaticFiles = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.syntaxEditorFilename = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.comboBoxSyntax = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.comboBoxIterator = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelHeader = new DevComponents.DotNetBar.LabelX();
			this.labelFilename = new System.Windows.Forms.Label();
			this.superTabItemScript = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel5 = new System.Windows.Forms.Panel();
			this.syntaxEditorTest = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelResults = new DevComponents.DotNetBar.LabelX();
			this.panel6 = new System.Windows.Forms.Panel();
			this.buttonTest = new DevComponents.DotNetBar.ButtonX();
			this.crumbBarTestObjects = new DevComponents.DotNetBar.CrumbBar();
			this.imageListCrumbBar = new System.Windows.Forms.ImageList(this.components);
			this.superTabItemTest = new DevComponents.DotNetBar.SuperTabItem();
			this.labelX2 = new DevComponents.DotNetBar.LabelX();
			this.buttonSave = new DevComponents.DotNetBar.ButtonX();
			this.buttonSaveAs = new DevComponents.DotNetBar.ButtonItem();
			this.buttonExport = new DevComponents.DotNetBar.ButtonItem();
			this.comboBoxTemplates = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.label2 = new System.Windows.Forms.Label();
			this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
			this.comboBoxDelimiter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.comboItem1 = new DevComponents.Editors.ComboItem();
			this.comboItem2 = new DevComponents.Editors.ComboItem();
			this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
			this.dockSite4 = new DevComponents.DotNetBar.DockSite();
			this.bar1 = new DevComponents.DotNetBar.Bar();
			this.panelDockContainer3 = new DevComponents.DotNetBar.PanelDockContainer();
			this.dataGridViewErrors = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.ColFunctionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColCodeFunction = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColLine = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer();
			this.ucFindResults1 = new ArchAngel.Workbench.ucFindResults();
			this.dockContainerItemErrors = new DevComponents.DotNetBar.DockContainerItem();
			this.dockContainerItemFindResults = new DevComponents.DotNetBar.DockContainerItem();
			this.dockSite1 = new DevComponents.DotNetBar.DockSite();
			this.dockSite2 = new DevComponents.DotNetBar.DockSite();
			this.dockSite8 = new DevComponents.DotNetBar.DockSite();
			this.dockSite5 = new DevComponents.DotNetBar.DockSite();
			this.dockSite6 = new DevComponents.DotNetBar.DockSite();
			this.dockSite7 = new DevComponents.DotNetBar.DockSite();
			this.dockSite3 = new DevComponents.DotNetBar.DockSite();
			this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
			this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer();
			this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.syntaxEditorOffscreen = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.backgroundWorkerAddReferences = new System.ComponentModel.BackgroundWorker();
			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.label1 = new System.Windows.Forms.Label();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.superTabControl2)).BeginInit();
			this.superTabControl2.SuspendLayout();
			this.superTabControlPanel4.SuspendLayout();
			this.panel7.SuspendLayout();
			this.contextMenuStaticFiles.SuspendLayout();
			this.superTabControlPanel3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.treeFiles)).BeginInit();
			this.contextMenuStrip1.SuspendLayout();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
			this.superTabControl1.SuspendLayout();
			this.superTabControlPanel1.SuspendLayout();
			this.panel4.SuspendLayout();
			this.panel3.SuspendLayout();
			this.superTabControlPanel2.SuspendLayout();
			this.panel5.SuspendLayout();
			this.panel6.SuspendLayout();
			this.dockSite4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
			this.bar1.SuspendLayout();
			this.panelDockContainer3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewErrors)).BeginInit();
			this.panelDockContainer2.SuspendLayout();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.superTabControl2);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel1.Location = new System.Drawing.Point(0, 68);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(200, 286);
			this.panel1.TabIndex = 0;
			// 
			// superTabControl2
			// 
			// 
			// 
			// 
			// 
			// 
			// 
			this.superTabControl2.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.superTabControl2.ControlBox.MenuBox.Name = "";
			this.superTabControl2.ControlBox.Name = "";
			this.superTabControl2.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl2.ControlBox.MenuBox,
            this.superTabControl2.ControlBox.CloseBox});
			this.superTabControl2.ControlBox.Visible = false;
			this.superTabControl2.Controls.Add(this.superTabControlPanel3);
			this.superTabControl2.Controls.Add(this.superTabControlPanel4);
			this.superTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControl2.HorizontalText = false;
			this.superTabControl2.Location = new System.Drawing.Point(0, 0);
			this.superTabControl2.Name = "superTabControl2";
			this.superTabControl2.ReorderTabsEnabled = false;
			this.superTabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.superTabControl2.SelectedTabIndex = 0;
			this.superTabControl2.Size = new System.Drawing.Size(200, 286);
			this.superTabControl2.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
			this.superTabControl2.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.superTabControl2.TabIndex = 66;
			this.superTabControl2.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItem1,
            this.superTabItem2});
			superTabLinearGradientColorTable5.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))};
			superTabColorTable1.Background = superTabLinearGradientColorTable5;
			this.superTabControl2.TabStripColor = superTabColorTable1;
			this.superTabControl2.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OneNote2007;
			this.superTabControl2.Text = "superTabControl2";
			// 
			// superTabControlPanel4
			// 
			this.superTabControlPanel4.Controls.Add(this.panel7);
			this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel4.Location = new System.Drawing.Point(32, 0);
			this.superTabControlPanel4.Name = "superTabControlPanel4";
			this.superTabControlPanel4.Size = new System.Drawing.Size(168, 286);
			this.superTabControlPanel4.TabIndex = 0;
			this.superTabControlPanel4.TabItem = this.superTabItem2;
			// 
			// panel7
			// 
			this.panel7.Controls.Add(this.listViewResources);
			this.panel7.Controls.Add(this.buttonAddBinaryFile);
			this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel7.Location = new System.Drawing.Point(0, 0);
			this.panel7.Name = "panel7";
			this.panel7.Size = new System.Drawing.Size(168, 286);
			this.panel7.TabIndex = 2;
			// 
			// listViewResources
			// 
			this.listViewResources.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.listViewResources.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.listViewResources.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			// 
			// 
			// 
			this.listViewResources.Border.Class = "ListViewBorder";
			this.listViewResources.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.listViewResources.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2});
			this.listViewResources.ContextMenuStrip = this.contextMenuStaticFiles;
			this.listViewResources.FullRowSelect = true;
			this.listViewResources.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listViewResources.Location = new System.Drawing.Point(3, 38);
			this.listViewResources.Name = "listViewResources";
			this.listViewResources.Size = new System.Drawing.Size(162, 248);
			this.listViewResources.TabIndex = 2;
			this.listViewResources.UseCompatibleStateImageBehavior = false;
			this.listViewResources.View = System.Windows.Forms.View.Details;
			this.listViewResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewEx1_KeyDown);
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "File";
			this.columnHeader2.Width = 500;
			// 
			// contextMenuStaticFiles
			// 
			this.contextMenuStaticFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuDeleteStaticFiles});
			this.contextMenuStaticFiles.Name = "contextMenuStaticFiles";
			this.contextMenuStaticFiles.Size = new System.Drawing.Size(108, 26);
			// 
			// mnuDeleteStaticFiles
			// 
			this.mnuDeleteStaticFiles.Image = ((System.Drawing.Image)(resources.GetObject("mnuDeleteStaticFiles.Image")));
			this.mnuDeleteStaticFiles.Name = "mnuDeleteStaticFiles";
			this.mnuDeleteStaticFiles.Size = new System.Drawing.Size(107, 22);
			this.mnuDeleteStaticFiles.Text = "Delete";
			this.mnuDeleteStaticFiles.Click += new System.EventHandler(this.mnuDeleteStaticFiles_Click);
			// 
			// buttonAddBinaryFile
			// 
			this.buttonAddBinaryFile.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonAddBinaryFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonAddBinaryFile.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonAddBinaryFile.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonAddBinaryFile.HoverImage")));
			this.buttonAddBinaryFile.Image = ((System.Drawing.Image)(resources.GetObject("buttonAddBinaryFile.Image")));
			this.buttonAddBinaryFile.Location = new System.Drawing.Point(96, 7);
			this.buttonAddBinaryFile.Name = "buttonAddBinaryFile";
			this.buttonAddBinaryFile.Size = new System.Drawing.Size(60, 23);
			this.buttonAddBinaryFile.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonAddBinaryFile.TabIndex = 1;
			this.buttonAddBinaryFile.Text = "  Add";
			this.buttonAddBinaryFile.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonAddBinaryFile.Click += new System.EventHandler(this.buttonAddBinaryFile_Click);
			// 
			// superTabItem2
			// 
			this.superTabItem2.AttachedControl = this.superTabControlPanel4;
			this.superTabItem2.GlobalItem = false;
			this.superTabItem2.Image = ((System.Drawing.Image)(resources.GetObject("superTabItem2.Image")));
			this.superTabItem2.Name = "superTabItem2";
			superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Gainsboro,
        System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))))};
			superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
			superTabColorStates2.Normal = superTabItemStateColorTable3;
			superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))))};
			superTabItemStateColorTable4.Background = superTabLinearGradientColorTable4;
			superTabColorStates2.Selected = superTabItemStateColorTable4;
			superTabItemColorTable2.Default = superTabColorStates2;
			this.superTabItem2.TabColor = superTabItemColorTable2;
			this.superTabItem2.Text = "Resources";
			// 
			// superTabControlPanel3
			// 
			this.superTabControlPanel3.Controls.Add(this.treeFiles);
			this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel3.Location = new System.Drawing.Point(32, 0);
			this.superTabControlPanel3.Name = "superTabControlPanel3";
			this.superTabControlPanel3.Size = new System.Drawing.Size(168, 286);
			this.superTabControlPanel3.TabIndex = 1;
			this.superTabControlPanel3.TabItem = this.superTabItem1;
			// 
			// treeFiles
			// 
			this.treeFiles.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
			this.treeFiles.AllowDrop = true;
			this.treeFiles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			// 
			// 
			// 
			this.treeFiles.BackgroundStyle.Class = "TreeBorderKey";
			this.treeFiles.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.treeFiles.CheckBoxImageChecked = ((System.Drawing.Image)(resources.GetObject("treeFiles.CheckBoxImageChecked")));
			this.treeFiles.CheckBoxImageIndeterminate = ((System.Drawing.Image)(resources.GetObject("treeFiles.CheckBoxImageIndeterminate")));
			this.treeFiles.CheckBoxImageUnChecked = ((System.Drawing.Image)(resources.GetObject("treeFiles.CheckBoxImageUnChecked")));
			this.treeFiles.Columns.Add(this.columnHeader1);
			this.treeFiles.ColumnsVisible = false;
			this.treeFiles.ContextMenuStrip = this.contextMenuStrip1;
			this.treeFiles.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeFiles.DragDropEnabled = false;
			this.treeFiles.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			this.treeFiles.FullRowSelect = false;
			this.treeFiles.GridColumnLines = false;
			this.treeFiles.GridLinesColor = System.Drawing.Color.LightGray;
			this.treeFiles.HotTracking = true;
			this.treeFiles.ImageList = this.imageList1;
			this.treeFiles.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.treeFiles.Location = new System.Drawing.Point(0, 0);
			this.treeFiles.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
			this.treeFiles.Name = "treeFiles";
			this.treeFiles.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node2});
			this.treeFiles.NodesColumnsBackgroundStyle = this.elementStyle3;
			this.treeFiles.NodesConnector = this.nodeConnector1;
			this.treeFiles.NodeSpacing = 5;
			this.treeFiles.NodeStyle = this.elementStyle1;
			this.treeFiles.NodeStyleMouseOver = this.elementStyle3;
			this.treeFiles.NodeStyleSelected = this.elementStyle3;
			this.treeFiles.PathSeparator = ";";
			this.treeFiles.Size = new System.Drawing.Size(168, 286);
			this.treeFiles.Styles.Add(this.elementStyle1);
			this.treeFiles.Styles.Add(this.elementStyle3);
			this.treeFiles.TabIndex = 65;
			this.treeFiles.Text = "advTree1";
			this.treeFiles.BeforeNodeSelect += new DevComponents.AdvTree.AdvTreeNodeCancelEventHandler(this.treeFiles_BeforeNodeSelect);
			this.treeFiles.AfterNodeSelect += new DevComponents.AdvTree.AdvTreeNodeEventHandler(this.treeFiles_AfterNodeSelect);
			this.treeFiles.NodeClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.treeList1_NodeClick);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Name = "columnHeader1";
			this.columnHeader1.Width.Relative = 100;
			// 
			// contextMenuStrip1
			// 
			this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuNewFolder,
            this.mnuNewFile,
            this.mnuNewStaticFile,
            this.mnuAddManyStaticFiles,
            this.mnuDelete});
			this.contextMenuStrip1.Name = "contextMenuStrip1";
			this.contextMenuStrip1.Size = new System.Drawing.Size(185, 114);
			this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
			// 
			// mnuNewFolder
			// 
			this.mnuNewFolder.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewFolder.Image")));
			this.mnuNewFolder.Name = "mnuNewFolder";
			this.mnuNewFolder.Size = new System.Drawing.Size(184, 22);
			this.mnuNewFolder.Text = "New folder";
			this.mnuNewFolder.Click += new System.EventHandler(this.mnuNewFolder_Click);
			// 
			// mnuNewFile
			// 
			this.mnuNewFile.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewFile.Image")));
			this.mnuNewFile.Name = "mnuNewFile";
			this.mnuNewFile.Size = new System.Drawing.Size(184, 22);
			this.mnuNewFile.Text = "New script file";
			this.mnuNewFile.Click += new System.EventHandler(this.mnuNewFile_Click);
			// 
			// mnuNewStaticFile
			// 
			this.mnuNewStaticFile.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewStaticFile.Image")));
			this.mnuNewStaticFile.Name = "mnuNewStaticFile";
			this.mnuNewStaticFile.Size = new System.Drawing.Size(184, 22);
			this.mnuNewStaticFile.Text = "Add static file";
			this.mnuNewStaticFile.Click += new System.EventHandler(this.mnuNewStaticFile_Click);
			// 
			// mnuAddManyStaticFiles
			// 
			this.mnuAddManyStaticFiles.Image = ((System.Drawing.Image)(resources.GetObject("mnuAddManyStaticFiles.Image")));
			this.mnuAddManyStaticFiles.Name = "mnuAddManyStaticFiles";
			this.mnuAddManyStaticFiles.Size = new System.Drawing.Size(184, 22);
			this.mnuAddManyStaticFiles.Text = "Add many static files";
			this.mnuAddManyStaticFiles.Click += new System.EventHandler(this.mnuAddManyStaticFiles_Click);
			// 
			// mnuDelete
			// 
			this.mnuDelete.Image = ((System.Drawing.Image)(resources.GetObject("mnuDelete.Image")));
			this.mnuDelete.Name = "mnuDelete";
			this.mnuDelete.Size = new System.Drawing.Size(184, 22);
			this.mnuDelete.Text = "Delete";
			this.mnuDelete.Click += new System.EventHandler(this.mnuDelete_Click);
			// 
			// imageList1
			// 
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
			this.imageList1.Images.SetKeyName(0, "folder_closed_16.png");
			this.imageList1.Images.SetKeyName(1, "folder_open_16.png");
			this.imageList1.Images.SetKeyName(2, "VSProject_asp.bmp");
			this.imageList1.Images.SetKeyName(3, "OrgChartHS.png");
			this.imageList1.Images.SetKeyName(4, "VSProject_script.bmp");
			this.imageList1.Images.SetKeyName(5, "new_document_16.png");
			this.imageList1.Images.SetKeyName(6, "folder_green_16.png");
			this.imageList1.Images.SetKeyName(7, "folder_orange_16.png");
			this.imageList1.Images.SetKeyName(8, "doc_green_16.png");
			this.imageList1.Images.SetKeyName(9, "doc_orange_16.png");
			this.imageList1.Images.SetKeyName(10, "doc_lock_16.png");
			// 
			// node2
			// 
			this.node2.Expanded = true;
			this.node2.Image = global::ArchAngel.Workbench.Properties.Resources.folder_16;
			this.node2.Name = "node2";
			this.node2.Text = "Output folder";
			// 
			// elementStyle3
			// 
			this.elementStyle3.BackColor = System.Drawing.Color.White;
			this.elementStyle3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(240)))));
			this.elementStyle3.BackColorGradientAngle = 90;
			this.elementStyle3.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderBottomWidth = 1;
			this.elementStyle3.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle3.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderLeftWidth = 1;
			this.elementStyle3.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderRightWidth = 1;
			this.elementStyle3.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderTopWidth = 1;
			this.elementStyle3.Class = "";
			this.elementStyle3.CornerDiameter = 4;
			this.elementStyle3.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle3.Description = "Gray";
			this.elementStyle3.Name = "elementStyle3";
			this.elementStyle3.PaddingBottom = 1;
			this.elementStyle3.PaddingLeft = 1;
			this.elementStyle3.PaddingRight = 1;
			this.elementStyle3.PaddingTop = 1;
			this.elementStyle3.TextColor = System.Drawing.Color.Black;
			// 
			// nodeConnector1
			// 
			this.nodeConnector1.LineColor = System.Drawing.Color.LightGray;
			// 
			// elementStyle1
			// 
			this.elementStyle1.Class = "";
			this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
			this.elementStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.elementStyle1.Name = "elementStyle1";
			this.elementStyle1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			this.elementStyle1.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisPath;
			// 
			// superTabItem1
			// 
			this.superTabItem1.AttachedControl = this.superTabControlPanel3;
			this.superTabItem1.GlobalItem = false;
			this.superTabItem1.Image = ((System.Drawing.Image)(resources.GetObject("superTabItem1.Image")));
			this.superTabItem1.Name = "superTabItem1";
			superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Gainsboro,
        System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))))};
			superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
			superTabColorStates1.Normal = superTabItemStateColorTable1;
			superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))))};
			superTabItemStateColorTable2.Background = superTabLinearGradientColorTable2;
			superTabColorStates1.Selected = superTabItemStateColorTable2;
			superTabItemColorTable1.Default = superTabColorStates1;
			this.superTabItem1.TabColor = superTabItemColorTable1;
			this.superTabItem1.Text = "Templates";
			// 
			// expandableSplitter1
			// 
			this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
			this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
			this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.Location = new System.Drawing.Point(200, 68);
			this.expandableSplitter1.Name = "expandableSplitter1";
			this.expandableSplitter1.Size = new System.Drawing.Size(6, 286);
			this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter1.TabIndex = 1;
			this.expandableSplitter1.TabStop = false;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.superTabControl1);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(206, 68);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(722, 286);
			this.panel2.TabIndex = 2;
			// 
			// superTabControl1
			// 
			// 
			// 
			// 
			// 
			// 
			// 
			this.superTabControl1.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.superTabControl1.ControlBox.MenuBox.Name = "";
			this.superTabControl1.ControlBox.Name = "";
			this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl1.ControlBox.MenuBox,
            this.superTabControl1.ControlBox.CloseBox});
			this.superTabControl1.ControlBox.Visible = false;
			this.superTabControl1.Controls.Add(this.superTabControlPanel1);
			this.superTabControl1.Controls.Add(this.superTabControlPanel2);
			this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControl1.Location = new System.Drawing.Point(0, 0);
			this.superTabControl1.Name = "superTabControl1";
			this.superTabControl1.ReorderTabsEnabled = true;
			this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.superTabControl1.SelectedTabIndex = 1;
			this.superTabControl1.Size = new System.Drawing.Size(722, 286);
			this.superTabControl1.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.superTabControl1.TabIndex = 14;
			this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItemScript,
            this.superTabItemTest});
			this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
			this.superTabControl1.Text = "superTabControl1";
			this.superTabControl1.SelectedTabChanged += new System.EventHandler<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.superTabControl1_SelectedTabChanged);
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.Controls.Add(this.panel4);
			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(722, 256);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItemScript;
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.syntaxEditorSkipStaticFile);
			this.panel4.Controls.Add(this.syntaxEditor1);
			this.panel4.Controls.Add(this.panel3);
			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(722, 256);
			this.panel4.TabIndex = 13;
			// 
			// syntaxEditorSkipStaticFile
			// 
			this.syntaxEditorSkipStaticFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.syntaxEditorSkipStaticFile.Document = document1;
			this.syntaxEditorSkipStaticFile.LineNumberMarginVisible = true;
			this.syntaxEditorSkipStaticFile.Location = new System.Drawing.Point(61, 72);
			this.syntaxEditorSkipStaticFile.Name = "syntaxEditorSkipStaticFile";
			this.syntaxEditorSkipStaticFile.Size = new System.Drawing.Size(152, 44);
			this.syntaxEditorSkipStaticFile.TabIndex = 15;
			this.syntaxEditorSkipStaticFile.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorSkipStaticFile_TriggerActivated);
			this.syntaxEditorSkipStaticFile.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorSkipStaticFile_KeyDown);
			// 
			// syntaxEditor1
			// 
			this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditor1.Document = document2;
			this.syntaxEditor1.LineNumberMarginVisible = true;
			this.syntaxEditor1.Location = new System.Drawing.Point(0, 82);
			this.syntaxEditor1.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditor1.Name = "syntaxEditor1";
			this.syntaxEditor1.Size = new System.Drawing.Size(722, 174);
			this.syntaxEditor1.TabIndex = 12;
			this.syntaxEditor1.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditor1_TriggerActivated);
			this.syntaxEditor1.ViewMouseHover += new ActiproSoftware.SyntaxEditor.EditorViewMouseEventHandler(this.syntaxEditor1_ViewMouseHover);
			this.syntaxEditor1.TextChanged += new System.EventHandler(this.syntaxEditor1_TextChanged);
			this.syntaxEditor1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditor1_KeyDown);
			// 
			// panel3
			// 
			this.panel3.Controls.Add(this.comboBoxEncoding);
			this.panel3.Controls.Add(this.labelSkipStaticFile);
			this.panel3.Controls.Add(this.comboBoxStaticFiles);
			this.panel3.Controls.Add(this.syntaxEditorFilename);
			this.panel3.Controls.Add(this.comboBoxSyntax);
			this.panel3.Controls.Add(this.comboBoxIterator);
			this.panel3.Controls.Add(this.labelHeader);
			this.panel3.Controls.Add(this.labelFilename);
			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(722, 82);
			this.panel3.TabIndex = 0;
			// 
			// comboBoxEncoding
			// 
			this.comboBoxEncoding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEncoding.DisplayMember = "Text";
			this.comboBoxEncoding.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxEncoding.FormattingEnabled = true;
			this.comboBoxEncoding.ItemHeight = 14;
			this.comboBoxEncoding.Location = new System.Drawing.Point(640, 8);
			this.comboBoxEncoding.Name = "comboBoxEncoding";
			this.comboBoxEncoding.Size = new System.Drawing.Size(73, 20);
			this.comboBoxEncoding.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxEncoding, new DevComponents.DotNetBar.SuperTooltipInfo("Encoding", "<b><font color=\"Red\">Note:</font> If an XML file has <i>encoding=\"utf-8\"</i> then" +
            " be sure to set the encoding to UTF8.</b>", "The encoding to use when writing the file to disk. The default is Unicode.", ((System.Drawing.Image)(resources.GetObject("comboBoxEncoding.SuperTooltip"))), ((System.Drawing.Image)(resources.GetObject("comboBoxEncoding.SuperTooltip1"))), DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxEncoding.TabIndex = 16;
			// 
			// labelSkipStaticFile
			// 
			this.labelSkipStaticFile.AutoSize = true;
			this.labelSkipStaticFile.ForeColor = System.Drawing.Color.White;
			this.labelSkipStaticFile.Location = new System.Drawing.Point(6, 67);
			this.labelSkipStaticFile.Name = "labelSkipStaticFile";
			this.labelSkipStaticFile.Size = new System.Drawing.Size(104, 13);
			this.labelSkipStaticFile.TabIndex = 15;
			this.labelSkipStaticFile.Text = "Pre-generation script";
			// 
			// comboBoxStaticFiles
			// 
			this.comboBoxStaticFiles.DisplayMember = "Text";
			this.comboBoxStaticFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxStaticFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxStaticFiles.FormattingEnabled = true;
			this.comboBoxStaticFiles.ItemHeight = 14;
			this.comboBoxStaticFiles.Location = new System.Drawing.Point(277, 8);
			this.comboBoxStaticFiles.Name = "comboBoxStaticFiles";
			this.comboBoxStaticFiles.Size = new System.Drawing.Size(247, 20);
			this.comboBoxStaticFiles.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxStaticFiles, new DevComponents.DotNetBar.SuperTooltipInfo("Static files", "<b>Add and remove available static files by clicking the \'Resources\' tab on the l" +
            "eft of the screen.</b>", "Static files are binary files eg: gif, jpg, dll. You can change the name in the F" +
            "ilename textbox. ", ((System.Drawing.Image)(resources.GetObject("comboBoxStaticFiles.SuperTooltip"))), ((System.Drawing.Image)(resources.GetObject("comboBoxStaticFiles.SuperTooltip1"))), DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxStaticFiles.TabIndex = 14;
			this.comboBoxStaticFiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxStaticFiles_SelectedIndexChanged);
			// 
			// syntaxEditorFilename
			// 
			this.syntaxEditorFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			document3.Multiline = false;
			this.syntaxEditorFilename.Document = document3;
			this.syntaxEditorFilename.IndicatorMarginVisible = false;
			this.syntaxEditorFilename.Location = new System.Drawing.Point(75, 48);
			this.syntaxEditorFilename.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorFilename.Name = "syntaxEditorFilename";
			this.syntaxEditorFilename.Size = new System.Drawing.Size(612, 22);
			this.syntaxEditorFilename.TabIndex = 13;
			this.syntaxEditorFilename.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorFilename_TriggerActivated);
			this.syntaxEditorFilename.TextChanged += new System.EventHandler(this.syntaxEditorFilename_TextChanged);
			this.syntaxEditorFilename.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorFilename_KeyDown);
			// 
			// comboBoxSyntax
			// 
			this.comboBoxSyntax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxSyntax.DisplayMember = "Text";
			this.comboBoxSyntax.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxSyntax.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxSyntax.FormattingEnabled = true;
			this.comboBoxSyntax.ItemHeight = 14;
			this.comboBoxSyntax.Location = new System.Drawing.Point(550, 8);
			this.comboBoxSyntax.Name = "comboBoxSyntax";
			this.comboBoxSyntax.Size = new System.Drawing.Size(73, 20);
			this.comboBoxSyntax.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxSyntax, new DevComponents.DotNetBar.SuperTooltipInfo("Output syntax", "", "Specifying the syntax of the text that will be output will ensure that the syntax" +
            "-highlightling in the editor is correct.", ((System.Drawing.Image)(resources.GetObject("comboBoxSyntax.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxSyntax.TabIndex = 4;
			this.comboBoxSyntax.SelectedIndexChanged += new System.EventHandler(this.comboBoxSyntax_SelectedIndexChanged);
			// 
			// comboBoxIterator
			// 
			this.comboBoxIterator.DisplayMember = "Text";
			this.comboBoxIterator.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxIterator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxIterator.FormattingEnabled = true;
			this.comboBoxIterator.ItemHeight = 14;
			this.comboBoxIterator.Location = new System.Drawing.Point(87, 8);
			this.comboBoxIterator.Name = "comboBoxIterator";
			this.comboBoxIterator.Size = new System.Drawing.Size(175, 20);
			this.comboBoxIterator.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxIterator, new DevComponents.DotNetBar.SuperTooltipInfo("Iterator", "", "This controls how many files will be created. Eg: setting to to \'one per Entity\' " +
            "will cause one file to be created for every entity. The parameter object that yo" +
            "u use in script will be \'entity\'.", ((System.Drawing.Image)(resources.GetObject("comboBoxIterator.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxIterator.TabIndex = 1;
			this.comboBoxIterator.SelectedIndexChanged += new System.EventHandler(this.comboBoxIterator_SelectedIndexChanged);
			// 
			// labelHeader
			// 
			this.labelHeader.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelHeader.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(224)))), ((int)(((byte)(123)))));
			this.labelHeader.BackgroundStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(113)))), ((int)(((byte)(21)))));
			this.labelHeader.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelHeader.BackgroundStyle.Class = "";
			this.labelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelHeader.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelHeader.Image = ((System.Drawing.Image)(resources.GetObject("labelHeader.Image")));
			this.labelHeader.Location = new System.Drawing.Point(0, 0);
			this.labelHeader.Name = "labelHeader";
			this.labelHeader.PaddingLeft = 10;
			this.labelHeader.Size = new System.Drawing.Size(722, 35);
			this.labelHeader.TabIndex = 6;
			this.labelHeader.Text = "  File";
			// 
			// labelFilename
			// 
			this.labelFilename.AutoSize = true;
			this.labelFilename.ForeColor = System.Drawing.Color.White;
			this.labelFilename.Location = new System.Drawing.Point(21, 48);
			this.labelFilename.Name = "labelFilename";
			this.labelFilename.Size = new System.Drawing.Size(49, 13);
			this.labelFilename.TabIndex = 2;
			this.labelFilename.Text = "Filename";
			// 
			// superTabItemScript
			// 
			this.superTabItemScript.AttachedControl = this.superTabControlPanel1;
			this.superTabItemScript.GlobalItem = false;
			this.superTabItemScript.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemScript.Image")));
			this.superTabItemScript.Name = "superTabItemScript";
			this.superTabItemScript.Text = " Script ";
			// 
			// superTabControlPanel2
			// 
			this.superTabControlPanel2.Controls.Add(this.panel5);
			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(722, 286);
			this.superTabControlPanel2.TabIndex = 0;
			this.superTabControlPanel2.TabItem = this.superTabItemTest;
			// 
			// panel5
			// 
			this.panel5.Controls.Add(this.syntaxEditorTest);
			this.panel5.Controls.Add(this.labelResults);
			this.panel5.Controls.Add(this.panel6);
			this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel5.Location = new System.Drawing.Point(0, 0);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(722, 286);
			this.panel5.TabIndex = 0;
			// 
			// syntaxEditorTest
			// 
			this.syntaxEditorTest.Dock = System.Windows.Forms.DockStyle.Fill;
			document4.ReadOnly = true;
			this.syntaxEditorTest.Document = document4;
			this.syntaxEditorTest.LineNumberMarginVisible = true;
			this.syntaxEditorTest.Location = new System.Drawing.Point(0, 102);
			this.syntaxEditorTest.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorTest.Name = "syntaxEditorTest";
			this.syntaxEditorTest.Size = new System.Drawing.Size(722, 184);
			this.syntaxEditorTest.TabIndex = 13;
			// 
			// labelResults
			// 
			this.labelResults.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelResults.BackgroundStyle.BackColor = System.Drawing.Color.GreenYellow;
			this.labelResults.BackgroundStyle.BackColor2 = System.Drawing.Color.Green;
			this.labelResults.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelResults.BackgroundStyle.Class = "";
			this.labelResults.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelResults.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelResults.Image = ((System.Drawing.Image)(resources.GetObject("labelResults.Image")));
			this.labelResults.Location = new System.Drawing.Point(0, 67);
			this.labelResults.Name = "labelResults";
			this.labelResults.PaddingLeft = 10;
			this.labelResults.Size = new System.Drawing.Size(722, 35);
			this.labelResults.TabIndex = 89;
			this.labelResults.Text = "  Results";
			// 
			// panel6
			// 
			this.panel6.Controls.Add(this.buttonTest);
			this.panel6.Controls.Add(this.crumbBarTestObjects);
			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(722, 67);
			this.panel6.TabIndex = 90;
			// 
			// buttonTest
			// 
			this.buttonTest.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonTest.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonTest.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.HoverImage")));
			this.buttonTest.Image = ((System.Drawing.Image)(resources.GetObject("buttonTest.Image")));
			this.buttonTest.Location = new System.Drawing.Point(6, 15);
			this.buttonTest.Name = "buttonTest";
			this.buttonTest.Size = new System.Drawing.Size(81, 38);
			this.buttonTest.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonTest.TabIndex = 86;
			this.buttonTest.Text = "   Test";
			this.buttonTest.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
			// 
			// crumbBarTestObjects
			// 
			this.crumbBarTestObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.crumbBarTestObjects.AutoSize = true;
			// 
			// 
			// 
			this.crumbBarTestObjects.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
			this.crumbBarTestObjects.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderBottomWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(89)))), ((int)(((byte)(94)))));
			this.crumbBarTestObjects.BackgroundStyle.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(180)))), ((int)(((byte)(191)))));
			this.crumbBarTestObjects.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderLeftWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderRightWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderTopWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.Class = "";
			this.crumbBarTestObjects.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.crumbBarTestObjects.ContainerControlProcessDialogKey = true;
			this.crumbBarTestObjects.Images = this.imageListCrumbBar;
			this.crumbBarTestObjects.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.crumbBarTestObjects.Location = new System.Drawing.Point(93, 23);
			this.crumbBarTestObjects.Name = "crumbBarTestObjects";
			this.crumbBarTestObjects.Size = new System.Drawing.Size(602, 22);
			this.crumbBarTestObjects.TabIndex = 85;
			this.crumbBarTestObjects.SelectedItemChanged += new DevComponents.DotNetBar.CrumBarSelectionEventHandler(this.crumbBarTestObjects_SelectedItemChanged);
			// 
			// imageListCrumbBar
			// 
			this.imageListCrumbBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListCrumbBar.ImageStream")));
			this.imageListCrumbBar.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListCrumbBar.Images.SetKeyName(0, "EntityDataModel_entity_type_16x16.png");
			this.imageListCrumbBar.Images.SetKeyName(1, "thesaurus_orange_16.png");
			this.imageListCrumbBar.Images.SetKeyName(2, "EntityDataModel_complex_type_16x16.png");
			this.imageListCrumbBar.Images.SetKeyName(3, "DatabaseTable.png");
			this.imageListCrumbBar.Images.SetKeyName(4, "field_down16.png");
			// 
			// superTabItemTest
			// 
			this.superTabItemTest.AttachedControl = this.superTabControlPanel2;
			this.superTabItemTest.GlobalItem = false;
			this.superTabItemTest.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemTest.Image")));
			this.superTabItemTest.Name = "superTabItemTest";
			this.superTabItemTest.Text = " Test ";
			// 
			// labelX2
			// 
			this.labelX2.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX2.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
			this.labelX2.BackgroundStyle.BackColor2 = System.Drawing.Color.Black;
			this.labelX2.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelX2.BackgroundStyle.Class = "";
			this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX2.Location = new System.Drawing.Point(0, 0);
			this.labelX2.Name = "labelX2";
			this.labelX2.Size = new System.Drawing.Size(928, 68);
			this.labelX2.TabIndex = 66;
			// 
			// buttonSave
			// 
			this.buttonSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonSave.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.HoverImage")));
			this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
			this.buttonSave.Location = new System.Drawing.Point(237, 24);
			this.buttonSave.Name = "buttonSave";
			this.buttonSave.Size = new System.Drawing.Size(38, 23);
			this.buttonSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonSave.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.buttonSaveAs,
            this.buttonExport});
			this.buttonSave.TabIndex = 67;
			this.buttonSave.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
			// 
			// buttonSaveAs
			// 
			this.buttonSaveAs.GlobalItem = false;
			this.buttonSaveAs.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonSaveAs.HoverImage")));
			this.buttonSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("buttonSaveAs.Image")));
			this.buttonSaveAs.Name = "buttonSaveAs";
			this.buttonSaveAs.Text = "Save As...";
			this.buttonSaveAs.Click += new System.EventHandler(this.buttonSaveAs_Click);
			// 
			// buttonExport
			// 
			this.buttonExport.GlobalItem = false;
			this.buttonExport.Image = ((System.Drawing.Image)(resources.GetObject("buttonExport.Image")));
			this.buttonExport.Name = "buttonExport";
			this.buttonExport.Text = "Export...";
			this.buttonExport.Visible = false;
			// 
			// comboBoxTemplates
			// 
			this.comboBoxTemplates.DisplayMember = "Text";
			this.comboBoxTemplates.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxTemplates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxTemplates.FormattingEnabled = true;
			this.comboBoxTemplates.ItemHeight = 14;
			this.comboBoxTemplates.Location = new System.Drawing.Point(18, 27);
			this.comboBoxTemplates.Name = "comboBoxTemplates";
			this.comboBoxTemplates.Size = new System.Drawing.Size(213, 20);
			this.comboBoxTemplates.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxTemplates, new DevComponents.DotNetBar.SuperTooltipInfo("Select Template", "", "Select which template must be used to generate the files.", ((System.Drawing.Image)(resources.GetObject("comboBoxTemplates.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxTemplates.TabIndex = 70;
			this.comboBoxTemplates.SelectedIndexChanged += new System.EventHandler(this.comboBoxTemplates_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
			this.label2.ForeColor = System.Drawing.Color.White;
			this.label2.Location = new System.Drawing.Point(15, 11);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(51, 13);
			this.label2.TabIndex = 71;
			this.label2.Text = "Template";
			// 
			// superTooltip1
			// 
			this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// comboBoxDelimiter
			// 
			this.comboBoxDelimiter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxDelimiter.DisplayMember = "Text";
			this.comboBoxDelimiter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxDelimiter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxDelimiter.FormattingEnabled = true;
			this.comboBoxDelimiter.ItemHeight = 14;
			this.comboBoxDelimiter.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
			this.comboBoxDelimiter.Location = new System.Drawing.Point(741, 27);
			this.comboBoxDelimiter.Name = "comboBoxDelimiter";
			this.comboBoxDelimiter.Size = new System.Drawing.Size(178, 20);
			this.comboBoxDelimiter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxDelimiter, new DevComponents.DotNetBar.SuperTooltipInfo("Select delimiter style", "", "Select the type of script-delimiter to use:\r\n\r\nASP:  <%  %>\r\nT4:    <#  #>", ((System.Drawing.Image)(resources.GetObject("comboBoxDelimiter.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxDelimiter.TabIndex = 83;
			this.comboBoxDelimiter.SelectedIndexChanged += new System.EventHandler(this.comboBoxDelimiter_SelectedIndexChanged);
			// 
			// comboItem1
			// 
			this.comboItem1.Text = "ASP <%...%>";
			// 
			// comboItem2
			// 
			this.comboItem2.Text = "T4 <#...#>";
			// 
			// dotNetBarManager1
			// 
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
			this.dotNetBarManager1.BottomDockSite = this.dockSite4;
			this.dotNetBarManager1.EnableFullSizeDock = false;
			this.dotNetBarManager1.LeftDockSite = this.dockSite1;
			this.dotNetBarManager1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.dotNetBarManager1.ParentForm = null;
			this.dotNetBarManager1.ParentUserControl = this;
			this.dotNetBarManager1.RightDockSite = this.dockSite2;
			this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
			this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
			this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
			this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
			this.dotNetBarManager1.TopDockSite = this.dockSite3;
			// 
			// dockSite4
			// 
			this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite4.Controls.Add(this.bar1);
			this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
            ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 928, 130)))}, DevComponents.DotNetBar.eOrientation.Vertical);
			this.dockSite4.Location = new System.Drawing.Point(0, 354);
			this.dockSite4.Name = "dockSite4";
			this.dockSite4.Size = new System.Drawing.Size(928, 133);
			this.dockSite4.TabIndex = 78;
			this.dockSite4.TabStop = false;
			// 
			// bar1
			// 
			this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
			this.bar1.AccessibleName = "DotNetBar Bar";
			this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
			this.bar1.AutoSyncBarCaption = true;
			this.bar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.bar1.CloseSingleTab = true;
			this.bar1.Controls.Add(this.panelDockContainer3);
			this.bar1.Controls.Add(this.panelDockContainer2);
			this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
			this.bar1.Images = this.imageList1;
			this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.dockContainerItemErrors,
            this.dockContainerItemFindResults});
			this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
			this.bar1.Location = new System.Drawing.Point(0, 3);
			this.bar1.Name = "bar1";
			this.bar1.SelectedDockTab = 0;
			this.bar1.Size = new System.Drawing.Size(928, 130);
			this.bar1.Stretch = true;
			this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.bar1.TabIndex = 0;
			this.bar1.TabStop = false;
			this.bar1.Text = "Errors";
			// 
			// panelDockContainer3
			// 
			this.panelDockContainer3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.panelDockContainer3.Controls.Add(this.dataGridViewErrors);
			this.panelDockContainer3.Location = new System.Drawing.Point(3, 23);
			this.panelDockContainer3.Name = "panelDockContainer3";
			this.panelDockContainer3.Size = new System.Drawing.Size(922, 79);
			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 = 4;
			// 
			// dataGridViewErrors
			// 
			this.dataGridViewErrors.AllowUserToAddRows = false;
			this.dataGridViewErrors.AllowUserToDeleteRows = false;
			this.dataGridViewErrors.AllowUserToResizeRows = false;
			this.dataGridViewErrors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewErrors.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColFunctionId,
            this.ColCategory,
            this.ColDescription,
            this.ColFile,
            this.ColCodeFunction,
            this.ColLine,
            this.ColColumn});
			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.dataGridViewErrors.DefaultCellStyle = dataGridViewCellStyle1;
			this.dataGridViewErrors.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataGridViewErrors.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewErrors.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewErrors.Name = "dataGridViewErrors";
			this.dataGridViewErrors.ReadOnly = true;
			this.dataGridViewErrors.RowHeadersVisible = false;
			this.dataGridViewErrors.RowTemplate.Height = 24;
			this.dataGridViewErrors.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.dataGridViewErrors.ShowEditingIcon = false;
			this.dataGridViewErrors.Size = new System.Drawing.Size(922, 79);
			this.dataGridViewErrors.TabIndex = 1;
			this.dataGridViewErrors.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewErrors_RowEnter);
			// 
			// ColFunctionId
			// 
			this.ColFunctionId.HeaderText = "FunctionID";
			this.ColFunctionId.Name = "ColFunctionId";
			this.ColFunctionId.ReadOnly = true;
			this.ColFunctionId.Visible = false;
			// 
			// ColCategory
			// 
			this.ColCategory.HeaderText = "";
			this.ColCategory.Name = "ColCategory";
			this.ColCategory.ReadOnly = true;
			this.ColCategory.Width = 40;
			// 
			// ColDescription
			// 
			this.ColDescription.HeaderText = "Description";
			this.ColDescription.Name = "ColDescription";
			this.ColDescription.ReadOnly = true;
			this.ColDescription.Width = 300;
			// 
			// ColFile
			// 
			this.ColFile.HeaderText = "File";
			this.ColFile.Name = "ColFile";
			this.ColFile.ReadOnly = true;
			// 
			// ColCodeFunction
			// 
			this.ColCodeFunction.HeaderText = "Function";
			this.ColCodeFunction.Name = "ColCodeFunction";
			this.ColCodeFunction.ReadOnly = true;
			// 
			// ColLine
			// 
			this.ColLine.HeaderText = "Line";
			this.ColLine.Name = "ColLine";
			this.ColLine.ReadOnly = true;
			this.ColLine.Width = 60;
			// 
			// ColColumn
			// 
			this.ColColumn.HeaderText = "Column";
			this.ColColumn.Name = "ColColumn";
			this.ColColumn.ReadOnly = true;
			this.ColColumn.Width = 60;
			// 
			// panelDockContainer2
			// 
			this.panelDockContainer2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.panelDockContainer2.Controls.Add(this.ucFindResults1);
			this.panelDockContainer2.Location = new System.Drawing.Point(3, 23);
			this.panelDockContainer2.Name = "panelDockContainer2";
			this.panelDockContainer2.Size = new System.Drawing.Size(922, 79);
			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 = 2;
			// 
			// ucFindResults1
			// 
			this.ucFindResults1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.ucFindResults1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ucFindResults1.Location = new System.Drawing.Point(0, 0);
			this.ucFindResults1.Margin = new System.Windows.Forms.Padding(2);
			this.ucFindResults1.Name = "ucFindResults1";
			this.ucFindResults1.Size = new System.Drawing.Size(922, 79);
			this.ucFindResults1.TabIndex = 0;
			// 
			// dockContainerItemErrors
			// 
			this.dockContainerItemErrors.Control = this.panelDockContainer3;
			this.dockContainerItemErrors.Image = global::ArchAngel.Workbench.Properties.Resources.error_16;
			this.dockContainerItemErrors.Name = "dockContainerItemErrors";
			this.dockContainerItemErrors.Text = "Errors";
			// 
			// dockContainerItemFindResults
			// 
			this.dockContainerItemFindResults.Control = this.panelDockContainer2;
			this.dockContainerItemFindResults.Image = ((System.Drawing.Image)(resources.GetObject("dockContainerItemFindResults.Image")));
			this.dockContainerItemFindResults.Name = "dockContainerItemFindResults";
			this.dockContainerItemFindResults.Text = "Find Results";
			// 
			// dockSite1
			// 
			this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
			this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite1.Location = new System.Drawing.Point(206, 68);
			this.dockSite1.Name = "dockSite1";
			this.dockSite1.Size = new System.Drawing.Size(0, 286);
			this.dockSite1.TabIndex = 75;
			this.dockSite1.TabStop = false;
			// 
			// dockSite2
			// 
			this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite2.Location = new System.Drawing.Point(928, 68);
			this.dockSite2.Name = "dockSite2";
			this.dockSite2.Size = new System.Drawing.Size(0, 286);
			this.dockSite2.TabIndex = 76;
			this.dockSite2.TabStop = false;
			// 
			// 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, 487);
			this.dockSite8.Name = "dockSite8";
			this.dockSite8.Size = new System.Drawing.Size(928, 0);
			this.dockSite8.TabIndex = 82;
			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, 68);
			this.dockSite5.Name = "dockSite5";
			this.dockSite5.Size = new System.Drawing.Size(0, 419);
			this.dockSite5.TabIndex = 79;
			this.dockSite5.TabStop = false;
			// 
			// dockSite6
			// 
			this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockSite6.Location = new System.Drawing.Point(928, 68);
			this.dockSite6.Name = "dockSite6";
			this.dockSite6.Size = new System.Drawing.Size(0, 419);
			this.dockSite6.TabIndex = 80;
			this.dockSite6.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, 68);
			this.dockSite7.Name = "dockSite7";
			this.dockSite7.Size = new System.Drawing.Size(928, 0);
			this.dockSite7.TabIndex = 81;
			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, 68);
			this.dockSite3.Name = "dockSite3";
			this.dockSite3.Size = new System.Drawing.Size(928, 0);
			this.dockSite3.TabIndex = 77;
			this.dockSite3.TabStop = false;
			// 
			// dockContainerItem1
			// 
			this.dockContainerItem1.Image = ((System.Drawing.Image)(resources.GetObject("dockContainerItem1.Image")));
			this.dockContainerItem1.Name = "dockContainerItem1";
			this.dockContainerItem1.Text = " Error List";
			// 
			// panelDockContainer1
			// 
			this.panelDockContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.panelDockContainer1.Location = new System.Drawing.Point(3, 23);
			this.panelDockContainer1.Name = "panelDockContainer1";
			this.panelDockContainer1.Size = new System.Drawing.Size(922, 79);
			this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelDockContainer1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.panelDockContainer1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.panelDockContainer1.Style.ForeColor.Color = System.Drawing.Color.White;
			this.panelDockContainer1.Style.GradientAngle = 90;
			this.panelDockContainer1.TabIndex = 0;
			// 
			// highlighter1
			// 
			this.highlighter1.ContainerControl = this;
			this.highlighter1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// timer1
			// 
			this.timer1.Interval = 600;
			this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// syntaxEditorOffscreen
			// 
			this.syntaxEditorOffscreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.syntaxEditorOffscreen.CausesValidation = false;
			this.syntaxEditorOffscreen.Document = document5;
			this.syntaxEditorOffscreen.IndicatorMarginVisible = false;
			this.syntaxEditorOffscreen.Location = new System.Drawing.Point(281, 11);
			this.syntaxEditorOffscreen.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorOffscreen.Name = "syntaxEditorOffscreen";
			this.syntaxEditorOffscreen.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.None;
			this.syntaxEditorOffscreen.Size = new System.Drawing.Size(16, 33);
			this.syntaxEditorOffscreen.TabIndex = 14;
			this.syntaxEditorOffscreen.Visible = false;
			// 
			// backgroundWorkerAddReferences
			// 
			this.backgroundWorkerAddReferences.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAddReferences_DoWork);
			// 
			// dataGridViewTextBoxColumn1
			// 
			this.dataGridViewTextBoxColumn1.HeaderText = "";
			this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
			this.dataGridViewTextBoxColumn1.ReadOnly = true;
			this.dataGridViewTextBoxColumn1.Visible = false;
			this.dataGridViewTextBoxColumn1.Width = 40;
			// 
			// dataGridViewTextBoxColumn2
			// 
			this.dataGridViewTextBoxColumn2.HeaderText = "Description";
			this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
			this.dataGridViewTextBoxColumn2.ReadOnly = true;
			this.dataGridViewTextBoxColumn2.Width = 300;
			// 
			// dataGridViewTextBoxColumn3
			// 
			this.dataGridViewTextBoxColumn3.HeaderText = "File";
			this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
			this.dataGridViewTextBoxColumn3.ReadOnly = true;
			this.dataGridViewTextBoxColumn3.Width = 300;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this.dataGridViewTextBoxColumn4.HeaderText = "Line";
			this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
			this.dataGridViewTextBoxColumn4.ReadOnly = true;
			this.dataGridViewTextBoxColumn4.Width = 60;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this.dataGridViewTextBoxColumn5.HeaderText = "Column";
			this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
			this.dataGridViewTextBoxColumn5.ReadOnly = true;
			this.dataGridViewTextBoxColumn5.Width = 60;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this.dataGridViewTextBoxColumn6.HeaderText = "Column";
			this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
			this.dataGridViewTextBoxColumn6.ReadOnly = true;
			this.dataGridViewTextBoxColumn6.Width = 60;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this.dataGridViewTextBoxColumn7.HeaderText = "Column";
			this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
			this.dataGridViewTextBoxColumn7.Width = 60;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label1.AutoSize = true;
			this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
			this.label1.ForeColor = System.Drawing.Color.White;
			this.label1.Location = new System.Drawing.Point(738, 11);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(71, 13);
			this.label1.TabIndex = 84;
			this.label1.Text = "Delimiter style";
			// 
			// Templates
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
			this.Controls.Add(this.label1);
			this.Controls.Add(this.dockSite2);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.dockSite1);
			this.Controls.Add(this.comboBoxDelimiter);
			this.Controls.Add(this.buttonSave);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.expandableSplitter1);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.dockSite3);
			this.Controls.Add(this.syntaxEditorOffscreen);
			this.Controls.Add(this.dockSite4);
			this.Controls.Add(this.comboBoxTemplates);
			this.Controls.Add(this.dockSite5);
			this.Controls.Add(this.dockSite6);
			this.Controls.Add(this.dockSite7);
			this.Controls.Add(this.dockSite8);
			this.Controls.Add(this.labelX2);
			this.Margin = new System.Windows.Forms.Padding(4);
			this.Name = "Templates";
			this.Size = new System.Drawing.Size(928, 487);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.superTabControl2)).EndInit();
			this.superTabControl2.ResumeLayout(false);
			this.superTabControlPanel4.ResumeLayout(false);
			this.panel7.ResumeLayout(false);
			this.contextMenuStaticFiles.ResumeLayout(false);
			this.superTabControlPanel3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.treeFiles)).EndInit();
			this.contextMenuStrip1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
			this.superTabControl1.ResumeLayout(false);
			this.superTabControlPanel1.ResumeLayout(false);
			this.panel4.ResumeLayout(false);
			this.panel3.ResumeLayout(false);
			this.panel3.PerformLayout();
			this.superTabControlPanel2.ResumeLayout(false);
			this.panel5.ResumeLayout(false);
			this.panel6.ResumeLayout(false);
			this.panel6.PerformLayout();
			this.dockSite4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
			this.bar1.ResumeLayout(false);
			this.panelDockContainer3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewErrors)).EndInit();
			this.panelDockContainer2.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemplo n.º 11
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.Rendering.SuperTabItemColorTable           superTabItemColorTable1           = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates              superTabColorStates1              = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable      superTabItemStateColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
     this.toolTip1              = new System.Windows.Forms.ToolTip(this.components);
     this.highlighter1          = new DevComponents.DotNetBar.Validator.Highlighter();
     this.superTabControl1      = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.textBox1              = new System.Windows.Forms.TextBox();
     this.superTabItem1         = new DevComponents.DotNetBar.SuperTabItem();
     this.labelX1                = new DevComponents.DotNetBar.LabelX();
     this.superTooltip1          = new DevComponents.DotNetBar.SuperTooltip();
     this.buttonResetAllDefaults = new DevComponents.DotNetBar.ButtonX();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     this.superTabControl1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 200;
     this.toolTip1.IsBalloon    = true;
     this.toolTip1.ReshowDelay  = 100;
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     this.highlighter1.LicenseKey       = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // superTabControl1
     //
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name         = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabControl1.ControlBox.MenuBox,
         this.superTabControl1.ControlBox.CloseBox
     });
     this.superTabControl1.Controls.Add(this.superTabControlPanel1);
     this.superTabControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.superTabControl1.Location           = new System.Drawing.Point(0, 54);
     this.superTabControl1.Name               = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = false;
     this.superTabControl1.SelectedTabFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.superTabControl1.SelectedTabIndex   = 0;
     this.superTabControl1.Size               = new System.Drawing.Size(695, 217);
     this.superTabControl1.TabAlignment       = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.superTabControl1.TabFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControl1.TabIndex           = 5;
     this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItem1
     });
     this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.superTabControl1.Text     = "superTabControl1";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.CanvasColor = System.Drawing.Color.Transparent;
     this.superTabControlPanel1.Controls.Add(this.textBox1);
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(99, 0);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(596, 217);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem  = this.superTabItem1;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(79, 22);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 0;
     //
     // superTabItem1
     //
     this.superTabItem1.AttachedControl = this.superTabControlPanel1;
     this.superTabItem1.GlobalItem      = false;
     this.superTabItem1.Name            = "superTabItem1";
     superTabLinearGradientColorTable1.AdaptiveGradient = false;
     superTabLinearGradientColorTable1.Colors           = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))))
     };
     superTabItemStateColorTable1.Background  = superTabLinearGradientColorTable1;
     superTabItemStateColorTable1.CloseMarker = System.Drawing.Color.Red;
     superTabItemStateColorTable1.InnerBorder = System.Drawing.Color.Green;
     superTabItemStateColorTable1.OuterBorder = System.Drawing.Color.Yellow;
     superTabColorStates1.Selected            = superTabItemStateColorTable1;
     superTabItemColorTable1.Left             = superTabColorStates1;
     this.superTabItem1.TabColor = superTabItemColorTable1;
     this.superTabItem1.Text     = "superTabItem1";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.labelX1.BackgroundStyle.BackColor2             = System.Drawing.Color.Black;
     this.labelX1.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelX1.BackgroundStyle.Class      = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.labelX1.Location = new System.Drawing.Point(0, 0);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(695, 54);
     this.labelX1.TabIndex = 7;
     //
     // superTooltip1
     //
     this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // buttonResetAllDefaults
     //
     this.buttonResetAllDefaults.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonResetAllDefaults.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonResetAllDefaults.DisabledImage  = ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.DisabledImage")));
     this.buttonResetAllDefaults.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.HoverImage")));
     this.buttonResetAllDefaults.Image          = ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.Image")));
     this.buttonResetAllDefaults.Location       = new System.Drawing.Point(12, 10);
     this.buttonResetAllDefaults.Name           = "buttonResetAllDefaults";
     this.buttonResetAllDefaults.Size           = new System.Drawing.Size(133, 33);
     this.buttonResetAllDefaults.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.superTooltip1.SetSuperTooltip(this.buttonResetAllDefaults, new DevComponents.DotNetBar.SuperTooltipInfo("Re-generate the files", "<b>Note:</b> No files will be written to your disk until you click the \'Write fil" +
                                                                                                                  "es to disk\' button.", "Re-generate the files based on your model.", ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.SuperTooltip"))), ((System.Drawing.Image)(resources.GetObject("buttonResetAllDefaults.SuperTooltip1"))), DevComponents.DotNetBar.eTooltipColor.Gray));
     this.buttonResetAllDefaults.TabIndex      = 69;
     this.buttonResetAllDefaults.Text          = " Reset all defaults";
     this.buttonResetAllDefaults.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonResetAllDefaults.Click        += new System.EventHandler(this.buttonResetAllDefaults_Click);
     //
     // Options
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.Controls.Add(this.buttonResetAllDefaults);
     this.Controls.Add(this.superTabControl1);
     this.Controls.Add(this.labelX1);
     this.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name            = "Options";
     this.NavBarIcon      = ((System.Drawing.Image)(resources.GetObject("$this.NavBarIcon")));
     this.Size            = new System.Drawing.Size(695, 271);
     this.VisibleChanged += new System.EventHandler(this.Options_VisibleChanged);
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     this.superTabControl1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.superTabControlPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EntityForm2));
			this.panelDiagram = new System.Windows.Forms.Panel();
			this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
			this.dockSite4 = new DevComponents.DotNetBar.DockSite();
			this.dockSite1 = new DevComponents.DotNetBar.DockSite();
			this.dockSite2 = new DevComponents.DotNetBar.DockSite();
			this.dockSite8 = new DevComponents.DotNetBar.DockSite();
			this.dockSite5 = new DevComponents.DotNetBar.DockSite();
			this.dockSite6 = new DevComponents.DotNetBar.DockSite();
			this.dockSite7 = new DevComponents.DotNetBar.DockSite();
			this.dockSite3 = new DevComponents.DotNetBar.DockSite();
			this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
			this.bar1 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.entityDetailsEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.EntityDetailsEditor();
			this.superTabItemEntityDetails = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.tablePropertiesEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.TableColumnsEditor();
			this.superTabItemTableColumns = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.propertiesEditorEntityProperties = new ArchAngel.Providers.EntityModel.UI.Editors.EntityPropertiesEditor();
			this.superTabItemEntityProperties = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.tableDetailsEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.TableDetailsEditor();
			this.superTabItemTableDetails = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel7 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.componentPropertiesEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentPropertiesEditor();
			this.superTabItemComponentProperties = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.componentDetailsEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.ComponentDetailsEditor();
			this.superTabItemComponentDetails = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.tableKeysEditor1 = new ArchAngel.Providers.EntityModel.UI.Editors.TableKeysEditor();
			this.superTabItemTableKeys = new DevComponents.DotNetBar.SuperTabItem();
			this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.buttonHybrid = new DevComponents.DotNetBar.ButtonX();
			this.buttonTableRelationships = new DevComponents.DotNetBar.ButtonX();
			this.buttonTableMappings = new DevComponents.DotNetBar.ButtonX();
			this.panelTop = new DevComponents.DotNetBar.PanelEx();
			this.buttonShowMapping = new DevComponents.DotNetBar.ButtonX();
			this.buttonShowInheritance = new DevComponents.DotNetBar.ButtonX();
			this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
			((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
			this.bar1.SuspendLayout();
			this.superTabControlPanel1.SuspendLayout();
			this.superTabControlPanel4.SuspendLayout();
			this.superTabControlPanel2.SuspendLayout();
			this.superTabControlPanel3.SuspendLayout();
			this.superTabControlPanel7.SuspendLayout();
			this.superTabControlPanel6.SuspendLayout();
			this.superTabControlPanel5.SuspendLayout();
			this.panelTop.SuspendLayout();
			this.SuspendLayout();
			// 
			// panelDiagram
			// 
			this.panelDiagram.AutoScroll = true;
			this.panelDiagram.BackColor = System.Drawing.Color.Black;
			this.panelDiagram.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelDiagram.Location = new System.Drawing.Point(0, 33);
			this.panelDiagram.Name = "panelDiagram";
			this.panelDiagram.Size = new System.Drawing.Size(753, 282);
			this.panelDiagram.TabIndex = 0;
			// 
			// dotNetBarManager1
			// 
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
			this.dotNetBarManager1.BottomDockSite = this.dockSite4;
			this.dotNetBarManager1.EnableFullSizeDock = false;
			this.dotNetBarManager1.LeftDockSite = this.dockSite1;
			this.dotNetBarManager1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.dotNetBarManager1.ParentForm = null;
			this.dotNetBarManager1.ParentUserControl = this;
			this.dotNetBarManager1.RightDockSite = this.dockSite2;
			this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
			this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
			this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
			this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
			this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
			this.dotNetBarManager1.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, 502);
			this.dockSite4.Name = "dockSite4";
			this.dockSite4.Size = new System.Drawing.Size(753, 0);
			this.dockSite4.TabIndex = 7;
			this.dockSite4.TabStop = false;
			// 
			// dockSite1
			// 
			this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
			this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite1.Location = new System.Drawing.Point(0, 33);
			this.dockSite1.Name = "dockSite1";
			this.dockSite1.Size = new System.Drawing.Size(0, 469);
			this.dockSite1.TabIndex = 4;
			this.dockSite1.TabStop = false;
			// 
			// dockSite2
			// 
			this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite2.Location = new System.Drawing.Point(753, 33);
			this.dockSite2.Name = "dockSite2";
			this.dockSite2.Size = new System.Drawing.Size(0, 469);
			this.dockSite2.TabIndex = 5;
			this.dockSite2.TabStop = false;
			// 
			// 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, 502);
			this.dockSite8.Name = "dockSite8";
			this.dockSite8.Size = new System.Drawing.Size(753, 0);
			this.dockSite8.TabIndex = 11;
			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, 33);
			this.dockSite5.Name = "dockSite5";
			this.dockSite5.Size = new System.Drawing.Size(0, 469);
			this.dockSite5.TabIndex = 8;
			this.dockSite5.TabStop = false;
			// 
			// dockSite6
			// 
			this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockSite6.Location = new System.Drawing.Point(753, 33);
			this.dockSite6.Name = "dockSite6";
			this.dockSite6.Size = new System.Drawing.Size(0, 469);
			this.dockSite6.TabIndex = 9;
			this.dockSite6.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, 33);
			this.dockSite7.Name = "dockSite7";
			this.dockSite7.Size = new System.Drawing.Size(753, 0);
			this.dockSite7.TabIndex = 10;
			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, 33);
			this.dockSite3.Name = "dockSite3";
			this.dockSite3.Size = new System.Drawing.Size(753, 0);
			this.dockSite3.TabIndex = 6;
			this.dockSite3.TabStop = false;
			// 
			// superTooltip1
			// 
			this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// bar1
			// 
			this.bar1.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			// 
			// 
			// 
			this.bar1.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.bar1.ControlBox.MenuBox.Name = "";
			this.bar1.ControlBox.Name = "";
			this.bar1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.bar1.ControlBox.MenuBox,
            this.bar1.ControlBox.CloseBox});
			this.bar1.Controls.Add(this.superTabControlPanel1);
			this.bar1.Controls.Add(this.superTabControlPanel4);
			this.bar1.Controls.Add(this.superTabControlPanel2);
			this.bar1.Controls.Add(this.superTabControlPanel3);
			this.bar1.Controls.Add(this.superTabControlPanel7);
			this.bar1.Controls.Add(this.superTabControlPanel6);
			this.bar1.Controls.Add(this.superTabControlPanel5);
			this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.bar1.ForeColor = System.Drawing.Color.White;
			this.bar1.Location = new System.Drawing.Point(0, 321);
			this.bar1.Name = "bar1";
			this.bar1.ReorderTabsEnabled = true;
			this.bar1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.bar1.SelectedTabIndex = 6;
			this.bar1.Size = new System.Drawing.Size(753, 181);
			this.bar1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
			this.bar1.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.bar1.TabIndex = 0;
			this.bar1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItemEntityDetails,
            this.superTabItemEntityProperties,
            this.superTabItemTableDetails,
            this.superTabItemTableColumns,
            this.superTabItemTableKeys,
            this.superTabItemComponentDetails,
            this.superTabItemComponentProperties});
			superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))};
			superTabColorTable1.Background = superTabLinearGradientColorTable4;
			superTabColorTable1.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabColorTable1.OuterBorder = System.Drawing.Color.Black;
			superTabColorTable1.SelectionMarker = System.Drawing.Color.White;
			this.bar1.TabStripColor = superTabColorTable1;
			this.bar1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
			this.bar1.TabVerticalSpacing = 10;
			this.bar1.Text = "Details";
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.Controls.Add(this.entityDetailsEditor1);
			this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel1.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel1.Name = "superTabControlPanel1";
			this.superTabControlPanel1.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItemEntityDetails;
			// 
			// entityDetailsEditor1
			// 
			this.entityDetailsEditor1.AutoScroll = true;
			this.entityDetailsEditor1.BackColor = System.Drawing.Color.Black;
			this.entityDetailsEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.entityDetailsEditor1.Entity = null;
			this.entityDetailsEditor1.ForeColor = System.Drawing.Color.White;
			this.entityDetailsEditor1.Location = new System.Drawing.Point(0, 0);
			this.entityDetailsEditor1.Name = "entityDetailsEditor1";
			this.entityDetailsEditor1.Size = new System.Drawing.Size(680, 181);
			this.entityDetailsEditor1.TabIndex = 0;
			// 
			// superTabItemEntityDetails
			// 
			this.superTabItemEntityDetails.AttachedControl = this.superTabControlPanel1;
			this.superTabItemEntityDetails.GlobalItem = false;
			this.superTabItemEntityDetails.Name = "superTabItemEntityDetails";
			superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))))};
			superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
			superTabItemStateColorTable1.Text = System.Drawing.Color.White;
			superTabColorStates1.Normal = superTabItemStateColorTable1;
			superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))};
			superTabItemStateColorTable2.Background = superTabLinearGradientColorTable2;
			superTabItemStateColorTable2.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabItemStateColorTable2.OuterBorder = System.Drawing.Color.Black;
			superTabItemStateColorTable2.Text = System.Drawing.Color.White;
			superTabColorStates1.Selected = superTabItemStateColorTable2;
			superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))))};
			superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
			superTabColorStates1.SelectedMouseOver = superTabItemStateColorTable3;
			superTabItemColorTable1.Default = superTabColorStates1;
			this.superTabItemEntityDetails.TabColor = superTabItemColorTable1;
			this.superTabItemEntityDetails.Text = "Details";
			// 
			// superTabControlPanel4
			// 
			this.superTabControlPanel4.Controls.Add(this.tablePropertiesEditor1);
			this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel4.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel4.Name = "superTabControlPanel4";
			this.superTabControlPanel4.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel4.TabIndex = 0;
			this.superTabControlPanel4.TabItem = this.superTabItemTableColumns;
			// 
			// tablePropertiesEditor1
			// 
			this.tablePropertiesEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tablePropertiesEditor1.Location = new System.Drawing.Point(0, 0);
			this.tablePropertiesEditor1.Name = "tablePropertiesEditor1";
			this.tablePropertiesEditor1.Size = new System.Drawing.Size(680, 181);
			this.tablePropertiesEditor1.TabIndex = 0;
			this.tablePropertiesEditor1.Table = null;
			// 
			// superTabItemTableColumns
			// 
			this.superTabItemTableColumns.AttachedControl = this.superTabControlPanel4;
			this.superTabItemTableColumns.GlobalItem = false;
			this.superTabItemTableColumns.Name = "superTabItemTableColumns";
			this.superTabItemTableColumns.Text = "Columns";
			// 
			// superTabControlPanel2
			// 
			this.superTabControlPanel2.Controls.Add(this.propertiesEditorEntityProperties);
			this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel2.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel2.Name = "superTabControlPanel2";
			this.superTabControlPanel2.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel2.TabIndex = 0;
			this.superTabControlPanel2.TabItem = this.superTabItemEntityProperties;
			// 
			// propertiesEditorEntityProperties
			// 
			this.propertiesEditorEntityProperties.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(13)))), ((int)(((byte)(13)))));
			this.propertiesEditorEntityProperties.Dock = System.Windows.Forms.DockStyle.Fill;
			this.propertiesEditorEntityProperties.Entity = null;
			this.propertiesEditorEntityProperties.Location = new System.Drawing.Point(0, 0);
			this.propertiesEditorEntityProperties.Name = "propertiesEditorEntityProperties";
			this.propertiesEditorEntityProperties.Size = new System.Drawing.Size(680, 181);
			this.propertiesEditorEntityProperties.TabIndex = 0;
			// 
			// superTabItemEntityProperties
			// 
			this.superTabItemEntityProperties.AttachedControl = this.superTabControlPanel2;
			this.superTabItemEntityProperties.GlobalItem = false;
			this.superTabItemEntityProperties.Name = "superTabItemEntityProperties";
			this.superTabItemEntityProperties.Text = "Properties";
			// 
			// superTabControlPanel3
			// 
			this.superTabControlPanel3.Controls.Add(this.tableDetailsEditor1);
			this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel3.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel3.Name = "superTabControlPanel3";
			this.superTabControlPanel3.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel3.TabIndex = 0;
			this.superTabControlPanel3.TabItem = this.superTabItemTableDetails;
			// 
			// tableDetailsEditor1
			// 
			this.tableDetailsEditor1.BackColor = System.Drawing.Color.Black;
			this.tableDetailsEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableDetailsEditor1.ForeColor = System.Drawing.Color.White;
			this.tableDetailsEditor1.Location = new System.Drawing.Point(0, 0);
			this.tableDetailsEditor1.Name = "tableDetailsEditor1";
			this.tableDetailsEditor1.Size = new System.Drawing.Size(680, 181);
			this.tableDetailsEditor1.TabIndex = 0;
			this.tableDetailsEditor1.Table = null;
			// 
			// superTabItemTableDetails
			// 
			this.superTabItemTableDetails.AttachedControl = this.superTabControlPanel3;
			this.superTabItemTableDetails.GlobalItem = false;
			this.superTabItemTableDetails.Name = "superTabItemTableDetails";
			this.superTabItemTableDetails.Text = "Details";
			// 
			// superTabControlPanel7
			// 
			this.superTabControlPanel7.Controls.Add(this.componentPropertiesEditor1);
			this.superTabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel7.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel7.Name = "superTabControlPanel7";
			this.superTabControlPanel7.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel7.TabIndex = 0;
			this.superTabControlPanel7.TabItem = this.superTabItemComponentProperties;
			// 
			// componentPropertiesEditor1
			// 
			this.componentPropertiesEditor1.ComponentSpecification = null;
			this.componentPropertiesEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.componentPropertiesEditor1.Location = new System.Drawing.Point(0, 0);
			this.componentPropertiesEditor1.Name = "componentPropertiesEditor1";
			this.componentPropertiesEditor1.Size = new System.Drawing.Size(680, 181);
			this.componentPropertiesEditor1.TabIndex = 0;
			// 
			// superTabItemComponentProperties
			// 
			this.superTabItemComponentProperties.AttachedControl = this.superTabControlPanel7;
			this.superTabItemComponentProperties.GlobalItem = false;
			this.superTabItemComponentProperties.Name = "superTabItemComponentProperties";
			this.superTabItemComponentProperties.Text = "Properties";
			// 
			// superTabControlPanel6
			// 
			this.superTabControlPanel6.Controls.Add(this.componentDetailsEditor1);
			this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel6.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel6.Name = "superTabControlPanel6";
			this.superTabControlPanel6.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel6.TabIndex = 0;
			this.superTabControlPanel6.TabItem = this.superTabItemComponentDetails;
			// 
			// componentDetailsEditor1
			// 
			this.componentDetailsEditor1.BackColor = System.Drawing.Color.Black;
			this.componentDetailsEditor1.ComponentSpecification = null;
			this.componentDetailsEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.componentDetailsEditor1.ForeColor = System.Drawing.Color.White;
			this.componentDetailsEditor1.Location = new System.Drawing.Point(0, 0);
			this.componentDetailsEditor1.Name = "componentDetailsEditor1";
			this.componentDetailsEditor1.Size = new System.Drawing.Size(680, 181);
			this.componentDetailsEditor1.TabIndex = 0;
			// 
			// superTabItemComponentDetails
			// 
			this.superTabItemComponentDetails.AttachedControl = this.superTabControlPanel6;
			this.superTabItemComponentDetails.GlobalItem = false;
			this.superTabItemComponentDetails.Name = "superTabItemComponentDetails";
			this.superTabItemComponentDetails.Text = "Details";
			// 
			// superTabControlPanel5
			// 
			this.superTabControlPanel5.Controls.Add(this.tableKeysEditor1);
			this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel5.Location = new System.Drawing.Point(73, 0);
			this.superTabControlPanel5.Name = "superTabControlPanel5";
			this.superTabControlPanel5.Size = new System.Drawing.Size(680, 181);
			this.superTabControlPanel5.TabIndex = 0;
			this.superTabControlPanel5.TabItem = this.superTabItemTableKeys;
			// 
			// tableKeysEditor1
			// 
			this.tableKeysEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableKeysEditor1.Location = new System.Drawing.Point(0, 0);
			this.tableKeysEditor1.Name = "tableKeysEditor1";
			this.tableKeysEditor1.Size = new System.Drawing.Size(680, 181);
			this.tableKeysEditor1.TabIndex = 0;
			this.tableKeysEditor1.Table = null;
			// 
			// superTabItemTableKeys
			// 
			this.superTabItemTableKeys.AttachedControl = this.superTabControlPanel5;
			this.superTabItemTableKeys.GlobalItem = false;
			this.superTabItemTableKeys.Name = "superTabItemTableKeys";
			this.superTabItemTableKeys.Text = "Keys";
			// 
			// expandableSplitter1
			// 
			this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.expandableSplitter1.Expandable = false;
			this.expandableSplitter1.ExpandableControl = this.panelDiagram;
			this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
			this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
			this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.Location = new System.Drawing.Point(0, 315);
			this.expandableSplitter1.Name = "expandableSplitter1";
			this.expandableSplitter1.Size = new System.Drawing.Size(753, 6);
			this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter1.TabIndex = 12;
			this.expandableSplitter1.TabStop = false;
			// 
			// buttonHybrid
			// 
			this.buttonHybrid.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonHybrid.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonHybrid.Location = new System.Drawing.Point(282, 7);
			this.buttonHybrid.Name = "buttonHybrid";
			this.buttonHybrid.Size = new System.Drawing.Size(75, 23);
			this.buttonHybrid.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonHybrid.TabIndex = 3;
			this.buttonHybrid.Text = "E Hybrid";
			this.buttonHybrid.Visible = false;
			this.buttonHybrid.Click += new System.EventHandler(this.buttonHybrid_Click);
			// 
			// buttonTableRelationships
			// 
			this.buttonTableRelationships.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonTableRelationships.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonTableRelationships.Location = new System.Drawing.Point(363, 4);
			this.buttonTableRelationships.Name = "buttonTableRelationships";
			this.buttonTableRelationships.Size = new System.Drawing.Size(84, 23);
			this.buttonTableRelationships.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonTableRelationships.TabIndex = 4;
			this.buttonTableRelationships.Text = "T Relationships";
			this.buttonTableRelationships.Visible = false;
			this.buttonTableRelationships.Click += new System.EventHandler(this.buttonTableRelationships_Click);
			// 
			// buttonTableMappings
			// 
			this.buttonTableMappings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonTableMappings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonTableMappings.Location = new System.Drawing.Point(453, 3);
			this.buttonTableMappings.Name = "buttonTableMappings";
			this.buttonTableMappings.Size = new System.Drawing.Size(84, 23);
			this.buttonTableMappings.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonTableMappings.TabIndex = 5;
			this.buttonTableMappings.Text = "T Mapping";
			this.buttonTableMappings.Visible = false;
			this.buttonTableMappings.Click += new System.EventHandler(this.buttonTableMappings_Click);
			// 
			// panelTop
			// 
			this.panelTop.Controls.Add(this.buttonShowMapping);
			this.panelTop.Controls.Add(this.buttonShowInheritance);
			this.panelTop.Controls.Add(this.buttonTableMappings);
			this.panelTop.Controls.Add(this.buttonTableRelationships);
			this.panelTop.Controls.Add(this.buttonHybrid);
			this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelTop.Location = new System.Drawing.Point(0, 0);
			this.panelTop.Name = "panelTop";
			this.panelTop.Size = new System.Drawing.Size(753, 33);
			this.panelTop.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
			this.panelTop.Style.BackColor2.Color = System.Drawing.Color.Black;
			this.panelTop.Style.GradientAngle = 90;
			this.panelTop.TabIndex = 3;
			// 
			// buttonShowMapping
			// 
			this.buttonShowMapping.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonShowMapping.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
			this.buttonShowMapping.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonShowMapping.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonShowMapping.HoverImage")));
			this.buttonShowMapping.Image = ((System.Drawing.Image)(resources.GetObject("buttonShowMapping.Image")));
			this.buttonShowMapping.Location = new System.Drawing.Point(19, 5);
			this.buttonShowMapping.Name = "buttonShowMapping";
			this.buttonShowMapping.Size = new System.Drawing.Size(96, 23);
			this.buttonShowMapping.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonShowMapping.TabIndex = 10;
			this.buttonShowMapping.Text = "  Mapping";
			this.buttonShowMapping.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonShowMapping.Visible = false;
			this.buttonShowMapping.Click += new System.EventHandler(this.buttonShowMapping_Click);
			// 
			// buttonShowInheritance
			// 
			this.buttonShowInheritance.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonShowInheritance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
			this.buttonShowInheritance.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonShowInheritance.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonShowInheritance.HoverImage")));
			this.buttonShowInheritance.Image = ((System.Drawing.Image)(resources.GetObject("buttonShowInheritance.Image")));
			this.buttonShowInheritance.Location = new System.Drawing.Point(130, 5);
			this.buttonShowInheritance.Name = "buttonShowInheritance";
			this.buttonShowInheritance.Size = new System.Drawing.Size(96, 23);
			this.buttonShowInheritance.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonShowInheritance.TabIndex = 9;
			this.buttonShowInheritance.Text = "  Inheritance";
			this.buttonShowInheritance.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonShowInheritance.Visible = false;
			this.buttonShowInheritance.Click += new System.EventHandler(this.buttonShowInheritance_Click);
			// 
			// highlighter1
			// 
			this.highlighter1.ContainerControl = this;
			this.highlighter1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// EntityForm2
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.panelDiagram);
			this.Controls.Add(this.expandableSplitter1);
			this.Controls.Add(this.bar1);
			this.Controls.Add(this.dockSite2);
			this.Controls.Add(this.dockSite1);
			this.Controls.Add(this.dockSite3);
			this.Controls.Add(this.dockSite4);
			this.Controls.Add(this.dockSite5);
			this.Controls.Add(this.dockSite6);
			this.Controls.Add(this.dockSite7);
			this.Controls.Add(this.dockSite8);
			this.Controls.Add(this.panelTop);
			this.Name = "EntityForm2";
			this.Size = new System.Drawing.Size(753, 502);
			((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
			this.bar1.ResumeLayout(false);
			this.superTabControlPanel1.ResumeLayout(false);
			this.superTabControlPanel4.ResumeLayout(false);
			this.superTabControlPanel2.ResumeLayout(false);
			this.superTabControlPanel3.ResumeLayout(false);
			this.superTabControlPanel7.ResumeLayout(false);
			this.superTabControlPanel6.ResumeLayout(false);
			this.superTabControlPanel5.ResumeLayout(false);
			this.panelTop.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();
     DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable7 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     System.ComponentModel.ComponentResourceManager                        resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDatabase));
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable              superTabItemColorTable1           = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates                 superTabColorStates1              = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable         superTabItemStateColorTable1      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable    superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable         superTabItemStateColorTable2      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable    superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable         superTabItemStateColorTable3      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable    superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemColorTable              superTabItemColorTable2           = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabColorStates                 superTabColorStates2              = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable         superTabItemStateColorTable4      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable    superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable         superTabItemStateColorTable5      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable    superTabLinearGradientColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable         superTabItemStateColorTable6      = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
     DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable    superTabLinearGradientColorTable6 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
     ArchAngel.Providers.EntityModel.UI.Presenters.ServerAndDatabaseHelper serverAndDatabaseHelper1          = new ArchAngel.Providers.EntityModel.UI.Presenters.ServerAndDatabaseHelper();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.superTabConnectionSettings = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel3      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.buttonRefreshExport   = new DevComponents.DotNetBar.ButtonX();
     this.labelNoChangesExport  = new DevComponents.DotNetBar.LabelX();
     this.superTabItemExport    = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.textBoxColumnSuffixes  = new System.Windows.Forms.TextBox();
     this.textBoxTableSuffixes   = new System.Windows.Forms.TextBox();
     this.labelColumnSuffixes    = new System.Windows.Forms.Label();
     this.labelTableSuffixes     = new System.Windows.Forms.Label();
     this.buttonTestConnection   = new System.Windows.Forms.Button();
     this.textBoxColumnPrefixes  = new System.Windows.Forms.TextBox();
     this.textBoxTablePrefixes   = new System.Windows.Forms.TextBox();
     this.labelColumnPrefixes    = new System.Windows.Forms.Label();
     this.labelTablePrefixes     = new System.Windows.Forms.Label();
     this.buttonResync           = new System.Windows.Forms.Button();
     this.superTabItemConnection = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabControlPanel2  = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.buttonImport           = new DevComponents.DotNetBar.ButtonX();
     this.buttonRefresh          = new DevComponents.DotNetBar.ButtonX();
     this.labelNoChanges         = new DevComponents.DotNetBar.LabelX();
     this.superTabItemImport     = new DevComponents.DotNetBar.SuperTabItem();
     this.labelHeader            = new DevComponents.DotNetBar.LabelX();
     this.errorProvider          = new System.Windows.Forms.ErrorProvider(this.components);
     this.backgroundWorker1      = new System.ComponentModel.BackgroundWorker();
     this.toolTip1               = new System.Windows.Forms.ToolTip(this.components);
     this.superTooltip1          = new DevComponents.DotNetBar.SuperTooltip();
     this.button1                = new System.Windows.Forms.Button();
     this.button2                = new System.Windows.Forms.Button();
     this.ucDatabaseInformation1 = new ArchAngel.Providers.EntityModel.UI.PropertyGrids.ucDatabaseInformation();
     this.modelChanges1          = new ArchAngel.Providers.EntityModel.UI.Editors.UserControls.ModelChanges();
     this.databaseChanges1       = new ArchAngel.Providers.EntityModel.UI.Editors.UserControls.DatabaseChanges();
     this.panelEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.superTabConnectionSettings)).BeginInit();
     this.superTabConnectionSettings.SuspendLayout();
     this.superTabControlPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.superTabControlPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.Color.Black;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.superTabConnectionSettings);
     this.panelEx1.Controls.Add(this.labelHeader);
     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(758, 500);
     this.panelEx1.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color            = System.Drawing.Color.Black;
     this.panelEx1.Style.BackColor2.Color            = System.Drawing.Color.Black;
     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                          = 4;
     //
     // superTabConnectionSettings
     //
     this.superTabConnectionSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     //
     //
     //
     //
     //
     //
     this.superTabConnectionSettings.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabConnectionSettings.ControlBox.MenuBox.Name = "";
     this.superTabConnectionSettings.ControlBox.Name         = "";
     this.superTabConnectionSettings.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabConnectionSettings.ControlBox.MenuBox,
         this.superTabConnectionSettings.ControlBox.CloseBox
     });
     this.superTabConnectionSettings.ControlBox.Visible = false;
     this.superTabConnectionSettings.Controls.Add(this.superTabControlPanel3);
     this.superTabConnectionSettings.Controls.Add(this.superTabControlPanel1);
     this.superTabConnectionSettings.Controls.Add(this.superTabControlPanel2);
     this.superTabConnectionSettings.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.superTabConnectionSettings.FixedTabSize       = new System.Drawing.Size(160, 45);
     this.superTabConnectionSettings.Location           = new System.Drawing.Point(0, 30);
     this.superTabConnectionSettings.Name               = "superTabConnectionSettings";
     this.superTabConnectionSettings.ReorderTabsEnabled = true;
     this.superTabConnectionSettings.SelectedTabFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.superTabConnectionSettings.SelectedTabIndex   = 1;
     this.superTabConnectionSettings.Size               = new System.Drawing.Size(758, 470);
     this.superTabConnectionSettings.TabAlignment       = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.superTabConnectionSettings.TabFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabConnectionSettings.TabIndex           = 17;
     this.superTabConnectionSettings.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItemConnection,
         this.superTabItemImport,
         this.superTabItemExport
     });
     superTabLinearGradientColorTable7.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))
     };
     superTabColorTable1.Background   = superTabLinearGradientColorTable7;
     superTabColorTable1.InnerBorder  = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabColorTable1.InsertMarker = System.Drawing.Color.Yellow;
     superTabColorTable1.OuterBorder  = System.Drawing.Color.Black;
     this.superTabConnectionSettings.TabStripColor       = superTabColorTable1;
     this.superTabConnectionSettings.TabStyle            = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.superTabConnectionSettings.Text                = "Import Database Changes";
     this.superTabConnectionSettings.SelectedTabChanged += new System.EventHandler <DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.superTabControl1_SelectedTabChanged);
     //
     // superTabControlPanel3
     //
     this.superTabControlPanel3.Controls.Add(this.panel2);
     this.superTabControlPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel3.Location = new System.Drawing.Point(162, 0);
     this.superTabControlPanel3.Name     = "superTabControlPanel3";
     this.superTabControlPanel3.Size     = new System.Drawing.Size(596, 470);
     this.superTabControlPanel3.TabIndex = 0;
     this.superTabControlPanel3.TabItem  = this.superTabItemExport;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.panel2.Controls.Add(this.buttonRefreshExport);
     this.panel2.Controls.Add(this.labelNoChangesExport);
     this.panel2.Controls.Add(this.modelChanges1);
     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(596, 470);
     this.panel2.TabIndex = 1;
     //
     // buttonRefreshExport
     //
     this.buttonRefreshExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonRefreshExport.Anchor         = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonRefreshExport.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonRefreshExport.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonRefreshExport.HoverImage")));
     this.buttonRefreshExport.Image          = ((System.Drawing.Image)(resources.GetObject("buttonRefreshExport.Image")));
     this.buttonRefreshExport.Location       = new System.Drawing.Point(233, 408);
     this.buttonRefreshExport.Margin         = new System.Windows.Forms.Padding(2);
     this.buttonRefreshExport.Name           = "buttonRefreshExport";
     this.buttonRefreshExport.Size           = new System.Drawing.Size(131, 34);
     this.buttonRefreshExport.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonRefreshExport.TabIndex       = 21;
     this.buttonRefreshExport.Text           = "  Refresh";
     this.buttonRefreshExport.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonRefreshExport.Click         += new System.EventHandler(this.buttonRefreshExport_Click);
     //
     // labelNoChangesExport
     //
     this.labelNoChangesExport.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.labelNoChangesExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
     //
     //
     //
     this.labelNoChangesExport.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelNoChangesExport.BackgroundStyle.BackColorGradientType  = DevComponents.DotNetBar.eGradientType.Radial;
     this.labelNoChangesExport.BackgroundStyle.Class      = "";
     this.labelNoChangesExport.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelNoChangesExport.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelNoChangesExport.ForeColor = System.Drawing.Color.White;
     this.labelNoChangesExport.Image     = ((System.Drawing.Image)(resources.GetObject("labelNoChangesExport.Image")));
     this.labelNoChangesExport.Location  = new System.Drawing.Point(184, 121);
     this.labelNoChangesExport.Name      = "labelNoChangesExport";
     this.labelNoChangesExport.Size      = new System.Drawing.Size(250, 41);
     this.labelNoChangesExport.TabIndex  = 20;
     this.labelNoChangesExport.Text      = "The model has no changes";
     this.labelNoChangesExport.Visible   = false;
     //
     // superTabItemExport
     //
     this.superTabItemExport.AttachedControl = this.superTabControlPanel3;
     this.superTabItemExport.GlobalItem      = false;
     this.superTabItemExport.Image           = ((System.Drawing.Image)(resources.GetObject("superTabItemExport.Image")));
     this.superTabItemExport.Name            = "superTabItemExport";
     this.superTabItemExport.Text            = "Export changes (beta)";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.superTabControlPanel1.Controls.Add(this.panel1);
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(162, 0);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(596, 470);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem  = this.superTabItemConnection;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.textBoxColumnSuffixes);
     this.panel1.Controls.Add(this.textBoxTableSuffixes);
     this.panel1.Controls.Add(this.labelColumnSuffixes);
     this.panel1.Controls.Add(this.labelTableSuffixes);
     this.panel1.Controls.Add(this.buttonTestConnection);
     this.panel1.Controls.Add(this.textBoxColumnPrefixes);
     this.panel1.Controls.Add(this.textBoxTablePrefixes);
     this.panel1.Controls.Add(this.labelColumnPrefixes);
     this.panel1.Controls.Add(this.labelTablePrefixes);
     this.panel1.Controls.Add(this.buttonResync);
     this.panel1.Controls.Add(this.ucDatabaseInformation1);
     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(596, 470);
     this.panel1.TabIndex = 17;
     //
     // textBoxColumnSuffixes
     //
     this.textBoxColumnSuffixes.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.textBoxColumnSuffixes.Location     = new System.Drawing.Point(210, 419);
     this.textBoxColumnSuffixes.Name         = "textBoxColumnSuffixes";
     this.textBoxColumnSuffixes.Size         = new System.Drawing.Size(260, 20);
     this.textBoxColumnSuffixes.TabIndex     = 25;
     this.textBoxColumnSuffixes.TextChanged += new System.EventHandler(this.textBoxColumnSuffixes_TextChanged);
     //
     // textBoxTableSuffixes
     //
     this.textBoxTableSuffixes.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.textBoxTableSuffixes.Location     = new System.Drawing.Point(210, 394);
     this.textBoxTableSuffixes.Name         = "textBoxTableSuffixes";
     this.textBoxTableSuffixes.Size         = new System.Drawing.Size(260, 20);
     this.textBoxTableSuffixes.TabIndex     = 24;
     this.textBoxTableSuffixes.TextChanged += new System.EventHandler(this.textBoxTableSuffixes_TextChanged);
     //
     // labelColumnSuffixes
     //
     this.labelColumnSuffixes.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.labelColumnSuffixes.AutoSize  = true;
     this.labelColumnSuffixes.ForeColor = System.Drawing.Color.White;
     this.labelColumnSuffixes.Location  = new System.Drawing.Point(121, 422);
     this.labelColumnSuffixes.Name      = "labelColumnSuffixes";
     this.labelColumnSuffixes.Size      = new System.Drawing.Size(80, 13);
     this.labelColumnSuffixes.TabIndex  = 23;
     this.labelColumnSuffixes.Text      = "Column suffixes";
     //
     // labelTableSuffixes
     //
     this.labelTableSuffixes.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.labelTableSuffixes.AutoSize  = true;
     this.labelTableSuffixes.ForeColor = System.Drawing.Color.White;
     this.labelTableSuffixes.Location  = new System.Drawing.Point(121, 397);
     this.labelTableSuffixes.Name      = "labelTableSuffixes";
     this.labelTableSuffixes.Size      = new System.Drawing.Size(72, 13);
     this.labelTableSuffixes.TabIndex  = 22;
     this.labelTableSuffixes.Text      = "Table suffixes";
     //
     // buttonTestConnection
     //
     this.buttonTestConnection.Anchor     = System.Windows.Forms.AnchorStyles.Top;
     this.buttonTestConnection.Image      = ((System.Drawing.Image)(resources.GetObject("buttonTestConnection.Image")));
     this.buttonTestConnection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonTestConnection.Location   = new System.Drawing.Point(309, 387);
     this.buttonTestConnection.Name       = "buttonTestConnection";
     this.buttonTestConnection.Size       = new System.Drawing.Size(121, 34);
     this.buttonTestConnection.TabIndex   = 16;
     this.buttonTestConnection.Text       = "Test connection";
     this.buttonTestConnection.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonTestConnection.UseVisualStyleBackColor = true;
     this.buttonTestConnection.Click += new System.EventHandler(this.buttonTestConnection_Click);
     //
     // textBoxColumnPrefixes
     //
     this.textBoxColumnPrefixes.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.textBoxColumnPrefixes.Location     = new System.Drawing.Point(210, 368);
     this.textBoxColumnPrefixes.Name         = "textBoxColumnPrefixes";
     this.textBoxColumnPrefixes.Size         = new System.Drawing.Size(260, 20);
     this.textBoxColumnPrefixes.TabIndex     = 21;
     this.textBoxColumnPrefixes.TextChanged += new System.EventHandler(this.textBoxColumnPrefixes_TextChanged);
     //
     // textBoxTablePrefixes
     //
     this.textBoxTablePrefixes.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.textBoxTablePrefixes.Location     = new System.Drawing.Point(210, 343);
     this.textBoxTablePrefixes.Name         = "textBoxTablePrefixes";
     this.textBoxTablePrefixes.Size         = new System.Drawing.Size(260, 20);
     this.textBoxTablePrefixes.TabIndex     = 20;
     this.textBoxTablePrefixes.TextChanged += new System.EventHandler(this.textBoxTablePrefixes_TextChanged);
     //
     // labelColumnPrefixes
     //
     this.labelColumnPrefixes.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.labelColumnPrefixes.AutoSize  = true;
     this.labelColumnPrefixes.ForeColor = System.Drawing.Color.White;
     this.labelColumnPrefixes.Location  = new System.Drawing.Point(121, 371);
     this.labelColumnPrefixes.Name      = "labelColumnPrefixes";
     this.labelColumnPrefixes.Size      = new System.Drawing.Size(81, 13);
     this.labelColumnPrefixes.TabIndex  = 19;
     this.labelColumnPrefixes.Text      = "Column prefixes";
     //
     // labelTablePrefixes
     //
     this.labelTablePrefixes.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.labelTablePrefixes.AutoSize  = true;
     this.labelTablePrefixes.ForeColor = System.Drawing.Color.White;
     this.labelTablePrefixes.Location  = new System.Drawing.Point(121, 346);
     this.labelTablePrefixes.Name      = "labelTablePrefixes";
     this.labelTablePrefixes.Size      = new System.Drawing.Size(73, 13);
     this.labelTablePrefixes.TabIndex  = 18;
     this.labelTablePrefixes.Text      = "Table prefixes";
     //
     // buttonResync
     //
     this.buttonResync.Anchor     = System.Windows.Forms.AnchorStyles.Top;
     this.buttonResync.Image      = ((System.Drawing.Image)(resources.GetObject("buttonResync.Image")));
     this.buttonResync.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonResync.Location   = new System.Drawing.Point(167, 387);
     this.buttonResync.Name       = "buttonResync";
     this.buttonResync.Size       = new System.Drawing.Size(121, 34);
     this.buttonResync.TabIndex   = 17;
     this.buttonResync.Text       = "Import changes";
     this.buttonResync.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonResync.UseVisualStyleBackColor = true;
     this.buttonResync.Click += new System.EventHandler(this.buttonResync_Click);
     //
     // superTabItemConnection
     //
     this.superTabItemConnection.AttachedControl = this.superTabControlPanel1;
     this.superTabItemConnection.GlobalItem      = false;
     this.superTabItemConnection.Image           = ((System.Drawing.Image)(resources.GetObject("superTabItemConnection.Image")));
     this.superTabItemConnection.Name            = "superTabItemConnection";
     superTabLinearGradientColorTable1.Colors    = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))))
     };
     superTabItemStateColorTable1.Background  = superTabLinearGradientColorTable1;
     superTabItemStateColorTable1.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable1.OuterBorder = System.Drawing.Color.Black;
     superTabColorStates1.MouseOver           = superTabItemStateColorTable1;
     superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))
     };
     superTabItemStateColorTable2.Background  = superTabLinearGradientColorTable2;
     superTabColorStates1.Normal              = superTabItemStateColorTable2;
     superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))
     };
     superTabItemStateColorTable3.Background  = superTabLinearGradientColorTable3;
     superTabItemStateColorTable3.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable3.OuterBorder = System.Drawing.Color.Black;
     superTabColorStates1.Selected            = superTabItemStateColorTable3;
     superTabItemColorTable1.Default          = superTabColorStates1;
     this.superTabItemConnection.TabColor     = superTabItemColorTable1;
     this.superTabItemConnection.Text         = "Connection Settings";
     //
     // superTabControlPanel2
     //
     this.superTabControlPanel2.Controls.Add(this.buttonImport);
     this.superTabControlPanel2.Controls.Add(this.buttonRefresh);
     this.superTabControlPanel2.Controls.Add(this.labelNoChanges);
     this.superTabControlPanel2.Controls.Add(this.databaseChanges1);
     this.superTabControlPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel2.Location = new System.Drawing.Point(162, 0);
     this.superTabControlPanel2.Name     = "superTabControlPanel2";
     this.superTabControlPanel2.Size     = new System.Drawing.Size(596, 470);
     this.superTabControlPanel2.TabIndex = 0;
     this.superTabControlPanel2.TabItem  = this.superTabItemImport;
     //
     // buttonImport
     //
     this.buttonImport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonImport.Anchor         = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonImport.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonImport.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonImport.HoverImage")));
     this.buttonImport.Image          = ((System.Drawing.Image)(resources.GetObject("buttonImport.Image")));
     this.buttonImport.Location       = new System.Drawing.Point(313, 390);
     this.buttonImport.Margin         = new System.Windows.Forms.Padding(2);
     this.buttonImport.Name           = "buttonImport";
     this.buttonImport.Size           = new System.Drawing.Size(121, 34);
     this.buttonImport.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonImport.TabIndex       = 20;
     this.buttonImport.Text           = "  Update model";
     this.buttonImport.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonImport.Click         += new System.EventHandler(this.buttonImport_Click);
     //
     // buttonRefresh
     //
     this.buttonRefresh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonRefresh.Anchor         = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonRefresh.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonRefresh.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.HoverImage")));
     this.buttonRefresh.Image          = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.Image")));
     this.buttonRefresh.Location       = new System.Drawing.Point(161, 390);
     this.buttonRefresh.Margin         = new System.Windows.Forms.Padding(2);
     this.buttonRefresh.Name           = "buttonRefresh";
     this.buttonRefresh.Size           = new System.Drawing.Size(121, 34);
     this.buttonRefresh.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonRefresh.TabIndex       = 19;
     this.buttonRefresh.Text           = "  Refresh";
     this.buttonRefresh.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonRefresh.Click         += new System.EventHandler(this.buttonRefresh_Click);
     //
     // labelNoChanges
     //
     this.labelNoChanges.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.labelNoChanges.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
     //
     //
     //
     this.labelNoChanges.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelNoChanges.BackgroundStyle.BackColorGradientType  = DevComponents.DotNetBar.eGradientType.Radial;
     this.labelNoChanges.BackgroundStyle.Class      = "";
     this.labelNoChanges.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelNoChanges.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelNoChanges.ForeColor = System.Drawing.Color.White;
     this.labelNoChanges.Image     = ((System.Drawing.Image)(resources.GetObject("labelNoChanges.Image")));
     this.labelNoChanges.Location  = new System.Drawing.Point(172, 110);
     this.labelNoChanges.Name      = "labelNoChanges";
     this.labelNoChanges.Size      = new System.Drawing.Size(250, 41);
     this.labelNoChanges.TabIndex  = 18;
     this.labelNoChanges.Text      = "The database has no changes";
     this.labelNoChanges.Visible   = false;
     //
     // superTabItemImport
     //
     this.superTabItemImport.AttachedControl  = this.superTabControlPanel2;
     this.superTabItemImport.GlobalItem       = false;
     this.superTabItemImport.Image            = ((System.Drawing.Image)(resources.GetObject("superTabItemImport.Image")));
     this.superTabItemImport.Name             = "superTabItemImport";
     superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))))
     };
     superTabItemStateColorTable4.Background  = superTabLinearGradientColorTable4;
     superTabItemStateColorTable4.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable4.OuterBorder = System.Drawing.Color.Black;
     superTabColorStates2.MouseOver           = superTabItemStateColorTable4;
     superTabLinearGradientColorTable5.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))
     };
     superTabItemStateColorTable5.Background  = superTabLinearGradientColorTable5;
     superTabItemStateColorTable5.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable5.OuterBorder = System.Drawing.Color.Black;
     superTabColorStates2.Normal = superTabItemStateColorTable5;
     superTabLinearGradientColorTable6.Colors = new System.Drawing.Color[] {
         System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
         System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))
     };
     superTabItemStateColorTable6.Background  = superTabLinearGradientColorTable6;
     superTabItemStateColorTable6.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
     superTabItemStateColorTable6.OuterBorder = System.Drawing.Color.Black;
     superTabColorStates2.Selected            = superTabItemStateColorTable6;
     superTabItemColorTable2.Default          = superTabColorStates2;
     this.superTabItemImport.TabColor         = superTabItemColorTable2;
     this.superTabItemImport.Text             = "Import Changes";
     //
     // labelHeader
     //
     this.labelHeader.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelHeader.BackgroundStyle.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.labelHeader.BackgroundStyle.BackColor2             = System.Drawing.Color.Black;
     this.labelHeader.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelHeader.BackgroundStyle.Class      = "";
     this.labelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelHeader.Dock          = System.Windows.Forms.DockStyle.Top;
     this.labelHeader.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelHeader.ForeColor     = System.Drawing.Color.White;
     this.labelHeader.Location      = new System.Drawing.Point(0, 0);
     this.labelHeader.Name          = "labelHeader";
     this.labelHeader.Size          = new System.Drawing.Size(758, 30);
     this.labelHeader.TabIndex      = 18;
     this.labelHeader.Text          = "Database";
     this.labelHeader.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // errorProvider
     //
     this.errorProvider.ContainerControl = this;
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon = true;
     //
     // superTooltip1
     //
     this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(224, 395);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 15;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(317, 395);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 16;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // ucDatabaseInformation1
     //
     this.ucDatabaseInformation1.BackColor             = System.Drawing.Color.Transparent;
     this.ucDatabaseInformation1.DatabaseHelper        = serverAndDatabaseHelper1;
     this.ucDatabaseInformation1.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.ucDatabaseInformation1.EventRaisingDisabled  = false;
     this.ucDatabaseInformation1.ForeColor             = System.Drawing.Color.White;
     this.ucDatabaseInformation1.Location              = new System.Drawing.Point(0, 0);
     this.ucDatabaseInformation1.Margin                = new System.Windows.Forms.Padding(4);
     this.ucDatabaseInformation1.Name                  = "ucDatabaseInformation1";
     this.ucDatabaseInformation1.Password              = "";
     this.ucDatabaseInformation1.Port                  = 0;
     this.ucDatabaseInformation1.SelectedDatabaseType  = ArchAngel.Providers.EntityModel.Controller.DatabaseLayer.DatabaseTypes.SQLCE;
     this.ucDatabaseInformation1.SelectedServerName    = "";
     this.ucDatabaseInformation1.ServiceName           = "";
     this.ucDatabaseInformation1.Size                  = new System.Drawing.Size(596, 640);
     this.ucDatabaseInformation1.TabIndex              = 14;
     this.ucDatabaseInformation1.UseIntegratedSecurity = false;
     this.ucDatabaseInformation1.Username              = "******";
     this.ucDatabaseInformation1.UsingDatabaseFile     = false;
     this.ucDatabaseInformation1.Resize               += new System.EventHandler(this.ucDatabaseInformation1_Resize);
     //
     // modelChanges1
     //
     this.modelChanges1.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.modelChanges1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.modelChanges1.Location  = new System.Drawing.Point(4, 6);
     this.modelChanges1.Margin    = new System.Windows.Forms.Padding(4);
     this.modelChanges1.Name      = "modelChanges1";
     this.modelChanges1.Size      = new System.Drawing.Size(589, 396);
     this.modelChanges1.TabIndex  = 0;
     //
     // databaseChanges1
     //
     this.databaseChanges1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.databaseChanges1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.databaseChanges1.Location  = new System.Drawing.Point(0, 0);
     this.databaseChanges1.Margin    = new System.Windows.Forms.Padding(4);
     this.databaseChanges1.Name      = "databaseChanges1";
     this.databaseChanges1.Size      = new System.Drawing.Size(596, 470);
     this.databaseChanges1.TabIndex  = 0;
     //
     // FormDatabase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelEx1);
     this.Name           = "FormDatabase";
     this.Size           = new System.Drawing.Size(758, 500);
     this.Resize        += new System.EventHandler(this.FormDatabase_Resize);
     this.ParentChanged += new System.EventHandler(this.FormDatabase_ParentChanged);
     this.panelEx1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.superTabConnectionSettings)).EndInit();
     this.superTabConnectionSettings.ResumeLayout(false);
     this.superTabControlPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.superTabControlPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 14
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.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable7 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDatabase));
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates2 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable6 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable6 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			ArchAngel.Providers.EntityModel.UI.Presenters.ServerAndDatabaseHelper serverAndDatabaseHelper1 = new ArchAngel.Providers.EntityModel.UI.Presenters.ServerAndDatabaseHelper();
			this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
			this.superTabConnectionSettings = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.buttonRefreshExport = new DevComponents.DotNetBar.ButtonX();
			this.labelNoChangesExport = new DevComponents.DotNetBar.LabelX();
			this.superTabItemExport = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel1 = new System.Windows.Forms.Panel();
			this.textBoxColumnSuffixes = new System.Windows.Forms.TextBox();
			this.textBoxTableSuffixes = new System.Windows.Forms.TextBox();
			this.labelColumnSuffixes = new System.Windows.Forms.Label();
			this.labelTableSuffixes = new System.Windows.Forms.Label();
			this.buttonTestConnection = new System.Windows.Forms.Button();
			this.textBoxColumnPrefixes = new System.Windows.Forms.TextBox();
			this.textBoxTablePrefixes = new System.Windows.Forms.TextBox();
			this.labelColumnPrefixes = new System.Windows.Forms.Label();
			this.labelTablePrefixes = new System.Windows.Forms.Label();
			this.buttonResync = new System.Windows.Forms.Button();
			this.superTabItemConnection = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.buttonImport = new DevComponents.DotNetBar.ButtonX();
			this.buttonRefresh = new DevComponents.DotNetBar.ButtonX();
			this.labelNoChanges = new DevComponents.DotNetBar.LabelX();
			this.superTabItemImport = new DevComponents.DotNetBar.SuperTabItem();
			this.labelHeader = new DevComponents.DotNetBar.LabelX();
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.ucDatabaseInformation1 = new ArchAngel.Providers.EntityModel.UI.PropertyGrids.ucDatabaseInformation();
			this.modelChanges1 = new ArchAngel.Providers.EntityModel.UI.Editors.UserControls.ModelChanges();
			this.databaseChanges1 = new ArchAngel.Providers.EntityModel.UI.Editors.UserControls.DatabaseChanges();
			this.panelEx1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.superTabConnectionSettings)).BeginInit();
			this.superTabConnectionSettings.SuspendLayout();
			this.superTabControlPanel3.SuspendLayout();
			this.panel2.SuspendLayout();
			this.superTabControlPanel1.SuspendLayout();
			this.panel1.SuspendLayout();
			this.superTabControlPanel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// panelEx1
			// 
			this.panelEx1.CanvasColor = System.Drawing.Color.Black;
			this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
			this.panelEx1.Controls.Add(this.superTabConnectionSettings);
			this.panelEx1.Controls.Add(this.labelHeader);
			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(758, 500);
			this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.Black;
			this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.Black;
			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 = 4;
			// 
			// superTabConnectionSettings
			// 
			this.superTabConnectionSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
			// 
			// 
			// 
			// 
			// 
			// 
			this.superTabConnectionSettings.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.superTabConnectionSettings.ControlBox.MenuBox.Name = "";
			this.superTabConnectionSettings.ControlBox.Name = "";
			this.superTabConnectionSettings.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabConnectionSettings.ControlBox.MenuBox,
            this.superTabConnectionSettings.ControlBox.CloseBox});
			this.superTabConnectionSettings.ControlBox.Visible = false;
			this.superTabConnectionSettings.Controls.Add(this.superTabControlPanel3);
			this.superTabConnectionSettings.Controls.Add(this.superTabControlPanel1);
			this.superTabConnectionSettings.Controls.Add(this.superTabControlPanel2);
			this.superTabConnectionSettings.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabConnectionSettings.FixedTabSize = new System.Drawing.Size(160, 45);
			this.superTabConnectionSettings.Location = new System.Drawing.Point(0, 30);
			this.superTabConnectionSettings.Name = "superTabConnectionSettings";
			this.superTabConnectionSettings.ReorderTabsEnabled = true;
			this.superTabConnectionSettings.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.superTabConnectionSettings.SelectedTabIndex = 1;
			this.superTabConnectionSettings.Size = new System.Drawing.Size(758, 470);
			this.superTabConnectionSettings.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
			this.superTabConnectionSettings.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.superTabConnectionSettings.TabIndex = 17;
			this.superTabConnectionSettings.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItemConnection,
            this.superTabItemImport,
            this.superTabItemExport});
			superTabLinearGradientColorTable7.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))};
			superTabColorTable1.Background = superTabLinearGradientColorTable7;
			superTabColorTable1.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabColorTable1.InsertMarker = System.Drawing.Color.Yellow;
			superTabColorTable1.OuterBorder = System.Drawing.Color.Black;
			this.superTabConnectionSettings.TabStripColor = superTabColorTable1;
			this.superTabConnectionSettings.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
			this.superTabConnectionSettings.Text = "Import Database Changes";
			this.superTabConnectionSettings.SelectedTabChanged += new System.EventHandler<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.superTabControl1_SelectedTabChanged);
			// 
			// superTabControlPanel3
			// 
			this.superTabControlPanel3.Controls.Add(this.panel2);
			this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel3.Location = new System.Drawing.Point(162, 0);
			this.superTabControlPanel3.Name = "superTabControlPanel3";
			this.superTabControlPanel3.Size = new System.Drawing.Size(596, 470);
			this.superTabControlPanel3.TabIndex = 0;
			this.superTabControlPanel3.TabItem = this.superTabItemExport;
			// 
			// panel2
			// 
			this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.panel2.Controls.Add(this.buttonRefreshExport);
			this.panel2.Controls.Add(this.labelNoChangesExport);
			this.panel2.Controls.Add(this.modelChanges1);
			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(596, 470);
			this.panel2.TabIndex = 1;
			// 
			// buttonRefreshExport
			// 
			this.buttonRefreshExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonRefreshExport.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.buttonRefreshExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonRefreshExport.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonRefreshExport.HoverImage")));
			this.buttonRefreshExport.Image = ((System.Drawing.Image)(resources.GetObject("buttonRefreshExport.Image")));
			this.buttonRefreshExport.Location = new System.Drawing.Point(233, 408);
			this.buttonRefreshExport.Margin = new System.Windows.Forms.Padding(2);
			this.buttonRefreshExport.Name = "buttonRefreshExport";
			this.buttonRefreshExport.Size = new System.Drawing.Size(131, 34);
			this.buttonRefreshExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonRefreshExport.TabIndex = 21;
			this.buttonRefreshExport.Text = "  Refresh";
			this.buttonRefreshExport.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonRefreshExport.Click += new System.EventHandler(this.buttonRefreshExport_Click);
			// 
			// labelNoChangesExport
			// 
			this.labelNoChangesExport.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.labelNoChangesExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
			// 
			// 
			// 
			this.labelNoChangesExport.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelNoChangesExport.BackgroundStyle.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Radial;
			this.labelNoChangesExport.BackgroundStyle.Class = "";
			this.labelNoChangesExport.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelNoChangesExport.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelNoChangesExport.ForeColor = System.Drawing.Color.White;
			this.labelNoChangesExport.Image = ((System.Drawing.Image)(resources.GetObject("labelNoChangesExport.Image")));
			this.labelNoChangesExport.Location = new System.Drawing.Point(184, 121);
			this.labelNoChangesExport.Name = "labelNoChangesExport";
			this.labelNoChangesExport.Size = new System.Drawing.Size(250, 41);
			this.labelNoChangesExport.TabIndex = 20;
			this.labelNoChangesExport.Text = "The model has no changes";
			this.labelNoChangesExport.Visible = false;
			// 
			// superTabItemExport
			// 
			this.superTabItemExport.AttachedControl = this.superTabControlPanel3;
			this.superTabItemExport.GlobalItem = false;
			this.superTabItemExport.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemExport.Image")));
			this.superTabItemExport.Name = "superTabItemExport";
			this.superTabItemExport.Text = "Export changes (beta)";
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.CanvasColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.superTabControlPanel1.Controls.Add(this.panel1);
			this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel1.Location = new System.Drawing.Point(162, 0);
			this.superTabControlPanel1.Name = "superTabControlPanel1";
			this.superTabControlPanel1.Size = new System.Drawing.Size(596, 470);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItemConnection;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.textBoxColumnSuffixes);
			this.panel1.Controls.Add(this.textBoxTableSuffixes);
			this.panel1.Controls.Add(this.labelColumnSuffixes);
			this.panel1.Controls.Add(this.labelTableSuffixes);
			this.panel1.Controls.Add(this.buttonTestConnection);
			this.panel1.Controls.Add(this.textBoxColumnPrefixes);
			this.panel1.Controls.Add(this.textBoxTablePrefixes);
			this.panel1.Controls.Add(this.labelColumnPrefixes);
			this.panel1.Controls.Add(this.labelTablePrefixes);
			this.panel1.Controls.Add(this.buttonResync);
			this.panel1.Controls.Add(this.ucDatabaseInformation1);
			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(596, 470);
			this.panel1.TabIndex = 17;
			// 
			// textBoxColumnSuffixes
			// 
			this.textBoxColumnSuffixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.textBoxColumnSuffixes.Location = new System.Drawing.Point(210, 419);
			this.textBoxColumnSuffixes.Name = "textBoxColumnSuffixes";
			this.textBoxColumnSuffixes.Size = new System.Drawing.Size(260, 20);
			this.textBoxColumnSuffixes.TabIndex = 25;
			this.textBoxColumnSuffixes.TextChanged += new System.EventHandler(this.textBoxColumnSuffixes_TextChanged);
			// 
			// textBoxTableSuffixes
			// 
			this.textBoxTableSuffixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.textBoxTableSuffixes.Location = new System.Drawing.Point(210, 394);
			this.textBoxTableSuffixes.Name = "textBoxTableSuffixes";
			this.textBoxTableSuffixes.Size = new System.Drawing.Size(260, 20);
			this.textBoxTableSuffixes.TabIndex = 24;
			this.textBoxTableSuffixes.TextChanged += new System.EventHandler(this.textBoxTableSuffixes_TextChanged);
			// 
			// labelColumnSuffixes
			// 
			this.labelColumnSuffixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.labelColumnSuffixes.AutoSize = true;
			this.labelColumnSuffixes.ForeColor = System.Drawing.Color.White;
			this.labelColumnSuffixes.Location = new System.Drawing.Point(121, 422);
			this.labelColumnSuffixes.Name = "labelColumnSuffixes";
			this.labelColumnSuffixes.Size = new System.Drawing.Size(80, 13);
			this.labelColumnSuffixes.TabIndex = 23;
			this.labelColumnSuffixes.Text = "Column suffixes";
			// 
			// labelTableSuffixes
			// 
			this.labelTableSuffixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.labelTableSuffixes.AutoSize = true;
			this.labelTableSuffixes.ForeColor = System.Drawing.Color.White;
			this.labelTableSuffixes.Location = new System.Drawing.Point(121, 397);
			this.labelTableSuffixes.Name = "labelTableSuffixes";
			this.labelTableSuffixes.Size = new System.Drawing.Size(72, 13);
			this.labelTableSuffixes.TabIndex = 22;
			this.labelTableSuffixes.Text = "Table suffixes";
			// 
			// buttonTestConnection
			// 
			this.buttonTestConnection.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.buttonTestConnection.Image = ((System.Drawing.Image)(resources.GetObject("buttonTestConnection.Image")));
			this.buttonTestConnection.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.buttonTestConnection.Location = new System.Drawing.Point(309, 387);
			this.buttonTestConnection.Name = "buttonTestConnection";
			this.buttonTestConnection.Size = new System.Drawing.Size(121, 34);
			this.buttonTestConnection.TabIndex = 16;
			this.buttonTestConnection.Text = "Test connection";
			this.buttonTestConnection.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.buttonTestConnection.UseVisualStyleBackColor = true;
			this.buttonTestConnection.Click += new System.EventHandler(this.buttonTestConnection_Click);
			// 
			// textBoxColumnPrefixes
			// 
			this.textBoxColumnPrefixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.textBoxColumnPrefixes.Location = new System.Drawing.Point(210, 368);
			this.textBoxColumnPrefixes.Name = "textBoxColumnPrefixes";
			this.textBoxColumnPrefixes.Size = new System.Drawing.Size(260, 20);
			this.textBoxColumnPrefixes.TabIndex = 21;
			this.textBoxColumnPrefixes.TextChanged += new System.EventHandler(this.textBoxColumnPrefixes_TextChanged);
			// 
			// textBoxTablePrefixes
			// 
			this.textBoxTablePrefixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.textBoxTablePrefixes.Location = new System.Drawing.Point(210, 343);
			this.textBoxTablePrefixes.Name = "textBoxTablePrefixes";
			this.textBoxTablePrefixes.Size = new System.Drawing.Size(260, 20);
			this.textBoxTablePrefixes.TabIndex = 20;
			this.textBoxTablePrefixes.TextChanged += new System.EventHandler(this.textBoxTablePrefixes_TextChanged);
			// 
			// labelColumnPrefixes
			// 
			this.labelColumnPrefixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.labelColumnPrefixes.AutoSize = true;
			this.labelColumnPrefixes.ForeColor = System.Drawing.Color.White;
			this.labelColumnPrefixes.Location = new System.Drawing.Point(121, 371);
			this.labelColumnPrefixes.Name = "labelColumnPrefixes";
			this.labelColumnPrefixes.Size = new System.Drawing.Size(81, 13);
			this.labelColumnPrefixes.TabIndex = 19;
			this.labelColumnPrefixes.Text = "Column prefixes";
			// 
			// labelTablePrefixes
			// 
			this.labelTablePrefixes.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.labelTablePrefixes.AutoSize = true;
			this.labelTablePrefixes.ForeColor = System.Drawing.Color.White;
			this.labelTablePrefixes.Location = new System.Drawing.Point(121, 346);
			this.labelTablePrefixes.Name = "labelTablePrefixes";
			this.labelTablePrefixes.Size = new System.Drawing.Size(73, 13);
			this.labelTablePrefixes.TabIndex = 18;
			this.labelTablePrefixes.Text = "Table prefixes";
			// 
			// buttonResync
			// 
			this.buttonResync.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.buttonResync.Image = ((System.Drawing.Image)(resources.GetObject("buttonResync.Image")));
			this.buttonResync.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.buttonResync.Location = new System.Drawing.Point(167, 387);
			this.buttonResync.Name = "buttonResync";
			this.buttonResync.Size = new System.Drawing.Size(121, 34);
			this.buttonResync.TabIndex = 17;
			this.buttonResync.Text = "Import changes";
			this.buttonResync.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.buttonResync.UseVisualStyleBackColor = true;
			this.buttonResync.Click += new System.EventHandler(this.buttonResync_Click);
			// 
			// superTabItemConnection
			// 
			this.superTabItemConnection.AttachedControl = this.superTabControlPanel1;
			this.superTabItemConnection.GlobalItem = false;
			this.superTabItemConnection.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemConnection.Image")));
			this.superTabItemConnection.Name = "superTabItemConnection";
			superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))))};
			superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
			superTabItemStateColorTable1.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabItemStateColorTable1.OuterBorder = System.Drawing.Color.Black;
			superTabColorStates1.MouseOver = superTabItemStateColorTable1;
			superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))};
			superTabItemStateColorTable2.Background = superTabLinearGradientColorTable2;
			superTabColorStates1.Normal = superTabItemStateColorTable2;
			superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))};
			superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
			superTabItemStateColorTable3.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabItemStateColorTable3.OuterBorder = System.Drawing.Color.Black;
			superTabColorStates1.Selected = superTabItemStateColorTable3;
			superTabItemColorTable1.Default = superTabColorStates1;
			this.superTabItemConnection.TabColor = superTabItemColorTable1;
			this.superTabItemConnection.Text = "Connection Settings";
			// 
			// superTabControlPanel2
			// 
			this.superTabControlPanel2.Controls.Add(this.buttonImport);
			this.superTabControlPanel2.Controls.Add(this.buttonRefresh);
			this.superTabControlPanel2.Controls.Add(this.labelNoChanges);
			this.superTabControlPanel2.Controls.Add(this.databaseChanges1);
			this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel2.Location = new System.Drawing.Point(162, 0);
			this.superTabControlPanel2.Name = "superTabControlPanel2";
			this.superTabControlPanel2.Size = new System.Drawing.Size(596, 470);
			this.superTabControlPanel2.TabIndex = 0;
			this.superTabControlPanel2.TabItem = this.superTabItemImport;
			// 
			// buttonImport
			// 
			this.buttonImport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonImport.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.buttonImport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonImport.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonImport.HoverImage")));
			this.buttonImport.Image = ((System.Drawing.Image)(resources.GetObject("buttonImport.Image")));
			this.buttonImport.Location = new System.Drawing.Point(313, 390);
			this.buttonImport.Margin = new System.Windows.Forms.Padding(2);
			this.buttonImport.Name = "buttonImport";
			this.buttonImport.Size = new System.Drawing.Size(121, 34);
			this.buttonImport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonImport.TabIndex = 20;
			this.buttonImport.Text = "  Update model";
			this.buttonImport.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonImport.Click += new System.EventHandler(this.buttonImport_Click);
			// 
			// buttonRefresh
			// 
			this.buttonRefresh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonRefresh.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
			this.buttonRefresh.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonRefresh.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.HoverImage")));
			this.buttonRefresh.Image = ((System.Drawing.Image)(resources.GetObject("buttonRefresh.Image")));
			this.buttonRefresh.Location = new System.Drawing.Point(161, 390);
			this.buttonRefresh.Margin = new System.Windows.Forms.Padding(2);
			this.buttonRefresh.Name = "buttonRefresh";
			this.buttonRefresh.Size = new System.Drawing.Size(121, 34);
			this.buttonRefresh.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonRefresh.TabIndex = 19;
			this.buttonRefresh.Text = "  Refresh";
			this.buttonRefresh.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
			// 
			// labelNoChanges
			// 
			this.labelNoChanges.Anchor = System.Windows.Forms.AnchorStyles.Top;
			this.labelNoChanges.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
			// 
			// 
			// 
			this.labelNoChanges.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelNoChanges.BackgroundStyle.BackColorGradientType = DevComponents.DotNetBar.eGradientType.Radial;
			this.labelNoChanges.BackgroundStyle.Class = "";
			this.labelNoChanges.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelNoChanges.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelNoChanges.ForeColor = System.Drawing.Color.White;
			this.labelNoChanges.Image = ((System.Drawing.Image)(resources.GetObject("labelNoChanges.Image")));
			this.labelNoChanges.Location = new System.Drawing.Point(172, 110);
			this.labelNoChanges.Name = "labelNoChanges";
			this.labelNoChanges.Size = new System.Drawing.Size(250, 41);
			this.labelNoChanges.TabIndex = 18;
			this.labelNoChanges.Text = "The database has no changes";
			this.labelNoChanges.Visible = false;
			// 
			// superTabItemImport
			// 
			this.superTabItemImport.AttachedControl = this.superTabControlPanel2;
			this.superTabItemImport.GlobalItem = false;
			this.superTabItemImport.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemImport.Image")));
			this.superTabItemImport.Name = "superTabItemImport";
			superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))))};
			superTabItemStateColorTable4.Background = superTabLinearGradientColorTable4;
			superTabItemStateColorTable4.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabItemStateColorTable4.OuterBorder = System.Drawing.Color.Black;
			superTabColorStates2.MouseOver = superTabItemStateColorTable4;
			superTabLinearGradientColorTable5.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))))};
			superTabItemStateColorTable5.Background = superTabLinearGradientColorTable5;
			superTabItemStateColorTable5.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabItemStateColorTable5.OuterBorder = System.Drawing.Color.Black;
			superTabColorStates2.Normal = superTabItemStateColorTable5;
			superTabLinearGradientColorTable6.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))};
			superTabItemStateColorTable6.Background = superTabLinearGradientColorTable6;
			superTabItemStateColorTable6.InnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
			superTabItemStateColorTable6.OuterBorder = System.Drawing.Color.Black;
			superTabColorStates2.Selected = superTabItemStateColorTable6;
			superTabItemColorTable2.Default = superTabColorStates2;
			this.superTabItemImport.TabColor = superTabItemColorTable2;
			this.superTabItemImport.Text = "Import Changes";
			// 
			// labelHeader
			// 
			this.labelHeader.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelHeader.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
			this.labelHeader.BackgroundStyle.BackColor2 = System.Drawing.Color.Black;
			this.labelHeader.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelHeader.BackgroundStyle.Class = "";
			this.labelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelHeader.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelHeader.ForeColor = System.Drawing.Color.White;
			this.labelHeader.Location = new System.Drawing.Point(0, 0);
			this.labelHeader.Name = "labelHeader";
			this.labelHeader.Size = new System.Drawing.Size(758, 30);
			this.labelHeader.TabIndex = 18;
			this.labelHeader.Text = "Database";
			this.labelHeader.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// toolTip1
			// 
			this.toolTip1.IsBalloon = true;
			// 
			// superTooltip1
			// 
			this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(224, 395);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 23);
			this.button1.TabIndex = 15;
			this.button1.Text = "button1";
			this.button1.UseVisualStyleBackColor = true;
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(317, 395);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(75, 23);
			this.button2.TabIndex = 16;
			this.button2.Text = "button2";
			this.button2.UseVisualStyleBackColor = true;
			// 
			// ucDatabaseInformation1
			// 
			this.ucDatabaseInformation1.BackColor = System.Drawing.Color.Transparent;
			this.ucDatabaseInformation1.DatabaseHelper = serverAndDatabaseHelper1;
			this.ucDatabaseInformation1.Dock = System.Windows.Forms.DockStyle.Top;
			this.ucDatabaseInformation1.EventRaisingDisabled = false;
			this.ucDatabaseInformation1.ForeColor = System.Drawing.Color.White;
			this.ucDatabaseInformation1.Location = new System.Drawing.Point(0, 0);
			this.ucDatabaseInformation1.Margin = new System.Windows.Forms.Padding(4);
			this.ucDatabaseInformation1.Name = "ucDatabaseInformation1";
			this.ucDatabaseInformation1.Password = "";
			this.ucDatabaseInformation1.Port = 0;
			this.ucDatabaseInformation1.SelectedDatabaseType = ArchAngel.Providers.EntityModel.Controller.DatabaseLayer.DatabaseTypes.SQLCE;
			this.ucDatabaseInformation1.SelectedServerName = "";
			this.ucDatabaseInformation1.ServiceName = "";
			this.ucDatabaseInformation1.Size = new System.Drawing.Size(596, 640);
			this.ucDatabaseInformation1.TabIndex = 14;
			this.ucDatabaseInformation1.UseIntegratedSecurity = false;
			this.ucDatabaseInformation1.Username = "******";
			this.ucDatabaseInformation1.UsingDatabaseFile = false;
			this.ucDatabaseInformation1.Resize += new System.EventHandler(this.ucDatabaseInformation1_Resize);
			// 
			// modelChanges1
			// 
			this.modelChanges1.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.modelChanges1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.modelChanges1.Location = new System.Drawing.Point(4, 6);
			this.modelChanges1.Margin = new System.Windows.Forms.Padding(4);
			this.modelChanges1.Name = "modelChanges1";
			this.modelChanges1.Size = new System.Drawing.Size(589, 396);
			this.modelChanges1.TabIndex = 0;
			// 
			// databaseChanges1
			// 
			this.databaseChanges1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.databaseChanges1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.databaseChanges1.Location = new System.Drawing.Point(0, 0);
			this.databaseChanges1.Margin = new System.Windows.Forms.Padding(4);
			this.databaseChanges1.Name = "databaseChanges1";
			this.databaseChanges1.Size = new System.Drawing.Size(596, 470);
			this.databaseChanges1.TabIndex = 0;
			// 
			// FormDatabase
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.panelEx1);
			this.Name = "FormDatabase";
			this.Size = new System.Drawing.Size(758, 500);
			this.Resize += new System.EventHandler(this.FormDatabase_Resize);
			this.ParentChanged += new System.EventHandler(this.FormDatabase_ParentChanged);
			this.panelEx1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.superTabConnectionSettings)).EndInit();
			this.superTabConnectionSettings.ResumeLayout(false);
			this.superTabControlPanel3.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			this.superTabControlPanel1.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.superTabControlPanel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
			this.ResumeLayout(false);

		}