コード例 #1
1
ファイル: UcHome.Designer.cs プロジェクト: eleooo/App
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding2 = new DevComponents.DotNetBar.SuperGrid.Style.Padding( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend2 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            this.plLeft = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.gridCompanyInfo = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.picCompany = new System.Windows.Forms.PictureBox( );
            this.plRight = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plMainFunc = new DevComponents.DotNetBar.Metro.MetroTilePanel( );
            this.funcContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.tileOrder = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileCash = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileMember = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileSystem = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileCompanyItem = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileCompanyAds = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.titleEleooo = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.tileClose = new DevComponents.DotNetBar.Metro.MetroTileItem( );
            this.picLogo = new System.Windows.Forms.PictureBox( );
            this.mainContainer = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plTitle.SuspendLayout( );
            this.plLeft.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.picCompany)).BeginInit( );
            this.plRight.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // plLeft
            // 
            this.plLeft.BackColor = System.Drawing.Color.White;
            this.plLeft.Controls.Add(this.gridCompanyInfo);
            this.plLeft.Controls.Add(this.picCompany);
            this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.plLeft.ForeColor = System.Drawing.Color.Black;
            this.plLeft.Location = new System.Drawing.Point(0, 0);
            this.plLeft.Name = "plLeft";
            this.plLeft.Size = new System.Drawing.Size(225, 503);
            this.plLeft.TabIndex = 1;
            this.plLeft.Text = "slidePanel1";
            this.plLeft.UsesBlockingAnimation = false;
            // 
            // gridCompanyInfo
            // 
            this.gridCompanyInfo.BackColor = System.Drawing.Color.White;
            this.gridCompanyInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridCompanyInfo.ForeColor = System.Drawing.Color.Black;
            this.gridCompanyInfo.Location = new System.Drawing.Point(0, 192);
            this.gridCompanyInfo.Name = "gridCompanyInfo";
            this.gridCompanyInfo.PrimaryGrid.AutoGenerateColumns = false;
            this.gridCompanyInfo.PrimaryGrid.Caption.Text = "商家信息";
            this.gridCompanyInfo.PrimaryGrid.ColumnHeader.Visible = false;
            gridColumn3.AllowSelection = false;
            gridColumn3.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn3.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn3.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
            gridColumn3.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn3.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            padding2.Right = 5;
            gridColumn3.CellStyles.Default.Margin = padding2;
            gridColumn3.CellStyles.Default.TextColor = System.Drawing.Color.SaddleBrown;
            gridColumn3.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn3.DataPropertyName = "Key";
            gridColumn3.EditorType = null;
            gridColumn3.Name = "Key";
            gridColumn3.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn3.Width = 70;
            gridColumn4.AllowSelection = false;
            gridColumn4.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn4.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn4.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn4.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn4.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            gridColumn4.CellStyles.Default.TextColor = System.Drawing.Color.OrangeRed;
            gridColumn4.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn4.DataPropertyName = "Value";
            gridColumn4.EditorType = null;
            gridColumn4.FillWeight = 200;
            gridColumn4.InfoImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn4.Name = "Value";
            gridColumn4.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn4.Width = 200;
            this.gridCompanyInfo.PrimaryGrid.Columns.Add(gridColumn3);
            this.gridCompanyInfo.PrimaryGrid.Columns.Add(gridColumn4);
            this.gridCompanyInfo.PrimaryGrid.DefaultRowHeight = 36;
            backColorBlend2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.SkyBlue};
            background3.BackColorBlend = backColorBlend2;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.AlternateRowCellStyles.Default.Background = background3;
            background4.Color1 = System.Drawing.Color.Orange;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background4;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.HorizontalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gridCompanyInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.VerticalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gridCompanyInfo.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
            this.gridCompanyInfo.PrimaryGrid.MultiSelect = false;
            this.gridCompanyInfo.PrimaryGrid.ReadOnly = true;
            this.gridCompanyInfo.PrimaryGrid.RowHighlightType = DevComponents.DotNetBar.SuperGrid.RowHighlightType.None;
            this.gridCompanyInfo.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gridCompanyInfo.PrimaryGrid.ShowCellInfo = false;
            this.gridCompanyInfo.PrimaryGrid.ShowColumnHeader = false;
            this.gridCompanyInfo.PrimaryGrid.ShowRowHeaders = false;
            this.gridCompanyInfo.PrimaryGrid.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gridCompanyInfo.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gridCompanyInfo.PrimaryGrid.UseAlternateRowStyle = true;
            this.gridCompanyInfo.Size = new System.Drawing.Size(225, 311);
            this.gridCompanyInfo.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gridCompanyInfo.TabIndex = 2;
            // 
            // picCompany
            // 
            this.picCompany.Dock = System.Windows.Forms.DockStyle.Top;
            this.picCompany.Location = new System.Drawing.Point(0, 0);
            this.picCompany.Margin = new System.Windows.Forms.Padding(10);
            this.picCompany.Name = "picCompany";
            this.picCompany.Size = new System.Drawing.Size(225, 192);
            this.picCompany.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picCompany.TabIndex = 1;
            this.picCompany.TabStop = false;
            // 
            // plRight
            // 
            this.plRight.BackColor = System.Drawing.Color.White;
            this.plRight.Controls.Add(this.plMainFunc);
            this.plRight.Controls.Add(this.picLogo);
            this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plRight.ForeColor = System.Drawing.Color.Black;
            this.plRight.Location = new System.Drawing.Point(225, 0);
            this.plRight.Name = "plRight";
            this.plRight.Size = new System.Drawing.Size(459, 503);
            this.plRight.TabIndex = 2;
            this.plRight.Text = "slidePanel1";
            this.plRight.UsesBlockingAnimation = false;
            // 
            // plMainFunc
            // 
            this.plMainFunc.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.plMainFunc.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMainFunc.BackgroundStyle.BorderLeftColor = System.Drawing.Color.Orange;
            this.plMainFunc.BackgroundStyle.BorderLeftWidth = 2;
            this.plMainFunc.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMainFunc.BackgroundStyle.BorderTopColor = System.Drawing.Color.Orange;
            this.plMainFunc.BackgroundStyle.BorderTopWidth = 2;
            this.plMainFunc.BackgroundStyle.Class = "MetroTilePanel";
            this.plMainFunc.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plMainFunc.ContainerControlProcessDialogKey = true;
            this.plMainFunc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plMainFunc.FitButtonsToContainerWidth = true;
            this.plMainFunc.ForeColor = System.Drawing.Color.Black;
            this.plMainFunc.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
            this.plMainFunc.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.funcContainer});
            this.plMainFunc.Location = new System.Drawing.Point(0, 67);
            this.plMainFunc.MultiLine = true;
            this.plMainFunc.Name = "plMainFunc";
            this.plMainFunc.Size = new System.Drawing.Size(459, 436);
            this.plMainFunc.TabIndex = 4;
            // 
            // funcContainer
            // 
            // 
            // 
            // 
            this.funcContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.funcContainer.MultiLine = true;
            this.funcContainer.Name = "funcContainer";
            this.funcContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tileOrder,
            this.tileCash,
            this.tileMember,
            this.tileSystem,
            this.tileCompanyItem,
            this.tileCompanyAds,
            this.titleEleooo,
            this.tileClose});
            // 
            // tileOrder
            // 
            this.tileOrder.AutoRotateFramesInterval = 2500;
            this.tileOrder.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileOrder.Image = global::Eleooo.Client.Properties.Resources.OrderImage;
            this.tileOrder.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileOrder.Name = "tileOrder";
            this.tileOrder.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileOrder.TileStyle.BackColor = System.Drawing.Color.Goldenrod;
            this.tileOrder.TileStyle.BackColor2 = System.Drawing.Color.Goldenrod;
            this.tileOrder.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileOrder.TitleText = "会员消费";
            this.tileOrder.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileOrder.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileCash
            // 
            this.tileCash.AutoRotateFramesInterval = 2600;
            this.tileCash.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileCash.Image = global::Eleooo.Client.Properties.Resources.CashImage;
            this.tileCash.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileCash.Name = "tileCash";
            this.tileCash.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileCash.TileStyle.BackColor = System.Drawing.Color.Coral;
            this.tileCash.TileStyle.BackColor2 = System.Drawing.Color.Coral;
            this.tileCash.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileCash.TitleText = "会员储值";
            this.tileCash.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileCash.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileMember
            // 
            this.tileMember.AutoRotateFramesInterval = 2700;
            this.tileMember.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileMember.Image = global::Eleooo.Client.Properties.Resources.MemberImage;
            this.tileMember.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileMember.Name = "tileMember";
            this.tileMember.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileMember.TileStyle.BackColor = System.Drawing.Color.HotPink;
            this.tileMember.TileStyle.BackColor2 = System.Drawing.Color.HotPink;
            this.tileMember.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileMember.TitleText = "会员注册";
            this.tileMember.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileMember.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileSystem
            // 
            this.tileSystem.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileSystem.Image = global::Eleooo.Client.Properties.Resources.SystemImage;
            this.tileSystem.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileSystem.Name = "tileSystem";
            this.tileSystem.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileSystem.TileStyle.BackColor = System.Drawing.Color.Orange;
            this.tileSystem.TileStyle.BackColor2 = System.Drawing.Color.Orange;
            this.tileSystem.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileSystem.TitleText = "系统管理";
            this.tileSystem.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileSystem.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileCompanyItem
            // 
            this.tileCompanyItem.AutoRotateFramesInterval = 2900;
            this.tileCompanyItem.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileCompanyItem.Image = global::Eleooo.Client.Properties.Resources.ItemImage;
            this.tileCompanyItem.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileCompanyItem.Name = "tileCompanyItem";
            this.tileCompanyItem.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileCompanyItem.TileStyle.BackColor = System.Drawing.Color.CadetBlue;
            this.tileCompanyItem.TileStyle.BackColor2 = System.Drawing.Color.CadetBlue;
            this.tileCompanyItem.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileCompanyItem.TitleText = "店面促销";
            this.tileCompanyItem.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileCompanyItem.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // tileCompanyAds
            // 
            this.tileCompanyAds.AutoRotateFramesInterval = 3000;
            this.tileCompanyAds.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileCompanyAds.Image = global::Eleooo.Client.Properties.Resources.AdsImage;
            this.tileCompanyAds.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileCompanyAds.Name = "tileCompanyAds";
            this.tileCompanyAds.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileCompanyAds.TileStyle.BackColor = System.Drawing.Color.SandyBrown;
            this.tileCompanyAds.TileStyle.BackColor2 = System.Drawing.Color.SandyBrown;
            this.tileCompanyAds.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileCompanyAds.TitleText = "广告定投";
            this.tileCompanyAds.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileCompanyAds.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // titleEleooo
            // 
            this.titleEleooo.AutoRotateFramesInterval = 2800;
            this.titleEleooo.Cursor = System.Windows.Forms.Cursors.Hand;
            this.titleEleooo.Image = global::Eleooo.Client.Properties.Resources.EleoooImage;
            this.titleEleooo.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.titleEleooo.Name = "titleEleooo";
            this.titleEleooo.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.titleEleooo.TileStyle.BackColor = System.Drawing.Color.Chocolate;
            this.titleEleooo.TileStyle.BackColor2 = System.Drawing.Color.Chocolate;
            this.titleEleooo.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // tileClose
            // 
            this.tileClose.Cursor = System.Windows.Forms.Cursors.Hand;
            this.tileClose.Image = global::Eleooo.Client.Properties.Resources.LogoutImage;
            this.tileClose.ImageTextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
            this.tileClose.Name = "tileClose";
            this.tileClose.TileColor = DevComponents.DotNetBar.Metro.eMetroTileColor.Default;
            // 
            // 
            // 
            this.tileClose.TileStyle.BackColor = System.Drawing.Color.YellowGreen;
            this.tileClose.TileStyle.BackColor2 = System.Drawing.Color.YellowGreen;
            this.tileClose.TileStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tileClose.TitleText = "安全退出";
            this.tileClose.TitleTextAlignment = System.Drawing.ContentAlignment.MiddleRight;
            this.tileClose.TitleTextFont = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            // 
            // picLogo
            // 
            this.picLogo.BackColor = System.Drawing.Color.White;
            this.picLogo.Dock = System.Windows.Forms.DockStyle.Top;
            this.picLogo.ForeColor = System.Drawing.Color.Black;
            this.picLogo.Image = global::Eleooo.Client.Properties.Resources.HeadLogo;
            this.picLogo.Location = new System.Drawing.Point(0, 0);
            this.picLogo.Margin = new System.Windows.Forms.Padding(10);
            this.picLogo.Name = "picLogo";
            this.picLogo.Padding = new System.Windows.Forms.Padding(3);
            this.picLogo.Size = new System.Drawing.Size(459, 67);
            this.picLogo.TabIndex = 2;
            this.picLogo.TabStop = false;
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.plRight);
            this.mainContainer.Controls.Add(this.plLeft);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(684, 503);
            this.mainContainer.TabIndex = 1;
            this.mainContainer.Text = "slidePanel1";
            this.mainContainer.UsesBlockingAnimation = false;
            // 
            // UcHome
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcHome";
            this.Size = new System.Drawing.Size(684, 503);
            this.SlideSide = DevComponents.DotNetBar.Controls.eSlideSide.Right;
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.plTitle.ResumeLayout(false);
            this.plLeft.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picCompany)).EndInit( );
            this.plRight.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit( );
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #2
0
ファイル: UcMemberCash.Designer.cs プロジェクト: eleooo/App
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            this.components = new System.ComponentModel.Container( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            this.cashContainer = new DevComponents.DotNetBar.ItemPanel( );
            this.txtPhone = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.bsCashEntity = new System.Windows.Forms.BindingSource(this.components);
            this.txtCashSum = new DevComponents.Editors.DoubleInput( );
            this.txtRateSale = new DevComponents.Editors.DoubleInput( );
            this.cbMemberRate = new System.Windows.Forms.CheckedListBox( );
            this.txtPoint = new DevComponents.Editors.DoubleInput( );
            this.cbUserGrade = new DevComponents.DotNetBar.Controls.ComboBoxEx( );
            this.btnSave = new DevComponents.DotNetBar.ButtonX( );
            this.btnClear = new DevComponents.DotNetBar.ButtonX( );
            this.lblMessage = new DevComponents.DotNetBar.LabelX( );
            this.lblOrderInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPhone = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPhone = new DevComponents.DotNetBar.LabelItem( );
            this.phoneContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnQuery = new DevComponents.DotNetBar.ButtonItem( );
            this.lblPhoneInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowCashSum = new DevComponents.DotNetBar.ItemContainer( );
            this.lblCashSum = new DevComponents.DotNetBar.LabelItem( );
            this.CashSumContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblOrderSumInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowRateSale = new DevComponents.DotNetBar.ItemContainer( );
            this.lblRateSale = new DevComponents.DotNetBar.LabelItem( );
            this.rateSaleContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblRateSaleInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPointRate = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPointRate = new DevComponents.DotNetBar.LabelItem( );
            this.pointRateContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowPoint = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPoint = new DevComponents.DotNetBar.LabelItem( );
            this.pointContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowUserGrade = new DevComponents.DotNetBar.ItemContainer( );
            this.lblUserGrade = new DevComponents.DotNetBar.LabelItem( );
            this.gradeCBContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowButton = new DevComponents.DotNetBar.ItemContainer( );
            this.btnSaveContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnClearContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblPayInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowMessage = new DevComponents.DotNetBar.ItemContainer( );
            this.messageContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblHelpHeader = new DevComponents.DotNetBar.LabelItem( );
            this.rowHelp = new DevComponents.DotNetBar.ItemContainer( );
            this.lblHelp = new DevComponents.DotNetBar.LabelItem( );
            this.plMemberInfo = new System.Windows.Forms.Panel( );
            this.gvUserInfo = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.bsUserInfo = new System.Windows.Forms.BindingSource(this.components);
            this.plUserInfo = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.mainContainer = new System.Windows.Forms.Panel( );
            this.plTitle.SuspendLayout( );
            this.cashContainer.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsCashEntity)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCashSum)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtPoint)).BeginInit( );
            this.plMemberInfo.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).BeginInit( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // cashContainer
            // 
            this.cashContainer.AutoScroll = true;
            // 
            // 
            // 
            this.cashContainer.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderBottomWidth = 1;
            this.cashContainer.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
            this.cashContainer.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderLeftWidth = 1;
            this.cashContainer.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderRightWidth = 1;
            this.cashContainer.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.cashContainer.BackgroundStyle.BorderTopWidth = 1;
            this.cashContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.cashContainer.BackgroundStyle.PaddingBottom = 1;
            this.cashContainer.BackgroundStyle.PaddingLeft = 1;
            this.cashContainer.BackgroundStyle.PaddingRight = 1;
            this.cashContainer.BackgroundStyle.PaddingTop = 1;
            this.cashContainer.ContainerControlProcessDialogKey = true;
            this.cashContainer.Controls.Add(this.txtPhone);
            this.cashContainer.Controls.Add(this.txtCashSum);
            this.cashContainer.Controls.Add(this.txtRateSale);
            this.cashContainer.Controls.Add(this.cbMemberRate);
            this.cashContainer.Controls.Add(this.txtPoint);
            this.cashContainer.Controls.Add(this.cbUserGrade);
            this.cashContainer.Controls.Add(this.btnSave);
            this.cashContainer.Controls.Add(this.btnClear);
            this.cashContainer.Controls.Add(this.lblMessage);
            this.cashContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cashContainer.FitButtonsToContainerWidth = true;
            this.cashContainer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cashContainer.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderInfo,
            this.rowPhone,
            this.rowCashSum,
            this.rowRateSale,
            this.rowPointRate,
            this.rowPoint,
            this.rowUserGrade,
            this.rowButton,
            this.lblPayInfo,
            this.rowMessage,
            this.lblHelpHeader,
            this.rowHelp});
            this.cashContainer.ItemSpacing = 5;
            this.cashContainer.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.cashContainer.Location = new System.Drawing.Point(0, 0);
            this.cashContainer.MultiLine = true;
            this.cashContainer.Name = "cashContainer";
            this.cashContainer.Size = new System.Drawing.Size(401, 370);
            this.cashContainer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cashContainer.TabIndex = 0;
            // 
            // txtPhone
            // 
            this.txtPhone.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPhone.Border.Class = "TextBoxBorder";
            this.txtPhone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCashEntity, "PhoneNum", true));
            this.txtPhone.ForeColor = System.Drawing.Color.Black;
            this.txtPhone.Location = new System.Drawing.Point(77, 29);
            this.txtPhone.MaxLength = 11;
            this.txtPhone.Name = "txtPhone";
            this.txtPhone.Size = new System.Drawing.Size(175, 21);
            this.txtPhone.TabIndex = 0;
            this.txtPhone.TextChanged += new System.EventHandler(this.txtPhone_TextChanged);
            // 
            // bsCashEntity
            // 
            this.bsCashEntity.DataMember = "CashData";
            this.bsCashEntity.DataSource = typeof(Eleooo.Client.UcMemberCash);
            // 
            // txtCashSum
            // 
            // 
            // 
            // 
            this.txtCashSum.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtCashSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtCashSum.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtCashSum.DataBindings.Add(new System.Windows.Forms.Binding("ValueObject", this.bsCashEntity, "CashSum", true));
            this.txtCashSum.DisplayFormat = "0.00";
            this.txtCashSum.Increment = 1D;
            this.txtCashSum.Location = new System.Drawing.Point(77, 59);
            this.txtCashSum.MinValue = 0D;
            this.txtCashSum.Name = "txtCashSum";
            this.txtCashSum.ShowUpDown = true;
            this.txtCashSum.Size = new System.Drawing.Size(175, 21);
            this.txtCashSum.TabIndex = 1;
            // 
            // txtRateSale
            // 
            // 
            // 
            // 
            this.txtRateSale.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtRateSale.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtRateSale.DataBindings.Add(new System.Windows.Forms.Binding("ValueObject", this.bsCashEntity, "CashRate", true));
            this.txtRateSale.Increment = 1D;
            this.txtRateSale.Location = new System.Drawing.Point(77, 89);
            this.txtRateSale.MaxValue = 99D;
            this.txtRateSale.MinValue = 0D;
            this.txtRateSale.Name = "txtRateSale";
            this.txtRateSale.ShowUpDown = true;
            this.txtRateSale.Size = new System.Drawing.Size(175, 21);
            this.txtRateSale.TabIndex = 2;
            // 
            // cbMemberRate
            // 
            this.cbMemberRate.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.cbMemberRate.CheckOnClick = true;
            this.cbMemberRate.ColumnWidth = 60;
            this.cbMemberRate.HorizontalScrollbar = true;
            this.cbMemberRate.Location = new System.Drawing.Point(77, 121);
            this.cbMemberRate.MultiColumn = true;
            this.cbMemberRate.Name = "cbMemberRate";
            this.cbMemberRate.Size = new System.Drawing.Size(296, 16);
            this.cbMemberRate.TabIndex = 3;
            this.cbMemberRate.ThreeDCheckBoxes = true;
            this.cbMemberRate.UseCompatibleTextRendering = true;
            this.cbMemberRate.UseTabStops = false;
            this.cbMemberRate.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cbMemberRate_ItemCheck);
            this.cbMemberRate.SelectedIndexChanged += new System.EventHandler(this.cbMemberRate_SelectedIndexChanged);
            // 
            // txtPoint
            // 
            // 
            // 
            // 
            this.txtPoint.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtPoint.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPoint.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtPoint.DataBindings.Add(new System.Windows.Forms.Binding("ValueObject", this.bsCashEntity, "CashPoint", true));
            this.txtPoint.Increment = 1D;
            this.txtPoint.Location = new System.Drawing.Point(77, 149);
            this.txtPoint.MinValue = 0D;
            this.txtPoint.Name = "txtPoint";
            this.txtPoint.ShowUpDown = true;
            this.txtPoint.Size = new System.Drawing.Size(175, 21);
            this.txtPoint.TabIndex = 4;
            // 
            // cbUserGrade
            // 
            this.cbUserGrade.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsCashEntity, "CashMemo", true));
            this.cbUserGrade.DisplayMember = "Text";
            this.cbUserGrade.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbUserGrade.FormattingEnabled = true;
            this.cbUserGrade.ItemHeight = 15;
            this.cbUserGrade.Location = new System.Drawing.Point(77, 179);
            this.cbUserGrade.Name = "cbUserGrade";
            this.cbUserGrade.Size = new System.Drawing.Size(175, 21);
            this.cbUserGrade.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbUserGrade.TabIndex = 5;
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSave.Image = global::Eleooo.Client.MetroIcon.CheckMark;
            this.btnSave.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnSave.Location = new System.Drawing.Point(98, 210);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(73, 23);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 6;
            this.btnSave.Text = "保存&S";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnClear
            // 
            this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Image = global::Eleooo.Client.MetroIcon.Delete;
            this.btnClear.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnClear.Location = new System.Drawing.Point(225, 210);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(78, 23);
            this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnClear.TabIndex = 7;
            this.btnClear.Text = "取消&C";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // lblMessage
            // 
            this.lblMessage.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.lblMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblMessage.ForeColor = System.Drawing.Color.Red;
            this.lblMessage.Location = new System.Drawing.Point(4, 268);
            this.lblMessage.Name = "lblMessage";
            this.lblMessage.Size = new System.Drawing.Size(394, 23);
            this.lblMessage.TabIndex = 7;
            this.lblMessage.TextLineAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblOrderInfo
            // 
            this.lblOrderInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblOrderInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblOrderInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblOrderInfo.Name = "lblOrderInfo";
            this.lblOrderInfo.PaddingBottom = 1;
            this.lblOrderInfo.PaddingLeft = 1;
            this.lblOrderInfo.PaddingRight = 1;
            this.lblOrderInfo.PaddingTop = 1;
            this.lblOrderInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblOrderInfo.Text = "<b>充值信息</b>";
            // 
            // rowPhone
            // 
            // 
            // 
            // 
            this.rowPhone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPhone.ItemSpacing = 3;
            this.rowPhone.Name = "rowPhone";
            this.rowPhone.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPhone,
            this.phoneContainer,
            this.btnQuery,
            this.lblPhoneInfo});
            // 
            // lblPhone
            // 
            this.lblPhone.Height = 25;
            this.lblPhone.Name = "lblPhone";
            this.lblPhone.Text = "会员账号:";
            this.lblPhone.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPhone.Width = 70;
            // 
            // phoneContainer
            // 
            this.phoneContainer.AllowItemResize = true;
            this.phoneContainer.Control = this.txtPhone;
            this.phoneContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.phoneContainer.Name = "phoneContainer";
            this.phoneContainer.Text = "controlContainerItem1";
            // 
            // btnQuery
            // 
            this.btnQuery.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Text = "查询";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // lblPhoneInfo
            // 
            this.lblPhoneInfo.Name = "lblPhoneInfo";
            // 
            // rowCashSum
            // 
            // 
            // 
            // 
            this.rowCashSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowCashSum.ItemSpacing = 3;
            this.rowCashSum.Name = "rowCashSum";
            this.rowCashSum.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblCashSum,
            this.CashSumContainer,
            this.lblOrderSumInfo});
            // 
            // lblCashSum
            // 
            this.lblCashSum.Height = 25;
            this.lblCashSum.Name = "lblCashSum";
            this.lblCashSum.Text = "充值金额:";
            this.lblCashSum.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblCashSum.Width = 70;
            // 
            // CashSumContainer
            // 
            this.CashSumContainer.AllowItemResize = true;
            this.CashSumContainer.Control = this.txtCashSum;
            this.CashSumContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.CashSumContainer.Name = "CashSumContainer";
            // 
            // lblOrderSumInfo
            // 
            this.lblOrderSumInfo.Name = "lblOrderSumInfo";
            // 
            // rowRateSale
            // 
            // 
            // 
            // 
            this.rowRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowRateSale.ItemSpacing = 3;
            this.rowRateSale.Name = "rowRateSale";
            this.rowRateSale.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblRateSale,
            this.rateSaleContainer,
            this.lblRateSaleInfo});
            // 
            // lblRateSale
            // 
            this.lblRateSale.Height = 25;
            this.lblRateSale.Name = "lblRateSale";
            this.lblRateSale.Text = "折扣比例:";
            this.lblRateSale.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblRateSale.Width = 70;
            // 
            // rateSaleContainer
            // 
            this.rateSaleContainer.AllowItemResize = true;
            this.rateSaleContainer.Control = this.txtRateSale;
            this.rateSaleContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.rateSaleContainer.Name = "rateSaleContainer";
            this.rateSaleContainer.Text = "controlContainerItem1";
            // 
            // lblRateSaleInfo
            // 
            this.lblRateSaleInfo.Name = "lblRateSaleInfo";
            this.lblRateSaleInfo.Text = "1-99数字";
            // 
            // rowPointRate
            // 
            // 
            // 
            // 
            this.rowPointRate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPointRate.ItemSpacing = 3;
            this.rowPointRate.Name = "rowPointRate";
            this.rowPointRate.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPointRate,
            this.pointRateContainer});
            // 
            // lblPointRate
            // 
            this.lblPointRate.BeginGroup = true;
            this.lblPointRate.Height = 25;
            this.lblPointRate.Name = "lblPointRate";
            this.lblPointRate.Text = "积分比例:";
            this.lblPointRate.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPointRate.Width = 70;
            // 
            // pointRateContainer
            // 
            this.pointRateContainer.AllowItemResize = true;
            this.pointRateContainer.Control = this.cbMemberRate;
            this.pointRateContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.pointRateContainer.Name = "pointRateContainer";
            // 
            // rowPoint
            // 
            // 
            // 
            // 
            this.rowPoint.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPoint.ItemSpacing = 3;
            this.rowPoint.Name = "rowPoint";
            this.rowPoint.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPoint,
            this.pointContainer});
            // 
            // lblPoint
            // 
            this.lblPoint.BeginGroup = true;
            this.lblPoint.Height = 25;
            this.lblPoint.Name = "lblPoint";
            this.lblPoint.Text = "赠送积分:";
            this.lblPoint.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPoint.Width = 70;
            // 
            // pointContainer
            // 
            this.pointContainer.AllowItemResize = true;
            this.pointContainer.Control = this.txtPoint;
            this.pointContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.pointContainer.Name = "pointContainer";
            this.pointContainer.Text = "controlContainerItem1";
            // 
            // rowUserGrade
            // 
            // 
            // 
            // 
            this.rowUserGrade.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowUserGrade.ItemSpacing = 3;
            this.rowUserGrade.Name = "rowUserGrade";
            this.rowUserGrade.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblUserGrade,
            this.gradeCBContainer});
            // 
            // lblUserGrade
            // 
            this.lblUserGrade.BeginGroup = true;
            this.lblUserGrade.Height = 25;
            this.lblUserGrade.Name = "lblUserGrade";
            this.lblUserGrade.Text = "会员级别:";
            this.lblUserGrade.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblUserGrade.Width = 70;
            // 
            // gradeCBContainer
            // 
            this.gradeCBContainer.AllowItemResize = true;
            this.gradeCBContainer.Control = this.cbUserGrade;
            this.gradeCBContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.gradeCBContainer.Name = "gradeCBContainer";
            this.gradeCBContainer.Text = "controlContainerItem1";
            // 
            // rowButton
            // 
            // 
            // 
            // 
            this.rowButton.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowButton.BeginGroup = true;
            this.rowButton.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
            this.rowButton.ItemSpacing = 50;
            this.rowButton.MinimumSize = new System.Drawing.Size(0, 30);
            this.rowButton.Name = "rowButton";
            this.rowButton.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnSaveContainer,
            this.btnClearContainer});
            this.rowButton.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // btnSaveContainer
            // 
            this.btnSaveContainer.AllowItemResize = true;
            this.btnSaveContainer.Control = this.btnSave;
            this.btnSaveContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnSaveContainer.Name = "btnSaveContainer";
            // 
            // btnClearContainer
            // 
            this.btnClearContainer.AllowItemResize = true;
            this.btnClearContainer.Control = this.btnClear;
            this.btnClearContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnClearContainer.Name = "btnClearContainer";
            // 
            // lblPayInfo
            // 
            this.lblPayInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblPayInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblPayInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblPayInfo.Name = "lblPayInfo";
            this.lblPayInfo.PaddingBottom = 1;
            this.lblPayInfo.PaddingLeft = 1;
            this.lblPayInfo.PaddingRight = 1;
            this.lblPayInfo.PaddingTop = 1;
            this.lblPayInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblPayInfo.Text = "<b>信息</b>";
            // 
            // rowMessage
            // 
            // 
            // 
            // 
            this.rowMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowMessage.Name = "rowMessage";
            this.rowMessage.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.messageContainer});
            // 
            // messageContainer
            // 
            this.messageContainer.AllowItemResize = true;
            this.messageContainer.Control = this.lblMessage;
            this.messageContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.messageContainer.Name = "messageContainer";
            this.messageContainer.Text = "controlContainerItem1";
            // 
            // lblHelpHeader
            // 
            this.lblHelpHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblHelpHeader.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblHelpHeader.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblHelpHeader.Name = "lblHelpHeader";
            this.lblHelpHeader.PaddingBottom = 1;
            this.lblHelpHeader.PaddingLeft = 1;
            this.lblHelpHeader.PaddingRight = 1;
            this.lblHelpHeader.PaddingTop = 1;
            this.lblHelpHeader.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblHelpHeader.Text = "<b>操作说明</b>";
            // 
            // rowHelp
            // 
            // 
            // 
            // 
            this.rowHelp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowHelp.BeginGroup = true;
            this.rowHelp.MinimumSize = new System.Drawing.Size(0, 25);
            this.rowHelp.Name = "rowHelp";
            this.rowHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblHelp});
            // 
            // lblHelp
            // 
            this.lblHelp.Name = "lblHelp";
            this.lblHelp.Text = "帮助:刷新(<b><font color=\"#BA1419\">F5</font></b>),查询会员(<b><font color=\"#BA1419\">F7</f" +
                "ont></b>),保存(<b><font color=\"#BA1419\">F9</font></b>)";
            // 
            // plMemberInfo
            // 
            this.plMemberInfo.Controls.Add(this.gvUserInfo);
            this.plMemberInfo.Controls.Add(this.plUserInfo);
            this.plMemberInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.plMemberInfo.Location = new System.Drawing.Point(401, 0);
            this.plMemberInfo.Margin = new System.Windows.Forms.Padding(0);
            this.plMemberInfo.Name = "plMemberInfo";
            this.plMemberInfo.Size = new System.Drawing.Size(198, 370);
            this.plMemberInfo.TabIndex = 8;
            // 
            // gvUserInfo
            // 
            this.gvUserInfo.BackColor = System.Drawing.Color.White;
            this.gvUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gvUserInfo.ForeColor = System.Drawing.Color.Black;
            this.gvUserInfo.Location = new System.Drawing.Point(0, 0);
            this.gvUserInfo.Name = "gvUserInfo";
            this.gvUserInfo.PrimaryGrid.AutoGenerateColumns = false;
            this.gvUserInfo.PrimaryGrid.Caption.Text = "会员信息";
            this.gvUserInfo.PrimaryGrid.ColumnHeader.Visible = false;
            gridColumn1.AllowSelection = false;
            gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn1.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn1.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
            gridColumn1.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn1.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            padding1.Right = 5;
            gridColumn1.CellStyles.Default.Margin = padding1;
            gridColumn1.CellStyles.Default.TextColor = System.Drawing.Color.SaddleBrown;
            gridColumn1.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn1.DataPropertyName = "Key";
            gridColumn1.EditorType = null;
            gridColumn1.Name = "Key";
            gridColumn1.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn1.Width = 70;
            gridColumn2.AllowSelection = false;
            gridColumn2.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn2.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn2.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn2.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            gridColumn2.CellStyles.Default.TextColor = System.Drawing.Color.OrangeRed;
            gridColumn2.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn2.DataPropertyName = "Value";
            gridColumn2.EditorType = null;
            gridColumn2.FillWeight = 200;
            gridColumn2.InfoImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.Name = "Value";
            gridColumn2.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn2.Width = 200;
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn1);
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn2);
            this.gvUserInfo.PrimaryGrid.DataSource = this.bsUserInfo;
            this.gvUserInfo.PrimaryGrid.DefaultRowHeight = 36;
            backColorBlend1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.SkyBlue};
            background1.BackColorBlend = backColorBlend1;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.AlternateRowCellStyles.Default.Background = background1;
            background2.Color1 = System.Drawing.Color.Orange;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background2;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.HorizontalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.VerticalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
            this.gvUserInfo.PrimaryGrid.MultiSelect = false;
            this.gvUserInfo.PrimaryGrid.ReadOnly = true;
            this.gvUserInfo.PrimaryGrid.RowHighlightType = DevComponents.DotNetBar.SuperGrid.RowHighlightType.None;
            this.gvUserInfo.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gvUserInfo.PrimaryGrid.ShowCellInfo = false;
            this.gvUserInfo.PrimaryGrid.ShowColumnHeader = false;
            this.gvUserInfo.PrimaryGrid.ShowRowHeaders = false;
            this.gvUserInfo.PrimaryGrid.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gvUserInfo.PrimaryGrid.UseAlternateRowStyle = true;
            this.gvUserInfo.Size = new System.Drawing.Size(198, 273);
            this.gvUserInfo.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.TabIndex = 5;
            // 
            // bsUserInfo
            // 
            this.bsUserInfo.DataMember = "UserInfo";
            this.bsUserInfo.DataSource = typeof(Eleooo.Client.UcMemberCash);
            // 
            // plUserInfo
            // 
            this.plUserInfo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.plUserInfo.Border.Class = "TextBoxBorder";
            this.plUserInfo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plUserInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.plUserInfo.ForeColor = System.Drawing.Color.OrangeRed;
            this.plUserInfo.Location = new System.Drawing.Point(0, 273);
            this.plUserInfo.Multiline = true;
            this.plUserInfo.Name = "plUserInfo";
            this.plUserInfo.ReadOnly = true;
            this.plUserInfo.Size = new System.Drawing.Size(198, 97);
            this.plUserInfo.TabIndex = 1;
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.cashContainer);
            this.mainContainer.Controls.Add(this.plMemberInfo);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(599, 370);
            this.mainContainer.TabIndex = 2;
            // 
            // UcMemberCash
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcMemberCash";
            this.Size = new System.Drawing.Size(599, 370);
            this.Text = "会员充值";
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.plTitle.ResumeLayout(false);
            this.cashContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsCashEntity)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCashSum)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtPoint)).EndInit( );
            this.plMemberInfo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).EndInit( );
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #3
0
ファイル: UcMemberOrder.Designer.cs プロジェクト: eleooo/App
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            this.components = new System.ComponentModel.Container( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend backColorBlend1 = new DevComponents.DotNetBar.SuperGrid.Style.BackColorBlend( );
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcMemberOrder));
            this.plMemberInfo = new DevComponents.DotNetBar.Controls.GroupPanel( );
            this.gvUserInfo = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.bsUserInfo = new System.Windows.Forms.BindingSource(this.components);
            this.plUserInfo = new System.Windows.Forms.TextBox( );
            this.leftContainer = new DevComponents.DotNetBar.Ribbon.RibbonClientPanel( );
            this.orderContainer = new DevComponents.DotNetBar.ItemPanel( );
            this.txtPhone = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.bsOrderEntity = new System.Windows.Forms.BindingSource(this.components);
            this.txtOrderSum = new DevComponents.Editors.DoubleInput( );
            this.txtRateSale = new DevComponents.Editors.IntegerInput( );
            this.txtCash = new DevComponents.Editors.IntegerInput( );
            this.txtBalance = new DevComponents.Editors.IntegerInput( );
            this.txtBalanceCash = new DevComponents.Editors.IntegerInput( );
            this.txtSumOk = new DevComponents.Editors.IntegerInput( );
            this.cbMemberRate = new System.Windows.Forms.CheckedListBox( );
            this.cbProduct = new DevComponents.DotNetBar.Controls.ComboBoxEx( );
            this.txtMemo = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.txtPwd = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.btnSave = new DevComponents.DotNetBar.ButtonX( );
            this.btnClear = new DevComponents.DotNetBar.ButtonX( );
            this.lblMessage = new DevComponents.DotNetBar.LabelX( );
            this.lblOrderInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPhone = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPhone = new DevComponents.DotNetBar.LabelItem( );
            this.phoneContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnQuery = new DevComponents.DotNetBar.ButtonItem( );
            this.lblPhoneInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowOrderSum = new DevComponents.DotNetBar.ItemContainer( );
            this.lblOrderSum = new DevComponents.DotNetBar.LabelItem( );
            this.orderSumContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblOrderSumInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowRateSale = new DevComponents.DotNetBar.ItemContainer( );
            this.lblRateSale = new DevComponents.DotNetBar.LabelItem( );
            this.rateSaleContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblRateSaleInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowPayment = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPayment = new DevComponents.DotNetBar.LabelItem( );
            this.cashContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.lblCash = new DevComponents.DotNetBar.LabelItem( );
            this.cashTxtContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.balanceContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.lblBalance = new DevComponents.DotNetBar.LabelItem( );
            this.balanceTxtContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.balanceCashContainer = new DevComponents.DotNetBar.ItemContainer( );
            this.lblBalanceCash = new DevComponents.DotNetBar.LabelItem( );
            this.balanceCashTxtContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowSumOk = new DevComponents.DotNetBar.ItemContainer( );
            this.lblSumOk = new DevComponents.DotNetBar.LabelItem( );
            this.sumOkContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowRate = new DevComponents.DotNetBar.ItemContainer( );
            this.lblRate = new DevComponents.DotNetBar.LabelItem( );
            this.rateContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowOrderItem = new DevComponents.DotNetBar.ItemContainer( );
            this.lblOrderItem = new DevComponents.DotNetBar.LabelItem( );
            this.productContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowMemo = new DevComponents.DotNetBar.ItemContainer( );
            this.lblMemo = new DevComponents.DotNetBar.LabelItem( );
            this.memoContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.rowMemberPass = new DevComponents.DotNetBar.ItemContainer( );
            this.lblPass = new DevComponents.DotNetBar.LabelItem( );
            this.pwdContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnReadFinger = new DevComponents.DotNetBar.ButtonItem( );
            this.lblPassInfo = new DevComponents.DotNetBar.LabelItem( );
            this.rowButton = new DevComponents.DotNetBar.ItemContainer( );
            this.btnSaveContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.btnClearContainer = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblPayInfo = new DevComponents.DotNetBar.LabelItem( );
            this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer( );
            this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem( );
            this.lblHelpHeader = new DevComponents.DotNetBar.LabelItem( );
            this.rowHelp = new DevComponents.DotNetBar.ItemContainer( );
            this.lblHelp = new DevComponents.DotNetBar.LabelItem( );
            this.mainContainer = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plTitle.SuspendLayout( );
            this.plMemberInfo.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).BeginInit( );
            this.leftContainer.SuspendLayout( );
            this.orderContainer.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsOrderEntity)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderSum)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCash)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalance)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalanceCash)).BeginInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtSumOk)).BeginInit( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // btnSlide
            // 
            this.btnSlide.Location = new System.Drawing.Point(615, 2);
            // 
            // plTitle
            // 
            this.plTitle.Size = new System.Drawing.Size(654, 32);
            // 
            // plMemberInfo
            // 
            this.plMemberInfo.BackColor = System.Drawing.Color.Transparent;
            this.plMemberInfo.CanvasColor = System.Drawing.SystemColors.Control;
            this.plMemberInfo.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.plMemberInfo.Controls.Add(this.gvUserInfo);
            this.plMemberInfo.Controls.Add(this.plUserInfo);
            this.plMemberInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.plMemberInfo.Location = new System.Drawing.Point(456, 0);
            this.plMemberInfo.Margin = new System.Windows.Forms.Padding(0);
            this.plMemberInfo.Name = "plMemberInfo";
            this.plMemberInfo.Size = new System.Drawing.Size(198, 454);
            // 
            // 
            // 
            this.plMemberInfo.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.plMemberInfo.Style.BackColorGradientAngle = 90;
            this.plMemberInfo.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.plMemberInfo.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderBottomWidth = 1;
            this.plMemberInfo.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.plMemberInfo.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderLeftWidth = 1;
            this.plMemberInfo.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderRightWidth = 1;
            this.plMemberInfo.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.plMemberInfo.Style.BorderTopWidth = 1;
            this.plMemberInfo.Style.CornerDiameter = 0;
            this.plMemberInfo.Style.CornerType = DevComponents.DotNetBar.eCornerType.Diagonal;
            this.plMemberInfo.Style.MarginBottom = 3;
            this.plMemberInfo.Style.MarginLeft = 3;
            this.plMemberInfo.Style.MarginRight = 3;
            this.plMemberInfo.Style.MarginTop = 3;
            this.plMemberInfo.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.plMemberInfo.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.plMemberInfo.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.plMemberInfo.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.plMemberInfo.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plMemberInfo.TabIndex = 0;
            // 
            // gvUserInfo
            // 
            this.gvUserInfo.BackColor = System.Drawing.Color.White;
            this.gvUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gvUserInfo.ForeColor = System.Drawing.Color.Black;
            this.gvUserInfo.Location = new System.Drawing.Point(0, 0);
            this.gvUserInfo.Name = "gvUserInfo";
            this.gvUserInfo.PrimaryGrid.AutoGenerateColumns = false;
            this.gvUserInfo.PrimaryGrid.Caption.Text = "会员信息";
            this.gvUserInfo.PrimaryGrid.ColumnHeader.Visible = false;
            gridColumn1.AllowSelection = false;
            gridColumn1.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn1.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn1.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleRight;
            gridColumn1.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn1.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            padding1.Right = 5;
            gridColumn1.CellStyles.Default.Margin = padding1;
            gridColumn1.CellStyles.Default.TextColor = System.Drawing.Color.SaddleBrown;
            gridColumn1.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn1.DataPropertyName = "Key";
            gridColumn1.EditorType = null;
            gridColumn1.Name = "Key";
            gridColumn1.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn1.Width = 70;
            gridColumn2.AllowSelection = false;
            gridColumn2.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            gridColumn2.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn2.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn2.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            gridColumn2.CellStyles.Default.TextColor = System.Drawing.Color.OrangeRed;
            gridColumn2.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
            gridColumn2.DataPropertyName = "Value";
            gridColumn2.EditorType = null;
            gridColumn2.FillWeight = 200;
            gridColumn2.InfoImageAlignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn2.Name = "Value";
            gridColumn2.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn2.Width = 200;
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn1);
            this.gvUserInfo.PrimaryGrid.Columns.Add(gridColumn2);
            this.gvUserInfo.PrimaryGrid.DataSource = this.bsUserInfo;
            this.gvUserInfo.PrimaryGrid.DefaultRowHeight = 36;
            backColorBlend1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.SkyBlue};
            background1.BackColorBlend = backColorBlend1;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.AlternateRowCellStyles.Default.Background = background1;
            background2.Color1 = System.Drawing.Color.Orange;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Background = background2;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CaptionStyles.Default.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.HorizontalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.DefaultVisualStyles.GridPanelStyle.VerticalLinePattern = DevComponents.DotNetBar.SuperGrid.Style.LinePattern.DashDotDot;
            this.gvUserInfo.PrimaryGrid.InitialActiveRow = DevComponents.DotNetBar.SuperGrid.RelativeRow.None;
            this.gvUserInfo.PrimaryGrid.MultiSelect = false;
            this.gvUserInfo.PrimaryGrid.ReadOnly = true;
            this.gvUserInfo.PrimaryGrid.RowHighlightType = DevComponents.DotNetBar.SuperGrid.RowHighlightType.None;
            this.gvUserInfo.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gvUserInfo.PrimaryGrid.ShowCellInfo = false;
            this.gvUserInfo.PrimaryGrid.ShowColumnHeader = false;
            this.gvUserInfo.PrimaryGrid.ShowRowHeaders = false;
            this.gvUserInfo.PrimaryGrid.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gvUserInfo.PrimaryGrid.UseAlternateRowStyle = true;
            this.gvUserInfo.Size = new System.Drawing.Size(196, 299);
            this.gvUserInfo.SizingStyle = DevComponents.DotNetBar.SuperGrid.Style.StyleType.ReadOnlySelected;
            this.gvUserInfo.TabIndex = 3;
            // 
            // bsUserInfo
            // 
            this.bsUserInfo.DataMember = "UserInfo";
            this.bsUserInfo.DataSource = typeof(Eleooo.Client.UcMemberOrder);
            // 
            // plUserInfo
            // 
            this.plUserInfo.BackColor = System.Drawing.Color.White;
            this.plUserInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.plUserInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.plUserInfo.ForeColor = System.Drawing.Color.Red;
            this.plUserInfo.Location = new System.Drawing.Point(0, 299);
            this.plUserInfo.Multiline = true;
            this.plUserInfo.Name = "plUserInfo";
            this.plUserInfo.ReadOnly = true;
            this.plUserInfo.Size = new System.Drawing.Size(196, 153);
            this.plUserInfo.TabIndex = 4;
            // 
            // leftContainer
            // 
            this.leftContainer.CanvasColor = System.Drawing.SystemColors.Control;
            this.leftContainer.Controls.Add(this.orderContainer);
            this.leftContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.leftContainer.Location = new System.Drawing.Point(0, 0);
            this.leftContainer.Name = "leftContainer";
            this.leftContainer.Size = new System.Drawing.Size(456, 454);
            // 
            // 
            // 
            this.leftContainer.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.leftContainer.Style.BackColorGradientAngle = 90;
            this.leftContainer.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.leftContainer.Style.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Tile;
            this.leftContainer.Style.BorderBottomWidth = 10;
            this.leftContainer.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.leftContainer.Style.BorderLeftWidth = 10;
            this.leftContainer.Style.BorderRightWidth = 10;
            this.leftContainer.Style.BorderTopWidth = 10;
            this.leftContainer.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.leftContainer.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.leftContainer.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            // 
            // 
            // 
            this.leftContainer.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.leftContainer.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.leftContainer.TabIndex = 1;
            this.leftContainer.Text = "ribbonClientPanel1";
            // 
            // orderContainer
            // 
            this.orderContainer.AutoScroll = true;
            // 
            // 
            // 
            this.orderContainer.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderBottomWidth = 1;
            this.orderContainer.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
            this.orderContainer.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderLeftWidth = 1;
            this.orderContainer.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderRightWidth = 1;
            this.orderContainer.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.orderContainer.BackgroundStyle.BorderTopWidth = 1;
            this.orderContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.orderContainer.BackgroundStyle.PaddingBottom = 1;
            this.orderContainer.BackgroundStyle.PaddingLeft = 1;
            this.orderContainer.BackgroundStyle.PaddingRight = 1;
            this.orderContainer.BackgroundStyle.PaddingTop = 1;
            this.orderContainer.ContainerControlProcessDialogKey = true;
            this.orderContainer.Controls.Add(this.txtPhone);
            this.orderContainer.Controls.Add(this.txtOrderSum);
            this.orderContainer.Controls.Add(this.txtRateSale);
            this.orderContainer.Controls.Add(this.txtCash);
            this.orderContainer.Controls.Add(this.txtBalance);
            this.orderContainer.Controls.Add(this.txtBalanceCash);
            this.orderContainer.Controls.Add(this.txtSumOk);
            this.orderContainer.Controls.Add(this.cbMemberRate);
            this.orderContainer.Controls.Add(this.cbProduct);
            this.orderContainer.Controls.Add(this.txtMemo);
            this.orderContainer.Controls.Add(this.txtPwd);
            this.orderContainer.Controls.Add(this.btnSave);
            this.orderContainer.Controls.Add(this.btnClear);
            this.orderContainer.Controls.Add(this.lblMessage);
            this.orderContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.orderContainer.FitButtonsToContainerWidth = true;
            this.orderContainer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.orderContainer.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderInfo,
            this.rowPhone,
            this.rowOrderSum,
            this.rowRateSale,
            this.rowPayment,
            this.rowSumOk,
            this.rowRate,
            this.rowOrderItem,
            this.rowMemo,
            this.rowMemberPass,
            this.rowButton,
            this.lblPayInfo,
            this.itemContainer1,
            this.lblHelpHeader,
            this.rowHelp});
            this.orderContainer.ItemSpacing = 5;
            this.orderContainer.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
            this.orderContainer.Location = new System.Drawing.Point(0, 0);
            this.orderContainer.MultiLine = true;
            this.orderContainer.Name = "orderContainer";
            this.orderContainer.Size = new System.Drawing.Size(456, 454);
            this.orderContainer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.orderContainer.TabIndex = 6;
            // 
            // txtPhone
            // 
            this.txtPhone.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPhone.Border.Class = "TextBoxBorder";
            this.txtPhone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsOrderEntity, "PhoneNum", true));
            this.txtPhone.ForeColor = System.Drawing.Color.Black;
            this.txtPhone.Location = new System.Drawing.Point(77, 29);
            this.txtPhone.MaxLength = 11;
            this.txtPhone.Name = "txtPhone";
            this.txtPhone.Size = new System.Drawing.Size(125, 21);
            this.txtPhone.TabIndex = 0;
            this.txtPhone.TextChanged += new System.EventHandler(this.txtPhone_TextChanged);
            // 
            // bsOrderEntity
            // 
            this.bsOrderEntity.DataMember = "OrderData";
            this.bsOrderEntity.DataSource = typeof(Eleooo.Client.UcMemberOrder);
            // 
            // txtOrderSum
            // 
            // 
            // 
            // 
            this.txtOrderSum.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtOrderSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtOrderSum.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtOrderSum.DisplayFormat = "0.00";
            this.txtOrderSum.Increment = 1D;
            this.txtOrderSum.Location = new System.Drawing.Point(77, 59);
            this.txtOrderSum.MinValue = 0D;
            this.txtOrderSum.Name = "txtOrderSum";
            this.txtOrderSum.ShowUpDown = true;
            this.txtOrderSum.Size = new System.Drawing.Size(125, 21);
            this.txtOrderSum.TabIndex = 1;
            this.txtOrderSum.ValueChanged += new System.EventHandler(this.txtOrderSum_ValueChanged);
            // 
            // txtRateSale
            // 
            // 
            // 
            // 
            this.txtRateSale.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtRateSale.ButtonCustom.DisplayPosition = 10;
            this.txtRateSale.ButtonCustom.Text = "计算";
            this.txtRateSale.ButtonCustom.Visible = true;
            this.txtRateSale.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtRateSale.DisplayFormat = "0";
            this.txtRateSale.Location = new System.Drawing.Point(77, 89);
            this.txtRateSale.MaxValue = 99;
            this.txtRateSale.MinValue = 0;
            this.txtRateSale.Name = "txtRateSale";
            this.txtRateSale.ShowUpDown = true;
            this.txtRateSale.Size = new System.Drawing.Size(125, 21);
            this.txtRateSale.TabIndex = 2;
            this.txtRateSale.ValueChanged += new System.EventHandler(this.txtRateSale_ValueChanged);
            // 
            // txtCash
            // 
            // 
            // 
            // 
            this.txtCash.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtCash.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtCash.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtCash.DisplayFormat = "0";
            this.txtCash.Location = new System.Drawing.Point(109, 119);
            this.txtCash.MinValue = 0;
            this.txtCash.Name = "txtCash";
            this.txtCash.ShowUpDown = true;
            this.txtCash.Size = new System.Drawing.Size(75, 21);
            this.txtCash.TabIndex = 3;
            // 
            // txtBalance
            // 
            // 
            // 
            // 
            this.txtBalance.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtBalance.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtBalance.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtBalance.DisplayFormat = "0";
            this.txtBalance.Location = new System.Drawing.Point(223, 119);
            this.txtBalance.MinValue = 0;
            this.txtBalance.Name = "txtBalance";
            this.txtBalance.ShowUpDown = true;
            this.txtBalance.Size = new System.Drawing.Size(73, 21);
            this.txtBalance.TabIndex = 4;
            // 
            // txtBalanceCash
            // 
            // 
            // 
            // 
            this.txtBalanceCash.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtBalanceCash.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtBalanceCash.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtBalanceCash.DisplayFormat = "0";
            this.txtBalanceCash.Location = new System.Drawing.Point(335, 119);
            this.txtBalanceCash.MinValue = 0;
            this.txtBalanceCash.Name = "txtBalanceCash";
            this.txtBalanceCash.ShowUpDown = true;
            this.txtBalanceCash.Size = new System.Drawing.Size(76, 21);
            this.txtBalanceCash.TabIndex = 5;
            // 
            // txtSumOk
            // 
            // 
            // 
            // 
            this.txtSumOk.BackgroundStyle.Class = "DateTimeInputBackground";
            this.txtSumOk.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtSumOk.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
            this.txtSumOk.Enabled = false;
            this.txtSumOk.IsInputReadOnly = true;
            this.txtSumOk.Location = new System.Drawing.Point(77, 149);
            this.txtSumOk.MinValue = 0;
            this.txtSumOk.Name = "txtSumOk";
            this.txtSumOk.Size = new System.Drawing.Size(127, 21);
            this.txtSumOk.TabIndex = 6;
            // 
            // cbMemberRate
            // 
            this.cbMemberRate.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.cbMemberRate.CheckOnClick = true;
            this.cbMemberRate.ColumnWidth = 60;
            this.cbMemberRate.HorizontalScrollbar = true;
            this.cbMemberRate.Location = new System.Drawing.Point(77, 181);
            this.cbMemberRate.MultiColumn = true;
            this.cbMemberRate.Name = "cbMemberRate";
            this.cbMemberRate.Size = new System.Drawing.Size(332, 16);
            this.cbMemberRate.TabIndex = 7;
            this.cbMemberRate.ThreeDCheckBoxes = true;
            this.cbMemberRate.UseCompatibleTextRendering = true;
            this.cbMemberRate.UseTabStops = false;
            this.cbMemberRate.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cbMemberRate_ItemCheck);
            this.cbMemberRate.SelectedIndexChanged += new System.EventHandler(this.cbMemberRate_SelectedIndexChanged);
            // 
            // cbProduct
            // 
            this.cbProduct.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.bsOrderEntity, "OrderProduct", true));
            this.cbProduct.DisplayMember = "Selectedvalue";
            this.cbProduct.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbProduct.FormattingEnabled = true;
            this.cbProduct.ItemHeight = 15;
            this.cbProduct.Location = new System.Drawing.Point(77, 209);
            this.cbProduct.Name = "cbProduct";
            this.cbProduct.Size = new System.Drawing.Size(130, 21);
            this.cbProduct.TabIndex = 8;
            // 
            // txtMemo
            // 
            this.txtMemo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtMemo.Border.Class = "TextBoxBorder";
            this.txtMemo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtMemo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsOrderEntity, "OrderMemo", true));
            this.txtMemo.ForeColor = System.Drawing.Color.Black;
            this.txtMemo.Location = new System.Drawing.Point(77, 239);
            this.txtMemo.Name = "txtMemo";
            this.txtMemo.Size = new System.Drawing.Size(332, 21);
            this.txtMemo.TabIndex = 9;
            // 
            // txtPwd
            // 
            this.txtPwd.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPwd.Border.Class = "TextBoxBorder";
            this.txtPwd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPwd.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsOrderEntity, "UserPwd", true));
            this.txtPwd.ForeColor = System.Drawing.Color.Black;
            this.txtPwd.Location = new System.Drawing.Point(77, 269);
            this.txtPwd.Name = "txtPwd";
            this.txtPwd.Size = new System.Drawing.Size(127, 21);
            this.txtPwd.TabIndex = 10;
            this.txtPwd.UseSystemPasswordChar = true;
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnSave.Image = global::Eleooo.Client.MetroIcon.CheckMark;
            this.btnSave.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnSave.Location = new System.Drawing.Point(125, 300);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(73, 23);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 11;
            this.btnSave.Text = "保存&S";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnClear
            // 
            this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.Office2007WithBackground;
            this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Image = global::Eleooo.Client.MetroIcon.Delete;
            this.btnClear.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnClear.Location = new System.Drawing.Point(252, 300);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(78, 23);
            this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnClear.TabIndex = 12;
            this.btnClear.Text = "取消&C";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // lblMessage
            // 
            // 
            // 
            // 
            this.lblMessage.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblMessage.Location = new System.Drawing.Point(4, 359);
            this.lblMessage.Name = "lblMessage";
            this.lblMessage.Size = new System.Drawing.Size(326, 23);
            this.lblMessage.TabIndex = 15;
            // 
            // lblOrderInfo
            // 
            this.lblOrderInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblOrderInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblOrderInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblOrderInfo.Name = "lblOrderInfo";
            this.lblOrderInfo.PaddingBottom = 1;
            this.lblOrderInfo.PaddingLeft = 1;
            this.lblOrderInfo.PaddingRight = 1;
            this.lblOrderInfo.PaddingTop = 1;
            this.lblOrderInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblOrderInfo.Text = "<b>消费信息</b>";
            // 
            // rowPhone
            // 
            // 
            // 
            // 
            this.rowPhone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPhone.ItemSpacing = 3;
            this.rowPhone.Name = "rowPhone";
            this.rowPhone.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPhone,
            this.phoneContainer,
            this.btnQuery,
            this.lblPhoneInfo});
            // 
            // lblPhone
            // 
            this.lblPhone.Height = 25;
            this.lblPhone.Name = "lblPhone";
            this.lblPhone.Text = "会员账号:";
            this.lblPhone.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPhone.Width = 70;
            // 
            // phoneContainer
            // 
            this.phoneContainer.AllowItemResize = true;
            this.phoneContainer.Control = this.txtPhone;
            this.phoneContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.phoneContainer.Name = "phoneContainer";
            this.phoneContainer.Text = "controlContainerItem1";
            // 
            // btnQuery
            // 
            this.btnQuery.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Text = "查询";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // lblPhoneInfo
            // 
            this.lblPhoneInfo.Name = "lblPhoneInfo";
            // 
            // rowOrderSum
            // 
            // 
            // 
            // 
            this.rowOrderSum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowOrderSum.ItemSpacing = 3;
            this.rowOrderSum.Name = "rowOrderSum";
            this.rowOrderSum.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderSum,
            this.orderSumContainer,
            this.lblOrderSumInfo});
            // 
            // lblOrderSum
            // 
            this.lblOrderSum.Height = 25;
            this.lblOrderSum.Name = "lblOrderSum";
            this.lblOrderSum.Text = "消费金额:";
            this.lblOrderSum.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblOrderSum.Width = 70;
            // 
            // orderSumContainer
            // 
            this.orderSumContainer.AllowItemResize = true;
            this.orderSumContainer.Control = this.txtOrderSum;
            this.orderSumContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.orderSumContainer.Name = "orderSumContainer";
            // 
            // lblOrderSumInfo
            // 
            this.lblOrderSumInfo.Name = "lblOrderSumInfo";
            // 
            // rowRateSale
            // 
            // 
            // 
            // 
            this.rowRateSale.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowRateSale.ItemSpacing = 3;
            this.rowRateSale.Name = "rowRateSale";
            this.rowRateSale.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblRateSale,
            this.rateSaleContainer,
            this.lblRateSaleInfo});
            // 
            // lblRateSale
            // 
            this.lblRateSale.Height = 25;
            this.lblRateSale.Name = "lblRateSale";
            this.lblRateSale.Text = "消费折扣:";
            this.lblRateSale.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblRateSale.Width = 70;
            // 
            // rateSaleContainer
            // 
            this.rateSaleContainer.AllowItemResize = true;
            this.rateSaleContainer.Control = this.txtRateSale;
            this.rateSaleContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.rateSaleContainer.Name = "rateSaleContainer";
            this.rateSaleContainer.Text = "controlContainerItem1";
            // 
            // lblRateSaleInfo
            // 
            this.lblRateSaleInfo.Name = "lblRateSaleInfo";
            this.lblRateSaleInfo.Text = "1-99数字,0代表不打折";
            // 
            // rowPayment
            // 
            // 
            // 
            // 
            this.rowPayment.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowPayment.ItemSpacing = 3;
            this.rowPayment.Name = "rowPayment";
            this.rowPayment.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPayment,
            this.cashContainer,
            this.balanceContainer,
            this.balanceCashContainer});
            // 
            // lblPayment
            // 
            this.lblPayment.BeginGroup = true;
            this.lblPayment.Height = 25;
            this.lblPayment.Name = "lblPayment";
            this.lblPayment.Text = "付款方式:";
            this.lblPayment.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPayment.Width = 70;
            // 
            // cashContainer
            // 
            // 
            // 
            // 
            this.cashContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.cashContainer.MultiLine = true;
            this.cashContainer.Name = "cashContainer";
            this.cashContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblCash,
            this.cashTxtContainer});
            this.cashContainer.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // lblCash
            // 
            this.lblCash.ForeColor = System.Drawing.Color.SaddleBrown;
            this.lblCash.Name = "lblCash";
            this.lblCash.Text = "现金";
            // 
            // cashTxtContainer
            // 
            this.cashTxtContainer.AllowItemResize = true;
            this.cashTxtContainer.Control = this.txtCash;
            this.cashTxtContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.cashTxtContainer.Name = "cashTxtContainer";
            this.cashTxtContainer.Text = "controlContainerItem1";
            // 
            // balanceContainer
            // 
            // 
            // 
            // 
            this.balanceContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.balanceContainer.Name = "balanceContainer";
            this.balanceContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblBalance,
            this.balanceTxtContainer});
            this.balanceContainer.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // lblBalance
            // 
            this.lblBalance.ForeColor = System.Drawing.Color.SaddleBrown;
            this.lblBalance.Name = "lblBalance";
            this.lblBalance.Text = "积分";
            // 
            // balanceTxtContainer
            // 
            this.balanceTxtContainer.AllowItemResize = true;
            this.balanceTxtContainer.Control = this.txtBalance;
            this.balanceTxtContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.balanceTxtContainer.Name = "balanceTxtContainer";
            this.balanceTxtContainer.Text = "controlContainerItem1";
            // 
            // balanceCashContainer
            // 
            // 
            // 
            // 
            this.balanceCashContainer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.balanceCashContainer.Name = "balanceCashContainer";
            this.balanceCashContainer.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblBalanceCash,
            this.balanceCashTxtContainer});
            this.balanceCashContainer.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // lblBalanceCash
            // 
            this.lblBalanceCash.ForeColor = System.Drawing.Color.SaddleBrown;
            this.lblBalanceCash.Name = "lblBalanceCash";
            this.lblBalanceCash.Text = "储值";
            // 
            // balanceCashTxtContainer
            // 
            this.balanceCashTxtContainer.AllowItemResize = true;
            this.balanceCashTxtContainer.Control = this.txtBalanceCash;
            this.balanceCashTxtContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.balanceCashTxtContainer.Name = "balanceCashTxtContainer";
            this.balanceCashTxtContainer.Text = "controlContainerItem1";
            // 
            // rowSumOk
            // 
            // 
            // 
            // 
            this.rowSumOk.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowSumOk.ItemSpacing = 3;
            this.rowSumOk.Name = "rowSumOk";
            this.rowSumOk.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblSumOk,
            this.sumOkContainer});
            // 
            // lblSumOk
            // 
            this.lblSumOk.Height = 25;
            this.lblSumOk.Name = "lblSumOk";
            this.lblSumOk.Text = "实际金额:";
            this.lblSumOk.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblSumOk.Width = 70;
            // 
            // sumOkContainer
            // 
            this.sumOkContainer.AllowItemResize = true;
            this.sumOkContainer.Control = this.txtSumOk;
            this.sumOkContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.sumOkContainer.Name = "sumOkContainer";
            this.sumOkContainer.Text = "controlContainerItem1";
            // 
            // rowRate
            // 
            // 
            // 
            // 
            this.rowRate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowRate.ItemSpacing = 3;
            this.rowRate.Name = "rowRate";
            this.rowRate.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblRate,
            this.rateContainer});
            // 
            // lblRate
            // 
            this.lblRate.BeginGroup = true;
            this.lblRate.Height = 25;
            this.lblRate.Name = "lblRate";
            this.lblRate.Text = "积分比例:";
            this.lblRate.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblRate.Width = 70;
            // 
            // rateContainer
            // 
            this.rateContainer.AllowItemResize = true;
            this.rateContainer.Control = this.cbMemberRate;
            this.rateContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.rateContainer.Name = "rateContainer";
            this.rateContainer.Text = "controlContainerItem1";
            // 
            // rowOrderItem
            // 
            // 
            // 
            // 
            this.rowOrderItem.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowOrderItem.ItemSpacing = 3;
            this.rowOrderItem.Name = "rowOrderItem";
            this.rowOrderItem.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblOrderItem,
            this.productContainer});
            // 
            // lblOrderItem
            // 
            this.lblOrderItem.BeginGroup = true;
            this.lblOrderItem.Height = 25;
            this.lblOrderItem.Name = "lblOrderItem";
            this.lblOrderItem.Text = "消费项目:";
            this.lblOrderItem.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblOrderItem.Width = 70;
            // 
            // productContainer
            // 
            this.productContainer.AllowItemResize = true;
            this.productContainer.Control = this.cbProduct;
            this.productContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.productContainer.Name = "productContainer";
            this.productContainer.Text = "controlContainerItem1";
            // 
            // rowMemo
            // 
            // 
            // 
            // 
            this.rowMemo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowMemo.ItemSpacing = 3;
            this.rowMemo.Name = "rowMemo";
            this.rowMemo.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblMemo,
            this.memoContainer});
            // 
            // lblMemo
            // 
            this.lblMemo.Height = 25;
            this.lblMemo.Name = "lblMemo";
            this.lblMemo.Text = "消费备注:";
            this.lblMemo.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblMemo.Width = 70;
            // 
            // memoContainer
            // 
            this.memoContainer.AllowItemResize = true;
            this.memoContainer.Control = this.txtMemo;
            this.memoContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.memoContainer.Name = "memoContainer";
            this.memoContainer.Text = "controlContainerItem1";
            // 
            // rowMemberPass
            // 
            // 
            // 
            // 
            this.rowMemberPass.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowMemberPass.ItemSpacing = 3;
            this.rowMemberPass.Name = "rowMemberPass";
            this.rowMemberPass.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblPass,
            this.pwdContainer,
            this.btnReadFinger,
            this.lblPassInfo});
            // 
            // lblPass
            // 
            this.lblPass.Height = 25;
            this.lblPass.Name = "lblPass";
            this.lblPass.Text = "会员密码:";
            this.lblPass.TextAlignment = System.Drawing.StringAlignment.Center;
            this.lblPass.Width = 70;
            // 
            // pwdContainer
            // 
            this.pwdContainer.AllowItemResize = true;
            this.pwdContainer.Control = this.txtPwd;
            this.pwdContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.pwdContainer.Name = "pwdContainer";
            this.pwdContainer.Text = "controlContainerItem1";
            // 
            // btnReadFinger
            // 
            this.btnReadFinger.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnReadFinger.Name = "btnReadFinger";
            this.btnReadFinger.Text = "读取指纹";
            this.btnReadFinger.Click += new System.EventHandler(this.btnReadFinger_Click);
            // 
            // lblPassInfo
            // 
            this.lblPassInfo.Name = "lblPassInfo";
            // 
            // rowButton
            // 
            // 
            // 
            // 
            this.rowButton.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowButton.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
            this.rowButton.ItemSpacing = 50;
            this.rowButton.MinimumSize = new System.Drawing.Size(0, 30);
            this.rowButton.Name = "rowButton";
            this.rowButton.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnSaveContainer,
            this.btnClearContainer});
            this.rowButton.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
            // 
            // btnSaveContainer
            // 
            this.btnSaveContainer.AllowItemResize = true;
            this.btnSaveContainer.Control = this.btnSave;
            this.btnSaveContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnSaveContainer.Name = "btnSaveContainer";
            // 
            // btnClearContainer
            // 
            this.btnClearContainer.AllowItemResize = true;
            this.btnClearContainer.Control = this.btnClear;
            this.btnClearContainer.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.btnClearContainer.Name = "btnClearContainer";
            // 
            // lblPayInfo
            // 
            this.lblPayInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblPayInfo.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblPayInfo.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblPayInfo.Name = "lblPayInfo";
            this.lblPayInfo.PaddingBottom = 1;
            this.lblPayInfo.PaddingLeft = 1;
            this.lblPayInfo.PaddingRight = 1;
            this.lblPayInfo.PaddingTop = 1;
            this.lblPayInfo.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblPayInfo.Text = "<b>结算信息</b>";
            // 
            // itemContainer1
            // 
            // 
            // 
            // 
            this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.itemContainer1.Name = "itemContainer1";
            this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.controlContainerItem1});
            // 
            // controlContainerItem1
            // 
            this.controlContainerItem1.AllowItemResize = true;
            this.controlContainerItem1.Control = this.lblMessage;
            this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem1.Name = "controlContainerItem1";
            this.controlContainerItem1.Text = "controlContainerItem1";
            // 
            // lblHelpHeader
            // 
            this.lblHelpHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
            this.lblHelpHeader.BorderSide = DevComponents.DotNetBar.eBorderSide.Bottom;
            this.lblHelpHeader.BorderType = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.lblHelpHeader.Name = "lblHelpHeader";
            this.lblHelpHeader.PaddingBottom = 1;
            this.lblHelpHeader.PaddingLeft = 1;
            this.lblHelpHeader.PaddingRight = 1;
            this.lblHelpHeader.PaddingTop = 1;
            this.lblHelpHeader.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.lblHelpHeader.Text = "<b>操作说明</b>";
            // 
            // rowHelp
            // 
            // 
            // 
            // 
            this.rowHelp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.rowHelp.MinimumSize = new System.Drawing.Size(0, 25);
            this.rowHelp.Name = "rowHelp";
            this.rowHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblHelp});
            // 
            // lblHelp
            // 
            this.lblHelp.Name = "lblHelp";
            this.lblHelp.Text = resources.GetString("lblHelp.Text");
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.leftContainer);
            this.mainContainer.Controls.Add(this.plMemberInfo);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(654, 454);
            this.mainContainer.TabIndex = 1;
            this.mainContainer.Text = "slidePanel1";
            this.mainContainer.UsesBlockingAnimation = false;
            // 
            // UcMemberOrder
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcMemberOrder";
            this.Size = new System.Drawing.Size(654, 454);
            this.Load += new System.EventHandler(this.UcMemberOrder_Load);
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.plTitle.ResumeLayout(false);
            this.plMemberInfo.ResumeLayout(false);
            this.plMemberInfo.PerformLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.bsUserInfo)).EndInit( );
            this.leftContainer.ResumeLayout(false);
            this.orderContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.bsOrderEntity)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtOrderSum)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtRateSale)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtCash)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalance)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtBalanceCash)).EndInit( );
            ((System.ComponentModel.ISupportInitialize)(this.txtSumOk)).EndInit( );
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #4
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent( )
        {
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn5 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn6 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn7 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn8 = new DevComponents.DotNetBar.SuperGrid.GridColumn( );
            this.plHeader = new System.Windows.Forms.Panel( );
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX( );
            this.btnQuery = new DevComponents.DotNetBar.ButtonX( );
            this.txtFinger = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.txtPwd = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.txtPhoneNum = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.lblPwd = new DevComponents.DotNetBar.LabelX( );
            this.lblPhoneNum = new DevComponents.DotNetBar.LabelX( );
            this.plMain = new System.Windows.Forms.Panel( );
            this.gridItem = new DevComponents.DotNetBar.SuperGrid.SuperGridControl( );
            this.gpFinger = new DevComponents.DotNetBar.Controls.GroupPanel( );
            this.pbFinger = new System.Windows.Forms.PictureBox( );
            this.plFingerInfo = new DevComponents.DotNetBar.Ribbon.RibbonClientPanel( );
            this.lblFingerInfo = new DevComponents.DotNetBar.Controls.TextBoxX( );
            this.plBtnReadFinger = new DevComponents.DotNetBar.Ribbon.RibbonClientPanel( );
            this.btnReadFinger = new DevComponents.DotNetBar.ButtonX( );
            this.mainContainer = new DevComponents.DotNetBar.Controls.SlidePanel( );
            this.plTitle.SuspendLayout( );
            this.plHeader.SuspendLayout( );
            this.plMain.SuspendLayout( );
            this.gpFinger.SuspendLayout( );
            ((System.ComponentModel.ISupportInitialize)(this.pbFinger)).BeginInit( );
            this.plFingerInfo.SuspendLayout( );
            this.plBtnReadFinger.SuspendLayout( );
            this.mainContainer.SuspendLayout( );
            this.SuspendLayout( );
            // 
            // plHeader
            // 
            this.plHeader.BackColor = System.Drawing.Color.Transparent;
            this.plHeader.Controls.Add(this.buttonX1);
            this.plHeader.Controls.Add(this.btnQuery);
            this.plHeader.Controls.Add(this.txtFinger);
            this.plHeader.Controls.Add(this.txtPwd);
            this.plHeader.Controls.Add(this.txtPhoneNum);
            this.plHeader.Controls.Add(this.lblPwd);
            this.plHeader.Controls.Add(this.lblPhoneNum);
            this.plHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.plHeader.Location = new System.Drawing.Point(0, 0);
            this.plHeader.Name = "plHeader";
            this.plHeader.Size = new System.Drawing.Size(705, 48);
            this.plHeader.TabIndex = 0;
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.Image = global::Eleooo.Client.MetroIcon.Delete;
            this.buttonX1.Location = new System.Drawing.Point(498, 10);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(83, 31);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 6;
            this.buttonX1.Text = "取消(&C)";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // btnQuery
            // 
            this.btnQuery.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnQuery.Image = global::Eleooo.Client.MetroIcon.CheckMark;
            this.btnQuery.Location = new System.Drawing.Point(393, 10);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(83, 31);
            this.btnQuery.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnQuery.TabIndex = 5;
            this.btnQuery.Text = "确定(&S)";
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // txtFinger
            // 
            this.txtFinger.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtFinger.Border.Class = "TextBoxBorder";
            this.txtFinger.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtFinger.ForeColor = System.Drawing.Color.Black;
            this.txtFinger.Location = new System.Drawing.Point(673, 10);
            this.txtFinger.Name = "txtFinger";
            this.txtFinger.Size = new System.Drawing.Size(19, 21);
            this.txtFinger.TabIndex = 4;
            this.txtFinger.Visible = false;
            // 
            // txtPwd
            // 
            this.txtPwd.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPwd.Border.Class = "TextBoxBorder";
            this.txtPwd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPwd.ForeColor = System.Drawing.Color.Black;
            this.txtPwd.Location = new System.Drawing.Point(269, 14);
            this.txtPwd.MaxLength = 6;
            this.txtPwd.Name = "txtPwd";
            this.txtPwd.Size = new System.Drawing.Size(106, 21);
            this.txtPwd.TabIndex = 3;
            this.txtPwd.UseSystemPasswordChar = true;
            // 
            // txtPhoneNum
            // 
            this.txtPhoneNum.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtPhoneNum.Border.Class = "TextBoxBorder";
            this.txtPhoneNum.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtPhoneNum.ForeColor = System.Drawing.Color.Black;
            this.txtPhoneNum.Location = new System.Drawing.Point(65, 14);
            this.txtPhoneNum.MaxLength = 11;
            this.txtPhoneNum.Name = "txtPhoneNum";
            this.txtPhoneNum.Size = new System.Drawing.Size(132, 21);
            this.txtPhoneNum.TabIndex = 2;
            // 
            // lblPwd
            // 
            // 
            // 
            // 
            this.lblPwd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblPwd.Location = new System.Drawing.Point(206, 13);
            this.lblPwd.Name = "lblPwd";
            this.lblPwd.Size = new System.Drawing.Size(70, 23);
            this.lblPwd.TabIndex = 1;
            this.lblPwd.Text = "会员密码:";
            // 
            // lblPhoneNum
            // 
            // 
            // 
            // 
            this.lblPhoneNum.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblPhoneNum.Location = new System.Drawing.Point(6, 13);
            this.lblPhoneNum.Name = "lblPhoneNum";
            this.lblPhoneNum.Size = new System.Drawing.Size(70, 23);
            this.lblPhoneNum.TabIndex = 0;
            this.lblPhoneNum.Text = "会员账号:";
            // 
            // plMain
            // 
            this.plMain.Controls.Add(this.gridItem);
            this.plMain.Controls.Add(this.gpFinger);
            this.plMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.plMain.Location = new System.Drawing.Point(0, 48);
            this.plMain.Name = "plMain";
            this.plMain.Size = new System.Drawing.Size(705, 400);
            this.plMain.TabIndex = 1;
            // 
            // gridItem
            // 
            this.gridItem.BackColor = System.Drawing.Color.White;
            background1.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            background1.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.gridItem.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background1;
            this.gridItem.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gridItem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridItem.ForeColor = System.Drawing.Color.Black;
            this.gridItem.Location = new System.Drawing.Point(0, 0);
            this.gridItem.Name = "gridItem";
            this.gridItem.PrimaryGrid.AllowRowResize = true;
            this.gridItem.PrimaryGrid.AutoGenerateColumns = false;
            this.gridItem.PrimaryGrid.ColumnHeader.RowHeight = 30;
            gridColumn1.CellHighlightMode = DevComponents.DotNetBar.SuperGrid.Style.CellHighlightMode.None;
            gridColumn1.DataPropertyName = "ItemID";
            gridColumn1.DefaultNewRowCellValue = "结算";
            gridColumn1.EditorType = typeof(Eleooo.Client.CompanyItemOrderButton);
            gridColumn1.HeaderText = "结算";
            gridColumn1.MarkRowDirtyOnCellValueChange = false;
            gridColumn1.Name = "Action";
            gridColumn1.NullString = "结算";
            gridColumn1.Width = 80;
            gridColumn2.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
            gridColumn2.DataPropertyName = "OrderDate";
            gridColumn2.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDateTimeInputEditControl);
            gridColumn2.HeaderText = "日期";
            gridColumn2.Name = "OrderDate";
            gridColumn2.Width = 80;
            gridColumn3.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            gridColumn3.CellStyles.Default.AllowWrap = DevComponents.DotNetBar.SuperGrid.Style.Tbool.True;
            gridColumn3.DataPropertyName = "ItemTitle";
            gridColumn3.HeaderText = "优惠描述";
            gridColumn3.Name = "ItemTitle";
            gridColumn3.RenderType = typeof(DevComponents.DotNetBar.SuperGrid.GridTextBoxXEditControl);
            gridColumn3.Width = 200;
            gridColumn4.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
            gridColumn4.DataPropertyName = "ItemPoint";
            gridColumn4.HeaderText = "兑换积分";
            gridColumn4.Name = "ItemPoint";
            gridColumn4.Width = 80;
            gridColumn5.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
            gridColumn5.DataPropertyName = "ItemSum";
            gridColumn5.HeaderText = "原价";
            gridColumn5.Name = "ItemSum";
            gridColumn5.Width = 80;
            gridColumn6.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
            gridColumn6.DataPropertyName = "Amount";
            gridColumn6.DefaultNewRowCellValue = "1";
            gridColumn6.HeaderText = "数量";
            gridColumn6.Name = "Amount";
            gridColumn6.NullString = "1";
            gridColumn6.Width = 60;
            gridColumn7.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
            gridColumn7.DataPropertyName = "MemberPhoneNumber";
            gridColumn7.HeaderText = "会员账号";
            gridColumn7.Name = "MemberPhoneNumber";
            gridColumn8.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
            gridColumn8.DataPropertyName = "ItemDate";
            gridColumn8.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDateTimeInputEditControl);
            gridColumn8.HeaderText = "预计到店日期";
            gridColumn8.Name = "ItemDate";
            gridColumn8.Width = 80;
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn1);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn2);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn3);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn4);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn5);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn6);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn7);
            this.gridItem.PrimaryGrid.Columns.Add(gridColumn8);
            this.gridItem.PrimaryGrid.DefaultRowHeight = 80;
            this.gridItem.PrimaryGrid.MultiSelect = false;
            this.gridItem.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gridItem.PrimaryGrid.ShowRowGridIndex = true;
            this.gridItem.PrimaryGrid.Title.RowHeaderVisibility = DevComponents.DotNetBar.SuperGrid.RowHeaderVisibility.PanelControlled;
            this.gridItem.PrimaryGrid.UseAlternateColumnStyle = true;
            this.gridItem.PrimaryGrid.UseAlternateRowStyle = true;
            this.gridItem.Size = new System.Drawing.Size(534, 400);
            this.gridItem.TabIndex = 3;
            this.gridItem.Text = "superGridControl1";
            // 
            // gpFinger
            // 
            this.gpFinger.BackColor = System.Drawing.Color.Transparent;
            this.gpFinger.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.gpFinger.Controls.Add(this.pbFinger);
            this.gpFinger.Controls.Add(this.plFingerInfo);
            this.gpFinger.Dock = System.Windows.Forms.DockStyle.Right;
            this.gpFinger.Location = new System.Drawing.Point(534, 0);
            this.gpFinger.Name = "gpFinger";
            this.gpFinger.Size = new System.Drawing.Size(171, 400);
            // 
            // 
            // 
            this.gpFinger.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.gpFinger.Style.BackColorGradientAngle = 90;
            this.gpFinger.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.gpFinger.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpFinger.Style.BorderBottomWidth = 1;
            this.gpFinger.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.gpFinger.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpFinger.Style.BorderLeftWidth = 1;
            this.gpFinger.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpFinger.Style.BorderRightWidth = 1;
            this.gpFinger.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.gpFinger.Style.BorderTopWidth = 1;
            this.gpFinger.Style.CornerDiameter = 4;
            this.gpFinger.Style.CornerType = DevComponents.DotNetBar.eCornerType.Diagonal;
            this.gpFinger.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.gpFinger.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.gpFinger.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.gpFinger.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.gpFinger.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.gpFinger.TabIndex = 2;
            this.gpFinger.Text = "会员指纹信息";
            // 
            // pbFinger
            // 
            this.pbFinger.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pbFinger.Location = new System.Drawing.Point(0, 0);
            this.pbFinger.Name = "pbFinger";
            this.pbFinger.Size = new System.Drawing.Size(165, 213);
            this.pbFinger.TabIndex = 0;
            this.pbFinger.TabStop = false;
            // 
            // plFingerInfo
            // 
            this.plFingerInfo.CanvasColor = System.Drawing.SystemColors.Control;
            this.plFingerInfo.Controls.Add(this.lblFingerInfo);
            this.plFingerInfo.Controls.Add(this.plBtnReadFinger);
            this.plFingerInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.plFingerInfo.Location = new System.Drawing.Point(0, 213);
            this.plFingerInfo.Name = "plFingerInfo";
            this.plFingerInfo.Size = new System.Drawing.Size(165, 163);
            // 
            // 
            // 
            this.plFingerInfo.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.plFingerInfo.Style.BackColorGradientAngle = 90;
            this.plFingerInfo.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.plFingerInfo.Style.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Tile;
            this.plFingerInfo.Style.BorderBottomWidth = 1;
            this.plFingerInfo.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.plFingerInfo.Style.BorderLeftWidth = 1;
            this.plFingerInfo.Style.BorderRightWidth = 1;
            this.plFingerInfo.Style.BorderTopWidth = 1;
            this.plFingerInfo.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plFingerInfo.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.plFingerInfo.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            // 
            // 
            // 
            this.plFingerInfo.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.plFingerInfo.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plFingerInfo.TabIndex = 1;
            // 
            // lblFingerInfo
            // 
            this.lblFingerInfo.BackColor = System.Drawing.Color.Azure;
            // 
            // 
            // 
            this.lblFingerInfo.Border.Class = "TextBoxBorder";
            this.lblFingerInfo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblFingerInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblFingerInfo.ForeColor = System.Drawing.Color.Black;
            this.lblFingerInfo.Location = new System.Drawing.Point(0, 38);
            this.lblFingerInfo.Multiline = true;
            this.lblFingerInfo.Name = "lblFingerInfo";
            this.lblFingerInfo.ReadOnly = true;
            this.lblFingerInfo.Size = new System.Drawing.Size(165, 125);
            this.lblFingerInfo.TabIndex = 1;
            // 
            // plBtnReadFinger
            // 
            this.plBtnReadFinger.CanvasColor = System.Drawing.SystemColors.Control;
            this.plBtnReadFinger.Controls.Add(this.btnReadFinger);
            this.plBtnReadFinger.Dock = System.Windows.Forms.DockStyle.Top;
            this.plBtnReadFinger.Location = new System.Drawing.Point(0, 0);
            this.plBtnReadFinger.Name = "plBtnReadFinger";
            this.plBtnReadFinger.Size = new System.Drawing.Size(165, 38);
            // 
            // 
            // 
            this.plBtnReadFinger.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.plBtnReadFinger.Style.BackColorGradientAngle = 90;
            this.plBtnReadFinger.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.plBtnReadFinger.Style.BackgroundImagePosition = DevComponents.DotNetBar.eStyleBackgroundImage.Tile;
            this.plBtnReadFinger.Style.BorderBottomWidth = 1;
            this.plBtnReadFinger.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.plBtnReadFinger.Style.BorderLeftWidth = 1;
            this.plBtnReadFinger.Style.BorderRightWidth = 1;
            this.plBtnReadFinger.Style.BorderTopWidth = 1;
            this.plBtnReadFinger.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plBtnReadFinger.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.plBtnReadFinger.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            // 
            // 
            // 
            this.plBtnReadFinger.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.plBtnReadFinger.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.plBtnReadFinger.TabIndex = 2;
            // 
            // btnReadFinger
            // 
            this.btnReadFinger.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnReadFinger.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
            this.btnReadFinger.Image = global::Eleooo.Client.MetroIcon.Stationery;
            this.btnReadFinger.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.btnReadFinger.Location = new System.Drawing.Point(34, 6);
            this.btnReadFinger.Name = "btnReadFinger";
            this.btnReadFinger.Size = new System.Drawing.Size(110, 27);
            this.btnReadFinger.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
            this.btnReadFinger.TabIndex = 1;
            this.btnReadFinger.Text = "读取指纹";
            this.btnReadFinger.Click += new System.EventHandler(this.btnReadFinger_Click);
            // 
            // mainContainer
            // 
            this.mainContainer.Controls.Add(this.plMain);
            this.mainContainer.Controls.Add(this.plHeader);
            this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainContainer.Location = new System.Drawing.Point(0, 0);
            this.mainContainer.Name = "mainContainer";
            this.mainContainer.Size = new System.Drawing.Size(705, 448);
            this.mainContainer.TabIndex = 1;
            this.mainContainer.Text = "slidePanel1";
            this.mainContainer.UsesBlockingAnimation = false;
            // 
            // UcCompanyItemOrder
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.mainContainer);
            this.Name = "UcCompanyItemOrder";
            this.Size = new System.Drawing.Size(705, 448);
            this.Controls.SetChildIndex(this.mainContainer, 0);
            this.Controls.SetChildIndex(this.plTitle, 0);
            this.plTitle.ResumeLayout(false);
            this.plHeader.ResumeLayout(false);
            this.plMain.ResumeLayout(false);
            this.gpFinger.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbFinger)).EndInit( );
            this.plFingerInfo.ResumeLayout(false);
            this.plBtnReadFinger.ResumeLayout(false);
            this.mainContainer.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #5
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
			DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
			this.styleManager = new DevComponents.DotNetBar.StyleManager(this.components);
			this.tabItem1 = new DevComponents.DotNetBar.TabItem(this.components);
			this.tabControlPanel1 = new DevComponents.DotNetBar.TabControlPanel();
			this.tabItem3 = new DevComponents.DotNetBar.TabItem(this.components);
			this.tabControlPanel3 = new DevComponents.DotNetBar.TabControlPanel();
			this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.gridDevice = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
			this.colDeviceID = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colDeviceType = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colDeviceName = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colDeviceAction = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.progUpdateData = new DevComponents.DotNetBar.Controls.CircularProgress();
			this.txtDiffTime = new DevComponents.DotNetBar.Controls.TextBoxX();
			this.labelX2 = new DevComponents.DotNetBar.LabelX();
			this.lbFileList = new DevComponents.DotNetBar.ListBoxAdv();
			this.txtLogUpdateTime = new DevComponents.DotNetBar.Controls.TextBoxX();
			this.labelX1 = new DevComponents.DotNetBar.LabelX();
			this.btnUpdateData = new DevComponents.DotNetBar.ButtonX();
			this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.cbHistoryFilter = new DevComponents.DotNetBar.Controls.CheckBoxX();
			this.txtDeviceHistoryPower = new System.Windows.Forms.TextBox();
			this.labelX6 = new DevComponents.DotNetBar.LabelX();
			this.cbHistoryY2 = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelX5 = new DevComponents.DotNetBar.LabelX();
			this.progDeviceHistory = new DevComponents.DotNetBar.Controls.CircularProgress();
			this.graphHistory = new ZedGraph.ZedGraphControl();
			this.btnUpdateHistory = new DevComponents.DotNetBar.ButtonX();
			this.labelX4 = new DevComponents.DotNetBar.LabelX();
			this.dtHistoryEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.labelX3 = new DevComponents.DotNetBar.LabelX();
			this.dtHistoryBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.cbDeviceHistory = new EnergyMeshApp.DeviceComboBox();
			this.deviceImageList = new System.Windows.Forms.ImageList(this.components);
			this.tabDeviceHistory = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.cbComparePieChart = new DevComponents.DotNetBar.Controls.CheckBoxX();
			this.cbCompareType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelX19 = new DevComponents.DotNetBar.LabelX();
			this.txtComparePrice = new System.Windows.Forms.TextBox();
			this.labelX17 = new DevComponents.DotNetBar.LabelX();
			this.txtComparePower = new System.Windows.Forms.TextBox();
			this.labelX18 = new DevComponents.DotNetBar.LabelX();
			this.graphCompare = new ZedGraph.ZedGraphControl();
			this.progDeviceCompare = new DevComponents.DotNetBar.Controls.CircularProgress();
			this.btnUpdateCompare = new DevComponents.DotNetBar.ButtonX();
			this.labelX15 = new DevComponents.DotNetBar.LabelX();
			this.dtCompareEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.labelX16 = new DevComponents.DotNetBar.LabelX();
			this.dtCompareBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.lbDeviceCompare = new EnergyMeshApp.DeviceListBox();
			this.tabCompare = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.txtStatisticPrice = new System.Windows.Forms.TextBox();
			this.labelX14 = new DevComponents.DotNetBar.LabelX();
			this.cbStatisticPieChart = new DevComponents.DotNetBar.Controls.CheckBoxX();
			this.graphStatistic = new ZedGraph.ZedGraphControl();
			this.txtStatisticPower = new System.Windows.Forms.TextBox();
			this.labelX10 = new DevComponents.DotNetBar.LabelX();
			this.cbStatisticType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelX11 = new DevComponents.DotNetBar.LabelX();
			this.progDeviceStatistic = new DevComponents.DotNetBar.Controls.CircularProgress();
			this.btnUpdateStatistic = new DevComponents.DotNetBar.ButtonX();
			this.labelX12 = new DevComponents.DotNetBar.LabelX();
			this.dtStatisticEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.labelX13 = new DevComponents.DotNetBar.LabelX();
			this.dtStatisticBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.cbDeviceStatistic = new EnergyMeshApp.DeviceComboBox();
			this.tabDeviceStatistic = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.gridBlocks = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
			this.colBlockID = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colBlockKwh = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colBlockDate = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colBlockChart = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colBlockDevice = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.colBlockImport = new DevComponents.DotNetBar.SuperGrid.GridColumn();
			this.tabBlockManager = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.graphEnvironment = new ZedGraph.ZedGraphControl();
			this.txtAverageTemperature = new System.Windows.Forms.TextBox();
			this.labelX7 = new DevComponents.DotNetBar.LabelX();
			this.btnUpdateEvironment = new DevComponents.DotNetBar.ButtonX();
			this.labelX8 = new DevComponents.DotNetBar.LabelX();
			this.dtEnvironmentEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.labelX9 = new DevComponents.DotNetBar.LabelX();
			this.dtEnvironmentBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
			this.tabEnvironment = new DevComponents.DotNetBar.SuperTabItem();
			this.statusBar = new DevComponents.DotNetBar.Bar();
			this.lblStatus = new DevComponents.DotNetBar.LabelItem();
			this.btnAuthor = new DevComponents.DotNetBar.ButtonItem();
			this.cbTheme = new DevComponents.DotNetBar.ComboBoxItem();
			this.cpCanvasColor = new DevComponents.DotNetBar.ColorPickerDropDown();
			this.cpBaseColor = new DevComponents.DotNetBar.ColorPickerDropDown();
			this.deviceImageListCombo = new System.Windows.Forms.ImageList(this.components);
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
			this.superTabControl1.SuspendLayout();
			this.superTabControlPanel1.SuspendLayout();
			this.superTabControlPanel3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtHistoryEnd)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dtHistoryBegin)).BeginInit();
			this.superTabControlPanel6.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtCompareEnd)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dtCompareBegin)).BeginInit();
			this.superTabControlPanel4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtStatisticEnd)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dtStatisticBegin)).BeginInit();
			this.superTabControlPanel2.SuspendLayout();
			this.superTabControlPanel5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtEnvironmentEnd)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dtEnvironmentBegin)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBar)).BeginInit();
			this.SuspendLayout();
			// 
			// styleManager
			// 
			this.styleManager.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2013;
			this.styleManager.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.WhiteSmoke, System.Drawing.Color.Gray);
			// 
			// tabItem1
			// 
			this.tabItem1.Name = "tabItem1";
			this.tabItem1.Text = "";
			// 
			// tabControlPanel1
			// 
			this.tabControlPanel1.DisabledBackColor = System.Drawing.Color.Empty;
			this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
			this.tabControlPanel1.Name = "tabControlPanel1";
			this.tabControlPanel1.Padding = new System.Windows.Forms.Padding(1);
			this.tabControlPanel1.Size = new System.Drawing.Size(256, 126);
			this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
			this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
			this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
			this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) 
            | DevComponents.DotNetBar.eBorderSide.Bottom)));
			this.tabControlPanel1.Style.GradientAngle = 90;
			this.tabControlPanel1.TabIndex = 1;
			this.tabControlPanel1.TabItem = this.tabItem1;
			// 
			// tabItem3
			// 
			this.tabItem3.Name = "tabItem3";
			this.tabItem3.Text = "";
			// 
			// tabControlPanel3
			// 
			this.tabControlPanel3.DisabledBackColor = System.Drawing.Color.Empty;
			this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
			this.tabControlPanel3.Name = "tabControlPanel3";
			this.tabControlPanel3.Padding = new System.Windows.Forms.Padding(1);
			this.tabControlPanel3.Size = new System.Drawing.Size(256, 126);
			this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
			this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
			this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(97)))), ((int)(((byte)(156)))));
			this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) 
            | DevComponents.DotNetBar.eBorderSide.Bottom)));
			this.tabControlPanel3.Style.GradientAngle = 90;
			this.tabControlPanel3.TabIndex = 2;
			this.tabControlPanel3.TabItem = this.tabItem3;
			// 
			// superTabControl1
			// 
			this.superTabControl1.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.superTabControl1.BackColor = System.Drawing.Color.WhiteSmoke;
			// 
			// 
			// 
			// 
			// 
			// 
			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.superTabControlPanel3);
			this.superTabControl1.Controls.Add(this.superTabControlPanel6);
			this.superTabControl1.Controls.Add(this.superTabControlPanel4);
			this.superTabControl1.Controls.Add(this.superTabControlPanel2);
			this.superTabControl1.Controls.Add(this.superTabControlPanel5);
			this.superTabControl1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.superTabControl1.ForeColor = System.Drawing.Color.Black;
			this.superTabControl1.Location = new System.Drawing.Point(0, 0);
			this.superTabControl1.Name = "superTabControl1";
			this.superTabControl1.ReorderTabsEnabled = true;
			this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.superTabControl1.SelectedTabIndex = 0;
			this.superTabControl1.Size = new System.Drawing.Size(1090, 686);
			this.superTabControl1.TabFont = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.superTabControl1.TabIndex = 0;
			this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItem1,
            this.tabBlockManager,
            this.tabDeviceStatistic,
            this.tabCompare,
            this.tabDeviceHistory,
            this.tabEnvironment});
			this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
			this.superTabControl1.Text = "superTabControl1";
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.Controls.Add(this.gridDevice);
			this.superTabControlPanel1.Controls.Add(this.progUpdateData);
			this.superTabControlPanel1.Controls.Add(this.txtDiffTime);
			this.superTabControlPanel1.Controls.Add(this.labelX2);
			this.superTabControlPanel1.Controls.Add(this.lbFileList);
			this.superTabControlPanel1.Controls.Add(this.txtLogUpdateTime);
			this.superTabControlPanel1.Controls.Add(this.labelX1);
			this.superTabControlPanel1.Controls.Add(this.btnUpdateData);
			this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel1.Location = new System.Drawing.Point(0, 36);
			this.superTabControlPanel1.Name = "superTabControlPanel1";
			this.superTabControlPanel1.Size = new System.Drawing.Size(1090, 650);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItem1;
			// 
			// gridDevice
			// 
			this.gridDevice.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.gridDevice.BackColor = System.Drawing.Color.WhiteSmoke;
			this.gridDevice.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
			this.gridDevice.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.gridDevice.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.gridDevice.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
			this.gridDevice.ForeColor = System.Drawing.Color.Black;
			this.gridDevice.Location = new System.Drawing.Point(488, 0);
			this.gridDevice.Name = "gridDevice";
			// 
			// 
			// 
			this.gridDevice.PrimaryGrid.AllowRowHeaderResize = true;
			this.gridDevice.PrimaryGrid.AllowRowInsert = true;
			this.gridDevice.PrimaryGrid.AllowRowResize = true;
			this.gridDevice.PrimaryGrid.Columns.Add(this.colDeviceID);
			this.gridDevice.PrimaryGrid.Columns.Add(this.colDeviceType);
			this.gridDevice.PrimaryGrid.Columns.Add(this.colDeviceName);
			this.gridDevice.PrimaryGrid.Columns.Add(this.colDeviceAction);
			this.gridDevice.PrimaryGrid.DefaultRowHeight = 75;
			this.gridDevice.PrimaryGrid.MultiSelect = false;
			this.gridDevice.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight;
			this.gridDevice.PrimaryGrid.ShowInsertRow = true;
			this.gridDevice.Size = new System.Drawing.Size(599, 650);
			this.gridDevice.TabIndex = 10;
			this.gridDevice.CellDoubleClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellDoubleClickEventArgs>(this.gridDevice_CellDoubleClick);
			this.gridDevice.CloseEdit += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCloseEditEventArgs>(this.gridDevice_CloseEdit);
			this.gridDevice.RowAdded += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowAddedEventArgs>(this.gridDevice_RowAdded);
			this.gridDevice.RowSetDefaultValues += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowSetDefaultValuesEventArgs>(this.gridDevice_RowSetDefaultValues);
			// 
			// colDeviceID
			// 
			this.colDeviceID.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
			this.colDeviceID.Name = "ID";
			this.colDeviceID.Width = 50;
			// 
			// colDeviceType
			// 
			this.colDeviceType.Name = "Loại";
			this.colDeviceType.Width = 150;
			// 
			// colDeviceName
			// 
			this.colDeviceName.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
			this.colDeviceName.Name = "Tên thiết bị";
			// 
			// colDeviceAction
			// 
			this.colDeviceAction.ColumnSortMode = DevComponents.DotNetBar.SuperGrid.ColumnSortMode.None;
			this.colDeviceAction.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridRadialMenuEditControl);
			this.colDeviceAction.FillWeight = 75;
			this.colDeviceAction.Name = "H.Đ";
			this.colDeviceAction.SortIndicator = DevComponents.DotNetBar.SuperGrid.SortIndicator.None;
			// 
			// progUpdateData
			// 
			this.progUpdateData.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.progUpdateData.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.progUpdateData.Location = new System.Drawing.Point(256, 142);
			this.progUpdateData.Name = "progUpdateData";
			this.progUpdateData.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Spoke;
			this.progUpdateData.Size = new System.Drawing.Size(209, 209);
			this.progUpdateData.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
			this.progUpdateData.TabIndex = 9;
			// 
			// txtDiffTime
			// 
			this.txtDiffTime.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.txtDiffTime.Border.Class = "TextBoxBorder";
			this.txtDiffTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.txtDiffTime.DisabledBackColor = System.Drawing.Color.White;
			this.txtDiffTime.ForeColor = System.Drawing.Color.Black;
			this.txtDiffTime.Location = new System.Drawing.Point(256, 110);
			this.txtDiffTime.Name = "txtDiffTime";
			this.txtDiffTime.PreventEnterBeep = true;
			this.txtDiffTime.ReadOnly = true;
			this.txtDiffTime.Size = new System.Drawing.Size(209, 26);
			this.txtDiffTime.TabIndex = 8;
			// 
			// labelX2
			// 
			this.labelX2.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX2.ForeColor = System.Drawing.Color.Black;
			this.labelX2.Location = new System.Drawing.Point(256, 80);
			this.labelX2.Name = "labelX2";
			this.labelX2.SingleLineColor = System.Drawing.SystemColors.ControlLight;
			this.labelX2.Size = new System.Drawing.Size(209, 23);
			this.labelX2.TabIndex = 7;
			this.labelX2.Text = "Thời gian trễ:";
			// 
			// lbFileList
			// 
			this.lbFileList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
			this.lbFileList.AutoScroll = true;
			this.lbFileList.BackColor = System.Drawing.Color.WhiteSmoke;
			// 
			// 
			// 
			this.lbFileList.BackgroundStyle.Class = "ListBoxAdv";
			this.lbFileList.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.lbFileList.CheckStateMember = null;
			this.lbFileList.ContainerControlProcessDialogKey = true;
			this.lbFileList.DragDropSupport = true;
			this.lbFileList.ForeColor = System.Drawing.Color.Black;
			this.lbFileList.Location = new System.Drawing.Point(12, 122);
			this.lbFileList.Name = "lbFileList";
			this.lbFileList.Size = new System.Drawing.Size(226, 514);
			this.lbFileList.TabIndex = 4;
			// 
			// txtLogUpdateTime
			// 
			this.txtLogUpdateTime.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.txtLogUpdateTime.Border.Class = "TextBoxBorder";
			this.txtLogUpdateTime.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.txtLogUpdateTime.DisabledBackColor = System.Drawing.Color.White;
			this.txtLogUpdateTime.ForeColor = System.Drawing.Color.Black;
			this.txtLogUpdateTime.Location = new System.Drawing.Point(256, 48);
			this.txtLogUpdateTime.Name = "txtLogUpdateTime";
			this.txtLogUpdateTime.PreventEnterBeep = true;
			this.txtLogUpdateTime.ReadOnly = true;
			this.txtLogUpdateTime.Size = new System.Drawing.Size(209, 26);
			this.txtLogUpdateTime.TabIndex = 2;
			// 
			// labelX1
			// 
			this.labelX1.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX1.ForeColor = System.Drawing.Color.Black;
			this.labelX1.Location = new System.Drawing.Point(256, 18);
			this.labelX1.Name = "labelX1";
			this.labelX1.SingleLineColor = System.Drawing.SystemColors.ControlLight;
			this.labelX1.Size = new System.Drawing.Size(209, 23);
			this.labelX1.TabIndex = 1;
			this.labelX1.Text = "Dữ liệu được cập nhật đến:";
			// 
			// btnUpdateData
			// 
			this.btnUpdateData.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnUpdateData.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnUpdateData.Font = new System.Drawing.Font("Segoe UI Black", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.btnUpdateData.Location = new System.Drawing.Point(12, 18);
			this.btnUpdateData.Name = "btnUpdateData";
			this.btnUpdateData.Size = new System.Drawing.Size(226, 98);
			this.btnUpdateData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnUpdateData.Symbol = "";
			this.btnUpdateData.SymbolSize = 40F;
			this.btnUpdateData.TabIndex = 0;
			this.btnUpdateData.Text = " Cập nhật";
			this.btnUpdateData.Click += new System.EventHandler(this.btnUpdateData_Click);
			// 
			// superTabItem1
			// 
			this.superTabItem1.AttachedControl = this.superTabControlPanel1;
			this.superTabItem1.GlobalItem = false;
			this.superTabItem1.Name = "superTabItem1";
			this.superTabItem1.Text = "Cập nhật dữ liệu";
			// 
			// superTabControlPanel3
			// 
			this.superTabControlPanel3.Controls.Add(this.cbHistoryFilter);
			this.superTabControlPanel3.Controls.Add(this.txtDeviceHistoryPower);
			this.superTabControlPanel3.Controls.Add(this.labelX6);
			this.superTabControlPanel3.Controls.Add(this.cbHistoryY2);
			this.superTabControlPanel3.Controls.Add(this.labelX5);
			this.superTabControlPanel3.Controls.Add(this.progDeviceHistory);
			this.superTabControlPanel3.Controls.Add(this.graphHistory);
			this.superTabControlPanel3.Controls.Add(this.btnUpdateHistory);
			this.superTabControlPanel3.Controls.Add(this.labelX4);
			this.superTabControlPanel3.Controls.Add(this.dtHistoryEnd);
			this.superTabControlPanel3.Controls.Add(this.labelX3);
			this.superTabControlPanel3.Controls.Add(this.dtHistoryBegin);
			this.superTabControlPanel3.Controls.Add(this.cbDeviceHistory);
			this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel3.Location = new System.Drawing.Point(0, 36);
			this.superTabControlPanel3.Name = "superTabControlPanel3";
			this.superTabControlPanel3.Size = new System.Drawing.Size(1090, 650);
			this.superTabControlPanel3.TabIndex = 0;
			this.superTabControlPanel3.TabItem = this.tabDeviceHistory;
			// 
			// cbHistoryFilter
			// 
			this.cbHistoryFilter.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.cbHistoryFilter.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.cbHistoryFilter.Checked = true;
			this.cbHistoryFilter.CheckState = System.Windows.Forms.CheckState.Checked;
			this.cbHistoryFilter.CheckValue = "Y";
			this.cbHistoryFilter.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.cbHistoryFilter.ForeColor = System.Drawing.Color.Black;
			this.cbHistoryFilter.Location = new System.Drawing.Point(13, 300);
			this.cbHistoryFilter.Name = "cbHistoryFilter";
			this.cbHistoryFilter.Size = new System.Drawing.Size(103, 23);
			this.cbHistoryFilter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.cbHistoryFilter.TabIndex = 29;
			this.cbHistoryFilter.Text = "Lọc nhiễu";
			// 
			// txtDeviceHistoryPower
			// 
			this.txtDeviceHistoryPower.BackColor = System.Drawing.Color.White;
			this.txtDeviceHistoryPower.ForeColor = System.Drawing.Color.Black;
			this.txtDeviceHistoryPower.Location = new System.Drawing.Point(13, 372);
			this.txtDeviceHistoryPower.Name = "txtDeviceHistoryPower";
			this.txtDeviceHistoryPower.ReadOnly = true;
			this.txtDeviceHistoryPower.Size = new System.Drawing.Size(208, 26);
			this.txtDeviceHistoryPower.TabIndex = 14;
			// 
			// labelX6
			// 
			this.labelX6.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX6.ForeColor = System.Drawing.Color.Black;
			this.labelX6.Location = new System.Drawing.Point(12, 342);
			this.labelX6.Name = "labelX6";
			this.labelX6.Size = new System.Drawing.Size(208, 23);
			this.labelX6.TabIndex = 13;
			this.labelX6.Text = "Tiêu thụ:";
			// 
			// cbHistoryY2
			// 
			this.cbHistoryY2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbHistoryY2.ForeColor = System.Drawing.Color.Black;
			this.cbHistoryY2.FormattingEnabled = true;
			this.cbHistoryY2.Items.AddRange(new object[] {
            "Dòng điện (I)",
            "Điện áp (V)",
            "Công suất biểu kiến (S)"});
			this.cbHistoryY2.Location = new System.Drawing.Point(13, 267);
			this.cbHistoryY2.Name = "cbHistoryY2";
			this.cbHistoryY2.Size = new System.Drawing.Size(207, 27);
			this.cbHistoryY2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.cbHistoryY2.TabIndex = 12;
			// 
			// labelX5
			// 
			this.labelX5.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX5.ForeColor = System.Drawing.Color.Black;
			this.labelX5.Location = new System.Drawing.Point(13, 237);
			this.labelX5.Name = "labelX5";
			this.labelX5.Size = new System.Drawing.Size(208, 23);
			this.labelX5.TabIndex = 11;
			this.labelX5.Text = "Dữ liệu phụ:";
			// 
			// progDeviceHistory
			// 
			this.progDeviceHistory.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.progDeviceHistory.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.progDeviceHistory.Location = new System.Drawing.Point(63, 529);
			this.progDeviceHistory.Name = "progDeviceHistory";
			this.progDeviceHistory.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Spoke;
			this.progDeviceHistory.Size = new System.Drawing.Size(100, 100);
			this.progDeviceHistory.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
			this.progDeviceHistory.TabIndex = 10;
			// 
			// graphHistory
			// 
			this.graphHistory.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.graphHistory.BackColor = System.Drawing.Color.WhiteSmoke;
			this.graphHistory.ForeColor = System.Drawing.Color.Black;
			this.graphHistory.Location = new System.Drawing.Point(228, 0);
			this.graphHistory.Margin = new System.Windows.Forms.Padding(4);
			this.graphHistory.Name = "graphHistory";
			this.graphHistory.ScrollGrace = 0D;
			this.graphHistory.ScrollMaxX = 0D;
			this.graphHistory.ScrollMaxY = 0D;
			this.graphHistory.ScrollMaxY2 = 0D;
			this.graphHistory.ScrollMinX = 0D;
			this.graphHistory.ScrollMinY = 0D;
			this.graphHistory.ScrollMinY2 = 0D;
			this.graphHistory.Size = new System.Drawing.Size(862, 650);
			this.graphHistory.TabIndex = 9;
			// 
			// btnUpdateHistory
			// 
			this.btnUpdateHistory.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnUpdateHistory.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnUpdateHistory.Font = new System.Drawing.Font("Segoe UI Black", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.btnUpdateHistory.Location = new System.Drawing.Point(12, 425);
			this.btnUpdateHistory.Name = "btnUpdateHistory";
			this.btnUpdateHistory.Size = new System.Drawing.Size(208, 98);
			this.btnUpdateHistory.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnUpdateHistory.Symbol = "";
			this.btnUpdateHistory.SymbolSize = 35F;
			this.btnUpdateHistory.TabIndex = 8;
			this.btnUpdateHistory.Text = " Thống kê";
			this.btnUpdateHistory.Click += new System.EventHandler(this.btnUpdateHistory_Click);
			// 
			// labelX4
			// 
			this.labelX4.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX4.ForeColor = System.Drawing.Color.Black;
			this.labelX4.Location = new System.Drawing.Point(13, 167);
			this.labelX4.Name = "labelX4";
			this.labelX4.Size = new System.Drawing.Size(208, 23);
			this.labelX4.TabIndex = 7;
			this.labelX4.Text = "Thời gian kết thúc:";
			// 
			// dtHistoryEnd
			// 
			this.dtHistoryEnd.AutoOffFreeTextEntry = true;
			this.dtHistoryEnd.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtHistoryEnd.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtHistoryEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtHistoryEnd.ButtonDropDown.Visible = true;
			this.dtHistoryEnd.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtHistoryEnd.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtHistoryEnd.ForeColor = System.Drawing.Color.Black;
			this.dtHistoryEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtHistoryEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtHistoryEnd.IsPopupCalendarOpen = false;
			this.dtHistoryEnd.Location = new System.Drawing.Point(12, 196);
			// 
			// 
			// 
			this.dtHistoryEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtHistoryEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtHistoryEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryEnd.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtHistoryEnd.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtHistoryEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtHistoryEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtHistoryEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtHistoryEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtHistoryEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtHistoryEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtHistoryEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtHistoryEnd.Name = "dtHistoryEnd";
			this.dtHistoryEnd.Size = new System.Drawing.Size(209, 26);
			this.dtHistoryEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtHistoryEnd.TabIndex = 6;
			this.dtHistoryEnd.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtHistoryEnd.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// labelX3
			// 
			this.labelX3.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX3.ForeColor = System.Drawing.Color.Black;
			this.labelX3.Location = new System.Drawing.Point(13, 100);
			this.labelX3.Name = "labelX3";
			this.labelX3.Size = new System.Drawing.Size(208, 23);
			this.labelX3.TabIndex = 5;
			this.labelX3.Text = "Thời gian bắt đầu:";
			// 
			// dtHistoryBegin
			// 
			this.dtHistoryBegin.AutoOffFreeTextEntry = true;
			this.dtHistoryBegin.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtHistoryBegin.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtHistoryBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtHistoryBegin.ButtonDropDown.Visible = true;
			this.dtHistoryBegin.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtHistoryBegin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtHistoryBegin.ForeColor = System.Drawing.Color.Black;
			this.dtHistoryBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtHistoryBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtHistoryBegin.IsPopupCalendarOpen = false;
			this.dtHistoryBegin.Location = new System.Drawing.Point(13, 129);
			// 
			// 
			// 
			this.dtHistoryBegin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtHistoryBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtHistoryBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryBegin.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtHistoryBegin.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtHistoryBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtHistoryBegin.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtHistoryBegin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtHistoryBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtHistoryBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtHistoryBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtHistoryBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtHistoryBegin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtHistoryBegin.Name = "dtHistoryBegin";
			this.dtHistoryBegin.Size = new System.Drawing.Size(209, 26);
			this.dtHistoryBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtHistoryBegin.TabIndex = 4;
			this.dtHistoryBegin.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtHistoryBegin.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// cbDeviceHistory
			// 
			this.cbDeviceHistory.BackColor = System.Drawing.Color.WhiteSmoke;
			this.cbDeviceHistory.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cbDeviceHistory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbDeviceHistory.ForeColor = System.Drawing.Color.Black;
			this.cbDeviceHistory.FormattingEnabled = true;
			this.cbDeviceHistory.ImageList = this.deviceImageList;
			this.cbDeviceHistory.ItemHeight = 64;
			this.cbDeviceHistory.Location = new System.Drawing.Point(12, 15);
			this.cbDeviceHistory.Name = "cbDeviceHistory";
			this.cbDeviceHistory.Size = new System.Drawing.Size(209, 70);
			this.cbDeviceHistory.TabIndex = 1;
			this.cbDeviceHistory.SelectedIndexChanged += new System.EventHandler(this.cbDeviceHistory_SelectedIndexChanged);
			// 
			// deviceImageList
			// 
			this.deviceImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("deviceImageList.ImageStream")));
			this.deviceImageList.TransparentColor = System.Drawing.Color.Transparent;
			this.deviceImageList.Images.SetKeyName(0, "air_conditioner.jpg");
			this.deviceImageList.Images.SetKeyName(1, "electric_socket.jpg");
			this.deviceImageList.Images.SetKeyName(2, "fan.jpg");
			this.deviceImageList.Images.SetKeyName(3, "washing_machine.jpg");
			this.deviceImageList.Images.SetKeyName(4, "water_heater.jpg");
			this.deviceImageList.Images.SetKeyName(5, "line.jpg");
			this.deviceImageList.Images.SetKeyName(6, "other.jpg");
			// 
			// tabDeviceHistory
			// 
			this.tabDeviceHistory.AttachedControl = this.superTabControlPanel3;
			this.tabDeviceHistory.Enabled = false;
			this.tabDeviceHistory.GlobalItem = false;
			this.tabDeviceHistory.Name = "tabDeviceHistory";
			this.tabDeviceHistory.Text = "Lịch sử thiết bị";
			// 
			// superTabControlPanel6
			// 
			this.superTabControlPanel6.Controls.Add(this.cbComparePieChart);
			this.superTabControlPanel6.Controls.Add(this.cbCompareType);
			this.superTabControlPanel6.Controls.Add(this.labelX19);
			this.superTabControlPanel6.Controls.Add(this.txtComparePrice);
			this.superTabControlPanel6.Controls.Add(this.labelX17);
			this.superTabControlPanel6.Controls.Add(this.txtComparePower);
			this.superTabControlPanel6.Controls.Add(this.labelX18);
			this.superTabControlPanel6.Controls.Add(this.graphCompare);
			this.superTabControlPanel6.Controls.Add(this.progDeviceCompare);
			this.superTabControlPanel6.Controls.Add(this.btnUpdateCompare);
			this.superTabControlPanel6.Controls.Add(this.labelX15);
			this.superTabControlPanel6.Controls.Add(this.dtCompareEnd);
			this.superTabControlPanel6.Controls.Add(this.labelX16);
			this.superTabControlPanel6.Controls.Add(this.dtCompareBegin);
			this.superTabControlPanel6.Controls.Add(this.lbDeviceCompare);
			this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel6.Location = new System.Drawing.Point(0, 36);
			this.superTabControlPanel6.Name = "superTabControlPanel6";
			this.superTabControlPanel6.Size = new System.Drawing.Size(1090, 650);
			this.superTabControlPanel6.TabIndex = 0;
			this.superTabControlPanel6.TabItem = this.tabCompare;
			// 
			// cbComparePieChart
			// 
			this.cbComparePieChart.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.cbComparePieChart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.cbComparePieChart.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.cbComparePieChart.ForeColor = System.Drawing.Color.Black;
			this.cbComparePieChart.Location = new System.Drawing.Point(117, 260);
			this.cbComparePieChart.Name = "cbComparePieChart";
			this.cbComparePieChart.Size = new System.Drawing.Size(103, 23);
			this.cbComparePieChart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.cbComparePieChart.TabIndex = 28;
			this.cbComparePieChart.Text = "Biểu đồ quạt";
			// 
			// cbCompareType
			// 
			this.cbCompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbCompareType.ForeColor = System.Drawing.Color.Black;
			this.cbCompareType.FormattingEnabled = true;
			this.cbCompareType.Items.AddRange(new object[] {
            "Giờ trong ngày (0h-23h)",
            "Thứ trong tuần (thứ 2-CN)",
            "Ngày trong tháng (ngày 1-30)",
            "Tháng trong năm (tháng 1-12)"});
			this.cbCompareType.Location = new System.Drawing.Point(12, 288);
			this.cbCompareType.Name = "cbCompareType";
			this.cbCompareType.Size = new System.Drawing.Size(207, 27);
			this.cbCompareType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.cbCompareType.TabIndex = 35;
			// 
			// labelX19
			// 
			this.labelX19.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX19.ForeColor = System.Drawing.Color.Black;
			this.labelX19.Location = new System.Drawing.Point(12, 258);
			this.labelX19.Name = "labelX19";
			this.labelX19.Size = new System.Drawing.Size(208, 23);
			this.labelX19.TabIndex = 34;
			this.labelX19.Text = "Thống kê theo:";
			// 
			// txtComparePrice
			// 
			this.txtComparePrice.BackColor = System.Drawing.Color.White;
			this.txtComparePrice.ForeColor = System.Drawing.Color.Black;
			this.txtComparePrice.Location = new System.Drawing.Point(13, 397);
			this.txtComparePrice.Name = "txtComparePrice";
			this.txtComparePrice.ReadOnly = true;
			this.txtComparePrice.Size = new System.Drawing.Size(208, 26);
			this.txtComparePrice.TabIndex = 33;
			// 
			// labelX17
			// 
			this.labelX17.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX17.ForeColor = System.Drawing.Color.Black;
			this.labelX17.Location = new System.Drawing.Point(12, 372);
			this.labelX17.Name = "labelX17";
			this.labelX17.Size = new System.Drawing.Size(208, 23);
			this.labelX17.TabIndex = 32;
			this.labelX17.Text = "Chi phí ước tính:";
			// 
			// txtComparePower
			// 
			this.txtComparePower.BackColor = System.Drawing.Color.White;
			this.txtComparePower.ForeColor = System.Drawing.Color.Black;
			this.txtComparePower.Location = new System.Drawing.Point(14, 346);
			this.txtComparePower.Name = "txtComparePower";
			this.txtComparePower.ReadOnly = true;
			this.txtComparePower.Size = new System.Drawing.Size(208, 26);
			this.txtComparePower.TabIndex = 31;
			// 
			// labelX18
			// 
			this.labelX18.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX18.ForeColor = System.Drawing.Color.Black;
			this.labelX18.Location = new System.Drawing.Point(13, 321);
			this.labelX18.Name = "labelX18";
			this.labelX18.Size = new System.Drawing.Size(208, 23);
			this.labelX18.TabIndex = 30;
			this.labelX18.Text = "Tiêu thụ:";
			// 
			// graphCompare
			// 
			this.graphCompare.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.graphCompare.Location = new System.Drawing.Point(228, 0);
			this.graphCompare.Margin = new System.Windows.Forms.Padding(4);
			this.graphCompare.Name = "graphCompare";
			this.graphCompare.ScrollGrace = 0D;
			this.graphCompare.ScrollMaxX = 0D;
			this.graphCompare.ScrollMaxY = 0D;
			this.graphCompare.ScrollMaxY2 = 0D;
			this.graphCompare.ScrollMinX = 0D;
			this.graphCompare.ScrollMinY = 0D;
			this.graphCompare.ScrollMinY2 = 0D;
			this.graphCompare.Size = new System.Drawing.Size(862, 650);
			this.graphCompare.TabIndex = 24;
			// 
			// progDeviceCompare
			// 
			this.progDeviceCompare.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.progDeviceCompare.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.progDeviceCompare.Location = new System.Drawing.Point(65, 545);
			this.progDeviceCompare.Name = "progDeviceCompare";
			this.progDeviceCompare.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Spoke;
			this.progDeviceCompare.Size = new System.Drawing.Size(100, 100);
			this.progDeviceCompare.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
			this.progDeviceCompare.TabIndex = 23;
			// 
			// btnUpdateCompare
			// 
			this.btnUpdateCompare.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnUpdateCompare.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnUpdateCompare.Font = new System.Drawing.Font("Segoe UI Black", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.btnUpdateCompare.Location = new System.Drawing.Point(12, 441);
			this.btnUpdateCompare.Name = "btnUpdateCompare";
			this.btnUpdateCompare.Size = new System.Drawing.Size(208, 98);
			this.btnUpdateCompare.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnUpdateCompare.Symbol = "";
			this.btnUpdateCompare.SymbolSize = 35F;
			this.btnUpdateCompare.TabIndex = 22;
			this.btnUpdateCompare.Text = " Thống kê";
			this.btnUpdateCompare.Click += new System.EventHandler(this.btnUpdateCompare_Click);
			// 
			// labelX15
			// 
			this.labelX15.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX15.ForeColor = System.Drawing.Color.Black;
			this.labelX15.Location = new System.Drawing.Point(13, 207);
			this.labelX15.Name = "labelX15";
			this.labelX15.Size = new System.Drawing.Size(208, 23);
			this.labelX15.TabIndex = 11;
			this.labelX15.Text = "Thời gian kết thúc:";
			// 
			// dtCompareEnd
			// 
			this.dtCompareEnd.AutoOffFreeTextEntry = true;
			this.dtCompareEnd.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtCompareEnd.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtCompareEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtCompareEnd.ButtonDropDown.Visible = true;
			this.dtCompareEnd.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtCompareEnd.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtCompareEnd.ForeColor = System.Drawing.Color.Black;
			this.dtCompareEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtCompareEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtCompareEnd.IsPopupCalendarOpen = false;
			this.dtCompareEnd.Location = new System.Drawing.Point(12, 231);
			// 
			// 
			// 
			this.dtCompareEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtCompareEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtCompareEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareEnd.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtCompareEnd.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtCompareEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtCompareEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtCompareEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtCompareEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtCompareEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtCompareEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtCompareEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtCompareEnd.Name = "dtCompareEnd";
			this.dtCompareEnd.Size = new System.Drawing.Size(209, 26);
			this.dtCompareEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtCompareEnd.TabIndex = 10;
			this.dtCompareEnd.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtCompareEnd.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// labelX16
			// 
			this.labelX16.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX16.ForeColor = System.Drawing.Color.Black;
			this.labelX16.Location = new System.Drawing.Point(13, 156);
			this.labelX16.Name = "labelX16";
			this.labelX16.Size = new System.Drawing.Size(208, 23);
			this.labelX16.TabIndex = 9;
			this.labelX16.Text = "Thời gian bắt đầu:";
			// 
			// dtCompareBegin
			// 
			this.dtCompareBegin.AutoOffFreeTextEntry = true;
			this.dtCompareBegin.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtCompareBegin.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtCompareBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtCompareBegin.ButtonDropDown.Visible = true;
			this.dtCompareBegin.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtCompareBegin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtCompareBegin.ForeColor = System.Drawing.Color.Black;
			this.dtCompareBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtCompareBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtCompareBegin.IsPopupCalendarOpen = false;
			this.dtCompareBegin.Location = new System.Drawing.Point(13, 180);
			// 
			// 
			// 
			this.dtCompareBegin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtCompareBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtCompareBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareBegin.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtCompareBegin.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtCompareBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtCompareBegin.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtCompareBegin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtCompareBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtCompareBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtCompareBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtCompareBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtCompareBegin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtCompareBegin.Name = "dtCompareBegin";
			this.dtCompareBegin.Size = new System.Drawing.Size(209, 26);
			this.dtCompareBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtCompareBegin.TabIndex = 8;
			this.dtCompareBegin.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtCompareBegin.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// lbDeviceCompare
			// 
			this.lbDeviceCompare.BackColor = System.Drawing.Color.WhiteSmoke;
			this.lbDeviceCompare.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.lbDeviceCompare.ForeColor = System.Drawing.Color.Black;
			this.lbDeviceCompare.FormattingEnabled = true;
			this.lbDeviceCompare.ImageList = this.deviceImageList;
			this.lbDeviceCompare.ItemHeight = 64;
			this.lbDeviceCompare.Location = new System.Drawing.Point(12, 15);
			this.lbDeviceCompare.Name = "lbDeviceCompare";
			this.lbDeviceCompare.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
			this.lbDeviceCompare.Size = new System.Drawing.Size(209, 132);
			this.lbDeviceCompare.TabIndex = 0;
			this.lbDeviceCompare.SelectedIndexChanged += new System.EventHandler(this.lbDeviceCompare_SelectedIndexChanged);
			// 
			// tabCompare
			// 
			this.tabCompare.AttachedControl = this.superTabControlPanel6;
			this.tabCompare.Enabled = false;
			this.tabCompare.GlobalItem = false;
			this.tabCompare.Name = "tabCompare";
			this.tabCompare.Text = "So sánh thiết bị";
			// 
			// superTabControlPanel4
			// 
			this.superTabControlPanel4.Controls.Add(this.txtStatisticPrice);
			this.superTabControlPanel4.Controls.Add(this.labelX14);
			this.superTabControlPanel4.Controls.Add(this.cbStatisticPieChart);
			this.superTabControlPanel4.Controls.Add(this.graphStatistic);
			this.superTabControlPanel4.Controls.Add(this.txtStatisticPower);
			this.superTabControlPanel4.Controls.Add(this.labelX10);
			this.superTabControlPanel4.Controls.Add(this.cbStatisticType);
			this.superTabControlPanel4.Controls.Add(this.labelX11);
			this.superTabControlPanel4.Controls.Add(this.progDeviceStatistic);
			this.superTabControlPanel4.Controls.Add(this.btnUpdateStatistic);
			this.superTabControlPanel4.Controls.Add(this.labelX12);
			this.superTabControlPanel4.Controls.Add(this.dtStatisticEnd);
			this.superTabControlPanel4.Controls.Add(this.labelX13);
			this.superTabControlPanel4.Controls.Add(this.dtStatisticBegin);
			this.superTabControlPanel4.Controls.Add(this.cbDeviceStatistic);
			this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel4.Location = new System.Drawing.Point(0, 36);
			this.superTabControlPanel4.Name = "superTabControlPanel4";
			this.superTabControlPanel4.Size = new System.Drawing.Size(1090, 650);
			this.superTabControlPanel4.TabIndex = 0;
			this.superTabControlPanel4.TabItem = this.tabDeviceStatistic;
			// 
			// txtStatisticPrice
			// 
			this.txtStatisticPrice.BackColor = System.Drawing.Color.White;
			this.txtStatisticPrice.ForeColor = System.Drawing.Color.Black;
			this.txtStatisticPrice.Location = new System.Drawing.Point(13, 389);
			this.txtStatisticPrice.Name = "txtStatisticPrice";
			this.txtStatisticPrice.ReadOnly = true;
			this.txtStatisticPrice.Size = new System.Drawing.Size(208, 26);
			this.txtStatisticPrice.TabIndex = 29;
			// 
			// labelX14
			// 
			this.labelX14.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX14.ForeColor = System.Drawing.Color.Black;
			this.labelX14.Location = new System.Drawing.Point(12, 359);
			this.labelX14.Name = "labelX14";
			this.labelX14.Size = new System.Drawing.Size(208, 23);
			this.labelX14.TabIndex = 28;
			this.labelX14.Text = "Chi phí ước tính:";
			// 
			// cbStatisticPieChart
			// 
			this.cbStatisticPieChart.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.cbStatisticPieChart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.cbStatisticPieChart.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.cbStatisticPieChart.ForeColor = System.Drawing.Color.Black;
			this.cbStatisticPieChart.Location = new System.Drawing.Point(119, 223);
			this.cbStatisticPieChart.Name = "cbStatisticPieChart";
			this.cbStatisticPieChart.Size = new System.Drawing.Size(103, 23);
			this.cbStatisticPieChart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.cbStatisticPieChart.TabIndex = 27;
			this.cbStatisticPieChart.Text = "Biểu đồ quạt";
			// 
			// graphStatistic
			// 
			this.graphStatistic.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.graphStatistic.BackColor = System.Drawing.Color.WhiteSmoke;
			this.graphStatistic.ForeColor = System.Drawing.Color.Black;
			this.graphStatistic.Location = new System.Drawing.Point(228, 0);
			this.graphStatistic.Margin = new System.Windows.Forms.Padding(4);
			this.graphStatistic.Name = "graphStatistic";
			this.graphStatistic.ScrollGrace = 0D;
			this.graphStatistic.ScrollMaxX = 0D;
			this.graphStatistic.ScrollMaxY = 0D;
			this.graphStatistic.ScrollMaxY2 = 0D;
			this.graphStatistic.ScrollMinX = 0D;
			this.graphStatistic.ScrollMinY = 0D;
			this.graphStatistic.ScrollMinY2 = 0D;
			this.graphStatistic.Size = new System.Drawing.Size(862, 650);
			this.graphStatistic.TabIndex = 26;
			// 
			// txtStatisticPower
			// 
			this.txtStatisticPower.BackColor = System.Drawing.Color.White;
			this.txtStatisticPower.ForeColor = System.Drawing.Color.Black;
			this.txtStatisticPower.Location = new System.Drawing.Point(14, 327);
			this.txtStatisticPower.Name = "txtStatisticPower";
			this.txtStatisticPower.ReadOnly = true;
			this.txtStatisticPower.Size = new System.Drawing.Size(208, 26);
			this.txtStatisticPower.TabIndex = 25;
			// 
			// labelX10
			// 
			this.labelX10.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX10.ForeColor = System.Drawing.Color.Black;
			this.labelX10.Location = new System.Drawing.Point(13, 297);
			this.labelX10.Name = "labelX10";
			this.labelX10.Size = new System.Drawing.Size(208, 23);
			this.labelX10.TabIndex = 24;
			this.labelX10.Text = "Tiêu thụ:";
			// 
			// cbStatisticType
			// 
			this.cbStatisticType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbStatisticType.ForeColor = System.Drawing.Color.Black;
			this.cbStatisticType.FormattingEnabled = true;
			this.cbStatisticType.Items.AddRange(new object[] {
            "Giờ trong ngày (0h-23h)",
            "Thứ trong tuần (thứ 2-CN)",
            "Ngày trong tháng (ngày 1-30)",
            "Tháng trong năm (tháng 1-12)"});
			this.cbStatisticType.Location = new System.Drawing.Point(12, 252);
			this.cbStatisticType.Name = "cbStatisticType";
			this.cbStatisticType.Size = new System.Drawing.Size(207, 27);
			this.cbStatisticType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.cbStatisticType.TabIndex = 23;
			// 
			// labelX11
			// 
			this.labelX11.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX11.ForeColor = System.Drawing.Color.Black;
			this.labelX11.Location = new System.Drawing.Point(12, 222);
			this.labelX11.Name = "labelX11";
			this.labelX11.Size = new System.Drawing.Size(208, 23);
			this.labelX11.TabIndex = 22;
			this.labelX11.Text = "Thống kê theo:";
			// 
			// progDeviceStatistic
			// 
			this.progDeviceStatistic.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.progDeviceStatistic.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.progDeviceStatistic.Location = new System.Drawing.Point(64, 543);
			this.progDeviceStatistic.Name = "progDeviceStatistic";
			this.progDeviceStatistic.ProgressBarType = DevComponents.DotNetBar.eCircularProgressType.Spoke;
			this.progDeviceStatistic.Size = new System.Drawing.Size(100, 100);
			this.progDeviceStatistic.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
			this.progDeviceStatistic.TabIndex = 21;
			// 
			// btnUpdateStatistic
			// 
			this.btnUpdateStatistic.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnUpdateStatistic.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnUpdateStatistic.Font = new System.Drawing.Font("Segoe UI Black", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.btnUpdateStatistic.Location = new System.Drawing.Point(11, 439);
			this.btnUpdateStatistic.Name = "btnUpdateStatistic";
			this.btnUpdateStatistic.Size = new System.Drawing.Size(208, 98);
			this.btnUpdateStatistic.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnUpdateStatistic.Symbol = "";
			this.btnUpdateStatistic.SymbolSize = 35F;
			this.btnUpdateStatistic.TabIndex = 20;
			this.btnUpdateStatistic.Text = " Thống kê";
			this.btnUpdateStatistic.Click += new System.EventHandler(this.btnUpdateStatistic_Click);
			// 
			// labelX12
			// 
			this.labelX12.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX12.ForeColor = System.Drawing.Color.Black;
			this.labelX12.Location = new System.Drawing.Point(12, 152);
			this.labelX12.Name = "labelX12";
			this.labelX12.Size = new System.Drawing.Size(208, 23);
			this.labelX12.TabIndex = 19;
			this.labelX12.Text = "Thời gian kết thúc:";
			// 
			// dtStatisticEnd
			// 
			this.dtStatisticEnd.AutoOffFreeTextEntry = true;
			this.dtStatisticEnd.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtStatisticEnd.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtStatisticEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtStatisticEnd.ButtonDropDown.Visible = true;
			this.dtStatisticEnd.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtStatisticEnd.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtStatisticEnd.ForeColor = System.Drawing.Color.Black;
			this.dtStatisticEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtStatisticEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtStatisticEnd.IsPopupCalendarOpen = false;
			this.dtStatisticEnd.Location = new System.Drawing.Point(11, 181);
			// 
			// 
			// 
			this.dtStatisticEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtStatisticEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtStatisticEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticEnd.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtStatisticEnd.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtStatisticEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtStatisticEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtStatisticEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtStatisticEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtStatisticEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtStatisticEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtStatisticEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtStatisticEnd.Name = "dtStatisticEnd";
			this.dtStatisticEnd.Size = new System.Drawing.Size(209, 26);
			this.dtStatisticEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtStatisticEnd.TabIndex = 18;
			this.dtStatisticEnd.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtStatisticEnd.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// labelX13
			// 
			this.labelX13.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX13.ForeColor = System.Drawing.Color.Black;
			this.labelX13.Location = new System.Drawing.Point(12, 91);
			this.labelX13.Name = "labelX13";
			this.labelX13.Size = new System.Drawing.Size(208, 23);
			this.labelX13.TabIndex = 17;
			this.labelX13.Text = "Thời gian bắt đầu:";
			// 
			// dtStatisticBegin
			// 
			this.dtStatisticBegin.AutoOffFreeTextEntry = true;
			this.dtStatisticBegin.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtStatisticBegin.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtStatisticBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtStatisticBegin.ButtonDropDown.Visible = true;
			this.dtStatisticBegin.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtStatisticBegin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtStatisticBegin.ForeColor = System.Drawing.Color.Black;
			this.dtStatisticBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtStatisticBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtStatisticBegin.IsPopupCalendarOpen = false;
			this.dtStatisticBegin.Location = new System.Drawing.Point(12, 120);
			// 
			// 
			// 
			this.dtStatisticBegin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtStatisticBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtStatisticBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticBegin.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtStatisticBegin.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtStatisticBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtStatisticBegin.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtStatisticBegin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtStatisticBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtStatisticBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtStatisticBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtStatisticBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtStatisticBegin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtStatisticBegin.Name = "dtStatisticBegin";
			this.dtStatisticBegin.Size = new System.Drawing.Size(209, 26);
			this.dtStatisticBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtStatisticBegin.TabIndex = 16;
			this.dtStatisticBegin.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtStatisticBegin.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// cbDeviceStatistic
			// 
			this.cbDeviceStatistic.BackColor = System.Drawing.Color.WhiteSmoke;
			this.cbDeviceStatistic.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cbDeviceStatistic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbDeviceStatistic.ForeColor = System.Drawing.Color.Black;
			this.cbDeviceStatistic.FormattingEnabled = true;
			this.cbDeviceStatistic.ImageList = this.deviceImageList;
			this.cbDeviceStatistic.ItemHeight = 64;
			this.cbDeviceStatistic.Location = new System.Drawing.Point(12, 15);
			this.cbDeviceStatistic.Name = "cbDeviceStatistic";
			this.cbDeviceStatistic.Size = new System.Drawing.Size(209, 70);
			this.cbDeviceStatistic.TabIndex = 15;
			this.cbDeviceStatistic.SelectedIndexChanged += new System.EventHandler(this.cbDeviceStatistic_SelectedIndexChanged);
			// 
			// tabDeviceStatistic
			// 
			this.tabDeviceStatistic.AttachedControl = this.superTabControlPanel4;
			this.tabDeviceStatistic.Enabled = false;
			this.tabDeviceStatistic.GlobalItem = false;
			this.tabDeviceStatistic.Name = "tabDeviceStatistic";
			this.tabDeviceStatistic.Text = "Thống kê thiết bị";
			// 
			// superTabControlPanel2
			// 
			this.superTabControlPanel2.Controls.Add(this.gridBlocks);
			this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel2.Location = new System.Drawing.Point(0, 36);
			this.superTabControlPanel2.Name = "superTabControlPanel2";
			this.superTabControlPanel2.Size = new System.Drawing.Size(1090, 650);
			this.superTabControlPanel2.TabIndex = 0;
			this.superTabControlPanel2.TabItem = this.tabBlockManager;
			// 
			// gridBlocks
			// 
			this.gridBlocks.BackColor = System.Drawing.Color.WhiteSmoke;
			this.gridBlocks.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
			this.gridBlocks.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.gridBlocks.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.gridBlocks.Dock = System.Windows.Forms.DockStyle.Fill;
			this.gridBlocks.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
			this.gridBlocks.ForeColor = System.Drawing.Color.Black;
			this.gridBlocks.Location = new System.Drawing.Point(0, 0);
			this.gridBlocks.Name = "gridBlocks";
			// 
			// 
			// 
			this.gridBlocks.PrimaryGrid.Columns.Add(this.colBlockID);
			this.gridBlocks.PrimaryGrid.Columns.Add(this.colBlockKwh);
			this.gridBlocks.PrimaryGrid.Columns.Add(this.colBlockDate);
			this.gridBlocks.PrimaryGrid.Columns.Add(this.colBlockChart);
			this.gridBlocks.PrimaryGrid.Columns.Add(this.colBlockDevice);
			this.gridBlocks.PrimaryGrid.Columns.Add(this.colBlockImport);
			this.gridBlocks.PrimaryGrid.DefaultRowHeight = 75;
			padding1.Bottom = 4;
			padding1.Top = 4;
			this.gridBlocks.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding1;
			this.gridBlocks.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight;
			this.gridBlocks.PrimaryGrid.SortLevel = DevComponents.DotNetBar.SuperGrid.SortLevel.None;
			this.gridBlocks.Size = new System.Drawing.Size(1090, 650);
			this.gridBlocks.TabIndex = 0;
			this.gridBlocks.CellClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellClickEventArgs>(this.gridBlocks_CellClick);
			// 
			// colBlockID
			// 
			this.colBlockID.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
			this.colBlockID.Name = "ID";
			// 
			// colBlockKwh
			// 
			this.colBlockKwh.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
			this.colBlockKwh.Name = "Tiêu hao";
			this.colBlockKwh.Width = 125;
			// 
			// colBlockDate
			// 
			this.colBlockDate.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
			this.colBlockDate.Name = "Thời gian";
			this.colBlockDate.Width = 175;
			// 
			// colBlockChart
			// 
			this.colBlockChart.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
			this.colBlockChart.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridMicroChartEditControl);
			this.colBlockChart.Name = "Biểu đồ (W)";
			this.colBlockChart.Width = 250;
			// 
			// colBlockDevice
			// 
			this.colBlockDevice.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridComboBoxExEditControl);
			this.colBlockDevice.Name = "Thiết bị";
			this.colBlockDevice.Width = 200;
			// 
			// colBlockImport
			// 
			background1.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
			this.colBlockImport.CellStyles.MouseOver.Background = background1;
			this.colBlockImport.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridLabelXEditControl);
			this.colBlockImport.MarkRowDirtyOnCellValueChange = false;
			this.colBlockImport.Name = "Nhập";
			this.colBlockImport.Width = 125;
			// 
			// tabBlockManager
			// 
			this.tabBlockManager.AttachedControl = this.superTabControlPanel2;
			this.tabBlockManager.Enabled = false;
			this.tabBlockManager.GlobalItem = false;
			this.tabBlockManager.Name = "tabBlockManager";
			this.tabBlockManager.Text = "Quản lý dữ liệu";
			// 
			// superTabControlPanel5
			// 
			this.superTabControlPanel5.Controls.Add(this.graphEnvironment);
			this.superTabControlPanel5.Controls.Add(this.txtAverageTemperature);
			this.superTabControlPanel5.Controls.Add(this.labelX7);
			this.superTabControlPanel5.Controls.Add(this.btnUpdateEvironment);
			this.superTabControlPanel5.Controls.Add(this.labelX8);
			this.superTabControlPanel5.Controls.Add(this.dtEnvironmentEnd);
			this.superTabControlPanel5.Controls.Add(this.labelX9);
			this.superTabControlPanel5.Controls.Add(this.dtEnvironmentBegin);
			this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel5.Location = new System.Drawing.Point(0, 36);
			this.superTabControlPanel5.Name = "superTabControlPanel5";
			this.superTabControlPanel5.Size = new System.Drawing.Size(1090, 650);
			this.superTabControlPanel5.TabIndex = 0;
			this.superTabControlPanel5.TabItem = this.tabEnvironment;
			// 
			// graphEnvironment
			// 
			this.graphEnvironment.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.graphEnvironment.BackColor = System.Drawing.Color.WhiteSmoke;
			this.graphEnvironment.ForeColor = System.Drawing.Color.Black;
			this.graphEnvironment.Location = new System.Drawing.Point(229, 0);
			this.graphEnvironment.Margin = new System.Windows.Forms.Padding(4);
			this.graphEnvironment.Name = "graphEnvironment";
			this.graphEnvironment.ScrollGrace = 0D;
			this.graphEnvironment.ScrollMaxX = 0D;
			this.graphEnvironment.ScrollMaxY = 0D;
			this.graphEnvironment.ScrollMaxY2 = 0D;
			this.graphEnvironment.ScrollMinX = 0D;
			this.graphEnvironment.ScrollMinY = 0D;
			this.graphEnvironment.ScrollMinY2 = 0D;
			this.graphEnvironment.Size = new System.Drawing.Size(861, 650);
			this.graphEnvironment.TabIndex = 22;
			// 
			// txtAverageTemperature
			// 
			this.txtAverageTemperature.BackColor = System.Drawing.Color.White;
			this.txtAverageTemperature.ForeColor = System.Drawing.Color.Black;
			this.txtAverageTemperature.Location = new System.Drawing.Point(13, 207);
			this.txtAverageTemperature.Name = "txtAverageTemperature";
			this.txtAverageTemperature.ReadOnly = true;
			this.txtAverageTemperature.Size = new System.Drawing.Size(208, 26);
			this.txtAverageTemperature.TabIndex = 21;
			// 
			// labelX7
			// 
			this.labelX7.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX7.ForeColor = System.Drawing.Color.Black;
			this.labelX7.Location = new System.Drawing.Point(12, 177);
			this.labelX7.Name = "labelX7";
			this.labelX7.Size = new System.Drawing.Size(208, 23);
			this.labelX7.TabIndex = 20;
			this.labelX7.Text = "Nhiệt độ trung bình:";
			// 
			// btnUpdateEvironment
			// 
			this.btnUpdateEvironment.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnUpdateEvironment.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.btnUpdateEvironment.Font = new System.Drawing.Font("Segoe UI Black", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.btnUpdateEvironment.Location = new System.Drawing.Point(12, 287);
			this.btnUpdateEvironment.Name = "btnUpdateEvironment";
			this.btnUpdateEvironment.Size = new System.Drawing.Size(208, 98);
			this.btnUpdateEvironment.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.btnUpdateEvironment.Symbol = "";
			this.btnUpdateEvironment.SymbolSize = 35F;
			this.btnUpdateEvironment.TabIndex = 19;
			this.btnUpdateEvironment.Text = " Thống kê";
			this.btnUpdateEvironment.Click += new System.EventHandler(this.btnUpdateEvironment_Click);
			// 
			// labelX8
			// 
			this.labelX8.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX8.ForeColor = System.Drawing.Color.Black;
			this.labelX8.Location = new System.Drawing.Point(9, 92);
			this.labelX8.Name = "labelX8";
			this.labelX8.Size = new System.Drawing.Size(208, 23);
			this.labelX8.TabIndex = 18;
			this.labelX8.Text = "Thời gian kết thúc:";
			// 
			// dtEnvironmentEnd
			// 
			this.dtEnvironmentEnd.AutoOffFreeTextEntry = true;
			this.dtEnvironmentEnd.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtEnvironmentEnd.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtEnvironmentEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtEnvironmentEnd.ButtonDropDown.Visible = true;
			this.dtEnvironmentEnd.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtEnvironmentEnd.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtEnvironmentEnd.ForeColor = System.Drawing.Color.Black;
			this.dtEnvironmentEnd.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtEnvironmentEnd.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtEnvironmentEnd.IsPopupCalendarOpen = false;
			this.dtEnvironmentEnd.Location = new System.Drawing.Point(13, 121);
			// 
			// 
			// 
			this.dtEnvironmentEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtEnvironmentEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtEnvironmentEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentEnd.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtEnvironmentEnd.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtEnvironmentEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtEnvironmentEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtEnvironmentEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtEnvironmentEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtEnvironmentEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtEnvironmentEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtEnvironmentEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtEnvironmentEnd.Name = "dtEnvironmentEnd";
			this.dtEnvironmentEnd.Size = new System.Drawing.Size(209, 26);
			this.dtEnvironmentEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtEnvironmentEnd.TabIndex = 17;
			this.dtEnvironmentEnd.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtEnvironmentEnd.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// labelX9
			// 
			this.labelX9.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX9.ForeColor = System.Drawing.Color.Black;
			this.labelX9.Location = new System.Drawing.Point(9, 25);
			this.labelX9.Name = "labelX9";
			this.labelX9.Size = new System.Drawing.Size(208, 23);
			this.labelX9.TabIndex = 16;
			this.labelX9.Text = "Thời gian bắt đầu:";
			// 
			// dtEnvironmentBegin
			// 
			this.dtEnvironmentBegin.AutoOffFreeTextEntry = true;
			this.dtEnvironmentBegin.BackColor = System.Drawing.Color.White;
			// 
			// 
			// 
			this.dtEnvironmentBegin.BackgroundStyle.Class = "DateTimeInputBackground";
			this.dtEnvironmentBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
			this.dtEnvironmentBegin.ButtonDropDown.Visible = true;
			this.dtEnvironmentBegin.CustomFormat = "HH:mm dd/MM/yyyy";
			this.dtEnvironmentBegin.DateTimeSelectorVisibility = DevComponents.Editors.DateTimeAdv.eDateTimeSelectorVisibility.Both;
			this.dtEnvironmentBegin.ForeColor = System.Drawing.Color.Black;
			this.dtEnvironmentBegin.Format = DevComponents.Editors.eDateTimePickerFormat.Custom;
			this.dtEnvironmentBegin.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Center;
			this.dtEnvironmentBegin.IsPopupCalendarOpen = false;
			this.dtEnvironmentBegin.Location = new System.Drawing.Point(12, 54);
			// 
			// 
			// 
			this.dtEnvironmentBegin.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtEnvironmentBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
			// 
			// 
			// 
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
			this.dtEnvironmentBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentBegin.MonthCalendar.DayClickAutoClosePopup = false;
			this.dtEnvironmentBegin.MonthCalendar.DisplayMonth = new System.DateTime(2015, 7, 1, 0, 0, 0, 0);
			this.dtEnvironmentBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
			this.dtEnvironmentBegin.MonthCalendar.MarkedDates = new System.DateTime[0];
			this.dtEnvironmentBegin.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
			// 
			// 
			// 
			this.dtEnvironmentBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
			this.dtEnvironmentBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
			this.dtEnvironmentBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.dtEnvironmentBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.dtEnvironmentBegin.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
			this.dtEnvironmentBegin.Name = "dtEnvironmentBegin";
			this.dtEnvironmentBegin.Size = new System.Drawing.Size(209, 26);
			this.dtEnvironmentBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.dtEnvironmentBegin.TabIndex = 15;
			this.dtEnvironmentBegin.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
			this.dtEnvironmentBegin.TimeSelectorType = DevComponents.Editors.DateTimeAdv.eTimeSelectorType.TouchStyle;
			// 
			// tabEnvironment
			// 
			this.tabEnvironment.AttachedControl = this.superTabControlPanel5;
			this.tabEnvironment.Enabled = false;
			this.tabEnvironment.GlobalItem = false;
			this.tabEnvironment.Name = "tabEnvironment";
			this.tabEnvironment.Text = "Môi trường";
			// 
			// statusBar
			// 
			this.statusBar.AntiAlias = true;
			this.statusBar.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
			this.statusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.statusBar.Font = new System.Drawing.Font("Segoe UI", 9F);
			this.statusBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblStatus,
            this.btnAuthor});
			this.statusBar.Location = new System.Drawing.Point(0, 685);
			this.statusBar.Name = "statusBar";
			this.statusBar.Size = new System.Drawing.Size(1090, 26);
			this.statusBar.Stretch = true;
			this.statusBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.statusBar.TabIndex = 7;
			this.statusBar.TabStop = false;
			this.statusBar.Text = "bar1";
			// 
			// lblStatus
			// 
			this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
			this.lblStatus.Name = "lblStatus";
			this.lblStatus.Stretch = true;
			this.lblStatus.Text = "Trạng thái phần mềm";
			// 
			// btnAuthor
			// 
			this.btnAuthor.Name = "btnAuthor";
			this.btnAuthor.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.cbTheme,
            this.cpCanvasColor,
            this.cpBaseColor});
			this.btnAuthor.Text = "Nguyễn Dương Kim Hảo @ 2015";
			this.btnAuthor.Click += new System.EventHandler(this.btnAuthor_Click);
			// 
			// cbTheme
			// 
			this.cbTheme.Caption = "Giao diện";
			this.cbTheme.ComboWidth = 125;
			this.cbTheme.DropDownHeight = 106;
			this.cbTheme.ItemHeight = 14;
			this.cbTheme.Name = "cbTheme";
			this.cbTheme.SelectedIndexChanged += new System.EventHandler(this.cbTheme_SelectedIndexChanged);
			// 
			// cpCanvasColor
			// 
			this.cpCanvasColor.Name = "cpCanvasColor";
			this.cpCanvasColor.Symbol = "";
			this.cpCanvasColor.Text = "Màu nền";
			this.cpCanvasColor.SelectedColorChanged += new System.EventHandler(this.cpCanvasColor_SelectedColorChanged);
			// 
			// cpBaseColor
			// 
			this.cpBaseColor.Name = "cpBaseColor";
			this.cpBaseColor.Symbol = "";
			this.cpBaseColor.Text = "Màu giao diện";
			this.cpBaseColor.SelectedColorChanged += new System.EventHandler(this.cpBaseColor_SelectedColorChanged);
			// 
			// deviceImageListCombo
			// 
			this.deviceImageListCombo.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("deviceImageListCombo.ImageStream")));
			this.deviceImageListCombo.TransparentColor = System.Drawing.Color.Transparent;
			this.deviceImageListCombo.Images.SetKeyName(0, "air_conditioner.jpg");
			this.deviceImageListCombo.Images.SetKeyName(1, "electric_socket.jpg");
			this.deviceImageListCombo.Images.SetKeyName(2, "fan.jpg");
			this.deviceImageListCombo.Images.SetKeyName(3, "washing_machine.jpg");
			this.deviceImageListCombo.Images.SetKeyName(4, "water_heater.jpg");
			this.deviceImageListCombo.Images.SetKeyName(5, "line.jpg");
			this.deviceImageListCombo.Images.SetKeyName(6, "other.jpg");
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1090, 711);
			this.Controls.Add(this.statusBar);
			this.Controls.Add(this.superTabControl1);
			this.DoubleBuffered = true;
			this.ForeColor = System.Drawing.Color.Black;
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "MainForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Energy Mesh @ KH - 2015";
			this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
			this.superTabControl1.ResumeLayout(false);
			this.superTabControlPanel1.ResumeLayout(false);
			this.superTabControlPanel3.ResumeLayout(false);
			this.superTabControlPanel3.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtHistoryEnd)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dtHistoryBegin)).EndInit();
			this.superTabControlPanel6.ResumeLayout(false);
			this.superTabControlPanel6.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtCompareEnd)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dtCompareBegin)).EndInit();
			this.superTabControlPanel4.ResumeLayout(false);
			this.superTabControlPanel4.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtStatisticEnd)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dtStatisticBegin)).EndInit();
			this.superTabControlPanel2.ResumeLayout(false);
			this.superTabControlPanel5.ResumeLayout(false);
			this.superTabControlPanel5.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.dtEnvironmentEnd)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dtEnvironmentBegin)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBar)).EndInit();
			this.ResumeLayout(false);

		}
コード例 #6
0
ファイル: frmMain.Designer.cs プロジェクト: etechuk/fexipc
        /// <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.SuperGrid.Style.Background background14 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding6 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background15 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background16 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background17 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background18 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background19 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background20 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background21 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background22 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding7 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background23 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background24 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding8 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background25 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background26 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background27 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background28 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background29 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background30 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background31 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background32 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding9 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background33 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding10 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background34 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding11 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background35 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background36 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background37 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background38 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background39 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background40 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background41 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background42 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding12 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background43 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.Charts.ChartXy chartXy1 = new DevComponents.DotNetBar.Charts.ChartXy();
            DevComponents.DotNetBar.Charts.AxisTitle axisTitle1 = new DevComponents.DotNetBar.Charts.AxisTitle();
            DevComponents.DotNetBar.Charts.AxisTitle axisTitle2 = new DevComponents.DotNetBar.Charts.AxisTitle();
            DevComponents.DotNetBar.Charts.Style.Background background1 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.ChartSeries chartSeries1 = new DevComponents.DotNetBar.Charts.ChartSeries();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint1 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint2 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint3 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint4 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint5 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint6 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint7 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint8 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint9 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.SeriesPoint seriesPoint10 = new DevComponents.DotNetBar.Charts.SeriesPoint();
            DevComponents.DotNetBar.Charts.Style.Background background2 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background3 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.BorderColor borderColor1 = new DevComponents.DotNetBar.Charts.Style.BorderColor();
            DevComponents.DotNetBar.Charts.Style.Thickness thickness1 = new DevComponents.DotNetBar.Charts.Style.Thickness();
            DevComponents.DotNetBar.Charts.Style.Padding padding1 = new DevComponents.DotNetBar.Charts.Style.Padding();
            DevComponents.DotNetBar.Charts.Style.Background background4 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.BorderColor borderColor2 = new DevComponents.DotNetBar.Charts.Style.BorderColor();
            DevComponents.DotNetBar.Charts.Style.Thickness thickness2 = new DevComponents.DotNetBar.Charts.Style.Thickness();
            DevComponents.DotNetBar.Charts.Style.Padding padding2 = new DevComponents.DotNetBar.Charts.Style.Padding();
            DevComponents.DotNetBar.Charts.Style.Background background5 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.BorderColor borderColor3 = new DevComponents.DotNetBar.Charts.Style.BorderColor();
            DevComponents.DotNetBar.Charts.Style.Thickness thickness3 = new DevComponents.DotNetBar.Charts.Style.Thickness();
            DevComponents.DotNetBar.Charts.Style.Padding padding3 = new DevComponents.DotNetBar.Charts.Style.Padding();
            DevComponents.DotNetBar.Charts.Style.Padding padding4 = new DevComponents.DotNetBar.Charts.Style.Padding();
            DevComponents.DotNetBar.Charts.ChartTitle chartTitle1 = new DevComponents.DotNetBar.Charts.ChartTitle();
            DevComponents.DotNetBar.Charts.Style.Padding padding5 = new DevComponents.DotNetBar.Charts.Style.Padding();
            DevComponents.DotNetBar.Charts.Style.Background background6 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background7 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background8 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background9 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background10 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background11 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background12 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.Charts.Style.Background background13 = new DevComponents.DotNetBar.Charts.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background44 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding13 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background45 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background46 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background47 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background48 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background49 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background50 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background51 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background52 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding14 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background53 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.msb = new DevComponents.DotNetBar.Metro.MetroStatusBar();
            this.lblStatus = new DevComponents.DotNetBar.LabelItem();
            this.ms = new DevComponents.DotNetBar.Metro.MetroShell();
            this.mtpInspections = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.pInspections = new DevComponents.DotNetBar.PanelEx();
            this.scInspections = new DevComponents.DotNetBar.Controls.CollapsibleSplitContainer();
            this.tvInspections = new DevComponents.AdvTree.AdvTree();
            this.cmLocations = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmLocationsAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.cmLocationsS1 = new System.Windows.Forms.ToolStripSeparator();
            this.cmLocationsExpand = new System.Windows.Forms.ToolStripMenuItem();
            this.cmLocationsCollapse = new System.Windows.Forms.ToolStripMenuItem();
            this.cmLocationsS2 = new System.Windows.Forms.ToolStripSeparator();
            this.cmLocationsExpandAll = new System.Windows.Forms.ToolStripMenuItem();
            this.cmLocationsCollapseAll = new System.Windows.Forms.ToolStripMenuItem();
            this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
            this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
            this.scInspectionsData = new DevComponents.DotNetBar.Controls.CollapsibleSplitContainer();
            this.gInspections = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.cmInspections = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmInspectionsAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.cmInspectionsRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.cmInspectionsS1 = new System.Windows.Forms.ToolStripSeparator();
            this.cmInspectionsExport = new System.Windows.Forms.ToolStripMenuItem();
            this.gcInspectionAdded = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionWorkOrder = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionInspector = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionItem = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionSchedule = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionElectrical = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionMechanical = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionPriority = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionComments = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionImages = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcInspectionFaults = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.pInspection = new DevComponents.DotNetBar.PanelEx();
            this.btnInspectionSave = new DevComponents.DotNetBar.ButtonX();
            this.btnInspectionCancel = new DevComponents.DotNetBar.ButtonX();
            this.tcInspections = new DevComponents.DotNetBar.SuperTabControl();
            this.tpInspectionGeneral = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.lblInspectionPriority = new DevComponents.DotNetBar.LabelX();
            this.cbxInspectionPriority = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiInspectionPriorityOK = new DevComponents.Editors.ComboItem();
            this.cbxiInspectionPriorityP1 = new DevComponents.Editors.ComboItem();
            this.cbxiInspectionPriorityP2 = new DevComponents.Editors.ComboItem();
            this.cbxiInspectionPriorityP3 = new DevComponents.Editors.ComboItem();
            this.cbxiInspectionPriorityP4 = new DevComponents.Editors.ComboItem();
            this.cbxiInspectionPriorityP5 = new DevComponents.Editors.ComboItem();
            this.txtInspectionComments = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblInspectionComments = new DevComponents.DotNetBar.LabelX();
            this.txtInspectionMechanical = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblInspectionGeneralMechanical = new DevComponents.DotNetBar.LabelX();
            this.txtInspectionElectrical = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblInspectionGeneralElectrical = new DevComponents.DotNetBar.LabelX();
            this.lblInspectionGeneralSchedule = new DevComponents.DotNetBar.LabelX();
            this.cbxInspectionSchedule = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.txtInspectionTag = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblInspectionGeneralItem = new DevComponents.DotNetBar.LabelX();
            this.lblInspectionGeneralInspector = new DevComponents.DotNetBar.LabelX();
            this.cbxInspectionInspector = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.txtInspectionWorkOrder = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblInspectionGeneralWorkOrder = new DevComponents.DotNetBar.LabelX();
            this.tiInspectionGeneral = new DevComponents.DotNetBar.SuperTabItem();
            this.tpInspectionsAnswers = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gInspectionAnswers = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gInspectionAnswersID = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionAnswersQS = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionAnswersQID = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionAnswersPID = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionAnswersQuestion = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionAnswersAnswer = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiInspectionAnswers = new DevComponents.DotNetBar.SuperTabItem();
            this.tpInspectionsFaults = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gInspectionFaults = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gInspectionFaultsPhoto = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionFaultsFault = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionFaultsPriority = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gInspectionFaultsResolved = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiInspectionFaults = new DevComponents.DotNetBar.SuperTabItem();
            this.dtInspectionsFilterTo = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.dtInspectionsFilterFrom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.mtpHome = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.pHome = new DevComponents.DotNetBar.PanelEx();
            this.ccHome = new DevComponents.DotNetBar.Charts.ChartControl();
            this.mtpItems = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.pItems = new DevComponents.DotNetBar.PanelEx();
            this.scItems = new DevComponents.DotNetBar.Controls.CollapsibleSplitContainer();
            this.tvItems = new DevComponents.AdvTree.AdvTree();
            this.nodeConnector2 = new DevComponents.AdvTree.NodeConnector();
            this.elementStyle2 = new DevComponents.DotNetBar.ElementStyle();
            this.scItemsData = new DevComponents.DotNetBar.Controls.CollapsibleSplitContainer();
            this.gItems = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.cmItems = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmItemsAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.cmItemsRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.gItemAdded = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemTag = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemBarcode = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemCID = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemSerial = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemEType = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemMType = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemMan = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemDesc = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemDrawing = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemHacDrawing = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemDLDrawing = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemECert = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemBarrier = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemDType = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemPType = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemEGroup = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemTRating = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAtexGroup = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAtexCat = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAtexProt = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemEPL = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemIPRating = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemCENumber = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemTempRange = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAreaZone = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAreaGroup = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAreaTRating = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemAccess = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcItemSuitable = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gItemImages = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gItemFaults = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.pItem = new DevComponents.DotNetBar.PanelEx();
            this.btnItemSave = new DevComponents.DotNetBar.ButtonX();
            this.btnItemCancel = new DevComponents.DotNetBar.ButtonX();
            this.tcItems = new DevComponents.DotNetBar.SuperTabControl();
            this.tpItemGeneral = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.btnItemDrawing = new DevComponents.DotNetBar.ButtonX();
            this.btnItemDrawingHac = new DevComponents.DotNetBar.ButtonX();
            this.btnItemManufacturer = new DevComponents.DotNetBar.ButtonX();
            this.cbxItemSuitable = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemSuitableYes = new DevComponents.Editors.ComboItem();
            this.cbxiItemSuitableNo = new DevComponents.Editors.ComboItem();
            this.cbxiItemSuitableUnknown = new DevComponents.Editors.ComboItem();
            this.cbxiItemSuitableNA = new DevComponents.Editors.ComboItem();
            this.lblItemSuitable = new DevComponents.DotNetBar.LabelX();
            this.txtItemAccess = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemAccess = new DevComponents.DotNetBar.LabelX();
            this.txtItemMType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemMType = new DevComponents.DotNetBar.LabelX();
            this.txtItemDLDrawing = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemDLDrawing = new DevComponents.DotNetBar.LabelX();
            this.cbxItemManufacturer = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblItemManufacturer = new DevComponents.DotNetBar.LabelX();
            this.lblItemDrawingDateVal = new DevComponents.DotNetBar.LabelX();
            this.lblItemDrawingRevVal = new DevComponents.DotNetBar.LabelX();
            this.lblItemDrawingRev = new DevComponents.DotNetBar.LabelX();
            this.cbxItemDrawing = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblItemDrawing = new DevComponents.DotNetBar.LabelX();
            this.cbxItemEType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemETypeFixed = new DevComponents.Editors.ComboItem();
            this.cbxiItemETypePortable = new DevComponents.Editors.ComboItem();
            this.lblItemEType = new DevComponents.DotNetBar.LabelX();
            this.lblItemHACDrawingDateVal = new DevComponents.DotNetBar.LabelX();
            this.lblItemHACDrawingRevVal = new DevComponents.DotNetBar.LabelX();
            this.lblItemHACDrawingRev = new DevComponents.DotNetBar.LabelX();
            this.cbxItemDrawingHac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblItemDrawingHac = new DevComponents.DotNetBar.LabelX();
            this.txtItemDescription = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemDescription = new DevComponents.DotNetBar.LabelX();
            this.txtItemCableID = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemCableID = new DevComponents.DotNetBar.LabelX();
            this.txtItemBarcode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemBarcode = new DevComponents.DotNetBar.LabelX();
            this.txtItemSerial = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemSerial = new DevComponents.DotNetBar.LabelX();
            this.txtItemTag = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemTag = new DevComponents.DotNetBar.LabelX();
            this.tiItemGeneral = new DevComponents.DotNetBar.SuperTabItem();
            this.tpItemDetails = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.cbxItemTraceHC = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemTraceHCN = new DevComponents.Editors.ComboItem();
            this.cbxiItemTraceHCY = new DevComponents.Editors.ComboItem();
            this.txtItemCPRef = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemCPRef = new DevComponents.DotNetBar.LabelX();
            this.lblItemTraceHC = new DevComponents.DotNetBar.LabelX();
            this.txtItemACat = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtItemTRating = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtItemPType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtItemDType = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtItemECert = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtItemATRating = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemATRating = new DevComponents.DotNetBar.LabelX();
            this.txtItemAGroup = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemAreaGroup = new DevComponents.DotNetBar.LabelX();
            this.txtItemAZone = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemAZone = new DevComponents.DotNetBar.LabelX();
            this.txtItemTemp = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemTemp = new DevComponents.DotNetBar.LabelX();
            this.txtItemCE = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemCE = new DevComponents.DotNetBar.LabelX();
            this.txtItemIP = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblItemIP = new DevComponents.DotNetBar.LabelX();
            this.cbxItemEPL = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemEPLGa = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLGb = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLGc = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLDa = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLDb = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLDc = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLMa = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLMb = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLNA = new DevComponents.Editors.ComboItem();
            this.cbxiItemEPLUnknown = new DevComponents.Editors.ComboItem();
            this.lblItemEPL = new DevComponents.DotNetBar.LabelX();
            this.cbxItemAProt = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemAProtG = new DevComponents.Editors.ComboItem();
            this.cbxiItemAProtD = new DevComponents.Editors.ComboItem();
            this.cbxiItemAProtGD = new DevComponents.Editors.ComboItem();
            this.cbxiItemAProtNA = new DevComponents.Editors.ComboItem();
            this.cbxiItemAProtUnknown = new DevComponents.Editors.ComboItem();
            this.lblItemAProt = new DevComponents.DotNetBar.LabelX();
            this.lblItemACat = new DevComponents.DotNetBar.LabelX();
            this.cbxItemAGroup = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemAGroupI = new DevComponents.Editors.ComboItem();
            this.cbxiItemAGroupII = new DevComponents.Editors.ComboItem();
            this.cbxiItemAGroupIII = new DevComponents.Editors.ComboItem();
            this.cbxiItemAGroupNA = new DevComponents.Editors.ComboItem();
            this.cbxiItemAGroupUnknown = new DevComponents.Editors.ComboItem();
            this.lblItemAGroup = new DevComponents.DotNetBar.LabelX();
            this.lblItemTRating = new DevComponents.DotNetBar.LabelX();
            this.cbxItemEGroup = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemEGroupII = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIIA = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIIB = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIIC = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIII = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIIIA = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIIIB = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupIIIC = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupNA = new DevComponents.Editors.ComboItem();
            this.cbxiItemEGroupUnknown = new DevComponents.Editors.ComboItem();
            this.lblItemEGroup = new DevComponents.DotNetBar.LabelX();
            this.lblItemPType = new DevComponents.DotNetBar.LabelX();
            this.lblItemDType = new DevComponents.DotNetBar.LabelX();
            this.cbxItemBarrier = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiItemBarrierNA = new DevComponents.Editors.ComboItem();
            this.cbxiItemBarrierELD = new DevComponents.Editors.ComboItem();
            this.cbxiItemBarrierGalvanic = new DevComponents.Editors.ComboItem();
            this.cbxiItemBarrierOther = new DevComponents.Editors.ComboItem();
            this.cbxiItemBarrierZenner = new DevComponents.Editors.ComboItem();
            this.lblItemBarrier = new DevComponents.DotNetBar.LabelX();
            this.lblItemECert = new DevComponents.DotNetBar.LabelX();
            this.tiItemDetails = new DevComponents.DotNetBar.SuperTabItem();
            this.tpItemFault = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.tiItemFault = new DevComponents.DotNetBar.SuperTabItem();
            this.dtItemsFilterTo = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.dtItemsFilterFrom = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.mtpReports = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.dnDiary = new DevComponents.DotNetBar.Schedule.DateNavigator();
            this.cvDiary = new DevComponents.DotNetBar.Schedule.CalendarView();
            this.pDiary = new DevComponents.DotNetBar.PanelEx();
            this.mab = new DevComponents.DotNetBar.Metro.MetroAppButton();
            this.mstc = new DevComponents.DotNetBar.SuperTabControl();
            this.mspImpExp = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.mstImpExp = new DevComponents.DotNetBar.SuperTabItem();
            this.mspHelp = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.mstHelp = new DevComponents.DotNetBar.SuperTabItem();
            this.mspPrint = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.mstPrint = new DevComponents.DotNetBar.SuperTabItem();
            this.msbSettings = new DevComponents.DotNetBar.ButtonItem();
            this.msbSignOut = new DevComponents.DotNetBar.ButtonItem();
            this.msbExit = new DevComponents.DotNetBar.ButtonItem();
            this.mtHome = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.mtInspections = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.mtItems = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.mtDiary = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.msbSync = new DevComponents.DotNetBar.ButtonItem();
            this.msbTools = new DevComponents.DotNetBar.ButtonItem();
            this.msbiInspectors = new DevComponents.DotNetBar.ButtonItem();
            this.msbiSchedules = new DevComponents.DotNetBar.ButtonItem();
            this.msbiLists = new DevComponents.DotNetBar.ButtonItem();
            this.msbiDDRebuild = new DevComponents.DotNetBar.ButtonItem();
            this.sm = new DevComponents.DotNetBar.StyleManager(this.components);
            this.cpMain = new DevComponents.DotNetBar.Controls.CircularProgress();
            this.ms.SuspendLayout();
            this.mtpInspections.SuspendLayout();
            this.pInspections.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scInspections)).BeginInit();
            this.scInspections.Panel1.SuspendLayout();
            this.scInspections.Panel2.SuspendLayout();
            this.scInspections.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tvInspections)).BeginInit();
            this.cmLocations.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scInspectionsData)).BeginInit();
            this.scInspectionsData.Panel1.SuspendLayout();
            this.scInspectionsData.Panel2.SuspendLayout();
            this.scInspectionsData.SuspendLayout();
            this.cmInspections.SuspendLayout();
            this.pInspection.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcInspections)).BeginInit();
            this.tcInspections.SuspendLayout();
            this.tpInspectionGeneral.SuspendLayout();
            this.tpInspectionsAnswers.SuspendLayout();
            this.tpInspectionsFaults.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtInspectionsFilterTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtInspectionsFilterFrom)).BeginInit();
            this.mtpHome.SuspendLayout();
            this.pHome.SuspendLayout();
            this.mtpItems.SuspendLayout();
            this.pItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.scItems)).BeginInit();
            this.scItems.Panel1.SuspendLayout();
            this.scItems.Panel2.SuspendLayout();
            this.scItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tvItems)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.scItemsData)).BeginInit();
            this.scItemsData.Panel1.SuspendLayout();
            this.scItemsData.Panel2.SuspendLayout();
            this.scItemsData.SuspendLayout();
            this.cmItems.SuspendLayout();
            this.pItem.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcItems)).BeginInit();
            this.tcItems.SuspendLayout();
            this.tpItemGeneral.SuspendLayout();
            this.tpItemDetails.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtItemsFilterTo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtItemsFilterFrom)).BeginInit();
            this.mtpReports.SuspendLayout();
            this.pDiary.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.mstc)).BeginInit();
            this.mstc.SuspendLayout();
            this.SuspendLayout();
            // 
            // msb
            // 
            this.msb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.msb.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.msb.ContainerControlProcessDialogKey = true;
            this.msb.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.msb.DragDropSupport = true;
            this.msb.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.msb.ForeColor = System.Drawing.Color.Black;
            this.msb.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblStatus});
            this.msb.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.msb.Location = new System.Drawing.Point(1, 597);
            this.msb.Name = "msb";
            this.msb.Size = new System.Drawing.Size(958, 22);
            this.msb.TabIndex = 0;
            // 
            // lblStatus
            // 
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Text = "Ready...";
            // 
            // ms
            // 
            this.ms.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.ms.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.ms.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.ms.CanCustomize = false;
            this.ms.CaptionFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.ms.CaptionVisible = true;
            this.ms.Controls.Add(this.mtpHome);
            this.ms.Controls.Add(this.mtpInspections);
            this.ms.Controls.Add(this.mtpItems);
            this.ms.Controls.Add(this.mtpReports);
            this.ms.ForeColor = System.Drawing.Color.Black;
            this.ms.HelpButtonText = "Get Help";
            this.ms.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.mab,
            this.mtHome,
            this.mtInspections,
            this.mtItems,
            this.mtDiary});
            this.ms.KeyTipsFont = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.ms.Location = new System.Drawing.Point(1, 1);
            this.ms.Name = "ms";
            this.ms.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.msbSync,
            this.msbTools});
            this.ms.SettingsButtonVisible = false;
            this.ms.Size = new System.Drawing.Size(958, 598);
            this.ms.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
            this.ms.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
            this.ms.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
            this.ms.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
            this.ms.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
            this.ms.SystemText.QatDialogAddButton = "&Add >>";
            this.ms.SystemText.QatDialogCancelButton = "Cancel";
            this.ms.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
            this.ms.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
            this.ms.SystemText.QatDialogOkButton = "OK";
            this.ms.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
            this.ms.SystemText.QatDialogRemoveButton = "&Remove";
            this.ms.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
            this.ms.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
            this.ms.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
            this.ms.TabIndex = 1;
            this.ms.TabStripFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.ms.HelpButtonClick += new System.EventHandler(this.ms_HelpButtonClick);
            // 
            // mtpInspections
            // 
            this.mtpInspections.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.mtpInspections.Controls.Add(this.labelX2);
            this.mtpInspections.Controls.Add(this.pInspections);
            this.mtpInspections.Controls.Add(this.dtInspectionsFilterTo);
            this.mtpInspections.Controls.Add(this.dtInspectionsFilterFrom);
            this.mtpInspections.Controls.Add(this.labelX1);
            this.mtpInspections.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mtpInspections.Location = new System.Drawing.Point(0, 61);
            this.mtpInspections.Name = "mtpInspections";
            this.mtpInspections.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.mtpInspections.Size = new System.Drawing.Size(958, 537);
            // 
            // 
            // 
            this.mtpInspections.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpInspections.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpInspections.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.mtpInspections.TabIndex = 2;
            this.mtpInspections.Visible = false;
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.labelX2.ForeColor = System.Drawing.Color.Black;
            this.labelX2.Location = new System.Drawing.Point(186, 10);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(22, 23);
            this.labelX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX2.TabIndex = 99;
            this.labelX2.Text = "to";
            this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // pInspections
            // 
            this.pInspections.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.pInspections.CanvasColor = System.Drawing.SystemColors.Control;
            this.pInspections.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.pInspections.Controls.Add(this.scInspections);
            this.pInspections.DisabledBackColor = System.Drawing.Color.Empty;
            this.pInspections.Location = new System.Drawing.Point(0, 41);
            this.pInspections.Name = "pInspections";
            this.pInspections.Size = new System.Drawing.Size(958, 496);
            this.pInspections.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.pInspections.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.pInspections.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.pInspections.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.pInspections.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.pInspections.Style.GradientAngle = 90;
            this.pInspections.TabIndex = 0;
            // 
            // scInspections
            // 
            this.scInspections.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scInspections.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.scInspections.ForeColor = System.Drawing.Color.Black;
            this.scInspections.IsSplitterFixed = true;
            this.scInspections.Location = new System.Drawing.Point(0, 0);
            this.scInspections.Name = "scInspections";
            // 
            // scInspections.Panel1
            // 
            this.scInspections.Panel1.Controls.Add(this.tvInspections);
            this.scInspections.Panel1.ForeColor = System.Drawing.Color.Black;
            this.scInspections.Panel1MinSize = 300;
            // 
            // scInspections.Panel2
            // 
            this.scInspections.Panel2.Controls.Add(this.scInspectionsData);
            this.scInspections.Panel2.ForeColor = System.Drawing.Color.Black;
            this.scInspections.Size = new System.Drawing.Size(958, 496);
            this.scInspections.SplitterDistance = 300;
            this.scInspections.SplitterWidth = 1;
            this.scInspections.TabIndex = 0;
            // 
            // tvInspections
            // 
            this.tvInspections.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
            this.tvInspections.AllowDrop = true;
            this.tvInspections.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.tvInspections.BackgroundStyle.Class = "TreeBorderKey";
            this.tvInspections.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tvInspections.ContextMenuStrip = this.cmLocations;
            this.tvInspections.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvInspections.ForeColor = System.Drawing.Color.Black;
            this.tvInspections.GridColumnLines = false;
            this.tvInspections.GridRowLines = true;
            this.tvInspections.HotTracking = true;
            this.tvInspections.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.tvInspections.Location = new System.Drawing.Point(0, 0);
            this.tvInspections.Name = "tvInspections";
            this.tvInspections.NodesConnector = this.nodeConnector1;
            this.tvInspections.NodeStyle = this.elementStyle1;
            this.tvInspections.PathSeparator = ";";
            this.tvInspections.Size = new System.Drawing.Size(300, 496);
            this.tvInspections.Styles.Add(this.elementStyle1);
            this.tvInspections.TabIndex = 1;
            this.tvInspections.NodeClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.tvInspections_NodeClick);
            // 
            // cmLocations
            // 
            this.cmLocations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmLocationsAdd,
            this.cmLocationsS1,
            this.cmLocationsExpand,
            this.cmLocationsCollapse,
            this.cmLocationsS2,
            this.cmLocationsExpandAll,
            this.cmLocationsCollapseAll});
            this.cmLocations.Name = "cmItems";
            this.cmLocations.Size = new System.Drawing.Size(169, 126);
            // 
            // cmLocationsAdd
            // 
            this.cmLocationsAdd.Name = "cmLocationsAdd";
            this.cmLocationsAdd.Size = new System.Drawing.Size(168, 22);
            this.cmLocationsAdd.Text = "Manage locations";
            this.cmLocationsAdd.Click += new System.EventHandler(this.cmLocationsManage_Click);
            // 
            // cmLocationsS1
            // 
            this.cmLocationsS1.Name = "cmLocationsS1";
            this.cmLocationsS1.Size = new System.Drawing.Size(165, 6);
            // 
            // cmLocationsExpand
            // 
            this.cmLocationsExpand.Name = "cmLocationsExpand";
            this.cmLocationsExpand.Size = new System.Drawing.Size(168, 22);
            this.cmLocationsExpand.Text = "Expand";
            this.cmLocationsExpand.Click += new System.EventHandler(this.cmLocationsExpand_Click);
            // 
            // cmLocationsCollapse
            // 
            this.cmLocationsCollapse.Name = "cmLocationsCollapse";
            this.cmLocationsCollapse.Size = new System.Drawing.Size(168, 22);
            this.cmLocationsCollapse.Text = "Collapse";
            this.cmLocationsCollapse.Click += new System.EventHandler(this.cmLocationsCollapse_Click);
            // 
            // cmLocationsS2
            // 
            this.cmLocationsS2.Name = "cmLocationsS2";
            this.cmLocationsS2.Size = new System.Drawing.Size(165, 6);
            // 
            // cmLocationsExpandAll
            // 
            this.cmLocationsExpandAll.Name = "cmLocationsExpandAll";
            this.cmLocationsExpandAll.Size = new System.Drawing.Size(168, 22);
            this.cmLocationsExpandAll.Text = "Expand all";
            this.cmLocationsExpandAll.Click += new System.EventHandler(this.cmLocationsExpandAll_Click);
            // 
            // cmLocationsCollapseAll
            // 
            this.cmLocationsCollapseAll.Name = "cmLocationsCollapseAll";
            this.cmLocationsCollapseAll.Size = new System.Drawing.Size(168, 22);
            this.cmLocationsCollapseAll.Text = "Collapse all";
            this.cmLocationsCollapseAll.Click += new System.EventHandler(this.cmLocationsCollapseAll_Click);
            // 
            // nodeConnector1
            // 
            this.nodeConnector1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))));
            // 
            // elementStyle1
            // 
            this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.elementStyle1.Name = "elementStyle1";
            this.elementStyle1.TextColor = System.Drawing.Color.Black;
            // 
            // scInspectionsData
            // 
            this.scInspectionsData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scInspectionsData.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.scInspectionsData.ForeColor = System.Drawing.Color.Black;
            this.scInspectionsData.IsSplitterFixed = true;
            this.scInspectionsData.Location = new System.Drawing.Point(0, 0);
            this.scInspectionsData.Name = "scInspectionsData";
            this.scInspectionsData.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // scInspectionsData.Panel1
            // 
            this.scInspectionsData.Panel1.Controls.Add(this.gInspections);
            this.scInspectionsData.Panel1.ForeColor = System.Drawing.Color.Black;
            // 
            // scInspectionsData.Panel2
            // 
            this.scInspectionsData.Panel2.Controls.Add(this.pInspection);
            this.scInspectionsData.Panel2.ForeColor = System.Drawing.Color.Black;
            this.scInspectionsData.Panel2MinSize = 400;
            this.scInspectionsData.Size = new System.Drawing.Size(657, 496);
            this.scInspectionsData.SplitterDistance = 95;
            this.scInspectionsData.SplitterWidth = 1;
            this.scInspectionsData.TabIndex = 0;
            // 
            // gInspections
            // 
            this.gInspections.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gInspections.ContextMenuStrip = this.cmInspections;
            this.gInspections.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background14.Color1 = System.Drawing.Color.White;
            background14.Color2 = System.Drawing.Color.White;
            this.gInspections.DefaultVisualStyles.CellStyles.Default.Background = background14;
            this.gInspections.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding6.Left = 5;
            padding6.Right = 5;
            this.gInspections.DefaultVisualStyles.CellStyles.Default.Padding = padding6;
            this.gInspections.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background15.Color1 = System.Drawing.Color.LightGray;
            background15.Color2 = System.Drawing.Color.LightGray;
            this.gInspections.DefaultVisualStyles.CellStyles.MouseOver.Background = background15;
            this.gInspections.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background16.Color1 = System.Drawing.Color.White;
            background16.Color2 = System.Drawing.Color.White;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnly.Background = background16;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background17.Color1 = System.Drawing.Color.LightGray;
            background17.Color2 = System.Drawing.Color.LightGray;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background17;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background18.Color1 = System.Drawing.Color.Gainsboro;
            background18.Color2 = System.Drawing.Color.Gainsboro;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background18;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background19.Color1 = System.Drawing.Color.DarkGray;
            background19.Color2 = System.Drawing.Color.DarkGray;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background19;
            this.gInspections.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background20.Color1 = System.Drawing.Color.Gainsboro;
            background20.Color2 = System.Drawing.Color.Gainsboro;
            this.gInspections.DefaultVisualStyles.CellStyles.Selected.Background = background20;
            this.gInspections.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background21.Color1 = System.Drawing.Color.DarkGray;
            background21.Color2 = System.Drawing.Color.DarkGray;
            this.gInspections.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background21;
            this.gInspections.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background22.Color1 = System.Drawing.SystemColors.Control;
            background22.Color2 = System.Drawing.Color.White;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background22;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding7.Left = 5;
            padding7.Right = 5;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding7;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background23.Color1 = System.Drawing.SystemColors.Control;
            background23.Color2 = System.Drawing.Color.White;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background23;
            this.gInspections.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gInspections.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gInspections.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gInspections.ForeColor = System.Drawing.Color.Black;
            this.gInspections.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gInspections.Location = new System.Drawing.Point(0, 0);
            this.gInspections.Name = "gInspections";
            // 
            // 
            // 
            this.gInspections.PrimaryGrid.CheckBoxes = true;
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionAdded);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionWorkOrder);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionInspector);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionItem);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionSchedule);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionElectrical);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionMechanical);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionPriority);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionComments);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionImages);
            this.gInspections.PrimaryGrid.Columns.Add(this.gcInspectionFaults);
            this.gInspections.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gInspections.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gInspections.PrimaryGrid.ShowRowHeaders = false;
            this.gInspections.PrimaryGrid.UseAlternateRowStyle = true;
            this.gInspections.Size = new System.Drawing.Size(657, 95);
            this.gInspections.TabIndex = 2;
            this.gInspections.CellActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellActivatedEventArgs>(this.gInspections_CellActivated);
            this.gInspections.CellValueChanged += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellValueChangedEventArgs>(this.gInspections_CellValueChanged);
            this.gInspections.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.gInspections_RowActivated);
            this.gInspections.RowClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowClickEventArgs>(this.gInspections_RowClick);
            this.gInspections.RowDoubleClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowDoubleClickEventArgs>(this.gInspections_RowDoubleClick);
            // 
            // cmInspections
            // 
            this.cmInspections.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmInspectionsAdd,
            this.cmInspectionsRemove,
            this.cmInspectionsS1,
            this.cmInspectionsExport});
            this.cmInspections.Name = "cmInspections";
            this.cmInspections.Size = new System.Drawing.Size(188, 76);
            // 
            // cmInspectionsAdd
            // 
            this.cmInspectionsAdd.Name = "cmInspectionsAdd";
            this.cmInspectionsAdd.Size = new System.Drawing.Size(187, 22);
            this.cmInspectionsAdd.Text = "Add inspection";
            this.cmInspectionsAdd.Click += new System.EventHandler(this.cmInspectionsAdd_Click);
            // 
            // cmInspectionsRemove
            // 
            this.cmInspectionsRemove.Name = "cmInspectionsRemove";
            this.cmInspectionsRemove.Size = new System.Drawing.Size(187, 22);
            this.cmInspectionsRemove.Text = "Remove inspection";
            this.cmInspectionsRemove.Click += new System.EventHandler(this.cmInspectionsRemove_Click);
            // 
            // cmInspectionsS1
            // 
            this.cmInspectionsS1.Name = "cmInspectionsS1";
            this.cmInspectionsS1.Size = new System.Drawing.Size(184, 6);
            // 
            // cmInspectionsExport
            // 
            this.cmInspectionsExport.Name = "cmInspectionsExport";
            this.cmInspectionsExport.Size = new System.Drawing.Size(187, 22);
            this.cmInspectionsExport.Text = "Export this inspection";
            this.cmInspectionsExport.Click += new System.EventHandler(this.cmInspectionsExportSingle_Click);
            // 
            // gcInspectionAdded
            // 
            this.gcInspectionAdded.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcInspectionAdded.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridDateTimePickerEditControl);
            this.gcInspectionAdded.HeaderText = "Completed";
            this.gcInspectionAdded.MinimumWidth = 150;
            this.gcInspectionAdded.Name = "Added";
            this.gcInspectionAdded.Width = 150;
            // 
            // gcInspectionWorkOrder
            // 
            this.gcInspectionWorkOrder.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcInspectionWorkOrder.HeaderText = "Work Order";
            this.gcInspectionWorkOrder.MinimumWidth = 60;
            this.gcInspectionWorkOrder.Name = "WorkOrder";
            this.gcInspectionWorkOrder.Width = 60;
            // 
            // gcInspectionInspector
            // 
            this.gcInspectionInspector.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcInspectionInspector.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridComboBoxExEditControl);
            this.gcInspectionInspector.HeaderText = "Inspector";
            this.gcInspectionInspector.MinimumWidth = 150;
            this.gcInspectionInspector.Name = "Inspector";
            this.gcInspectionInspector.Width = 150;
            // 
            // gcInspectionItem
            // 
            this.gcInspectionItem.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcInspectionItem.HeaderText = "Item";
            this.gcInspectionItem.MinimumWidth = 60;
            this.gcInspectionItem.Name = "Item";
            this.gcInspectionItem.Width = 60;
            // 
            // gcInspectionSchedule
            // 
            this.gcInspectionSchedule.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcInspectionSchedule.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridComboBoxExEditControl);
            this.gcInspectionSchedule.HeaderText = "Schedule";
            this.gcInspectionSchedule.MinimumWidth = 125;
            this.gcInspectionSchedule.Name = "Schedule";
            this.gcInspectionSchedule.Width = 125;
            // 
            // gcInspectionElectrical
            // 
            this.gcInspectionElectrical.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gcInspectionElectrical.FillWeight = 50;
            this.gcInspectionElectrical.HeaderText = "Electrical";
            this.gcInspectionElectrical.MinimumWidth = 150;
            this.gcInspectionElectrical.Name = "Electrical";
            this.gcInspectionElectrical.Width = 150;
            // 
            // gcInspectionMechanical
            // 
            this.gcInspectionMechanical.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gcInspectionMechanical.FillWeight = 50;
            this.gcInspectionMechanical.HeaderText = "Mechanical";
            this.gcInspectionMechanical.MinimumWidth = 150;
            this.gcInspectionMechanical.Name = "Mechanical";
            this.gcInspectionMechanical.Width = 150;
            // 
            // gcInspectionPriority
            // 
            this.gcInspectionPriority.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcInspectionPriority.EditorType = typeof(DevComponents.DotNetBar.SuperGrid.GridComboBoxExEditControl);
            this.gcInspectionPriority.HeaderText = "Priority";
            this.gcInspectionPriority.MinimumWidth = 85;
            this.gcInspectionPriority.Name = "Priority";
            this.gcInspectionPriority.Width = 85;
            // 
            // gcInspectionComments
            // 
            this.gcInspectionComments.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcInspectionComments.HeaderText = "HC?";
            this.gcInspectionComments.MinimumWidth = 40;
            this.gcInspectionComments.Name = "Comments";
            this.gcInspectionComments.ToolTip = "Have comments been logged?";
            this.gcInspectionComments.Width = 40;
            // 
            // gcInspectionImages
            // 
            this.gcInspectionImages.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcInspectionImages.HeaderText = "HP?";
            this.gcInspectionImages.MinimumWidth = 40;
            this.gcInspectionImages.Name = "Images";
            this.gcInspectionImages.Width = 40;
            // 
            // gcInspectionFaults
            // 
            this.gcInspectionFaults.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcInspectionFaults.HeaderText = "HF?";
            this.gcInspectionFaults.MinimumWidth = 40;
            this.gcInspectionFaults.Name = "Faults";
            this.gcInspectionFaults.ToolTip = "Has faults?";
            this.gcInspectionFaults.Width = 40;
            // 
            // pInspection
            // 
            this.pInspection.CanvasColor = System.Drawing.SystemColors.Control;
            this.pInspection.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.pInspection.Controls.Add(this.btnInspectionSave);
            this.pInspection.Controls.Add(this.btnInspectionCancel);
            this.pInspection.Controls.Add(this.tcInspections);
            this.pInspection.DisabledBackColor = System.Drawing.Color.Empty;
            this.pInspection.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pInspection.Location = new System.Drawing.Point(0, 0);
            this.pInspection.Name = "pInspection";
            this.pInspection.Size = new System.Drawing.Size(657, 400);
            this.pInspection.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.pInspection.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.pInspection.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.pInspection.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.pInspection.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.pInspection.Style.GradientAngle = 90;
            this.pInspection.TabIndex = 0;
            // 
            // btnInspectionSave
            // 
            this.btnInspectionSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnInspectionSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnInspectionSave.Enabled = false;
            this.btnInspectionSave.Location = new System.Drawing.Point(112, 356);
            this.btnInspectionSave.Name = "btnInspectionSave";
            this.btnInspectionSave.Size = new System.Drawing.Size(92, 30);
            this.btnInspectionSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnInspectionSave.TabIndex = 324;
            this.btnInspectionSave.Text = "Save";
            this.btnInspectionSave.Click += new System.EventHandler(this.btnInspectionSave_Click);
            // 
            // btnInspectionCancel
            // 
            this.btnInspectionCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnInspectionCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnInspectionCancel.Enabled = false;
            this.btnInspectionCancel.Location = new System.Drawing.Point(14, 356);
            this.btnInspectionCancel.Name = "btnInspectionCancel";
            this.btnInspectionCancel.Size = new System.Drawing.Size(92, 30);
            this.btnInspectionCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnInspectionCancel.TabIndex = 325;
            this.btnInspectionCancel.Text = "Cancel";
            this.btnInspectionCancel.Click += new System.EventHandler(this.btnInspectionCancel_Click);
            // 
            // tcInspections
            // 
            this.tcInspections.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tcInspections.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            // 
            // 
            // 
            this.tcInspections.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.tcInspections.ControlBox.MenuBox.Name = "";
            this.tcInspections.ControlBox.Name = "";
            this.tcInspections.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tcInspections.ControlBox.MenuBox,
            this.tcInspections.ControlBox.CloseBox});
            this.tcInspections.ControlBox.Visible = false;
            this.tcInspections.Controls.Add(this.tpInspectionGeneral);
            this.tcInspections.Controls.Add(this.tpInspectionsAnswers);
            this.tcInspections.Controls.Add(this.tpInspectionsFaults);
            this.tcInspections.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tcInspections.ForeColor = System.Drawing.Color.Black;
            this.tcInspections.Location = new System.Drawing.Point(14, 14);
            this.tcInspections.Name = "tcInspections";
            this.tcInspections.ReorderTabsEnabled = true;
            this.tcInspections.SelectedTabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tcInspections.SelectedTabIndex = 0;
            this.tcInspections.Size = new System.Drawing.Size(629, 332);
            this.tcInspections.TabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tcInspections.TabIndex = 4;
            this.tcInspections.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tiInspectionGeneral,
            this.tiInspectionAnswers,
            this.tiInspectionFaults});
            this.tcInspections.TabStop = false;
            this.tcInspections.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.VisualStudio2008Dock;
            this.tcInspections.TabVerticalSpacing = 3;
            // 
            // tpInspectionGeneral
            // 
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionPriority);
            this.tpInspectionGeneral.Controls.Add(this.cbxInspectionPriority);
            this.tpInspectionGeneral.Controls.Add(this.txtInspectionComments);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionComments);
            this.tpInspectionGeneral.Controls.Add(this.txtInspectionMechanical);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionGeneralMechanical);
            this.tpInspectionGeneral.Controls.Add(this.txtInspectionElectrical);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionGeneralElectrical);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionGeneralSchedule);
            this.tpInspectionGeneral.Controls.Add(this.cbxInspectionSchedule);
            this.tpInspectionGeneral.Controls.Add(this.txtInspectionTag);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionGeneralItem);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionGeneralInspector);
            this.tpInspectionGeneral.Controls.Add(this.cbxInspectionInspector);
            this.tpInspectionGeneral.Controls.Add(this.txtInspectionWorkOrder);
            this.tpInspectionGeneral.Controls.Add(this.lblInspectionGeneralWorkOrder);
            this.tpInspectionGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpInspectionGeneral.Location = new System.Drawing.Point(0, 28);
            this.tpInspectionGeneral.Name = "tpInspectionGeneral";
            this.tpInspectionGeneral.Size = new System.Drawing.Size(629, 304);
            this.tpInspectionGeneral.TabIndex = 1;
            this.tpInspectionGeneral.TabItem = this.tiInspectionGeneral;
            // 
            // lblInspectionPriority
            // 
            this.lblInspectionPriority.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionPriority.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionPriority.EnableMarkup = false;
            this.lblInspectionPriority.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionPriority.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionPriority.Location = new System.Drawing.Point(15, 139);
            this.lblInspectionPriority.Name = "lblInspectionPriority";
            this.lblInspectionPriority.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionPriority.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionPriority.TabIndex = 40;
            this.lblInspectionPriority.Text = "Priority:";
            // 
            // cbxInspectionPriority
            // 
            this.cbxInspectionPriority.DisplayMember = "Text";
            this.cbxInspectionPriority.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxInspectionPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxInspectionPriority.Enabled = false;
            this.cbxInspectionPriority.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxInspectionPriority.ForeColor = System.Drawing.Color.Black;
            this.cbxInspectionPriority.FormattingEnabled = true;
            this.cbxInspectionPriority.ItemHeight = 19;
            this.cbxInspectionPriority.Items.AddRange(new object[] {
            this.cbxiInspectionPriorityOK,
            this.cbxiInspectionPriorityP1,
            this.cbxiInspectionPriorityP2,
            this.cbxiInspectionPriorityP3,
            this.cbxiInspectionPriorityP4,
            this.cbxiInspectionPriorityP5});
            this.cbxInspectionPriority.Location = new System.Drawing.Point(129, 139);
            this.cbxInspectionPriority.Name = "cbxInspectionPriority";
            this.cbxInspectionPriority.Size = new System.Drawing.Size(144, 25);
            this.cbxInspectionPriority.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxInspectionPriority.TabIndex = 39;
            // 
            // cbxiInspectionPriorityOK
            // 
            this.cbxiInspectionPriorityOK.Text = "OK";
            this.cbxiInspectionPriorityOK.Value = "o";
            // 
            // cbxiInspectionPriorityP1
            // 
            this.cbxiInspectionPriorityP1.Text = "Priority 1";
            this.cbxiInspectionPriorityP1.Value = "1";
            // 
            // cbxiInspectionPriorityP2
            // 
            this.cbxiInspectionPriorityP2.Text = "Priority 2";
            this.cbxiInspectionPriorityP2.Value = "2";
            // 
            // cbxiInspectionPriorityP3
            // 
            this.cbxiInspectionPriorityP3.Text = "Priority 3";
            this.cbxiInspectionPriorityP3.Value = "3";
            // 
            // cbxiInspectionPriorityP4
            // 
            this.cbxiInspectionPriorityP4.Text = "Priority 4";
            this.cbxiInspectionPriorityP4.Value = "4";
            // 
            // cbxiInspectionPriorityP5
            // 
            this.cbxiInspectionPriorityP5.Text = "Priority 5";
            this.cbxiInspectionPriorityP5.Value = "5";
            // 
            // txtInspectionComments
            // 
            this.txtInspectionComments.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtInspectionComments.Border.Class = "TextBoxBorder";
            this.txtInspectionComments.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtInspectionComments.DisabledBackColor = System.Drawing.Color.White;
            this.txtInspectionComments.Enabled = false;
            this.txtInspectionComments.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtInspectionComments.ForeColor = System.Drawing.Color.Black;
            this.txtInspectionComments.Location = new System.Drawing.Point(129, 170);
            this.txtInspectionComments.Multiline = true;
            this.txtInspectionComments.Name = "txtInspectionComments";
            this.txtInspectionComments.PreventEnterBeep = true;
            this.txtInspectionComments.Size = new System.Drawing.Size(485, 118);
            this.txtInspectionComments.TabIndex = 9;
            // 
            // lblInspectionComments
            // 
            this.lblInspectionComments.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionComments.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionComments.EnableMarkup = false;
            this.lblInspectionComments.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionComments.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionComments.Location = new System.Drawing.Point(15, 170);
            this.lblInspectionComments.Name = "lblInspectionComments";
            this.lblInspectionComments.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionComments.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionComments.TabIndex = 38;
            this.lblInspectionComments.Text = "Comments:";
            // 
            // txtInspectionMechanical
            // 
            this.txtInspectionMechanical.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtInspectionMechanical.Border.Class = "TextBoxBorder";
            this.txtInspectionMechanical.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtInspectionMechanical.DisabledBackColor = System.Drawing.Color.White;
            this.txtInspectionMechanical.Enabled = false;
            this.txtInspectionMechanical.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtInspectionMechanical.ForeColor = System.Drawing.Color.Black;
            this.txtInspectionMechanical.Location = new System.Drawing.Point(129, 108);
            this.txtInspectionMechanical.Name = "txtInspectionMechanical";
            this.txtInspectionMechanical.PreventEnterBeep = true;
            this.txtInspectionMechanical.Size = new System.Drawing.Size(485, 25);
            this.txtInspectionMechanical.TabIndex = 8;
            // 
            // lblInspectionGeneralMechanical
            // 
            this.lblInspectionGeneralMechanical.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionGeneralMechanical.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionGeneralMechanical.EnableMarkup = false;
            this.lblInspectionGeneralMechanical.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionGeneralMechanical.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionGeneralMechanical.Location = new System.Drawing.Point(15, 108);
            this.lblInspectionGeneralMechanical.Name = "lblInspectionGeneralMechanical";
            this.lblInspectionGeneralMechanical.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionGeneralMechanical.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionGeneralMechanical.TabIndex = 35;
            this.lblInspectionGeneralMechanical.Text = "Mechanical:";
            // 
            // txtInspectionElectrical
            // 
            this.txtInspectionElectrical.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtInspectionElectrical.Border.Class = "TextBoxBorder";
            this.txtInspectionElectrical.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtInspectionElectrical.DisabledBackColor = System.Drawing.Color.White;
            this.txtInspectionElectrical.Enabled = false;
            this.txtInspectionElectrical.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtInspectionElectrical.ForeColor = System.Drawing.Color.Black;
            this.txtInspectionElectrical.Location = new System.Drawing.Point(129, 77);
            this.txtInspectionElectrical.Name = "txtInspectionElectrical";
            this.txtInspectionElectrical.PreventEnterBeep = true;
            this.txtInspectionElectrical.Size = new System.Drawing.Size(485, 25);
            this.txtInspectionElectrical.TabIndex = 7;
            // 
            // lblInspectionGeneralElectrical
            // 
            this.lblInspectionGeneralElectrical.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionGeneralElectrical.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionGeneralElectrical.EnableMarkup = false;
            this.lblInspectionGeneralElectrical.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionGeneralElectrical.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionGeneralElectrical.Location = new System.Drawing.Point(15, 77);
            this.lblInspectionGeneralElectrical.Name = "lblInspectionGeneralElectrical";
            this.lblInspectionGeneralElectrical.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionGeneralElectrical.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionGeneralElectrical.TabIndex = 33;
            this.lblInspectionGeneralElectrical.Text = "Electrical:";
            // 
            // lblInspectionGeneralSchedule
            // 
            this.lblInspectionGeneralSchedule.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionGeneralSchedule.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionGeneralSchedule.EnableMarkup = false;
            this.lblInspectionGeneralSchedule.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionGeneralSchedule.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionGeneralSchedule.Location = new System.Drawing.Point(15, 46);
            this.lblInspectionGeneralSchedule.Name = "lblInspectionGeneralSchedule";
            this.lblInspectionGeneralSchedule.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionGeneralSchedule.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionGeneralSchedule.TabIndex = 30;
            this.lblInspectionGeneralSchedule.Text = "Schedule:";
            // 
            // cbxInspectionSchedule
            // 
            this.cbxInspectionSchedule.DisplayMember = "Text";
            this.cbxInspectionSchedule.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxInspectionSchedule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxInspectionSchedule.Enabled = false;
            this.cbxInspectionSchedule.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxInspectionSchedule.ForeColor = System.Drawing.Color.Black;
            this.cbxInspectionSchedule.FormattingEnabled = true;
            this.cbxInspectionSchedule.ItemHeight = 19;
            this.cbxInspectionSchedule.Location = new System.Drawing.Point(129, 46);
            this.cbxInspectionSchedule.Name = "cbxInspectionSchedule";
            this.cbxInspectionSchedule.Size = new System.Drawing.Size(144, 25);
            this.cbxInspectionSchedule.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxInspectionSchedule.TabIndex = 6;
            this.cbxInspectionSchedule.SelectionChangeCommitted += new System.EventHandler(this.cbxInspectionSchedule_SelectionChangeCommitted);
            // 
            // txtInspectionTag
            // 
            this.txtInspectionTag.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtInspectionTag.Border.Class = "TextBoxBorder";
            this.txtInspectionTag.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtInspectionTag.DisabledBackColor = System.Drawing.Color.White;
            this.txtInspectionTag.Enabled = false;
            this.txtInspectionTag.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtInspectionTag.ForeColor = System.Drawing.Color.Black;
            this.txtInspectionTag.Location = new System.Drawing.Point(400, 15);
            this.txtInspectionTag.Name = "txtInspectionTag";
            this.txtInspectionTag.PreventEnterBeep = true;
            this.txtInspectionTag.Size = new System.Drawing.Size(214, 25);
            this.txtInspectionTag.TabIndex = 5;
            // 
            // lblInspectionGeneralItem
            // 
            this.lblInspectionGeneralItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionGeneralItem.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionGeneralItem.EnableMarkup = false;
            this.lblInspectionGeneralItem.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionGeneralItem.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionGeneralItem.Location = new System.Drawing.Point(308, 15);
            this.lblInspectionGeneralItem.Name = "lblInspectionGeneralItem";
            this.lblInspectionGeneralItem.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionGeneralItem.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionGeneralItem.TabIndex = 27;
            this.lblInspectionGeneralItem.Text = "Item/Tag No.:";
            // 
            // lblInspectionGeneralInspector
            // 
            this.lblInspectionGeneralInspector.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionGeneralInspector.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionGeneralInspector.EnableMarkup = false;
            this.lblInspectionGeneralInspector.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionGeneralInspector.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionGeneralInspector.Location = new System.Drawing.Point(308, 46);
            this.lblInspectionGeneralInspector.Name = "lblInspectionGeneralInspector";
            this.lblInspectionGeneralInspector.Size = new System.Drawing.Size(86, 23);
            this.lblInspectionGeneralInspector.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionGeneralInspector.TabIndex = 26;
            this.lblInspectionGeneralInspector.Text = "Inspector:";
            // 
            // cbxInspectionInspector
            // 
            this.cbxInspectionInspector.DisplayMember = "Text";
            this.cbxInspectionInspector.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxInspectionInspector.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxInspectionInspector.Enabled = false;
            this.cbxInspectionInspector.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxInspectionInspector.ForeColor = System.Drawing.Color.Black;
            this.cbxInspectionInspector.FormattingEnabled = true;
            this.cbxInspectionInspector.ItemHeight = 19;
            this.cbxInspectionInspector.Location = new System.Drawing.Point(400, 46);
            this.cbxInspectionInspector.Name = "cbxInspectionInspector";
            this.cbxInspectionInspector.Size = new System.Drawing.Size(214, 25);
            this.cbxInspectionInspector.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxInspectionInspector.TabIndex = 4;
            // 
            // txtInspectionWorkOrder
            // 
            this.txtInspectionWorkOrder.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtInspectionWorkOrder.Border.Class = "TextBoxBorder";
            this.txtInspectionWorkOrder.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtInspectionWorkOrder.DisabledBackColor = System.Drawing.Color.White;
            this.txtInspectionWorkOrder.Enabled = false;
            this.txtInspectionWorkOrder.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtInspectionWorkOrder.ForeColor = System.Drawing.Color.Black;
            this.txtInspectionWorkOrder.Location = new System.Drawing.Point(129, 15);
            this.txtInspectionWorkOrder.Name = "txtInspectionWorkOrder";
            this.txtInspectionWorkOrder.PreventEnterBeep = true;
            this.txtInspectionWorkOrder.Size = new System.Drawing.Size(144, 25);
            this.txtInspectionWorkOrder.TabIndex = 3;
            // 
            // lblInspectionGeneralWorkOrder
            // 
            this.lblInspectionGeneralWorkOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblInspectionGeneralWorkOrder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblInspectionGeneralWorkOrder.EnableMarkup = false;
            this.lblInspectionGeneralWorkOrder.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblInspectionGeneralWorkOrder.ForeColor = System.Drawing.Color.Black;
            this.lblInspectionGeneralWorkOrder.Location = new System.Drawing.Point(15, 15);
            this.lblInspectionGeneralWorkOrder.Name = "lblInspectionGeneralWorkOrder";
            this.lblInspectionGeneralWorkOrder.Size = new System.Drawing.Size(108, 23);
            this.lblInspectionGeneralWorkOrder.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblInspectionGeneralWorkOrder.TabIndex = 21;
            this.lblInspectionGeneralWorkOrder.Text = "Work Order:";
            // 
            // tiInspectionGeneral
            // 
            this.tiInspectionGeneral.AttachedControl = this.tpInspectionGeneral;
            this.tiInspectionGeneral.GlobalItem = false;
            this.tiInspectionGeneral.Name = "tiInspectionGeneral";
            this.tiInspectionGeneral.Text = "  General";
            // 
            // tpInspectionsAnswers
            // 
            this.tpInspectionsAnswers.Controls.Add(this.gInspectionAnswers);
            this.tpInspectionsAnswers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpInspectionsAnswers.Location = new System.Drawing.Point(0, 28);
            this.tpInspectionsAnswers.Name = "tpInspectionsAnswers";
            this.tpInspectionsAnswers.Size = new System.Drawing.Size(629, 304);
            this.tpInspectionsAnswers.TabIndex = 0;
            this.tpInspectionsAnswers.TabItem = this.tiInspectionAnswers;
            // 
            // gInspectionAnswers
            // 
            this.gInspectionAnswers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background24.Color1 = System.Drawing.Color.White;
            background24.Color2 = System.Drawing.Color.White;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Default.Background = background24;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding8.Left = 5;
            padding8.Right = 5;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Default.Padding = padding8;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background25.Color1 = System.Drawing.Color.LightGray;
            background25.Color2 = System.Drawing.Color.LightGray;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.MouseOver.Background = background25;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background26.Color1 = System.Drawing.Color.White;
            background26.Color2 = System.Drawing.Color.White;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnly.Background = background26;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background27.Color1 = System.Drawing.Color.LightGray;
            background27.Color2 = System.Drawing.Color.LightGray;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background27;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background28.Color1 = System.Drawing.Color.Gainsboro;
            background28.Color2 = System.Drawing.Color.Gainsboro;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background28;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background29.Color1 = System.Drawing.Color.DarkGray;
            background29.Color2 = System.Drawing.Color.DarkGray;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background29;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background30.Color1 = System.Drawing.Color.Gainsboro;
            background30.Color2 = System.Drawing.Color.Gainsboro;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Selected.Background = background30;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background31.Color1 = System.Drawing.Color.DarkGray;
            background31.Color2 = System.Drawing.Color.DarkGray;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background31;
            this.gInspectionAnswers.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background32.Color1 = System.Drawing.Color.White;
            background32.Color2 = System.Drawing.SystemColors.Control;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background32;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding9.Left = 5;
            padding9.Right = 5;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding9;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background33.Color1 = System.Drawing.Color.White;
            background33.Color2 = System.Drawing.SystemColors.Control;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background33;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding10.Left = 5;
            padding10.Right = 5;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Padding = padding10;
            this.gInspectionAnswers.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gInspectionAnswers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gInspectionAnswers.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gInspectionAnswers.ForeColor = System.Drawing.Color.Black;
            this.gInspectionAnswers.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gInspectionAnswers.Location = new System.Drawing.Point(0, 0);
            this.gInspectionAnswers.Name = "gInspectionAnswers";
            // 
            // 
            // 
            this.gInspectionAnswers.PrimaryGrid.Columns.Add(this.gInspectionAnswersID);
            this.gInspectionAnswers.PrimaryGrid.Columns.Add(this.gInspectionAnswersQS);
            this.gInspectionAnswers.PrimaryGrid.Columns.Add(this.gInspectionAnswersQID);
            this.gInspectionAnswers.PrimaryGrid.Columns.Add(this.gInspectionAnswersPID);
            this.gInspectionAnswers.PrimaryGrid.Columns.Add(this.gInspectionAnswersQuestion);
            this.gInspectionAnswers.PrimaryGrid.Columns.Add(this.gInspectionAnswersAnswer);
            this.gInspectionAnswers.PrimaryGrid.MultiSelect = false;
            this.gInspectionAnswers.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gInspectionAnswers.PrimaryGrid.ReadOnly = true;
            this.gInspectionAnswers.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gInspectionAnswers.PrimaryGrid.ShowRowHeaders = false;
            this.gInspectionAnswers.PrimaryGrid.UseAlternateRowStyle = true;
            this.gInspectionAnswers.Size = new System.Drawing.Size(629, 304);
            this.gInspectionAnswers.TabIndex = 10;
            this.gInspectionAnswers.TabSelection = DevComponents.DotNetBar.SuperGrid.TabSelection.CellSameRow;
            this.gInspectionAnswers.CellValueChanged += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellValueChangedEventArgs>(this.gInspectionAnswers_CellValueChanged);
            this.gInspectionAnswers.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.gInspectionAnswers_RowActivated);
            // 
            // gInspectionAnswersID
            // 
            this.gInspectionAnswersID.AllowEdit = false;
            this.gInspectionAnswersID.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gInspectionAnswersID.HeaderText = "DID";
            this.gInspectionAnswersID.MinimumWidth = 50;
            this.gInspectionAnswersID.Name = "DID";
            this.gInspectionAnswersID.ToolTip = "Database question ID";
            this.gInspectionAnswersID.Width = 50;
            // 
            // gInspectionAnswersQS
            // 
            this.gInspectionAnswersQS.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gInspectionAnswersQS.HeaderText = "Sect.";
            this.gInspectionAnswersQS.MinimumWidth = 45;
            this.gInspectionAnswersQS.Name = "QSec";
            this.gInspectionAnswersQS.Width = 45;
            // 
            // gInspectionAnswersQID
            // 
            this.gInspectionAnswersQID.AllowEdit = false;
            this.gInspectionAnswersQID.HeaderText = "Num.";
            this.gInspectionAnswersQID.MinimumWidth = 45;
            this.gInspectionAnswersQID.Name = "QNum";
            this.gInspectionAnswersQID.ToolTip = "Schedule question ID";
            this.gInspectionAnswersQID.Width = 45;
            // 
            // gInspectionAnswersPID
            // 
            this.gInspectionAnswersPID.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gInspectionAnswersPID.HeaderText = "Part";
            this.gInspectionAnswersPID.MinimumWidth = 45;
            this.gInspectionAnswersPID.Name = "QPrt";
            this.gInspectionAnswersPID.Width = 45;
            // 
            // gInspectionAnswersQuestion
            // 
            this.gInspectionAnswersQuestion.AllowEdit = false;
            this.gInspectionAnswersQuestion.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gInspectionAnswersQuestion.HeaderText = "Question";
            this.gInspectionAnswersQuestion.MinimumWidth = 300;
            this.gInspectionAnswersQuestion.Name = "Question";
            this.gInspectionAnswersQuestion.Width = 300;
            // 
            // gInspectionAnswersAnswer
            // 
            this.gInspectionAnswersAnswer.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gInspectionAnswersAnswer.HeaderText = "Answer";
            this.gInspectionAnswersAnswer.MinimumWidth = 50;
            this.gInspectionAnswersAnswer.Name = "Answer";
            this.gInspectionAnswersAnswer.Width = 50;
            // 
            // tiInspectionAnswers
            // 
            this.tiInspectionAnswers.AttachedControl = this.tpInspectionsAnswers;
            this.tiInspectionAnswers.GlobalItem = false;
            this.tiInspectionAnswers.Name = "tiInspectionAnswers";
            this.tiInspectionAnswers.Text = "  Answers";
            // 
            // tpInspectionsFaults
            // 
            this.tpInspectionsFaults.Controls.Add(this.gInspectionFaults);
            this.tpInspectionsFaults.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpInspectionsFaults.Location = new System.Drawing.Point(0, 28);
            this.tpInspectionsFaults.Name = "tpInspectionsFaults";
            this.tpInspectionsFaults.Size = new System.Drawing.Size(629, 304);
            this.tpInspectionsFaults.TabIndex = 0;
            this.tpInspectionsFaults.TabItem = this.tiInspectionFaults;
            // 
            // gInspectionFaults
            // 
            this.gInspectionFaults.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background34.Color1 = System.Drawing.Color.White;
            background34.Color2 = System.Drawing.Color.White;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Default.Background = background34;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding11.Left = 5;
            padding11.Right = 5;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Default.Padding = padding11;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background35.Color1 = System.Drawing.Color.LightGray;
            background35.Color2 = System.Drawing.Color.DarkGray;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.MouseOver.Background = background35;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background36.Color1 = System.Drawing.Color.White;
            background36.Color2 = System.Drawing.Color.White;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnly.Background = background36;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background37.Color1 = System.Drawing.Color.LightGray;
            background37.Color2 = System.Drawing.Color.LightGray;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background37;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background38.Color1 = System.Drawing.Color.Gainsboro;
            background38.Color2 = System.Drawing.Color.Gainsboro;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background38;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background39.Color1 = System.Drawing.Color.DarkGray;
            background39.Color2 = System.Drawing.Color.DarkGray;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background39;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background40.Color1 = System.Drawing.Color.Gainsboro;
            background40.Color2 = System.Drawing.Color.Gainsboro;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Selected.Background = background40;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background41.Color1 = System.Drawing.Color.DarkGray;
            background41.Color2 = System.Drawing.Color.DarkGray;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background41;
            this.gInspectionFaults.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background42.Color1 = System.Drawing.Color.White;
            background42.Color2 = System.Drawing.SystemColors.Control;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background42;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding12.Left = 5;
            padding12.Right = 5;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding12;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background43.Color1 = System.Drawing.Color.White;
            background43.Color2 = System.Drawing.SystemColors.Control;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background43;
            this.gInspectionFaults.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gInspectionFaults.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gInspectionFaults.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gInspectionFaults.ForeColor = System.Drawing.Color.Black;
            this.gInspectionFaults.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gInspectionFaults.Location = new System.Drawing.Point(0, 0);
            this.gInspectionFaults.Name = "gInspectionFaults";
            // 
            // 
            // 
            this.gInspectionFaults.PrimaryGrid.Columns.Add(this.gInspectionFaultsPhoto);
            this.gInspectionFaults.PrimaryGrid.Columns.Add(this.gInspectionFaultsFault);
            this.gInspectionFaults.PrimaryGrid.Columns.Add(this.gInspectionFaultsPriority);
            this.gInspectionFaults.PrimaryGrid.Columns.Add(this.gInspectionFaultsResolved);
            this.gInspectionFaults.PrimaryGrid.MultiSelect = false;
            this.gInspectionFaults.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gInspectionFaults.PrimaryGrid.ReadOnly = true;
            this.gInspectionFaults.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gInspectionFaults.PrimaryGrid.ShowRowHeaders = false;
            this.gInspectionFaults.PrimaryGrid.UseAlternateRowStyle = true;
            this.gInspectionFaults.Size = new System.Drawing.Size(629, 304);
            this.gInspectionFaults.TabIndex = 11;
            this.gInspectionFaults.TabSelection = DevComponents.DotNetBar.SuperGrid.TabSelection.CellSameRow;
            this.gInspectionFaults.CellActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellActivatedEventArgs>(this.gInspectionFaults_CellActivated);
            this.gInspectionFaults.CellValueChanged += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellValueChangedEventArgs>(this.gInspectionFaults_CellValueChanged);
            this.gInspectionFaults.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.gInspectionFaults_RowActivated);
            // 
            // gInspectionFaultsPhoto
            // 
            this.gInspectionFaultsPhoto.AllowEdit = false;
            this.gInspectionFaultsPhoto.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gInspectionFaultsPhoto.HeaderText = "Photo";
            this.gInspectionFaultsPhoto.MinimumWidth = 125;
            this.gInspectionFaultsPhoto.Name = "Photo";
            this.gInspectionFaultsPhoto.Width = 125;
            // 
            // gInspectionFaultsFault
            // 
            this.gInspectionFaultsFault.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gInspectionFaultsFault.HeaderText = "Fault";
            this.gInspectionFaultsFault.MinimumWidth = 300;
            this.gInspectionFaultsFault.Name = "Fault";
            this.gInspectionFaultsFault.Width = 300;
            // 
            // gInspectionFaultsPriority
            // 
            this.gInspectionFaultsPriority.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gInspectionFaultsPriority.HeaderText = "Priority";
            this.gInspectionFaultsPriority.MinimumWidth = 75;
            this.gInspectionFaultsPriority.Name = "Priority";
            this.gInspectionFaultsPriority.Width = 75;
            // 
            // gInspectionFaultsResolved
            // 
            this.gInspectionFaultsResolved.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gInspectionFaultsResolved.HeaderText = "Resolved?";
            this.gInspectionFaultsResolved.MinimumWidth = 75;
            this.gInspectionFaultsResolved.Name = "Resolved";
            this.gInspectionFaultsResolved.Width = 75;
            // 
            // tiInspectionFaults
            // 
            this.tiInspectionFaults.AttachedControl = this.tpInspectionsFaults;
            this.tiInspectionFaults.GlobalItem = false;
            this.tiInspectionFaults.Name = "tiInspectionFaults";
            this.tiInspectionFaults.Text = "  Faults";
            // 
            // dtInspectionsFilterTo
            // 
            this.dtInspectionsFilterTo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.dtInspectionsFilterTo.BackgroundStyle.Class = "DateTimeInputBackground";
            this.dtInspectionsFilterTo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterTo.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtInspectionsFilterTo.ButtonDropDown.Visible = true;
            this.dtInspectionsFilterTo.ForeColor = System.Drawing.Color.Black;
            this.dtInspectionsFilterTo.IsPopupCalendarOpen = false;
            this.dtInspectionsFilterTo.Location = new System.Drawing.Point(214, 8);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtInspectionsFilterTo.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterTo.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.dtInspectionsFilterTo.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.dtInspectionsFilterTo.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterTo.MonthCalendar.DisplayMonth = new System.DateTime(2016, 2, 1, 0, 0, 0, 0);
            this.dtInspectionsFilterTo.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.dtInspectionsFilterTo.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.dtInspectionsFilterTo.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.dtInspectionsFilterTo.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.dtInspectionsFilterTo.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterTo.MonthCalendar.TodayButtonVisible = true;
            this.dtInspectionsFilterTo.Name = "dtInspectionsFilterTo";
            this.dtInspectionsFilterTo.Size = new System.Drawing.Size(95, 25);
            this.dtInspectionsFilterTo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtInspectionsFilterTo.TabIndex = 98;
            this.dtInspectionsFilterTo.TextChanged += new System.EventHandler(this.dtInspectionsFilterTo_TextChanged);
            // 
            // dtInspectionsFilterFrom
            // 
            this.dtInspectionsFilterFrom.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.dtInspectionsFilterFrom.BackgroundStyle.Class = "DateTimeInputBackground";
            this.dtInspectionsFilterFrom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterFrom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtInspectionsFilterFrom.ButtonDropDown.Visible = true;
            this.dtInspectionsFilterFrom.ForeColor = System.Drawing.Color.Black;
            this.dtInspectionsFilterFrom.IsPopupCalendarOpen = false;
            this.dtInspectionsFilterFrom.Location = new System.Drawing.Point(85, 8);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtInspectionsFilterFrom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterFrom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.dtInspectionsFilterFrom.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.dtInspectionsFilterFrom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterFrom.MonthCalendar.DisplayMonth = new System.DateTime(2016, 2, 1, 0, 0, 0, 0);
            this.dtInspectionsFilterFrom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.dtInspectionsFilterFrom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.dtInspectionsFilterFrom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.dtInspectionsFilterFrom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.dtInspectionsFilterFrom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtInspectionsFilterFrom.MonthCalendar.TodayButtonVisible = true;
            this.dtInspectionsFilterFrom.Name = "dtInspectionsFilterFrom";
            this.dtInspectionsFilterFrom.Size = new System.Drawing.Size(95, 25);
            this.dtInspectionsFilterFrom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtInspectionsFilterFrom.TabIndex = 97;
            this.dtInspectionsFilterFrom.TextChanged += new System.EventHandler(this.dtInspectionsFilterFrom_TextChanged);
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.labelX1.ForeColor = System.Drawing.Color.Black;
            this.labelX1.Location = new System.Drawing.Point(15, 10);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(64, 23);
            this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX1.TabIndex = 96;
            this.labelX1.Text = "Show from:";
            // 
            // mtpHome
            // 
            this.mtpHome.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.mtpHome.Controls.Add(this.pHome);
            this.mtpHome.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mtpHome.Location = new System.Drawing.Point(0, 61);
            this.mtpHome.Name = "mtpHome";
            this.mtpHome.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.mtpHome.Size = new System.Drawing.Size(958, 537);
            // 
            // 
            // 
            this.mtpHome.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpHome.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpHome.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.mtpHome.TabIndex = 1;
            // 
            // pHome
            // 
            this.pHome.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.pHome.CanvasColor = System.Drawing.SystemColors.Control;
            this.pHome.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.pHome.Controls.Add(this.ccHome);
            this.pHome.DisabledBackColor = System.Drawing.Color.Empty;
            this.pHome.Location = new System.Drawing.Point(0, 41);
            this.pHome.Name = "pHome";
            this.pHome.Size = new System.Drawing.Size(958, 496);
            this.pHome.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.pHome.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.pHome.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.pHome.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.pHome.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.pHome.Style.GradientAngle = 90;
            this.pHome.TabIndex = 0;
            // 
            // ccHome
            // 
            this.ccHome.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.ccHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartXy1.AxisX.MajorGridLines.GridLinesVisualStyle.LineColor = System.Drawing.Color.Gainsboro;
            chartXy1.AxisX.MinorGridLines.GridLinesVisualStyle.LineColor = System.Drawing.Color.WhiteSmoke;
            axisTitle1.Name = null;
            chartXy1.AxisX.Title = axisTitle1;
            chartXy1.AxisY.AxisAlignment = DevComponents.DotNetBar.Charts.AxisAlignment.Far;
            chartXy1.AxisY.MajorGridLines.GridLinesVisualStyle.LineColor = System.Drawing.Color.Gainsboro;
            chartXy1.AxisY.MinorGridLines.GridLinesVisualStyle.LineColor = System.Drawing.Color.WhiteSmoke;
            axisTitle2.Name = null;
            chartXy1.AxisY.Title = axisTitle2;
            chartXy1.ChartCrosshair.CrosshairLabelMode = DevComponents.DotNetBar.Charts.CrosshairLabelMode.NearestSeries;
            background1.Color1 = System.Drawing.Color.White;
            chartXy1.ChartCrosshair.CrosshairVisualStyle.Background = background1;
            chartXy1.ChartCrosshair.HighlightPoints = true;
            chartXy1.ChartCrosshair.ShowCrosshairLabels = true;
            chartXy1.ChartCrosshair.ShowValueXLabels = true;
            chartXy1.ChartCrosshair.ShowValueXLine = true;
            chartXy1.ChartCrosshair.ShowValueYLabels = true;
            chartXy1.ChartCrosshair.ShowValueYLine = true;
            chartSeries1.CrosshairHighlightPoints = DevComponents.DotNetBar.Charts.Style.Tbool.True;
            chartSeries1.EmptyValues = null;
            chartSeries1.Name = "Series1";
            seriesPoint1.ValueX = 0D;
            seriesPoint1.ValueY = new object[] {
        ((object)(10D))};
            seriesPoint2.ValueX = 1D;
            seriesPoint2.ValueY = new object[] {
        ((object)(22D))};
            seriesPoint3.ValueX = 2D;
            seriesPoint3.ValueY = new object[] {
        ((object)(14D))};
            seriesPoint4.ValueX = 3D;
            seriesPoint4.ValueY = new object[] {
        ((object)(37D))};
            seriesPoint5.ValueX = 4D;
            seriesPoint5.ValueY = new object[] {
        ((object)(37D))};
            seriesPoint6.ValueX = 5D;
            seriesPoint6.ValueY = new object[] {
        ((object)(44D))};
            seriesPoint7.ValueX = 6D;
            seriesPoint7.ValueY = new object[] {
        ((object)(40D))};
            seriesPoint8.ValueX = 7D;
            seriesPoint8.ValueY = new object[] {
        ((object)(28D))};
            seriesPoint9.ValueX = 8D;
            seriesPoint9.ValueY = new object[] {
        ((object)(16D))};
            seriesPoint10.ValueX = 9D;
            seriesPoint10.ValueY = new object[] {
        ((object)(5D))};
            chartSeries1.SeriesPoints.Add(seriesPoint1);
            chartSeries1.SeriesPoints.Add(seriesPoint2);
            chartSeries1.SeriesPoints.Add(seriesPoint3);
            chartSeries1.SeriesPoints.Add(seriesPoint4);
            chartSeries1.SeriesPoints.Add(seriesPoint5);
            chartSeries1.SeriesPoints.Add(seriesPoint6);
            chartSeries1.SeriesPoints.Add(seriesPoint7);
            chartSeries1.SeriesPoints.Add(seriesPoint8);
            chartSeries1.SeriesPoints.Add(seriesPoint9);
            chartSeries1.SeriesPoints.Add(seriesPoint10);
            chartSeries1.SeriesType = DevComponents.DotNetBar.Charts.SeriesType.Line;
            chartXy1.ChartSeries.Add(chartSeries1);
            background2.Color1 = System.Drawing.Color.Yellow;
            chartXy1.ChartSeriesVisualStyle.MarkerHighlightVisualStyle.Background = background2;
            chartXy1.ChartSeriesVisualStyle.MarkerHighlightVisualStyle.Size = new System.Drawing.Size(15, 15);
            chartXy1.ChartSeriesVisualStyle.MarkerHighlightVisualStyle.Type = DevComponents.DotNetBar.Charts.PointMarkerType.Ellipse;
            background3.Color1 = System.Drawing.Color.White;
            chartXy1.ChartVisualStyle.Background = background3;
            borderColor1.Bottom = System.Drawing.Color.Black;
            borderColor1.Left = System.Drawing.Color.Black;
            borderColor1.Right = System.Drawing.Color.Black;
            borderColor1.Top = System.Drawing.Color.Black;
            chartXy1.ChartVisualStyle.BorderColor = borderColor1;
            thickness1.Bottom = 1;
            thickness1.Left = 1;
            thickness1.Right = 1;
            thickness1.Top = 1;
            chartXy1.ChartVisualStyle.BorderThickness = thickness1;
            padding1.Bottom = 6;
            padding1.Left = 6;
            padding1.Right = 6;
            padding1.Top = 6;
            chartXy1.ChartVisualStyle.Padding = padding1;
            background4.Color1 = System.Drawing.Color.White;
            chartXy1.ContainerVisualStyles.Default.Background = background4;
            borderColor2.Bottom = System.Drawing.Color.DimGray;
            borderColor2.Left = System.Drawing.Color.DimGray;
            borderColor2.Right = System.Drawing.Color.DimGray;
            borderColor2.Top = System.Drawing.Color.DimGray;
            chartXy1.ContainerVisualStyles.Default.BorderColor = borderColor2;
            thickness2.Bottom = 1;
            thickness2.Left = 1;
            thickness2.Right = 1;
            thickness2.Top = 1;
            chartXy1.ContainerVisualStyles.Default.BorderThickness = thickness2;
            chartXy1.ContainerVisualStyles.Default.DropShadow.Enabled = DevComponents.DotNetBar.Charts.Style.Tbool.True;
            padding2.Bottom = 6;
            padding2.Left = 6;
            padding2.Right = 6;
            padding2.Top = 6;
            chartXy1.ContainerVisualStyles.Default.Padding = padding2;
            chartXy1.Legend.Alignment = DevComponents.DotNetBar.Charts.Style.Alignment.TopLeft;
            chartXy1.Legend.AlignVerticalItems = true;
            background5.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartXy1.Legend.ChartLegendVisualStyles.Default.Background = background5;
            borderColor3.Bottom = System.Drawing.Color.Black;
            borderColor3.Left = System.Drawing.Color.Black;
            borderColor3.Right = System.Drawing.Color.Black;
            borderColor3.Top = System.Drawing.Color.Black;
            chartXy1.Legend.ChartLegendVisualStyles.Default.BorderColor = borderColor3;
            thickness3.Bottom = 1;
            thickness3.Left = 1;
            thickness3.Right = 1;
            thickness3.Top = 1;
            chartXy1.Legend.ChartLegendVisualStyles.Default.BorderThickness = thickness3;
            padding3.Bottom = 8;
            padding3.Left = 8;
            padding3.Right = 8;
            padding3.Top = 8;
            chartXy1.Legend.ChartLegendVisualStyles.Default.Margin = padding3;
            padding4.Bottom = 4;
            padding4.Left = 4;
            padding4.Right = 4;
            padding4.Top = 4;
            chartXy1.Legend.ChartLegendVisualStyles.Default.Padding = padding4;
            chartXy1.Legend.Direction = DevComponents.DotNetBar.Charts.Direction.LeftToRight;
            chartXy1.Legend.MaxHorizontalPct = 75D;
            chartXy1.Legend.Placement = DevComponents.DotNetBar.Charts.Placement.Inside;
            chartXy1.Name = "ChartXy4";
            chartTitle1.ChartTitleVisualStyle.Alignment = DevComponents.DotNetBar.Charts.Style.Alignment.MiddleCenter;
            chartTitle1.ChartTitleVisualStyle.Font = new System.Drawing.Font("Georgia", 16F);
            padding5.Bottom = 8;
            padding5.Left = 8;
            padding5.Right = 8;
            padding5.Top = 8;
            chartTitle1.ChartTitleVisualStyle.Padding = padding5;
            chartTitle1.ChartTitleVisualStyle.TextColor = System.Drawing.Color.Navy;
            chartTitle1.Name = "Title1";
            chartTitle1.Text = "Chart Title";
            chartTitle1.XyAlignment = DevComponents.DotNetBar.Charts.XyAlignment.Top;
            chartXy1.Titles.Add(chartTitle1);
            this.ccHome.ChartPanel.ChartContainers.Add(chartXy1);
            this.ccHome.ChartPanel.Legend.Visible = false;
            this.ccHome.ChartPanel.Name = "PrimaryPanel";
            background6.Color1 = System.Drawing.Color.AliceBlue;
            this.ccHome.DefaultVisualStyles.HScrollBarVisualStyles.MouseOver.ArrowBackground = background6;
            background7.Color1 = System.Drawing.Color.AliceBlue;
            this.ccHome.DefaultVisualStyles.HScrollBarVisualStyles.MouseOver.ThumbBackground = background7;
            background8.Color1 = System.Drawing.Color.White;
            this.ccHome.DefaultVisualStyles.HScrollBarVisualStyles.SelectedMouseOver.ArrowBackground = background8;
            background9.Color1 = System.Drawing.Color.White;
            this.ccHome.DefaultVisualStyles.HScrollBarVisualStyles.SelectedMouseOver.ThumbBackground = background9;
            background10.Color1 = System.Drawing.Color.AliceBlue;
            this.ccHome.DefaultVisualStyles.VScrollBarVisualStyles.MouseOver.ArrowBackground = background10;
            background11.Color1 = System.Drawing.Color.AliceBlue;
            this.ccHome.DefaultVisualStyles.VScrollBarVisualStyles.MouseOver.ThumbBackground = background11;
            background12.Color1 = System.Drawing.Color.White;
            this.ccHome.DefaultVisualStyles.VScrollBarVisualStyles.SelectedMouseOver.ArrowBackground = background12;
            background13.Color1 = System.Drawing.Color.White;
            this.ccHome.DefaultVisualStyles.VScrollBarVisualStyles.SelectedMouseOver.ThumbBackground = background13;
            this.ccHome.ForeColor = System.Drawing.Color.Black;
            this.ccHome.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.ccHome.Location = new System.Drawing.Point(1, 1);
            this.ccHome.Name = "ccHome";
            this.ccHome.Size = new System.Drawing.Size(957, 494);
            this.ccHome.TabIndex = 0;
            this.ccHome.TabStop = false;
            // 
            // mtpItems
            // 
            this.mtpItems.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.mtpItems.Controls.Add(this.labelX3);
            this.mtpItems.Controls.Add(this.pItems);
            this.mtpItems.Controls.Add(this.dtItemsFilterTo);
            this.mtpItems.Controls.Add(this.dtItemsFilterFrom);
            this.mtpItems.Controls.Add(this.labelX4);
            this.mtpItems.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mtpItems.Location = new System.Drawing.Point(0, 61);
            this.mtpItems.Name = "mtpItems";
            this.mtpItems.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.mtpItems.Size = new System.Drawing.Size(958, 537);
            // 
            // 
            // 
            this.mtpItems.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpItems.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpItems.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.mtpItems.TabIndex = 3;
            this.mtpItems.Visible = false;
            // 
            // labelX3
            // 
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.labelX3.ForeColor = System.Drawing.Color.Black;
            this.labelX3.Location = new System.Drawing.Point(186, 10);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(22, 23);
            this.labelX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX3.TabIndex = 103;
            this.labelX3.Text = "to";
            this.labelX3.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // pItems
            // 
            this.pItems.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.pItems.CanvasColor = System.Drawing.SystemColors.Control;
            this.pItems.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.pItems.Controls.Add(this.scItems);
            this.pItems.DisabledBackColor = System.Drawing.Color.Empty;
            this.pItems.Location = new System.Drawing.Point(0, 41);
            this.pItems.Name = "pItems";
            this.pItems.Size = new System.Drawing.Size(958, 496);
            this.pItems.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.pItems.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.pItems.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.pItems.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.pItems.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.pItems.Style.GradientAngle = 90;
            this.pItems.TabIndex = 7;
            // 
            // scItems
            // 
            this.scItems.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scItems.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.scItems.ForeColor = System.Drawing.Color.Black;
            this.scItems.IsSplitterFixed = true;
            this.scItems.Location = new System.Drawing.Point(0, 0);
            this.scItems.Name = "scItems";
            // 
            // scItems.Panel1
            // 
            this.scItems.Panel1.Controls.Add(this.tvItems);
            this.scItems.Panel1.ForeColor = System.Drawing.Color.Black;
            this.scItems.Panel1MinSize = 300;
            // 
            // scItems.Panel2
            // 
            this.scItems.Panel2.Controls.Add(this.scItemsData);
            this.scItems.Panel2.ForeColor = System.Drawing.Color.Black;
            this.scItems.Size = new System.Drawing.Size(958, 496);
            this.scItems.SplitterDistance = 300;
            this.scItems.SplitterWidth = 1;
            this.scItems.TabIndex = 0;
            // 
            // tvItems
            // 
            this.tvItems.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
            this.tvItems.AllowDrop = true;
            this.tvItems.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.tvItems.BackgroundStyle.Class = "TreeBorderKey";
            this.tvItems.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tvItems.ContextMenuStrip = this.cmLocations;
            this.tvItems.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvItems.ForeColor = System.Drawing.Color.Black;
            this.tvItems.GridColumnLines = false;
            this.tvItems.GridRowLines = true;
            this.tvItems.HotTracking = true;
            this.tvItems.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.tvItems.Location = new System.Drawing.Point(0, 0);
            this.tvItems.Name = "tvItems";
            this.tvItems.NodesConnector = this.nodeConnector2;
            this.tvItems.NodeStyle = this.elementStyle2;
            this.tvItems.PathSeparator = ";";
            this.tvItems.Size = new System.Drawing.Size(300, 496);
            this.tvItems.Styles.Add(this.elementStyle2);
            this.tvItems.TabIndex = 12;
            this.tvItems.NodeClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.tvItems_NodeClick);
            // 
            // nodeConnector2
            // 
            this.nodeConnector2.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))));
            // 
            // elementStyle2
            // 
            this.elementStyle2.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.elementStyle2.Name = "elementStyle2";
            this.elementStyle2.TextColor = System.Drawing.Color.Black;
            // 
            // scItemsData
            // 
            this.scItemsData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scItemsData.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.scItemsData.ForeColor = System.Drawing.Color.Black;
            this.scItemsData.IsSplitterFixed = true;
            this.scItemsData.Location = new System.Drawing.Point(0, 0);
            this.scItemsData.Name = "scItemsData";
            this.scItemsData.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // scItemsData.Panel1
            // 
            this.scItemsData.Panel1.Controls.Add(this.gItems);
            this.scItemsData.Panel1.ForeColor = System.Drawing.Color.Black;
            // 
            // scItemsData.Panel2
            // 
            this.scItemsData.Panel2.Controls.Add(this.pItem);
            this.scItemsData.Panel2.ForeColor = System.Drawing.Color.Black;
            this.scItemsData.Panel2MinSize = 400;
            this.scItemsData.Size = new System.Drawing.Size(657, 496);
            this.scItemsData.SplitterDistance = 95;
            this.scItemsData.SplitterWidth = 1;
            this.scItemsData.TabIndex = 0;
            // 
            // gItems
            // 
            this.gItems.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gItems.ContextMenuStrip = this.cmItems;
            this.gItems.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background44.Color1 = System.Drawing.Color.White;
            background44.Color2 = System.Drawing.Color.White;
            this.gItems.DefaultVisualStyles.CellStyles.Default.Background = background44;
            this.gItems.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding13.Left = 5;
            padding13.Right = 5;
            this.gItems.DefaultVisualStyles.CellStyles.Default.Padding = padding13;
            this.gItems.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background45.Color1 = System.Drawing.Color.LightGray;
            background45.Color2 = System.Drawing.Color.LightGray;
            this.gItems.DefaultVisualStyles.CellStyles.MouseOver.Background = background45;
            this.gItems.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background46.Color1 = System.Drawing.Color.White;
            background46.Color2 = System.Drawing.Color.White;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnly.Background = background46;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background47.Color1 = System.Drawing.Color.LightGray;
            background47.Color2 = System.Drawing.Color.LightGray;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background47;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background48.Color1 = System.Drawing.Color.Gainsboro;
            background48.Color2 = System.Drawing.Color.Gainsboro;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background48;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background49.Color1 = System.Drawing.Color.DarkGray;
            background49.Color2 = System.Drawing.Color.DarkGray;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background49;
            this.gItems.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background50.Color1 = System.Drawing.Color.Gainsboro;
            background50.Color2 = System.Drawing.Color.Gainsboro;
            this.gItems.DefaultVisualStyles.CellStyles.Selected.Background = background50;
            this.gItems.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background51.Color1 = System.Drawing.Color.DarkGray;
            background51.Color2 = System.Drawing.Color.DarkGray;
            this.gItems.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background51;
            this.gItems.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background52.Color1 = System.Drawing.SystemColors.Control;
            background52.Color2 = System.Drawing.Color.White;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background52;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding14.Left = 5;
            padding14.Right = 5;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding14;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background53.Color1 = System.Drawing.SystemColors.Control;
            background53.Color2 = System.Drawing.Color.White;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background53;
            this.gItems.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gItems.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gItems.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gItems.ForeColor = System.Drawing.Color.Black;
            this.gItems.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gItems.Location = new System.Drawing.Point(0, 0);
            this.gItems.Name = "gItems";
            // 
            // 
            // 
            this.gItems.PrimaryGrid.CheckBoxes = true;
            this.gItems.PrimaryGrid.Columns.Add(this.gItemAdded);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemTag);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemBarcode);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemCID);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemSerial);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemEType);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemMType);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemMan);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemDesc);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemDrawing);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemHacDrawing);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemDLDrawing);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemECert);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemBarrier);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemDType);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemPType);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemEGroup);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemTRating);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAtexGroup);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAtexCat);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAtexProt);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemEPL);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemIPRating);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemCENumber);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemTempRange);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAreaZone);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAreaGroup);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAreaTRating);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemAccess);
            this.gItems.PrimaryGrid.Columns.Add(this.gcItemSuitable);
            this.gItems.PrimaryGrid.Columns.Add(this.gItemImages);
            this.gItems.PrimaryGrid.Columns.Add(this.gItemFaults);
            this.gItems.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gItems.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gItems.PrimaryGrid.ShowRowHeaders = false;
            this.gItems.PrimaryGrid.UseAlternateRowStyle = true;
            this.gItems.Size = new System.Drawing.Size(657, 95);
            this.gItems.TabIndex = 13;
            this.gItems.CellActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellActivatedEventArgs>(this.gItems_CellActivated);
            this.gItems.CellValueChanged += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCellValueChangedEventArgs>(this.gItems_CellValueChanged);
            this.gItems.RowActivated += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowActivatedEventArgs>(this.gItems_RowActivated);
            this.gItems.RowClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowClickEventArgs>(this.gItems_RowClick);
            this.gItems.RowDoubleClick += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridRowDoubleClickEventArgs>(this.gItems_RowDoubleClick);
            // 
            // cmItems
            // 
            this.cmItems.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmItemsAdd,
            this.cmItemsRemove});
            this.cmItems.Name = "cmItems";
            this.cmItems.Size = new System.Drawing.Size(145, 48);
            // 
            // cmItemsAdd
            // 
            this.cmItemsAdd.Name = "cmItemsAdd";
            this.cmItemsAdd.Size = new System.Drawing.Size(144, 22);
            this.cmItemsAdd.Text = "Add item";
            this.cmItemsAdd.Click += new System.EventHandler(this.cmItemsAdd_Click);
            // 
            // cmItemsRemove
            // 
            this.cmItemsRemove.Name = "cmItemsRemove";
            this.cmItemsRemove.Size = new System.Drawing.Size(144, 22);
            this.cmItemsRemove.Text = "Remove item";
            this.cmItemsRemove.Click += new System.EventHandler(this.cmItemsRemove_Click);
            // 
            // gItemAdded
            // 
            this.gItemAdded.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gItemAdded.HeaderText = "Added";
            this.gItemAdded.MinimumWidth = 150;
            this.gItemAdded.Name = "Added";
            this.gItemAdded.Width = 150;
            // 
            // gcItemTag
            // 
            this.gcItemTag.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemTag.HeaderText = "Tag";
            this.gcItemTag.MinimumWidth = 50;
            this.gcItemTag.Name = "Tag";
            this.gcItemTag.Width = 50;
            // 
            // gcItemBarcode
            // 
            this.gcItemBarcode.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemBarcode.HeaderText = "Barcode";
            this.gcItemBarcode.MinimumWidth = 50;
            this.gcItemBarcode.Name = "Barcode";
            this.gcItemBarcode.Width = 50;
            // 
            // gcItemCID
            // 
            this.gcItemCID.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemCID.HeaderText = "Cable ID";
            this.gcItemCID.MinimumWidth = 50;
            this.gcItemCID.Name = "CableID";
            this.gcItemCID.Width = 50;
            // 
            // gcItemSerial
            // 
            this.gcItemSerial.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemSerial.HeaderText = "Serial";
            this.gcItemSerial.MinimumWidth = 50;
            this.gcItemSerial.Name = "Serial";
            this.gcItemSerial.Width = 50;
            // 
            // gcItemEType
            // 
            this.gcItemEType.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemEType.HeaderText = "E.Type";
            this.gcItemEType.MinimumWidth = 50;
            this.gcItemEType.Name = "EType";
            this.gcItemEType.ToolTip = "Equipment type";
            this.gcItemEType.Width = 50;
            // 
            // gcItemMType
            // 
            this.gcItemMType.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemMType.HeaderText = "M.Type";
            this.gcItemMType.MinimumWidth = 50;
            this.gcItemMType.Name = "MType";
            this.gcItemMType.ToolTip = "Model type";
            this.gcItemMType.Width = 50;
            // 
            // gcItemMan
            // 
            this.gcItemMan.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemMan.HeaderText = "Manufacturer";
            this.gcItemMan.MinimumWidth = 50;
            this.gcItemMan.Name = "Manufacturer";
            this.gcItemMan.Width = 50;
            // 
            // gcItemDesc
            // 
            this.gcItemDesc.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemDesc.HeaderText = "Description";
            this.gcItemDesc.MinimumWidth = 50;
            this.gcItemDesc.Name = "Description";
            this.gcItemDesc.Width = 50;
            // 
            // gcItemDrawing
            // 
            this.gcItemDrawing.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemDrawing.HeaderText = "Drawing";
            this.gcItemDrawing.MinimumWidth = 50;
            this.gcItemDrawing.Name = "Drawing";
            this.gcItemDrawing.Width = 50;
            // 
            // gcItemHacDrawing
            // 
            this.gcItemHacDrawing.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemHacDrawing.HeaderText = "HAC Drawing";
            this.gcItemHacDrawing.MinimumWidth = 50;
            this.gcItemHacDrawing.Name = "HacDrawing";
            this.gcItemHacDrawing.Width = 50;
            // 
            // gcItemDLDrawing
            // 
            this.gcItemDLDrawing.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemDLDrawing.HeaderText = "DL Drawing";
            this.gcItemDLDrawing.MinimumWidth = 50;
            this.gcItemDLDrawing.Name = "DLDrawing";
            this.gcItemDLDrawing.ToolTip = "Device loop drawing";
            this.gcItemDLDrawing.Width = 50;
            // 
            // gcItemECert
            // 
            this.gcItemECert.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemECert.HeaderText = "E.Cert";
            this.gcItemECert.MinimumWidth = 50;
            this.gcItemECert.Name = "ECert";
            this.gcItemECert.ToolTip = "Equipment certification";
            this.gcItemECert.Width = 50;
            // 
            // gcItemBarrier
            // 
            this.gcItemBarrier.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemBarrier.HeaderText = "Barrier";
            this.gcItemBarrier.MinimumWidth = 50;
            this.gcItemBarrier.Name = "Barrier";
            this.gcItemBarrier.Width = 50;
            // 
            // gcItemDType
            // 
            this.gcItemDType.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemDType.HeaderText = "D.Type";
            this.gcItemDType.MinimumWidth = 50;
            this.gcItemDType.Name = "DType";
            this.gcItemDType.ToolTip = "Device type";
            this.gcItemDType.Width = 50;
            // 
            // gcItemPType
            // 
            this.gcItemPType.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemPType.HeaderText = "P.Type";
            this.gcItemPType.MinimumWidth = 50;
            this.gcItemPType.Name = "PType";
            this.gcItemPType.ToolTip = "Protection type";
            this.gcItemPType.Width = 50;
            // 
            // gcItemEGroup
            // 
            this.gcItemEGroup.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemEGroup.HeaderText = "E.Group";
            this.gcItemEGroup.MinimumWidth = 50;
            this.gcItemEGroup.Name = "EGroup";
            this.gcItemEGroup.ToolTip = "Equipment group";
            this.gcItemEGroup.Width = 50;
            // 
            // gcItemTRating
            // 
            this.gcItemTRating.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemTRating.HeaderText = "T-Rating";
            this.gcItemTRating.MinimumWidth = 50;
            this.gcItemTRating.Name = "TRating";
            this.gcItemTRating.Width = 50;
            // 
            // gcItemAtexGroup
            // 
            this.gcItemAtexGroup.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAtexGroup.HeaderText = "Atex G.";
            this.gcItemAtexGroup.MinimumWidth = 50;
            this.gcItemAtexGroup.Name = "AtexGroup";
            this.gcItemAtexGroup.ToolTip = "Atex group";
            this.gcItemAtexGroup.Width = 50;
            // 
            // gcItemAtexCat
            // 
            this.gcItemAtexCat.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAtexCat.HeaderText = "Atex C.";
            this.gcItemAtexCat.MinimumWidth = 50;
            this.gcItemAtexCat.Name = "AtexCategory";
            this.gcItemAtexCat.ToolTip = "Atex category";
            this.gcItemAtexCat.Width = 50;
            // 
            // gcItemAtexProt
            // 
            this.gcItemAtexProt.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAtexProt.HeaderText = "Atex P.";
            this.gcItemAtexProt.MinimumWidth = 50;
            this.gcItemAtexProt.Name = "AtexProtection";
            this.gcItemAtexProt.ToolTip = "Atex protection";
            this.gcItemAtexProt.Width = 50;
            // 
            // gcItemEPL
            // 
            this.gcItemEPL.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemEPL.HeaderText = "EPL";
            this.gcItemEPL.MinimumWidth = 50;
            this.gcItemEPL.Name = "EPL";
            this.gcItemEPL.Width = 50;
            // 
            // gcItemIPRating
            // 
            this.gcItemIPRating.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemIPRating.HeaderText = "IP";
            this.gcItemIPRating.MinimumWidth = 50;
            this.gcItemIPRating.Name = "IPRating";
            this.gcItemIPRating.ToolTip = "IP rating";
            this.gcItemIPRating.Width = 50;
            // 
            // gcItemCENumber
            // 
            this.gcItemCENumber.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemCENumber.HeaderText = "CE";
            this.gcItemCENumber.MinimumWidth = 50;
            this.gcItemCENumber.Name = "CENumber";
            this.gcItemCENumber.ToolTip = "CE number";
            this.gcItemCENumber.Width = 50;
            // 
            // gcItemTempRange
            // 
            this.gcItemTempRange.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemTempRange.HeaderText = "Temp. Range";
            this.gcItemTempRange.MinimumWidth = 50;
            this.gcItemTempRange.Name = "TempRange";
            this.gcItemTempRange.ToolTip = "Temperature range";
            this.gcItemTempRange.Width = 50;
            // 
            // gcItemAreaZone
            // 
            this.gcItemAreaZone.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAreaZone.HeaderText = "Area Z.";
            this.gcItemAreaZone.MinimumWidth = 50;
            this.gcItemAreaZone.Name = "AreaZone";
            this.gcItemAreaZone.ToolTip = "Area zone";
            this.gcItemAreaZone.Width = 50;
            // 
            // gcItemAreaGroup
            // 
            this.gcItemAreaGroup.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAreaGroup.HeaderText = "Area G.";
            this.gcItemAreaGroup.MinimumWidth = 50;
            this.gcItemAreaGroup.Name = "AreaGroup";
            this.gcItemAreaGroup.ToolTip = "Area group";
            this.gcItemAreaGroup.Width = 50;
            // 
            // gcItemAreaTRating
            // 
            this.gcItemAreaTRating.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAreaTRating.HeaderText = "Area T.";
            this.gcItemAreaTRating.MinimumWidth = 50;
            this.gcItemAreaTRating.Name = "AreaTRating";
            this.gcItemAreaTRating.ToolTip = "Area t-rating";
            this.gcItemAreaTRating.Width = 50;
            // 
            // gcItemAccess
            // 
            this.gcItemAccess.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.AllCells;
            this.gcItemAccess.HeaderText = "Access Req.";
            this.gcItemAccess.MinimumWidth = 50;
            this.gcItemAccess.Name = "AccessReq";
            this.gcItemAccess.ToolTip = "Access requirements";
            this.gcItemAccess.Width = 50;
            // 
            // gcItemSuitable
            // 
            this.gcItemSuitable.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcItemSuitable.HeaderText = "SZ?";
            this.gcItemSuitable.MinimumWidth = 50;
            this.gcItemSuitable.Name = "ZoneSuitable";
            this.gcItemSuitable.ToolTip = "Suitable for zone?";
            this.gcItemSuitable.Width = 50;
            // 
            // gItemImages
            // 
            this.gItemImages.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gItemImages.HeaderText = "HP?";
            this.gItemImages.MinimumWidth = 40;
            this.gItemImages.Name = "Images";
            this.gItemImages.ToolTip = "Has photos?";
            this.gItemImages.Width = 40;
            // 
            // gItemFaults
            // 
            this.gItemFaults.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gItemFaults.HeaderText = "HF?";
            this.gItemFaults.MinimumWidth = 40;
            this.gItemFaults.Name = "Faults";
            this.gItemFaults.ToolTip = "Has faults?";
            this.gItemFaults.Width = 40;
            // 
            // pItem
            // 
            this.pItem.CanvasColor = System.Drawing.SystemColors.Control;
            this.pItem.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.pItem.Controls.Add(this.btnItemSave);
            this.pItem.Controls.Add(this.btnItemCancel);
            this.pItem.Controls.Add(this.tcItems);
            this.pItem.DisabledBackColor = System.Drawing.Color.Empty;
            this.pItem.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pItem.Location = new System.Drawing.Point(0, 0);
            this.pItem.Name = "pItem";
            this.pItem.Size = new System.Drawing.Size(657, 400);
            this.pItem.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.pItem.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.pItem.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.pItem.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.pItem.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.pItem.Style.GradientAngle = 90;
            this.pItem.TabIndex = 0;
            // 
            // btnItemSave
            // 
            this.btnItemSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnItemSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnItemSave.Enabled = false;
            this.btnItemSave.Location = new System.Drawing.Point(112, 356);
            this.btnItemSave.Name = "btnItemSave";
            this.btnItemSave.Size = new System.Drawing.Size(92, 30);
            this.btnItemSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnItemSave.TabIndex = 322;
            this.btnItemSave.Text = "Save";
            this.btnItemSave.Click += new System.EventHandler(this.btnItemSave_Click);
            // 
            // btnItemCancel
            // 
            this.btnItemCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnItemCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnItemCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnItemCancel.Enabled = false;
            this.btnItemCancel.Location = new System.Drawing.Point(14, 356);
            this.btnItemCancel.Name = "btnItemCancel";
            this.btnItemCancel.Size = new System.Drawing.Size(92, 30);
            this.btnItemCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnItemCancel.TabIndex = 323;
            this.btnItemCancel.Text = "Cancel";
            this.btnItemCancel.Click += new System.EventHandler(this.btnItemCancel_Click);
            // 
            // tcItems
            // 
            this.tcItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tcItems.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            // 
            // 
            // 
            this.tcItems.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.tcItems.ControlBox.MenuBox.Name = "";
            this.tcItems.ControlBox.Name = "";
            this.tcItems.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tcItems.ControlBox.MenuBox,
            this.tcItems.ControlBox.CloseBox});
            this.tcItems.ControlBox.Visible = false;
            this.tcItems.Controls.Add(this.tpItemGeneral);
            this.tcItems.Controls.Add(this.tpItemDetails);
            this.tcItems.Controls.Add(this.tpItemFault);
            this.tcItems.ForeColor = System.Drawing.Color.Black;
            this.tcItems.Location = new System.Drawing.Point(14, 14);
            this.tcItems.Name = "tcItems";
            this.tcItems.ReorderTabsEnabled = true;
            this.tcItems.SelectedTabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tcItems.SelectedTabIndex = 0;
            this.tcItems.Size = new System.Drawing.Size(629, 332);
            this.tcItems.TabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tcItems.TabIndex = 1;
            this.tcItems.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tiItemGeneral,
            this.tiItemDetails,
            this.tiItemFault});
            this.tcItems.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.VisualStudio2008Dock;
            this.tcItems.TabVerticalSpacing = 3;
            // 
            // tpItemGeneral
            // 
            this.tpItemGeneral.Controls.Add(this.btnItemDrawing);
            this.tpItemGeneral.Controls.Add(this.btnItemDrawingHac);
            this.tpItemGeneral.Controls.Add(this.btnItemManufacturer);
            this.tpItemGeneral.Controls.Add(this.cbxItemSuitable);
            this.tpItemGeneral.Controls.Add(this.lblItemSuitable);
            this.tpItemGeneral.Controls.Add(this.txtItemAccess);
            this.tpItemGeneral.Controls.Add(this.lblItemAccess);
            this.tpItemGeneral.Controls.Add(this.txtItemMType);
            this.tpItemGeneral.Controls.Add(this.lblItemMType);
            this.tpItemGeneral.Controls.Add(this.txtItemDLDrawing);
            this.tpItemGeneral.Controls.Add(this.lblItemDLDrawing);
            this.tpItemGeneral.Controls.Add(this.cbxItemManufacturer);
            this.tpItemGeneral.Controls.Add(this.lblItemManufacturer);
            this.tpItemGeneral.Controls.Add(this.lblItemDrawingDateVal);
            this.tpItemGeneral.Controls.Add(this.lblItemDrawingRevVal);
            this.tpItemGeneral.Controls.Add(this.lblItemDrawingRev);
            this.tpItemGeneral.Controls.Add(this.cbxItemDrawing);
            this.tpItemGeneral.Controls.Add(this.lblItemDrawing);
            this.tpItemGeneral.Controls.Add(this.cbxItemEType);
            this.tpItemGeneral.Controls.Add(this.lblItemEType);
            this.tpItemGeneral.Controls.Add(this.lblItemHACDrawingDateVal);
            this.tpItemGeneral.Controls.Add(this.lblItemHACDrawingRevVal);
            this.tpItemGeneral.Controls.Add(this.lblItemHACDrawingRev);
            this.tpItemGeneral.Controls.Add(this.cbxItemDrawingHac);
            this.tpItemGeneral.Controls.Add(this.lblItemDrawingHac);
            this.tpItemGeneral.Controls.Add(this.txtItemDescription);
            this.tpItemGeneral.Controls.Add(this.lblItemDescription);
            this.tpItemGeneral.Controls.Add(this.txtItemCableID);
            this.tpItemGeneral.Controls.Add(this.lblItemCableID);
            this.tpItemGeneral.Controls.Add(this.txtItemBarcode);
            this.tpItemGeneral.Controls.Add(this.lblItemBarcode);
            this.tpItemGeneral.Controls.Add(this.txtItemSerial);
            this.tpItemGeneral.Controls.Add(this.lblItemSerial);
            this.tpItemGeneral.Controls.Add(this.txtItemTag);
            this.tpItemGeneral.Controls.Add(this.lblItemTag);
            this.tpItemGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpItemGeneral.Location = new System.Drawing.Point(0, 25);
            this.tpItemGeneral.Name = "tpItemGeneral";
            this.tpItemGeneral.Size = new System.Drawing.Size(629, 307);
            this.tpItemGeneral.TabIndex = 1;
            this.tpItemGeneral.TabItem = this.tiItemGeneral;
            // 
            // btnItemDrawing
            // 
            this.btnItemDrawing.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnItemDrawing.BackColor = System.Drawing.Color.White;
            this.btnItemDrawing.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnItemDrawing.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnItemDrawing.Enabled = false;
            this.btnItemDrawing.FocusCuesEnabled = false;
            this.btnItemDrawing.Image = ((System.Drawing.Image)(resources.GetObject("btnItemDrawing.Image")));
            this.btnItemDrawing.Location = new System.Drawing.Point(279, 170);
            this.btnItemDrawing.Name = "btnItemDrawing";
            this.btnItemDrawing.Size = new System.Drawing.Size(25, 25);
            this.btnItemDrawing.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnItemDrawing.TabIndex = 102;
            this.btnItemDrawing.TabStop = false;
            this.btnItemDrawing.Click += new System.EventHandler(this.btnItemDrawing_Click);
            this.btnItemDrawing.MouseEnter += new System.EventHandler(this.btnItemDrawing_MouseEnter);
            this.btnItemDrawing.MouseLeave += new System.EventHandler(this.btnItemDrawing_MouseLeave);
            // 
            // btnItemDrawingHac
            // 
            this.btnItemDrawingHac.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnItemDrawingHac.BackColor = System.Drawing.Color.White;
            this.btnItemDrawingHac.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnItemDrawingHac.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnItemDrawingHac.Enabled = false;
            this.btnItemDrawingHac.FocusCuesEnabled = false;
            this.btnItemDrawingHac.Image = ((System.Drawing.Image)(resources.GetObject("btnItemDrawingHac.Image")));
            this.btnItemDrawingHac.Location = new System.Drawing.Point(589, 170);
            this.btnItemDrawingHac.Name = "btnItemDrawingHac";
            this.btnItemDrawingHac.Size = new System.Drawing.Size(25, 25);
            this.btnItemDrawingHac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnItemDrawingHac.TabIndex = 101;
            this.btnItemDrawingHac.TabStop = false;
            this.btnItemDrawingHac.Click += new System.EventHandler(this.btnItemDrawingHac_Click);
            this.btnItemDrawingHac.MouseEnter += new System.EventHandler(this.btnItemDrawingHac_MouseEnter);
            this.btnItemDrawingHac.MouseLeave += new System.EventHandler(this.btnItemDrawingHac_MouseLeave);
            // 
            // btnItemManufacturer
            // 
            this.btnItemManufacturer.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnItemManufacturer.BackColor = System.Drawing.Color.White;
            this.btnItemManufacturer.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnItemManufacturer.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnItemManufacturer.Enabled = false;
            this.btnItemManufacturer.FocusCuesEnabled = false;
            this.btnItemManufacturer.Image = ((System.Drawing.Image)(resources.GetObject("btnItemManufacturer.Image")));
            this.btnItemManufacturer.Location = new System.Drawing.Point(589, 108);
            this.btnItemManufacturer.Name = "btnItemManufacturer";
            this.btnItemManufacturer.Size = new System.Drawing.Size(25, 25);
            this.btnItemManufacturer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnItemManufacturer.TabIndex = 100;
            this.btnItemManufacturer.TabStop = false;
            this.btnItemManufacturer.Click += new System.EventHandler(this.btnItemManufacturer_Click);
            this.btnItemManufacturer.MouseEnter += new System.EventHandler(this.btnItemManufacturer_MouseEnter);
            this.btnItemManufacturer.MouseLeave += new System.EventHandler(this.btnItemManufacturer_MouseLeave);
            // 
            // cbxItemSuitable
            // 
            this.cbxItemSuitable.DisplayMember = "Text";
            this.cbxItemSuitable.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemSuitable.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemSuitable.Enabled = false;
            this.cbxItemSuitable.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemSuitable.ForeColor = System.Drawing.Color.Black;
            this.cbxItemSuitable.FormattingEnabled = true;
            this.cbxItemSuitable.ItemHeight = 19;
            this.cbxItemSuitable.Items.AddRange(new object[] {
            this.cbxiItemSuitableYes,
            this.cbxiItemSuitableNo,
            this.cbxiItemSuitableUnknown,
            this.cbxiItemSuitableNA});
            this.cbxItemSuitable.Location = new System.Drawing.Point(431, 232);
            this.cbxItemSuitable.Name = "cbxItemSuitable";
            this.cbxItemSuitable.Size = new System.Drawing.Size(183, 25);
            this.cbxItemSuitable.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemSuitable.TabIndex = 91;
            // 
            // cbxiItemSuitableYes
            // 
            this.cbxiItemSuitableYes.Text = "Yes";
            // 
            // cbxiItemSuitableNo
            // 
            this.cbxiItemSuitableNo.Text = "No";
            // 
            // cbxiItemSuitableUnknown
            // 
            this.cbxiItemSuitableUnknown.Text = "Unknown";
            // 
            // cbxiItemSuitableNA
            // 
            this.cbxiItemSuitableNA.Text = "N/A";
            // 
            // lblItemSuitable
            // 
            this.lblItemSuitable.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemSuitable.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemSuitable.EnableMarkup = false;
            this.lblItemSuitable.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemSuitable.ForeColor = System.Drawing.Color.Black;
            this.lblItemSuitable.Location = new System.Drawing.Point(324, 232);
            this.lblItemSuitable.Name = "lblItemSuitable";
            this.lblItemSuitable.Size = new System.Drawing.Size(89, 23);
            this.lblItemSuitable.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemSuitable.TabIndex = 92;
            this.lblItemSuitable.Text = "Zone Suitable?";
            // 
            // txtItemAccess
            // 
            this.txtItemAccess.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemAccess.Border.Class = "TextBoxBorder";
            this.txtItemAccess.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemAccess.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemAccess.Enabled = false;
            this.txtItemAccess.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemAccess.ForeColor = System.Drawing.Color.Black;
            this.txtItemAccess.Location = new System.Drawing.Point(129, 263);
            this.txtItemAccess.Name = "txtItemAccess";
            this.txtItemAccess.PreventEnterBeep = true;
            this.txtItemAccess.Size = new System.Drawing.Size(485, 25);
            this.txtItemAccess.TabIndex = 98;
            // 
            // lblItemAccess
            // 
            this.lblItemAccess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemAccess.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemAccess.EnableMarkup = false;
            this.lblItemAccess.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemAccess.ForeColor = System.Drawing.Color.Black;
            this.lblItemAccess.Location = new System.Drawing.Point(14, 263);
            this.lblItemAccess.Name = "lblItemAccess";
            this.lblItemAccess.Size = new System.Drawing.Size(109, 23);
            this.lblItemAccess.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemAccess.TabIndex = 99;
            this.lblItemAccess.Text = "Access Req.:";
            // 
            // txtItemMType
            // 
            this.txtItemMType.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemMType.Border.Class = "TextBoxBorder";
            this.txtItemMType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemMType.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemMType.Enabled = false;
            this.txtItemMType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemMType.ForeColor = System.Drawing.Color.Black;
            this.txtItemMType.Location = new System.Drawing.Point(431, 77);
            this.txtItemMType.Name = "txtItemMType";
            this.txtItemMType.PreventEnterBeep = true;
            this.txtItemMType.Size = new System.Drawing.Size(183, 25);
            this.txtItemMType.TabIndex = 76;
            // 
            // lblItemMType
            // 
            this.lblItemMType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemMType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemMType.EnableMarkup = false;
            this.lblItemMType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemMType.ForeColor = System.Drawing.Color.Black;
            this.lblItemMType.Location = new System.Drawing.Point(324, 77);
            this.lblItemMType.Name = "lblItemMType";
            this.lblItemMType.Size = new System.Drawing.Size(89, 23);
            this.lblItemMType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemMType.TabIndex = 97;
            this.lblItemMType.Text = "Model/Type:";
            // 
            // txtItemDLDrawing
            // 
            this.txtItemDLDrawing.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemDLDrawing.Border.Class = "TextBoxBorder";
            this.txtItemDLDrawing.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemDLDrawing.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemDLDrawing.Enabled = false;
            this.txtItemDLDrawing.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemDLDrawing.ForeColor = System.Drawing.Color.Black;
            this.txtItemDLDrawing.Location = new System.Drawing.Point(129, 232);
            this.txtItemDLDrawing.Name = "txtItemDLDrawing";
            this.txtItemDLDrawing.PreventEnterBeep = true;
            this.txtItemDLDrawing.Size = new System.Drawing.Size(175, 25);
            this.txtItemDLDrawing.TabIndex = 81;
            // 
            // lblItemDLDrawing
            // 
            this.lblItemDLDrawing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDLDrawing.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDLDrawing.EnableMarkup = false;
            this.lblItemDLDrawing.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDLDrawing.ForeColor = System.Drawing.Color.Black;
            this.lblItemDLDrawing.Location = new System.Drawing.Point(15, 232);
            this.lblItemDLDrawing.Name = "lblItemDLDrawing";
            this.lblItemDLDrawing.Size = new System.Drawing.Size(108, 23);
            this.lblItemDLDrawing.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDLDrawing.TabIndex = 96;
            this.lblItemDLDrawing.Text = "D. Loop Drawing:";
            // 
            // cbxItemManufacturer
            // 
            this.cbxItemManufacturer.DisplayMember = "Text";
            this.cbxItemManufacturer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemManufacturer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemManufacturer.Enabled = false;
            this.cbxItemManufacturer.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemManufacturer.ForeColor = System.Drawing.Color.Black;
            this.cbxItemManufacturer.FormattingEnabled = true;
            this.cbxItemManufacturer.ItemHeight = 19;
            this.cbxItemManufacturer.Location = new System.Drawing.Point(129, 108);
            this.cbxItemManufacturer.Name = "cbxItemManufacturer";
            this.cbxItemManufacturer.Size = new System.Drawing.Size(454, 25);
            this.cbxItemManufacturer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemManufacturer.TabIndex = 77;
            // 
            // lblItemManufacturer
            // 
            this.lblItemManufacturer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemManufacturer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemManufacturer.EnableMarkup = false;
            this.lblItemManufacturer.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemManufacturer.ForeColor = System.Drawing.Color.Black;
            this.lblItemManufacturer.Location = new System.Drawing.Point(15, 108);
            this.lblItemManufacturer.Name = "lblItemManufacturer";
            this.lblItemManufacturer.Size = new System.Drawing.Size(89, 23);
            this.lblItemManufacturer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemManufacturer.TabIndex = 95;
            this.lblItemManufacturer.Text = "Manufacturer:";
            // 
            // lblItemDrawingDateVal
            // 
            this.lblItemDrawingDateVal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDrawingDateVal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDrawingDateVal.EnableMarkup = false;
            this.lblItemDrawingDateVal.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDrawingDateVal.ForeColor = System.Drawing.Color.Black;
            this.lblItemDrawingDateVal.Location = new System.Drawing.Point(188, 201);
            this.lblItemDrawingDateVal.Name = "lblItemDrawingDateVal";
            this.lblItemDrawingDateVal.Size = new System.Drawing.Size(116, 23);
            this.lblItemDrawingDateVal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDrawingDateVal.TabIndex = 94;
            this.lblItemDrawingDateVal.Text = "Revision Date";
            // 
            // lblItemDrawingRevVal
            // 
            this.lblItemDrawingRevVal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDrawingRevVal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDrawingRevVal.EnableMarkup = false;
            this.lblItemDrawingRevVal.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDrawingRevVal.ForeColor = System.Drawing.Color.Black;
            this.lblItemDrawingRevVal.Location = new System.Drawing.Point(129, 201);
            this.lblItemDrawingRevVal.Name = "lblItemDrawingRevVal";
            this.lblItemDrawingRevVal.Size = new System.Drawing.Size(53, 23);
            this.lblItemDrawingRevVal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDrawingRevVal.TabIndex = 93;
            this.lblItemDrawingRevVal.Text = "Revision";
            // 
            // lblItemDrawingRev
            // 
            this.lblItemDrawingRev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDrawingRev.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDrawingRev.EnableMarkup = false;
            this.lblItemDrawingRev.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDrawingRev.ForeColor = System.Drawing.Color.Black;
            this.lblItemDrawingRev.Location = new System.Drawing.Point(15, 201);
            this.lblItemDrawingRev.Name = "lblItemDrawingRev";
            this.lblItemDrawingRev.Size = new System.Drawing.Size(108, 23);
            this.lblItemDrawingRev.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDrawingRev.TabIndex = 92;
            this.lblItemDrawingRev.Text = "Revision:";
            // 
            // cbxItemDrawing
            // 
            this.cbxItemDrawing.DisplayMember = "Text";
            this.cbxItemDrawing.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemDrawing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemDrawing.DropDownWidth = 250;
            this.cbxItemDrawing.Enabled = false;
            this.cbxItemDrawing.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemDrawing.ForeColor = System.Drawing.Color.Black;
            this.cbxItemDrawing.FormattingEnabled = true;
            this.cbxItemDrawing.ItemHeight = 19;
            this.cbxItemDrawing.Location = new System.Drawing.Point(129, 170);
            this.cbxItemDrawing.Name = "cbxItemDrawing";
            this.cbxItemDrawing.Size = new System.Drawing.Size(144, 25);
            this.cbxItemDrawing.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemDrawing.TabIndex = 79;
            this.cbxItemDrawing.SelectionChangeCommitted += new System.EventHandler(this.cbxItemDrawing_SelectionChangeCommitted);
            // 
            // lblItemDrawing
            // 
            this.lblItemDrawing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDrawing.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDrawing.EnableMarkup = false;
            this.lblItemDrawing.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDrawing.ForeColor = System.Drawing.Color.Black;
            this.lblItemDrawing.Location = new System.Drawing.Point(15, 170);
            this.lblItemDrawing.Name = "lblItemDrawing";
            this.lblItemDrawing.Size = new System.Drawing.Size(108, 23);
            this.lblItemDrawing.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDrawing.TabIndex = 91;
            this.lblItemDrawing.Text = "Drawing/PNID:";
            // 
            // cbxItemEType
            // 
            this.cbxItemEType.DisplayMember = "Text";
            this.cbxItemEType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemEType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemEType.Enabled = false;
            this.cbxItemEType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemEType.ForeColor = System.Drawing.Color.Black;
            this.cbxItemEType.FormattingEnabled = true;
            this.cbxItemEType.ItemHeight = 19;
            this.cbxItemEType.Items.AddRange(new object[] {
            this.cbxiItemETypeFixed,
            this.cbxiItemETypePortable});
            this.cbxItemEType.Location = new System.Drawing.Point(129, 77);
            this.cbxItemEType.Name = "cbxItemEType";
            this.cbxItemEType.Size = new System.Drawing.Size(175, 25);
            this.cbxItemEType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemEType.TabIndex = 75;
            // 
            // cbxiItemETypeFixed
            // 
            this.cbxiItemETypeFixed.Text = "Fixed";
            // 
            // cbxiItemETypePortable
            // 
            this.cbxiItemETypePortable.Text = "Portable";
            // 
            // lblItemEType
            // 
            this.lblItemEType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemEType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemEType.EnableMarkup = false;
            this.lblItemEType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemEType.ForeColor = System.Drawing.Color.Black;
            this.lblItemEType.Location = new System.Drawing.Point(15, 77);
            this.lblItemEType.Name = "lblItemEType";
            this.lblItemEType.Size = new System.Drawing.Size(108, 23);
            this.lblItemEType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemEType.TabIndex = 90;
            this.lblItemEType.Text = "Equipment Type:";
            // 
            // lblItemHACDrawingDateVal
            // 
            this.lblItemHACDrawingDateVal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemHACDrawingDateVal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemHACDrawingDateVal.EnableMarkup = false;
            this.lblItemHACDrawingDateVal.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemHACDrawingDateVal.ForeColor = System.Drawing.Color.Black;
            this.lblItemHACDrawingDateVal.Location = new System.Drawing.Point(490, 201);
            this.lblItemHACDrawingDateVal.Name = "lblItemHACDrawingDateVal";
            this.lblItemHACDrawingDateVal.Size = new System.Drawing.Size(124, 23);
            this.lblItemHACDrawingDateVal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemHACDrawingDateVal.TabIndex = 89;
            this.lblItemHACDrawingDateVal.Text = "Revision Date";
            // 
            // lblItemHACDrawingRevVal
            // 
            this.lblItemHACDrawingRevVal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemHACDrawingRevVal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemHACDrawingRevVal.EnableMarkup = false;
            this.lblItemHACDrawingRevVal.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemHACDrawingRevVal.ForeColor = System.Drawing.Color.Black;
            this.lblItemHACDrawingRevVal.Location = new System.Drawing.Point(431, 201);
            this.lblItemHACDrawingRevVal.Name = "lblItemHACDrawingRevVal";
            this.lblItemHACDrawingRevVal.Size = new System.Drawing.Size(53, 23);
            this.lblItemHACDrawingRevVal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemHACDrawingRevVal.TabIndex = 88;
            this.lblItemHACDrawingRevVal.Text = "Revision";
            // 
            // lblItemHACDrawingRev
            // 
            this.lblItemHACDrawingRev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemHACDrawingRev.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemHACDrawingRev.EnableMarkup = false;
            this.lblItemHACDrawingRev.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemHACDrawingRev.ForeColor = System.Drawing.Color.Black;
            this.lblItemHACDrawingRev.Location = new System.Drawing.Point(324, 201);
            this.lblItemHACDrawingRev.Name = "lblItemHACDrawingRev";
            this.lblItemHACDrawingRev.Size = new System.Drawing.Size(89, 23);
            this.lblItemHACDrawingRev.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemHACDrawingRev.TabIndex = 87;
            this.lblItemHACDrawingRev.Text = "Revision:";
            // 
            // cbxItemDrawingHac
            // 
            this.cbxItemDrawingHac.DisplayMember = "Text";
            this.cbxItemDrawingHac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemDrawingHac.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemDrawingHac.DropDownWidth = 250;
            this.cbxItemDrawingHac.Enabled = false;
            this.cbxItemDrawingHac.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemDrawingHac.ForeColor = System.Drawing.Color.Black;
            this.cbxItemDrawingHac.FormattingEnabled = true;
            this.cbxItemDrawingHac.ItemHeight = 19;
            this.cbxItemDrawingHac.Location = new System.Drawing.Point(431, 170);
            this.cbxItemDrawingHac.Name = "cbxItemDrawingHac";
            this.cbxItemDrawingHac.Size = new System.Drawing.Size(152, 25);
            this.cbxItemDrawingHac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemDrawingHac.TabIndex = 70;
            this.cbxItemDrawingHac.SelectionChangeCommitted += new System.EventHandler(this.cbxItemHACDrawing_SelectionChangeCommitted);
            // 
            // lblItemDrawingHac
            // 
            this.lblItemDrawingHac.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDrawingHac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDrawingHac.EnableMarkup = false;
            this.lblItemDrawingHac.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDrawingHac.ForeColor = System.Drawing.Color.Black;
            this.lblItemDrawingHac.Location = new System.Drawing.Point(324, 170);
            this.lblItemDrawingHac.Name = "lblItemDrawingHac";
            this.lblItemDrawingHac.Size = new System.Drawing.Size(89, 23);
            this.lblItemDrawingHac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDrawingHac.TabIndex = 86;
            this.lblItemDrawingHac.Text = "HAC Drawing:";
            // 
            // txtItemDescription
            // 
            this.txtItemDescription.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemDescription.Border.Class = "TextBoxBorder";
            this.txtItemDescription.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemDescription.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemDescription.Enabled = false;
            this.txtItemDescription.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemDescription.ForeColor = System.Drawing.Color.Black;
            this.txtItemDescription.Location = new System.Drawing.Point(129, 139);
            this.txtItemDescription.Name = "txtItemDescription";
            this.txtItemDescription.PreventEnterBeep = true;
            this.txtItemDescription.Size = new System.Drawing.Size(485, 25);
            this.txtItemDescription.TabIndex = 78;
            // 
            // lblItemDescription
            // 
            this.lblItemDescription.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDescription.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDescription.EnableMarkup = false;
            this.lblItemDescription.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDescription.ForeColor = System.Drawing.Color.Black;
            this.lblItemDescription.Location = new System.Drawing.Point(15, 139);
            this.lblItemDescription.Name = "lblItemDescription";
            this.lblItemDescription.Size = new System.Drawing.Size(108, 23);
            this.lblItemDescription.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDescription.TabIndex = 85;
            this.lblItemDescription.Text = "Description:";
            // 
            // txtItemCableID
            // 
            this.txtItemCableID.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemCableID.Border.Class = "TextBoxBorder";
            this.txtItemCableID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemCableID.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemCableID.Enabled = false;
            this.txtItemCableID.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemCableID.ForeColor = System.Drawing.Color.Black;
            this.txtItemCableID.Location = new System.Drawing.Point(129, 46);
            this.txtItemCableID.Name = "txtItemCableID";
            this.txtItemCableID.PreventEnterBeep = true;
            this.txtItemCableID.Size = new System.Drawing.Size(175, 25);
            this.txtItemCableID.TabIndex = 73;
            // 
            // lblItemCableID
            // 
            this.lblItemCableID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemCableID.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemCableID.EnableMarkup = false;
            this.lblItemCableID.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemCableID.ForeColor = System.Drawing.Color.Black;
            this.lblItemCableID.Location = new System.Drawing.Point(15, 46);
            this.lblItemCableID.Name = "lblItemCableID";
            this.lblItemCableID.Size = new System.Drawing.Size(108, 23);
            this.lblItemCableID.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemCableID.TabIndex = 84;
            this.lblItemCableID.Text = "Cable ID:";
            // 
            // txtItemBarcode
            // 
            this.txtItemBarcode.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemBarcode.Border.Class = "TextBoxBorder";
            this.txtItemBarcode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemBarcode.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemBarcode.Enabled = false;
            this.txtItemBarcode.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemBarcode.ForeColor = System.Drawing.Color.Black;
            this.txtItemBarcode.Location = new System.Drawing.Point(431, 15);
            this.txtItemBarcode.Name = "txtItemBarcode";
            this.txtItemBarcode.PreventEnterBeep = true;
            this.txtItemBarcode.Size = new System.Drawing.Size(183, 25);
            this.txtItemBarcode.TabIndex = 72;
            // 
            // lblItemBarcode
            // 
            this.lblItemBarcode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemBarcode.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemBarcode.EnableMarkup = false;
            this.lblItemBarcode.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemBarcode.ForeColor = System.Drawing.Color.Black;
            this.lblItemBarcode.Location = new System.Drawing.Point(324, 15);
            this.lblItemBarcode.Name = "lblItemBarcode";
            this.lblItemBarcode.Size = new System.Drawing.Size(89, 23);
            this.lblItemBarcode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemBarcode.TabIndex = 83;
            this.lblItemBarcode.Text = "Barcode:";
            // 
            // txtItemSerial
            // 
            this.txtItemSerial.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemSerial.Border.Class = "TextBoxBorder";
            this.txtItemSerial.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemSerial.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemSerial.Enabled = false;
            this.txtItemSerial.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemSerial.ForeColor = System.Drawing.Color.Black;
            this.txtItemSerial.Location = new System.Drawing.Point(431, 46);
            this.txtItemSerial.Name = "txtItemSerial";
            this.txtItemSerial.PreventEnterBeep = true;
            this.txtItemSerial.Size = new System.Drawing.Size(183, 25);
            this.txtItemSerial.TabIndex = 74;
            // 
            // lblItemSerial
            // 
            this.lblItemSerial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemSerial.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemSerial.EnableMarkup = false;
            this.lblItemSerial.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemSerial.ForeColor = System.Drawing.Color.Black;
            this.lblItemSerial.Location = new System.Drawing.Point(324, 46);
            this.lblItemSerial.Name = "lblItemSerial";
            this.lblItemSerial.Size = new System.Drawing.Size(89, 23);
            this.lblItemSerial.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemSerial.TabIndex = 82;
            this.lblItemSerial.Text = "Serial:";
            // 
            // txtItemTag
            // 
            this.txtItemTag.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemTag.Border.Class = "TextBoxBorder";
            this.txtItemTag.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemTag.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemTag.Enabled = false;
            this.txtItemTag.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemTag.ForeColor = System.Drawing.Color.Black;
            this.txtItemTag.Location = new System.Drawing.Point(129, 15);
            this.txtItemTag.Name = "txtItemTag";
            this.txtItemTag.PreventEnterBeep = true;
            this.txtItemTag.Size = new System.Drawing.Size(175, 25);
            this.txtItemTag.TabIndex = 71;
            // 
            // lblItemTag
            // 
            this.lblItemTag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemTag.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemTag.EnableMarkup = false;
            this.lblItemTag.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemTag.ForeColor = System.Drawing.Color.Black;
            this.lblItemTag.Location = new System.Drawing.Point(15, 15);
            this.lblItemTag.Name = "lblItemTag";
            this.lblItemTag.Size = new System.Drawing.Size(108, 23);
            this.lblItemTag.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemTag.TabIndex = 80;
            this.lblItemTag.Text = "Item Tag:";
            // 
            // tiItemGeneral
            // 
            this.tiItemGeneral.AttachedControl = this.tpItemGeneral;
            this.tiItemGeneral.GlobalItem = false;
            this.tiItemGeneral.Name = "tiItemGeneral";
            this.tiItemGeneral.Text = "  General";
            // 
            // tpItemDetails
            // 
            this.tpItemDetails.Controls.Add(this.cbxItemTraceHC);
            this.tpItemDetails.Controls.Add(this.txtItemCPRef);
            this.tpItemDetails.Controls.Add(this.lblItemCPRef);
            this.tpItemDetails.Controls.Add(this.lblItemTraceHC);
            this.tpItemDetails.Controls.Add(this.txtItemACat);
            this.tpItemDetails.Controls.Add(this.txtItemTRating);
            this.tpItemDetails.Controls.Add(this.txtItemPType);
            this.tpItemDetails.Controls.Add(this.txtItemDType);
            this.tpItemDetails.Controls.Add(this.txtItemECert);
            this.tpItemDetails.Controls.Add(this.txtItemATRating);
            this.tpItemDetails.Controls.Add(this.lblItemATRating);
            this.tpItemDetails.Controls.Add(this.txtItemAGroup);
            this.tpItemDetails.Controls.Add(this.lblItemAreaGroup);
            this.tpItemDetails.Controls.Add(this.txtItemAZone);
            this.tpItemDetails.Controls.Add(this.lblItemAZone);
            this.tpItemDetails.Controls.Add(this.txtItemTemp);
            this.tpItemDetails.Controls.Add(this.lblItemTemp);
            this.tpItemDetails.Controls.Add(this.txtItemCE);
            this.tpItemDetails.Controls.Add(this.lblItemCE);
            this.tpItemDetails.Controls.Add(this.txtItemIP);
            this.tpItemDetails.Controls.Add(this.lblItemIP);
            this.tpItemDetails.Controls.Add(this.cbxItemEPL);
            this.tpItemDetails.Controls.Add(this.lblItemEPL);
            this.tpItemDetails.Controls.Add(this.cbxItemAProt);
            this.tpItemDetails.Controls.Add(this.lblItemAProt);
            this.tpItemDetails.Controls.Add(this.lblItemACat);
            this.tpItemDetails.Controls.Add(this.cbxItemAGroup);
            this.tpItemDetails.Controls.Add(this.lblItemAGroup);
            this.tpItemDetails.Controls.Add(this.lblItemTRating);
            this.tpItemDetails.Controls.Add(this.cbxItemEGroup);
            this.tpItemDetails.Controls.Add(this.lblItemEGroup);
            this.tpItemDetails.Controls.Add(this.lblItemPType);
            this.tpItemDetails.Controls.Add(this.lblItemDType);
            this.tpItemDetails.Controls.Add(this.cbxItemBarrier);
            this.tpItemDetails.Controls.Add(this.lblItemBarrier);
            this.tpItemDetails.Controls.Add(this.lblItemECert);
            this.tpItemDetails.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpItemDetails.Location = new System.Drawing.Point(0, 28);
            this.tpItemDetails.Name = "tpItemDetails";
            this.tpItemDetails.Size = new System.Drawing.Size(629, 304);
            this.tpItemDetails.TabIndex = 0;
            this.tpItemDetails.TabItem = this.tiItemDetails;
            // 
            // cbxItemTraceHC
            // 
            this.cbxItemTraceHC.DisplayMember = "Text";
            this.cbxItemTraceHC.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemTraceHC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemTraceHC.Enabled = false;
            this.cbxItemTraceHC.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemTraceHC.ForeColor = System.Drawing.Color.Black;
            this.cbxItemTraceHC.FormattingEnabled = true;
            this.cbxItemTraceHC.ItemHeight = 19;
            this.cbxItemTraceHC.Items.AddRange(new object[] {
            this.cbxiItemTraceHCN,
            this.cbxiItemTraceHCY});
            this.cbxItemTraceHC.Location = new System.Drawing.Point(129, 263);
            this.cbxItemTraceHC.Name = "cbxItemTraceHC";
            this.cbxItemTraceHC.Size = new System.Drawing.Size(61, 25);
            this.cbxItemTraceHC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemTraceHC.TabIndex = 71;
            // 
            // cbxiItemTraceHCN
            // 
            this.cbxiItemTraceHCN.Text = "No";
            this.cbxiItemTraceHCN.Value = "n";
            // 
            // cbxiItemTraceHCY
            // 
            this.cbxiItemTraceHCY.Text = "Yes";
            this.cbxiItemTraceHCY.Value = "y";
            // 
            // txtItemCPRef
            // 
            this.txtItemCPRef.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemCPRef.Border.Class = "TextBoxBorder";
            this.txtItemCPRef.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemCPRef.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemCPRef.Enabled = false;
            this.txtItemCPRef.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemCPRef.ForeColor = System.Drawing.Color.Black;
            this.txtItemCPRef.Location = new System.Drawing.Point(439, 263);
            this.txtItemCPRef.Name = "txtItemCPRef";
            this.txtItemCPRef.PreventEnterBeep = true;
            this.txtItemCPRef.Size = new System.Drawing.Size(175, 25);
            this.txtItemCPRef.TabIndex = 102;
            // 
            // lblItemCPRef
            // 
            this.lblItemCPRef.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemCPRef.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemCPRef.EnableMarkup = false;
            this.lblItemCPRef.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemCPRef.ForeColor = System.Drawing.Color.Black;
            this.lblItemCPRef.Location = new System.Drawing.Point(324, 263);
            this.lblItemCPRef.Name = "lblItemCPRef";
            this.lblItemCPRef.Size = new System.Drawing.Size(109, 23);
            this.lblItemCPRef.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemCPRef.TabIndex = 104;
            this.lblItemCPRef.Text = "CP Ref.:";
            // 
            // lblItemTraceHC
            // 
            this.lblItemTraceHC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemTraceHC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemTraceHC.EnableMarkup = false;
            this.lblItemTraceHC.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemTraceHC.ForeColor = System.Drawing.Color.Black;
            this.lblItemTraceHC.Location = new System.Drawing.Point(14, 263);
            this.lblItemTraceHC.Name = "lblItemTraceHC";
            this.lblItemTraceHC.Size = new System.Drawing.Size(109, 23);
            this.lblItemTraceHC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemTraceHC.TabIndex = 103;
            this.lblItemTraceHC.Text = "Trace HC?";
            // 
            // txtItemACat
            // 
            this.txtItemACat.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemACat.Border.Class = "TextBoxBorder";
            this.txtItemACat.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemACat.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemACat.Enabled = false;
            this.txtItemACat.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemACat.ForeColor = System.Drawing.Color.Black;
            this.txtItemACat.Location = new System.Drawing.Point(439, 108);
            this.txtItemACat.Name = "txtItemACat";
            this.txtItemACat.PreventEnterBeep = true;
            this.txtItemACat.Size = new System.Drawing.Size(175, 25);
            this.txtItemACat.TabIndex = 100;
            // 
            // txtItemTRating
            // 
            this.txtItemTRating.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemTRating.Border.Class = "TextBoxBorder";
            this.txtItemTRating.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemTRating.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemTRating.Enabled = false;
            this.txtItemTRating.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemTRating.ForeColor = System.Drawing.Color.Black;
            this.txtItemTRating.Location = new System.Drawing.Point(439, 77);
            this.txtItemTRating.Name = "txtItemTRating";
            this.txtItemTRating.PreventEnterBeep = true;
            this.txtItemTRating.Size = new System.Drawing.Size(175, 25);
            this.txtItemTRating.TabIndex = 99;
            // 
            // txtItemPType
            // 
            this.txtItemPType.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemPType.Border.Class = "TextBoxBorder";
            this.txtItemPType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemPType.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemPType.Enabled = false;
            this.txtItemPType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemPType.ForeColor = System.Drawing.Color.Black;
            this.txtItemPType.Location = new System.Drawing.Point(439, 46);
            this.txtItemPType.Name = "txtItemPType";
            this.txtItemPType.PreventEnterBeep = true;
            this.txtItemPType.Size = new System.Drawing.Size(175, 25);
            this.txtItemPType.TabIndex = 98;
            // 
            // txtItemDType
            // 
            this.txtItemDType.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemDType.Border.Class = "TextBoxBorder";
            this.txtItemDType.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemDType.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemDType.Enabled = false;
            this.txtItemDType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemDType.ForeColor = System.Drawing.Color.Black;
            this.txtItemDType.Location = new System.Drawing.Point(129, 46);
            this.txtItemDType.Name = "txtItemDType";
            this.txtItemDType.PreventEnterBeep = true;
            this.txtItemDType.Size = new System.Drawing.Size(175, 25);
            this.txtItemDType.TabIndex = 97;
            // 
            // txtItemECert
            // 
            this.txtItemECert.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemECert.Border.Class = "TextBoxBorder";
            this.txtItemECert.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemECert.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemECert.Enabled = false;
            this.txtItemECert.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemECert.ForeColor = System.Drawing.Color.Black;
            this.txtItemECert.Location = new System.Drawing.Point(129, 15);
            this.txtItemECert.Name = "txtItemECert";
            this.txtItemECert.PreventEnterBeep = true;
            this.txtItemECert.Size = new System.Drawing.Size(175, 25);
            this.txtItemECert.TabIndex = 96;
            // 
            // txtItemATRating
            // 
            this.txtItemATRating.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemATRating.Border.Class = "TextBoxBorder";
            this.txtItemATRating.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemATRating.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemATRating.Enabled = false;
            this.txtItemATRating.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemATRating.ForeColor = System.Drawing.Color.Black;
            this.txtItemATRating.Location = new System.Drawing.Point(439, 232);
            this.txtItemATRating.Name = "txtItemATRating";
            this.txtItemATRating.PreventEnterBeep = true;
            this.txtItemATRating.Size = new System.Drawing.Size(175, 25);
            this.txtItemATRating.TabIndex = 76;
            // 
            // lblItemATRating
            // 
            this.lblItemATRating.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemATRating.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemATRating.EnableMarkup = false;
            this.lblItemATRating.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemATRating.ForeColor = System.Drawing.Color.Black;
            this.lblItemATRating.Location = new System.Drawing.Point(324, 232);
            this.lblItemATRating.Name = "lblItemATRating";
            this.lblItemATRating.Size = new System.Drawing.Size(109, 23);
            this.lblItemATRating.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemATRating.TabIndex = 95;
            this.lblItemATRating.Text = "Area T-Rating:";
            // 
            // txtItemAGroup
            // 
            this.txtItemAGroup.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemAGroup.Border.Class = "TextBoxBorder";
            this.txtItemAGroup.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemAGroup.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemAGroup.Enabled = false;
            this.txtItemAGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemAGroup.ForeColor = System.Drawing.Color.Black;
            this.txtItemAGroup.Location = new System.Drawing.Point(129, 232);
            this.txtItemAGroup.Name = "txtItemAGroup";
            this.txtItemAGroup.PreventEnterBeep = true;
            this.txtItemAGroup.Size = new System.Drawing.Size(175, 25);
            this.txtItemAGroup.TabIndex = 75;
            // 
            // lblItemAreaGroup
            // 
            this.lblItemAreaGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemAreaGroup.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemAreaGroup.EnableMarkup = false;
            this.lblItemAreaGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemAreaGroup.ForeColor = System.Drawing.Color.Black;
            this.lblItemAreaGroup.Location = new System.Drawing.Point(14, 232);
            this.lblItemAreaGroup.Name = "lblItemAreaGroup";
            this.lblItemAreaGroup.Size = new System.Drawing.Size(109, 23);
            this.lblItemAreaGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemAreaGroup.TabIndex = 94;
            this.lblItemAreaGroup.Text = "Area G/D Group:";
            // 
            // txtItemAZone
            // 
            this.txtItemAZone.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemAZone.Border.Class = "TextBoxBorder";
            this.txtItemAZone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemAZone.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemAZone.Enabled = false;
            this.txtItemAZone.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemAZone.ForeColor = System.Drawing.Color.Black;
            this.txtItemAZone.Location = new System.Drawing.Point(439, 201);
            this.txtItemAZone.Name = "txtItemAZone";
            this.txtItemAZone.PreventEnterBeep = true;
            this.txtItemAZone.Size = new System.Drawing.Size(175, 25);
            this.txtItemAZone.TabIndex = 74;
            // 
            // lblItemAZone
            // 
            this.lblItemAZone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemAZone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemAZone.EnableMarkup = false;
            this.lblItemAZone.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemAZone.ForeColor = System.Drawing.Color.Black;
            this.lblItemAZone.Location = new System.Drawing.Point(324, 201);
            this.lblItemAZone.Name = "lblItemAZone";
            this.lblItemAZone.Size = new System.Drawing.Size(109, 23);
            this.lblItemAZone.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemAZone.TabIndex = 93;
            this.lblItemAZone.Text = "Area Zone:";
            // 
            // txtItemTemp
            // 
            this.txtItemTemp.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemTemp.Border.Class = "TextBoxBorder";
            this.txtItemTemp.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemTemp.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemTemp.Enabled = false;
            this.txtItemTemp.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemTemp.ForeColor = System.Drawing.Color.Black;
            this.txtItemTemp.Location = new System.Drawing.Point(129, 201);
            this.txtItemTemp.Name = "txtItemTemp";
            this.txtItemTemp.PreventEnterBeep = true;
            this.txtItemTemp.Size = new System.Drawing.Size(175, 25);
            this.txtItemTemp.TabIndex = 73;
            // 
            // lblItemTemp
            // 
            this.lblItemTemp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemTemp.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemTemp.EnableMarkup = false;
            this.lblItemTemp.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemTemp.ForeColor = System.Drawing.Color.Black;
            this.lblItemTemp.Location = new System.Drawing.Point(14, 201);
            this.lblItemTemp.Name = "lblItemTemp";
            this.lblItemTemp.Size = new System.Drawing.Size(109, 23);
            this.lblItemTemp.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemTemp.TabIndex = 92;
            this.lblItemTemp.Text = "Ambient Temp.:";
            // 
            // txtItemCE
            // 
            this.txtItemCE.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemCE.Border.Class = "TextBoxBorder";
            this.txtItemCE.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemCE.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemCE.Enabled = false;
            this.txtItemCE.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemCE.ForeColor = System.Drawing.Color.Black;
            this.txtItemCE.Location = new System.Drawing.Point(439, 170);
            this.txtItemCE.Name = "txtItemCE";
            this.txtItemCE.PreventEnterBeep = true;
            this.txtItemCE.Size = new System.Drawing.Size(175, 25);
            this.txtItemCE.TabIndex = 72;
            // 
            // lblItemCE
            // 
            this.lblItemCE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemCE.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemCE.EnableMarkup = false;
            this.lblItemCE.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemCE.ForeColor = System.Drawing.Color.Black;
            this.lblItemCE.Location = new System.Drawing.Point(324, 170);
            this.lblItemCE.Name = "lblItemCE";
            this.lblItemCE.Size = new System.Drawing.Size(108, 23);
            this.lblItemCE.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemCE.TabIndex = 91;
            this.lblItemCE.Text = "CE Number:";
            // 
            // txtItemIP
            // 
            this.txtItemIP.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtItemIP.Border.Class = "TextBoxBorder";
            this.txtItemIP.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtItemIP.DisabledBackColor = System.Drawing.Color.White;
            this.txtItemIP.Enabled = false;
            this.txtItemIP.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtItemIP.ForeColor = System.Drawing.Color.Black;
            this.txtItemIP.Location = new System.Drawing.Point(129, 170);
            this.txtItemIP.Name = "txtItemIP";
            this.txtItemIP.PreventEnterBeep = true;
            this.txtItemIP.Size = new System.Drawing.Size(175, 25);
            this.txtItemIP.TabIndex = 71;
            // 
            // lblItemIP
            // 
            this.lblItemIP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemIP.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemIP.EnableMarkup = false;
            this.lblItemIP.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemIP.ForeColor = System.Drawing.Color.Black;
            this.lblItemIP.Location = new System.Drawing.Point(14, 170);
            this.lblItemIP.Name = "lblItemIP";
            this.lblItemIP.Size = new System.Drawing.Size(109, 23);
            this.lblItemIP.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemIP.TabIndex = 89;
            this.lblItemIP.Text = "IP-Rating:";
            // 
            // cbxItemEPL
            // 
            this.cbxItemEPL.DisplayMember = "Text";
            this.cbxItemEPL.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemEPL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemEPL.Enabled = false;
            this.cbxItemEPL.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemEPL.ForeColor = System.Drawing.Color.Black;
            this.cbxItemEPL.FormattingEnabled = true;
            this.cbxItemEPL.ItemHeight = 19;
            this.cbxItemEPL.Items.AddRange(new object[] {
            this.cbxiItemEPLGa,
            this.cbxiItemEPLGb,
            this.cbxiItemEPLGc,
            this.cbxiItemEPLDa,
            this.cbxiItemEPLDb,
            this.cbxiItemEPLDc,
            this.cbxiItemEPLMa,
            this.cbxiItemEPLMb,
            this.cbxiItemEPLNA,
            this.cbxiItemEPLUnknown});
            this.cbxItemEPL.Location = new System.Drawing.Point(439, 139);
            this.cbxItemEPL.Name = "cbxItemEPL";
            this.cbxItemEPL.Size = new System.Drawing.Size(175, 25);
            this.cbxItemEPL.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemEPL.TabIndex = 70;
            // 
            // cbxiItemEPLGa
            // 
            this.cbxiItemEPLGa.Text = "Ga";
            // 
            // cbxiItemEPLGb
            // 
            this.cbxiItemEPLGb.Text = "Gb";
            // 
            // cbxiItemEPLGc
            // 
            this.cbxiItemEPLGc.Text = "Gc";
            // 
            // cbxiItemEPLDa
            // 
            this.cbxiItemEPLDa.Text = "Da";
            // 
            // cbxiItemEPLDb
            // 
            this.cbxiItemEPLDb.Text = "Db";
            // 
            // cbxiItemEPLDc
            // 
            this.cbxiItemEPLDc.Text = "Dc";
            // 
            // cbxiItemEPLMa
            // 
            this.cbxiItemEPLMa.Text = "Ma";
            // 
            // cbxiItemEPLMb
            // 
            this.cbxiItemEPLMb.Text = "Mb";
            // 
            // cbxiItemEPLNA
            // 
            this.cbxiItemEPLNA.Text = "N/A";
            // 
            // cbxiItemEPLUnknown
            // 
            this.cbxiItemEPLUnknown.Text = "Unknown";
            // 
            // lblItemEPL
            // 
            this.lblItemEPL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemEPL.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemEPL.EnableMarkup = false;
            this.lblItemEPL.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemEPL.ForeColor = System.Drawing.Color.Black;
            this.lblItemEPL.Location = new System.Drawing.Point(324, 139);
            this.lblItemEPL.Name = "lblItemEPL";
            this.lblItemEPL.Size = new System.Drawing.Size(109, 23);
            this.lblItemEPL.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemEPL.TabIndex = 86;
            this.lblItemEPL.Text = "EPL:";
            // 
            // cbxItemAProt
            // 
            this.cbxItemAProt.DisplayMember = "Text";
            this.cbxItemAProt.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemAProt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemAProt.Enabled = false;
            this.cbxItemAProt.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemAProt.ForeColor = System.Drawing.Color.Black;
            this.cbxItemAProt.FormattingEnabled = true;
            this.cbxItemAProt.ItemHeight = 19;
            this.cbxItemAProt.Items.AddRange(new object[] {
            this.cbxiItemAProtG,
            this.cbxiItemAProtD,
            this.cbxiItemAProtGD,
            this.cbxiItemAProtNA,
            this.cbxiItemAProtUnknown});
            this.cbxItemAProt.Location = new System.Drawing.Point(129, 139);
            this.cbxItemAProt.Name = "cbxItemAProt";
            this.cbxItemAProt.Size = new System.Drawing.Size(175, 25);
            this.cbxItemAProt.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemAProt.TabIndex = 69;
            // 
            // cbxiItemAProtG
            // 
            this.cbxiItemAProtG.Text = "G";
            // 
            // cbxiItemAProtD
            // 
            this.cbxiItemAProtD.Text = "D";
            // 
            // cbxiItemAProtGD
            // 
            this.cbxiItemAProtGD.Text = "G/D";
            // 
            // cbxiItemAProtNA
            // 
            this.cbxiItemAProtNA.Text = "N/A";
            // 
            // cbxiItemAProtUnknown
            // 
            this.cbxiItemAProtUnknown.Text = "Unknown";
            // 
            // lblItemAProt
            // 
            this.lblItemAProt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemAProt.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemAProt.EnableMarkup = false;
            this.lblItemAProt.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemAProt.ForeColor = System.Drawing.Color.Black;
            this.lblItemAProt.Location = new System.Drawing.Point(14, 139);
            this.lblItemAProt.Name = "lblItemAProt";
            this.lblItemAProt.Size = new System.Drawing.Size(109, 23);
            this.lblItemAProt.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemAProt.TabIndex = 85;
            this.lblItemAProt.Text = "Atex Protection:";
            // 
            // lblItemACat
            // 
            this.lblItemACat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemACat.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemACat.EnableMarkup = false;
            this.lblItemACat.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemACat.ForeColor = System.Drawing.Color.Black;
            this.lblItemACat.Location = new System.Drawing.Point(324, 108);
            this.lblItemACat.Name = "lblItemACat";
            this.lblItemACat.Size = new System.Drawing.Size(109, 23);
            this.lblItemACat.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemACat.TabIndex = 87;
            this.lblItemACat.Text = "Atex Category:";
            // 
            // cbxItemAGroup
            // 
            this.cbxItemAGroup.DisplayMember = "Text";
            this.cbxItemAGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemAGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemAGroup.Enabled = false;
            this.cbxItemAGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemAGroup.ForeColor = System.Drawing.Color.Black;
            this.cbxItemAGroup.FormattingEnabled = true;
            this.cbxItemAGroup.ItemHeight = 19;
            this.cbxItemAGroup.Items.AddRange(new object[] {
            this.cbxiItemAGroupI,
            this.cbxiItemAGroupII,
            this.cbxiItemAGroupIII,
            this.cbxiItemAGroupNA,
            this.cbxiItemAGroupUnknown});
            this.cbxItemAGroup.Location = new System.Drawing.Point(129, 108);
            this.cbxItemAGroup.Name = "cbxItemAGroup";
            this.cbxItemAGroup.Size = new System.Drawing.Size(175, 25);
            this.cbxItemAGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemAGroup.TabIndex = 68;
            // 
            // cbxiItemAGroupI
            // 
            this.cbxiItemAGroupI.Text = "I";
            // 
            // cbxiItemAGroupII
            // 
            this.cbxiItemAGroupII.Text = "II";
            // 
            // cbxiItemAGroupIII
            // 
            this.cbxiItemAGroupIII.Text = "III";
            // 
            // cbxiItemAGroupNA
            // 
            this.cbxiItemAGroupNA.Text = "N/A";
            // 
            // cbxiItemAGroupUnknown
            // 
            this.cbxiItemAGroupUnknown.Text = "Unknown";
            // 
            // lblItemAGroup
            // 
            this.lblItemAGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemAGroup.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemAGroup.EnableMarkup = false;
            this.lblItemAGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemAGroup.ForeColor = System.Drawing.Color.Black;
            this.lblItemAGroup.Location = new System.Drawing.Point(14, 108);
            this.lblItemAGroup.Name = "lblItemAGroup";
            this.lblItemAGroup.Size = new System.Drawing.Size(109, 23);
            this.lblItemAGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemAGroup.TabIndex = 82;
            this.lblItemAGroup.Text = "Atex Group:";
            // 
            // lblItemTRating
            // 
            this.lblItemTRating.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemTRating.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemTRating.EnableMarkup = false;
            this.lblItemTRating.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemTRating.ForeColor = System.Drawing.Color.Black;
            this.lblItemTRating.Location = new System.Drawing.Point(324, 77);
            this.lblItemTRating.Name = "lblItemTRating";
            this.lblItemTRating.Size = new System.Drawing.Size(109, 23);
            this.lblItemTRating.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemTRating.TabIndex = 81;
            this.lblItemTRating.Text = "T-Rating:";
            // 
            // cbxItemEGroup
            // 
            this.cbxItemEGroup.DisplayMember = "Text";
            this.cbxItemEGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemEGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemEGroup.Enabled = false;
            this.cbxItemEGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemEGroup.ForeColor = System.Drawing.Color.Black;
            this.cbxItemEGroup.FormattingEnabled = true;
            this.cbxItemEGroup.ItemHeight = 19;
            this.cbxItemEGroup.Items.AddRange(new object[] {
            this.cbxiItemEGroupII,
            this.cbxiItemEGroupIIA,
            this.cbxiItemEGroupIIB,
            this.cbxiItemEGroupIIC,
            this.cbxiItemEGroupIII,
            this.cbxiItemEGroupIIIA,
            this.cbxiItemEGroupIIIB,
            this.cbxiItemEGroupIIIC,
            this.cbxiItemEGroupNA,
            this.cbxiItemEGroupUnknown});
            this.cbxItemEGroup.Location = new System.Drawing.Point(129, 77);
            this.cbxItemEGroup.Name = "cbxItemEGroup";
            this.cbxItemEGroup.Size = new System.Drawing.Size(175, 25);
            this.cbxItemEGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemEGroup.TabIndex = 67;
            // 
            // cbxiItemEGroupII
            // 
            this.cbxiItemEGroupII.Text = "II";
            // 
            // cbxiItemEGroupIIA
            // 
            this.cbxiItemEGroupIIA.Text = "IIA";
            // 
            // cbxiItemEGroupIIB
            // 
            this.cbxiItemEGroupIIB.Text = "IIB";
            // 
            // cbxiItemEGroupIIC
            // 
            this.cbxiItemEGroupIIC.Text = "IIC";
            // 
            // cbxiItemEGroupIII
            // 
            this.cbxiItemEGroupIII.Text = "III";
            // 
            // cbxiItemEGroupIIIA
            // 
            this.cbxiItemEGroupIIIA.Text = "IIIA";
            // 
            // cbxiItemEGroupIIIB
            // 
            this.cbxiItemEGroupIIIB.Text = "IIIB";
            // 
            // cbxiItemEGroupIIIC
            // 
            this.cbxiItemEGroupIIIC.Text = "IIIC";
            // 
            // cbxiItemEGroupNA
            // 
            this.cbxiItemEGroupNA.Text = "N/A";
            this.cbxiItemEGroupNA.Value = "";
            // 
            // cbxiItemEGroupUnknown
            // 
            this.cbxiItemEGroupUnknown.Text = "Unknown";
            this.cbxiItemEGroupUnknown.Value = "";
            // 
            // lblItemEGroup
            // 
            this.lblItemEGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemEGroup.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemEGroup.EnableMarkup = false;
            this.lblItemEGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemEGroup.ForeColor = System.Drawing.Color.Black;
            this.lblItemEGroup.Location = new System.Drawing.Point(14, 77);
            this.lblItemEGroup.Name = "lblItemEGroup";
            this.lblItemEGroup.Size = new System.Drawing.Size(109, 23);
            this.lblItemEGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemEGroup.TabIndex = 80;
            this.lblItemEGroup.Text = "Gas/Dust Group:";
            // 
            // lblItemPType
            // 
            this.lblItemPType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemPType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemPType.EnableMarkup = false;
            this.lblItemPType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemPType.ForeColor = System.Drawing.Color.Black;
            this.lblItemPType.Location = new System.Drawing.Point(324, 46);
            this.lblItemPType.Name = "lblItemPType";
            this.lblItemPType.Size = new System.Drawing.Size(108, 23);
            this.lblItemPType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemPType.TabIndex = 84;
            this.lblItemPType.Text = "Protection Type:";
            // 
            // lblItemDType
            // 
            this.lblItemDType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemDType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemDType.EnableMarkup = false;
            this.lblItemDType.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemDType.ForeColor = System.Drawing.Color.Black;
            this.lblItemDType.Location = new System.Drawing.Point(15, 46);
            this.lblItemDType.Name = "lblItemDType";
            this.lblItemDType.Size = new System.Drawing.Size(109, 23);
            this.lblItemDType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemDType.TabIndex = 79;
            this.lblItemDType.Text = "Device Type:";
            // 
            // cbxItemBarrier
            // 
            this.cbxItemBarrier.DisplayMember = "Text";
            this.cbxItemBarrier.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxItemBarrier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxItemBarrier.Enabled = false;
            this.cbxItemBarrier.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxItemBarrier.ForeColor = System.Drawing.Color.Black;
            this.cbxItemBarrier.FormattingEnabled = true;
            this.cbxItemBarrier.ItemHeight = 19;
            this.cbxItemBarrier.Items.AddRange(new object[] {
            this.cbxiItemBarrierNA,
            this.cbxiItemBarrierELD,
            this.cbxiItemBarrierGalvanic,
            this.cbxiItemBarrierOther,
            this.cbxiItemBarrierZenner});
            this.cbxItemBarrier.Location = new System.Drawing.Point(439, 15);
            this.cbxItemBarrier.Name = "cbxItemBarrier";
            this.cbxItemBarrier.Size = new System.Drawing.Size(175, 25);
            this.cbxItemBarrier.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxItemBarrier.TabIndex = 66;
            // 
            // cbxiItemBarrierNA
            // 
            this.cbxiItemBarrierNA.Text = "N/A";
            // 
            // cbxiItemBarrierELD
            // 
            this.cbxiItemBarrierELD.Text = "Energy Limitation Device";
            // 
            // cbxiItemBarrierGalvanic
            // 
            this.cbxiItemBarrierGalvanic.Text = "Galvanic";
            // 
            // cbxiItemBarrierOther
            // 
            this.cbxiItemBarrierOther.Text = "Other";
            // 
            // cbxiItemBarrierZenner
            // 
            this.cbxiItemBarrierZenner.Text = "Zenner";
            // 
            // lblItemBarrier
            // 
            this.lblItemBarrier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemBarrier.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemBarrier.EnableMarkup = false;
            this.lblItemBarrier.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemBarrier.ForeColor = System.Drawing.Color.Black;
            this.lblItemBarrier.Location = new System.Drawing.Point(324, 15);
            this.lblItemBarrier.Name = "lblItemBarrier";
            this.lblItemBarrier.Size = new System.Drawing.Size(109, 23);
            this.lblItemBarrier.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemBarrier.TabIndex = 77;
            this.lblItemBarrier.Text = "Barrier:";
            // 
            // lblItemECert
            // 
            this.lblItemECert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblItemECert.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblItemECert.EnableMarkup = false;
            this.lblItemECert.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblItemECert.ForeColor = System.Drawing.Color.Black;
            this.lblItemECert.Location = new System.Drawing.Point(15, 15);
            this.lblItemECert.Name = "lblItemECert";
            this.lblItemECert.Size = new System.Drawing.Size(108, 23);
            this.lblItemECert.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblItemECert.TabIndex = 65;
            this.lblItemECert.Text = "Equipment Cert.:";
            // 
            // tiItemDetails
            // 
            this.tiItemDetails.AttachedControl = this.tpItemDetails;
            this.tiItemDetails.GlobalItem = false;
            this.tiItemDetails.Name = "tiItemDetails";
            this.tiItemDetails.Text = "  Details";
            // 
            // tpItemFault
            // 
            this.tpItemFault.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpItemFault.Location = new System.Drawing.Point(0, 28);
            this.tpItemFault.Name = "tpItemFault";
            this.tpItemFault.Size = new System.Drawing.Size(629, 304);
            this.tpItemFault.TabIndex = 0;
            this.tpItemFault.TabItem = this.tiItemFault;
            // 
            // tiItemFault
            // 
            this.tiItemFault.AttachedControl = this.tpItemFault;
            this.tiItemFault.GlobalItem = false;
            this.tiItemFault.Name = "tiItemFault";
            this.tiItemFault.Text = "  Fault";
            // 
            // dtItemsFilterTo
            // 
            this.dtItemsFilterTo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.dtItemsFilterTo.BackgroundStyle.Class = "DateTimeInputBackground";
            this.dtItemsFilterTo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterTo.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtItemsFilterTo.ButtonDropDown.Visible = true;
            this.dtItemsFilterTo.ForeColor = System.Drawing.Color.Black;
            this.dtItemsFilterTo.IsPopupCalendarOpen = false;
            this.dtItemsFilterTo.Location = new System.Drawing.Point(214, 8);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtItemsFilterTo.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterTo.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.dtItemsFilterTo.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.dtItemsFilterTo.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterTo.MonthCalendar.DisplayMonth = new System.DateTime(2016, 2, 1, 0, 0, 0, 0);
            this.dtItemsFilterTo.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.dtItemsFilterTo.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.dtItemsFilterTo.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.dtItemsFilterTo.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.dtItemsFilterTo.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterTo.MonthCalendar.TodayButtonVisible = true;
            this.dtItemsFilterTo.Name = "dtItemsFilterTo";
            this.dtItemsFilterTo.Size = new System.Drawing.Size(95, 25);
            this.dtItemsFilterTo.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtItemsFilterTo.TabIndex = 102;
            this.dtItemsFilterTo.TextChanged += new System.EventHandler(this.dtItemsFilterTo_TextChanged);
            // 
            // dtItemsFilterFrom
            // 
            this.dtItemsFilterFrom.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.dtItemsFilterFrom.BackgroundStyle.Class = "DateTimeInputBackground";
            this.dtItemsFilterFrom.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterFrom.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.dtItemsFilterFrom.ButtonDropDown.Visible = true;
            this.dtItemsFilterFrom.ForeColor = System.Drawing.Color.Black;
            this.dtItemsFilterFrom.IsPopupCalendarOpen = false;
            this.dtItemsFilterFrom.Location = new System.Drawing.Point(85, 8);
            // 
            // 
            // 
            // 
            // 
            // 
            this.dtItemsFilterFrom.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterFrom.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.dtItemsFilterFrom.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.dtItemsFilterFrom.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterFrom.MonthCalendar.DisplayMonth = new System.DateTime(2016, 2, 1, 0, 0, 0, 0);
            this.dtItemsFilterFrom.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            // 
            // 
            // 
            this.dtItemsFilterFrom.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.dtItemsFilterFrom.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.dtItemsFilterFrom.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.dtItemsFilterFrom.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.dtItemsFilterFrom.MonthCalendar.TodayButtonVisible = true;
            this.dtItemsFilterFrom.Name = "dtItemsFilterFrom";
            this.dtItemsFilterFrom.Size = new System.Drawing.Size(95, 25);
            this.dtItemsFilterFrom.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.dtItemsFilterFrom.TabIndex = 101;
            this.dtItemsFilterFrom.TextChanged += new System.EventHandler(this.dtItemsFilterFrom_TextChanged);
            // 
            // labelX4
            // 
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.labelX4.ForeColor = System.Drawing.Color.Black;
            this.labelX4.Location = new System.Drawing.Point(15, 10);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(64, 23);
            this.labelX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX4.TabIndex = 100;
            this.labelX4.Text = "Show from:";
            // 
            // mtpReports
            // 
            this.mtpReports.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.mtpReports.Controls.Add(this.dnDiary);
            this.mtpReports.Controls.Add(this.pDiary);
            this.mtpReports.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mtpReports.Location = new System.Drawing.Point(0, 61);
            this.mtpReports.Name = "mtpReports";
            this.mtpReports.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.mtpReports.Size = new System.Drawing.Size(958, 537);
            // 
            // 
            // 
            this.mtpReports.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpReports.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.mtpReports.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.mtpReports.TabIndex = 5;
            this.mtpReports.Visible = false;
            // 
            // dnDiary
            // 
            this.dnDiary.CalendarView = this.cvDiary;
            this.dnDiary.CanvasColor = System.Drawing.SystemColors.Control;
            this.dnDiary.CurrentDayLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentMonthEndLabel = " MMMM yyyy";
            this.dnDiary.CurrentMonthStartLabel = " MMMM yyyy";
            this.dnDiary.CurrentTimeLineDayEndLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentTimeLineDaySameMonthYearEndLabel = " dd, yyyy";
            this.dnDiary.CurrentTimeLineDaySameMonthYearStartLabel = " dd MMMM";
            this.dnDiary.CurrentTimeLineDaySameYearEndLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentTimeLineDaySameYearStartLabel = " dd MMMM";
            this.dnDiary.CurrentTimeLineDayStartLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentTimeLineHourLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentTimeLineYearEndLabel = " yyyy";
            this.dnDiary.CurrentTimeLineYearStartLabel = " yyyy";
            this.dnDiary.CurrentWeekEndLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentWeekSameMonthYearEndLabel = " dd, yyyy";
            this.dnDiary.CurrentWeekSameMonthYearStartLabel = " dd MMMM";
            this.dnDiary.CurrentWeekSameYearEndLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentWeekSameYearStartLabel = " dd MMMM";
            this.dnDiary.CurrentWeekStartLabel = " dd MMMM, yyyy";
            this.dnDiary.CurrentYearEndLabel = " MMMM yyyy";
            this.dnDiary.CurrentYearStartLabel = " MMMM yyyy";
            this.dnDiary.DisabledBackColor = System.Drawing.Color.Empty;
            this.dnDiary.Location = new System.Drawing.Point(6, 6);
            this.dnDiary.Name = "dnDiary";
            this.dnDiary.Size = new System.Drawing.Size(420, 30);
            this.dnDiary.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.dnDiary.Style.BackColor2.Color = System.Drawing.SystemColors.Control;
            this.dnDiary.Style.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.dnDiary.TabIndex = 100;
            // 
            // cvDiary
            // 
            this.cvDiary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.cvDiary.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.cvDiary.ContainerControlProcessDialogKey = true;
            this.cvDiary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cvDiary.ForeColor = System.Drawing.Color.Black;
            this.cvDiary.Is24HourFormat = true;
            this.cvDiary.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.cvDiary.Location = new System.Drawing.Point(0, 0);
            this.cvDiary.MultiUserTabHeight = 24;
            this.cvDiary.Name = "cvDiary";
            this.cvDiary.SelectedView = DevComponents.DotNetBar.Schedule.eCalendarView.Month;
            this.cvDiary.ShowTabs = false;
            this.cvDiary.Size = new System.Drawing.Size(958, 496);
            this.cvDiary.TabIndex = 100;
            this.cvDiary.TabStop = false;
            this.cvDiary.TimeIndicator.BorderColor = System.Drawing.Color.Empty;
            this.cvDiary.TimeIndicator.Tag = null;
            this.cvDiary.TimeSlotDuration = 30;
            // 
            // pDiary
            // 
            this.pDiary.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.pDiary.CanvasColor = System.Drawing.SystemColors.Control;
            this.pDiary.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.pDiary.Controls.Add(this.cvDiary);
            this.pDiary.DisabledBackColor = System.Drawing.Color.Empty;
            this.pDiary.Location = new System.Drawing.Point(0, 41);
            this.pDiary.Name = "pDiary";
            this.pDiary.Size = new System.Drawing.Size(958, 496);
            this.pDiary.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.pDiary.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.pDiary.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.pDiary.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.pDiary.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.pDiary.Style.GradientAngle = 90;
            this.pDiary.TabIndex = 4;
            // 
            // mab
            // 
            this.mab.AutoExpandOnClick = true;
            this.mab.BackstageTab = this.mstc;
            this.mab.CanCustomize = false;
            this.mab.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.mab.ImagePaddingHorizontal = 0;
            this.mab.ImagePaddingVertical = 0;
            this.mab.Name = "mab";
            this.mab.ShowSubItems = false;
            this.mab.Text = "&File";
            // 
            // mstc
            // 
            this.mstc.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.mstc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            // 
            // 
            // 
            this.mstc.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.mstc.ControlBox.MenuBox.Name = "";
            this.mstc.ControlBox.Name = "";
            this.mstc.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.mstc.ControlBox.MenuBox,
            this.mstc.ControlBox.CloseBox});
            this.mstc.ControlBox.Visible = false;
            this.mstc.Controls.Add(this.mspImpExp);
            this.mstc.Controls.Add(this.mspHelp);
            this.mstc.Controls.Add(this.mspPrint);
            this.mstc.ForeColor = System.Drawing.Color.Black;
            this.mstc.ItemPadding.Left = 6;
            this.mstc.ItemPadding.Right = 4;
            this.mstc.ItemPadding.Top = 4;
            this.mstc.Location = new System.Drawing.Point(1, 60);
            this.mstc.Name = "mstc";
            this.mstc.ReorderTabsEnabled = false;
            this.mstc.SelectedTabFont = new System.Drawing.Font("Segoe UI", 9.75F);
            this.mstc.SelectedTabIndex = 0;
            this.mstc.Size = new System.Drawing.Size(958, 559);
            this.mstc.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
            this.mstc.TabFont = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mstc.TabHorizontalSpacing = 16;
            this.mstc.TabIndex = 2;
            this.mstc.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.mstImpExp,
            this.mstPrint,
            this.mstHelp,
            this.msbSettings,
            this.msbSignOut,
            this.msbExit});
            this.mstc.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
            this.mstc.TabVerticalSpacing = 8;
            // 
            // mspImpExp
            // 
            this.mspImpExp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mspImpExp.Location = new System.Drawing.Point(236, 0);
            this.mspImpExp.Name = "mspImpExp";
            this.mspImpExp.Size = new System.Drawing.Size(722, 559);
            this.mspImpExp.TabIndex = 1;
            this.mspImpExp.TabItem = this.mstImpExp;
            // 
            // mstImpExp
            // 
            this.mstImpExp.AttachedControl = this.mspImpExp;
            this.mstImpExp.GlobalItem = false;
            this.mstImpExp.Name = "mstImpExp";
            this.mstImpExp.Text = "Import/export";
            // 
            // mspHelp
            // 
            this.mspHelp.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mspHelp.Location = new System.Drawing.Point(136, 0);
            this.mspHelp.Name = "mspHelp";
            this.mspHelp.Size = new System.Drawing.Size(822, 559);
            this.mspHelp.TabIndex = 1;
            this.mspHelp.TabItem = this.mstHelp;
            // 
            // mstHelp
            // 
            this.mstHelp.AttachedControl = this.mspHelp;
            this.mstHelp.GlobalItem = false;
            this.mstHelp.Name = "mstHelp";
            this.mstHelp.Text = "Help";
            // 
            // mspPrint
            // 
            this.mspPrint.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mspPrint.Location = new System.Drawing.Point(136, 0);
            this.mspPrint.Name = "mspPrint";
            this.mspPrint.Size = new System.Drawing.Size(822, 559);
            this.mspPrint.TabIndex = 1;
            this.mspPrint.TabItem = this.mstPrint;
            // 
            // mstPrint
            // 
            this.mstPrint.AttachedControl = this.mspPrint;
            this.mstPrint.GlobalItem = false;
            this.mstPrint.Name = "mstPrint";
            this.mstPrint.Text = "Print";
            // 
            // msbSettings
            // 
            this.msbSettings.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.msbSettings.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
            this.msbSettings.Image = global::Client.Properties.Resources.shell_options_16;
            this.msbSettings.ImagePaddingHorizontal = 18;
            this.msbSettings.ImagePaddingVertical = 10;
            this.msbSettings.KeyTips = "T";
            this.msbSettings.Name = "msbSettings";
            this.msbSettings.Stretch = true;
            this.msbSettings.Text = "Settings";
            this.msbSettings.Click += new System.EventHandler(this.msbSettings_Click);
            // 
            // msbSignOut
            // 
            this.msbSignOut.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.msbSignOut.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
            this.msbSignOut.Image = global::Client.Properties.Resources.shell_logout_16;
            this.msbSignOut.ImagePaddingHorizontal = 18;
            this.msbSignOut.ImagePaddingVertical = 10;
            this.msbSignOut.Name = "msbSignOut";
            this.msbSignOut.Stretch = true;
            this.msbSignOut.Text = "Sign out";
            this.msbSignOut.Click += new System.EventHandler(this.msbSignOut_Click);
            // 
            // msbExit
            // 
            this.msbExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.msbExit.ColorTable = DevComponents.DotNetBar.eButtonColor.Blue;
            this.msbExit.Image = global::Client.Properties.Resources.shell_power_16;
            this.msbExit.ImagePaddingHorizontal = 18;
            this.msbExit.ImagePaddingVertical = 10;
            this.msbExit.KeyTips = "X";
            this.msbExit.Name = "msbExit";
            this.msbExit.Stretch = true;
            this.msbExit.Text = "Exit";
            this.msbExit.Click += new System.EventHandler(this.msbExit_Click);
            // 
            // mtHome
            // 
            this.mtHome.Checked = true;
            this.mtHome.Name = "mtHome";
            this.mtHome.Panel = this.mtpHome;
            this.mtHome.Text = "&Home";
            // 
            // mtInspections
            // 
            this.mtInspections.Name = "mtInspections";
            this.mtInspections.Panel = this.mtpInspections;
            this.mtInspections.Text = "&Inspections";
            // 
            // mtItems
            // 
            this.mtItems.Name = "mtItems";
            this.mtItems.Panel = this.mtpItems;
            this.mtItems.Text = "I&tems";
            // 
            // mtDiary
            // 
            this.mtDiary.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
            this.mtDiary.Name = "mtDiary";
            this.mtDiary.Panel = this.mtpReports;
            this.mtDiary.Text = "&Diary";
            // 
            // msbSync
            // 
            this.msbSync.CanCustomize = false;
            this.msbSync.Image = global::Client.Properties.Resources.shell_sync_16;
            this.msbSync.Name = "msbSync";
            this.msbSync.Text = "Synchronise device";
            this.msbSync.Click += new System.EventHandler(this.msbSync_Click);
            // 
            // msbTools
            // 
            this.msbTools.AutoExpandOnClick = true;
            this.msbTools.CanCustomize = false;
            this.msbTools.Image = global::Client.Properties.Resources.shell_tools_16;
            this.msbTools.Name = "msbTools";
            this.msbTools.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.msbiInspectors,
            this.msbiSchedules,
            this.msbiLists,
            this.msbiDDRebuild});
            this.msbTools.Text = "Tools";
            // 
            // msbiInspectors
            // 
            this.msbiInspectors.Name = "msbiInspectors";
            this.msbiInspectors.Text = "Manage inspectors...";
            this.msbiInspectors.Click += new System.EventHandler(this.msbiInspectors_Click);
            // 
            // msbiSchedules
            // 
            this.msbiSchedules.Name = "msbiSchedules";
            this.msbiSchedules.Text = "Manage schedules...";
            this.msbiSchedules.Click += new System.EventHandler(this.msbiSchedules_Click);
            // 
            // msbiLists
            // 
            this.msbiLists.Name = "msbiLists";
            this.msbiLists.Text = "Manage lists...";
            this.msbiLists.Click += new System.EventHandler(this.msbiLists_Click);
            // 
            // msbiDDRebuild
            // 
            this.msbiDDRebuild.Name = "msbiDDRebuild";
            this.msbiDDRebuild.Text = "Rebuild device database";
            this.msbiDDRebuild.Click += new System.EventHandler(this.msbiDDRebuild_Click);
            // 
            // sm
            // 
            this.sm.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2016;
            this.sm.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)(128)))), ((int)(((byte)(57)))), ((int)(((byte)(123))))));
            // 
            // cpMain
            // 
            this.cpMain.AnimationSpeed = 125;
            this.cpMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.cpMain.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.cpMain.FocusCuesEnabled = false;
            this.cpMain.Location = new System.Drawing.Point(1, 62);
            this.cpMain.Name = "cpMain";
            this.cpMain.ProgressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(159)))));
            this.cpMain.Size = new System.Drawing.Size(958, 537);
            this.cpMain.Style = DevComponents.DotNetBar.eDotNetBarStyle.OfficeXP;
            this.cpMain.TabIndex = 16;
            this.cpMain.Value = 80;
            // 
            // frmMain
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(960, 620);
            this.Controls.Add(this.mstc);
            this.Controls.Add(this.ms);
            this.Controls.Add(this.msb);
            this.Controls.Add(this.cpMain);
            this.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.MinimumSize = new System.Drawing.Size(960, 620);
            this.Name = "frmMain";
            this.Text = "Ex Inspection";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            this.ms.ResumeLayout(false);
            this.ms.PerformLayout();
            this.mtpInspections.ResumeLayout(false);
            this.pInspections.ResumeLayout(false);
            this.scInspections.Panel1.ResumeLayout(false);
            this.scInspections.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scInspections)).EndInit();
            this.scInspections.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tvInspections)).EndInit();
            this.cmLocations.ResumeLayout(false);
            this.scInspectionsData.Panel1.ResumeLayout(false);
            this.scInspectionsData.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scInspectionsData)).EndInit();
            this.scInspectionsData.ResumeLayout(false);
            this.cmInspections.ResumeLayout(false);
            this.pInspection.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcInspections)).EndInit();
            this.tcInspections.ResumeLayout(false);
            this.tpInspectionGeneral.ResumeLayout(false);
            this.tpInspectionsAnswers.ResumeLayout(false);
            this.tpInspectionsFaults.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtInspectionsFilterTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtInspectionsFilterFrom)).EndInit();
            this.mtpHome.ResumeLayout(false);
            this.pHome.ResumeLayout(false);
            this.mtpItems.ResumeLayout(false);
            this.pItems.ResumeLayout(false);
            this.scItems.Panel1.ResumeLayout(false);
            this.scItems.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scItems)).EndInit();
            this.scItems.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tvItems)).EndInit();
            this.scItemsData.Panel1.ResumeLayout(false);
            this.scItemsData.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.scItemsData)).EndInit();
            this.scItemsData.ResumeLayout(false);
            this.cmItems.ResumeLayout(false);
            this.pItem.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcItems)).EndInit();
            this.tcItems.ResumeLayout(false);
            this.tpItemGeneral.ResumeLayout(false);
            this.tpItemDetails.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dtItemsFilterTo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtItemsFilterFrom)).EndInit();
            this.mtpReports.ResumeLayout(false);
            this.pDiary.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.mstc)).EndInit();
            this.mstc.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background5 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFormMetroApp));
            DevComponents.DotNetBar.SuperGrid.Style.Background background6 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background7 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background8 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 dataGridViewCellStyle2 = 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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            this.metroShellMain = new DevComponents.DotNetBar.Metro.MetroShell();
            this.metroTabPanel_startegy = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.uiStrategyTablTableLayout = new System.Windows.Forms.TableLayoutPanel();
            this.uiStrategy_panelExOptions = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiStepChangeStrategyComboItem = new DevComponents.Editors.ComboItem();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.uiDeleteDatasetButton = new DevComponents.DotNetBar.ButtonX();
            this.uiAddDatasetButton = new DevComponents.DotNetBar.ButtonX();
            this.uiStrategy_comboBoxExDataSet = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiStrategy_comboBoxExSymbol = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiStrategy_labelXDataSetLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_labelXSymbolLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_panelExDataOptions = new DevComponents.DotNetBar.PanelEx();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_buttonXFilePicker = new DevComponents.DotNetBar.ButtonX();
            this.uiStrategy_textBoxXFilepath = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiFilePathLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_radioButtonDataFromFile = new System.Windows.Forms.RadioButton();
            this.uiStrategy_radioButtonDataFromDB = new System.Windows.Forms.RadioButton();
            this.uiStrategy_panelExBlackScholesPanel = new DevComponents.DotNetBar.PanelEx();
            this.uiBlackSQuantity = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.Quantity = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSDivYield = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.dataGridViewTextBoxColumn53 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uiBlackSDividenedYieldLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_checkBoxXReqTVCheck = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.uiBlackSRTV = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSTVLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSZim = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSZimLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSTVega = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSTotalVegaLabel = new DevComponents.DotNetBar.LabelX();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiDTElabel = new DevComponents.DotNetBar.LabelX();
            this.labelX8 = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPutLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPriceStrike = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSVolality = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSUnderlyingPrice = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSInterestRate = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSExpiryDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiBlackSValueDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiBlackSPutGamma = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSPutGammaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPutVega = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSPutVegaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPutRho = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSPutRhoLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPutTheta = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSPutThetaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPutDelta = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSPutDeltaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSPutPremium = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSPutPremiumLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallGamma = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSCallVega = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSCallRho = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSCallTheta = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSCallDelta = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSCallPremium = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiBlackSCallGammaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallVegaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallRhoLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallThetaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallDeltaLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSCallPremiumLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSStrikePriceLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSVolalityLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSUnderlyingPriceLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSExpityDateLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSInterestRateLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBlackSValueDateLabel = new DevComponents.DotNetBar.LabelX();
            this.uiOptimizationInSample = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_textBoxXOISStepValue = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiStrategy_comboBoxExOISStepKind = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiOISDaysComboItem = new DevComponents.Editors.ComboItem();
            this.uiOISWeeksComboItem = new DevComponents.Editors.ComboItem();
            this.uiOISMonthesComboItem = new DevComponents.Editors.ComboItem();
            this.uiOISYearsComboItem = new DevComponents.Editors.ComboItem();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_dateTimeAdvOISEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiStrategy_dateTimeAdvOISStart = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiStrategy_labelXOISStartLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_labelXOISEndLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_panelExOptimizationOutOfSample = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_textBoxXOOOSStepValue = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.uiStrategy_comboBoxExOOOSStepKind = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiOOOSDaysComboItem = new DevComponents.Editors.ComboItem();
            this.uiOOOSWeeksComboItem = new DevComponents.Editors.ComboItem();
            this.uiOOOSMonthesComboItem = new DevComponents.Editors.ComboItem();
            this.uiOOOSYearsComboItem = new DevComponents.Editors.ComboItem();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_dateTimeAdvOOOSEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiStrategy_dateTimeAdvOOOSStart = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiStrategy_labelXOOOSStartLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_labelXOOOSEndLabel = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_panelExNotOptimizableParametersPanel = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_panelExNotOptBorder = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_dataGridViewNoOptomizationParameters = new System.Windows.Forms.DataGridView();
            this.labelX7 = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_panelExDatasetControl = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_buttonXCancelDataSetButton = new DevComponents.DotNetBar.ButtonX();
            this.uiStrategy_buttonXSaveDataset = new DevComponents.DotNetBar.ButtonX();
            this.uiStrategy_panelExBlackScholes = new DevComponents.DotNetBar.PanelEx();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_panelExOptBorder = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_dataGridViewOptomizationParameters = new System.Windows.Forms.DataGridView();
            this.uiStrategy_panelExRunContinuesPanel = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_checkBoxXRunContinuesCheck = new DevComponents.DotNetBar.Controls.CheckBoxX();
            this.uiStrategy_labelXStartOptimization = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_switvhButtonStartOptimizeCheck = new DevComponents.DotNetBar.Controls.SwitchButton();
            this.labelX9 = new DevComponents.DotNetBar.LabelX();
            this.uiStrategy_WorkingButtonsPanel = new DevComponents.DotNetBar.PanelEx();
            this.uiStrategy_buttonXStart = new DevComponents.DotNetBar.ButtonX();
            this.uiStrategy_buttonXStop = new DevComponents.DotNetBar.ButtonX();
            this.metroTabPanel_calendar = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.uiCalendar_panelExSaving = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_buttonXDelete = new DevComponents.DotNetBar.ButtonX();
            this.uiCalendar_buttonXSave = new DevComponents.DotNetBar.ButtonX();
            this.uiCalendar_buttonXLoad = new DevComponents.DotNetBar.ButtonX();
            this.uiCalendar_comboBoxXDSet = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiCalendar_comboBoxXSymbol = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.uiCalendar_panelExPrevNext = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_buttonXPrevious = new DevComponents.DotNetBar.ButtonX();
            this.uiMonthlyCaption = new DevComponents.DotNetBar.LabelX();
            this.uiCalendar_buttonXNext = new DevComponents.DotNetBar.ButtonX();
            this.uiCalendar_labelXMonthTotal = new DevComponents.DotNetBar.LabelX();
            this.panelEx5 = new DevComponents.DotNetBar.PanelEx();
            this.tableLayoutPanelCalendar = new System.Windows.Forms.TableLayoutPanel();
            this.uiCalendar_panelExWhiteCell6 = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_labelXWeek6 = new DevComponents.DotNetBar.LabelX();
            this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
            this.labelX21 = new DevComponents.DotNetBar.LabelX();
            this.panelEx31 = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_labelXWeek5 = new DevComponents.DotNetBar.LabelX();
            this.panelEx46 = new DevComponents.DotNetBar.PanelEx();
            this.labelX22 = new DevComponents.DotNetBar.LabelX();
            this.panelEx55 = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_labelXWeek4 = new DevComponents.DotNetBar.LabelX();
            this.panelEx56 = new DevComponents.DotNetBar.PanelEx();
            this.labelX27 = new DevComponents.DotNetBar.LabelX();
            this.panelEx47 = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_labelXWeek3 = new DevComponents.DotNetBar.LabelX();
            this.panelEx51 = new DevComponents.DotNetBar.PanelEx();
            this.labelX12 = new DevComponents.DotNetBar.LabelX();
            this.panelEx52 = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_labelXWeek2 = new DevComponents.DotNetBar.LabelX();
            this.panelEx54 = new DevComponents.DotNetBar.PanelEx();
            this.labelX25 = new DevComponents.DotNetBar.LabelX();
            this.panelEx57 = new DevComponents.DotNetBar.PanelEx();
            this.uiCalendar_labelXWeek1 = new DevComponents.DotNetBar.LabelX();
            this.panelEx58 = new DevComponents.DotNetBar.PanelEx();
            this.labelX28 = new DevComponents.DotNetBar.LabelX();
            this.uiCalendar_calendarViewResultView = new DevComponents.DotNetBar.Schedule.CalendarView();
            this.uiCalendar_labelXMonth = new DevComponents.DotNetBar.LabelX();
            this.metroTabPanel_weekly = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.uiWeekly_tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.uiWeeklyData_superGridControlTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.metroTabPanel_data_archive = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.uiDataArchive_panelExSearchPanel = new DevComponents.DotNetBar.PanelEx();
            this.uiDataArchive_dateTimeInputFindTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiDataArchive_dateTimeInputFindDate = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiDataArchive_buttonXFind = new DevComponents.DotNetBar.ButtonX();
            this.uiDataArchive_labelXSearch = new DevComponents.DotNetBar.LabelX();
            this.uiDataArchive_panelExSymbols = new DevComponents.DotNetBar.PanelEx();
            this.uiDataArchive_checkedListBoxSymbols = new System.Windows.Forms.CheckedListBox();
            this.uiDataArchive_panelExCollectingControl = new DevComponents.DotNetBar.PanelEx();
            this.uiDataArchive_labelXCollectingControl = new DevComponents.DotNetBar.LabelX();
            this.uiDataArchive_dateTimeInputEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.uiDataArchive_dateTimeInputStart = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
            this.labelX10 = new DevComponents.DotNetBar.LabelX();
            this.labelX11 = new DevComponents.DotNetBar.LabelX();
            this.uiDataArchive_buttonXStopCollecting = new DevComponents.DotNetBar.ButtonX();
            this.uiDataArchive_buttonXStartCollecting = new DevComponents.DotNetBar.ButtonX();
            this.uiDataArchive_panelExContracts = new DevComponents.DotNetBar.PanelEx();
            this.uiDataArchive_dataGridViewXContracts = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uiDataArchive_panelExSymbolControl = new DevComponents.DotNetBar.PanelEx();
            this.uiDataArchive_buttonXEditSymbol = new DevComponents.DotNetBar.ButtonX();
            this.uiDataArchive_labelXSymbolsCommands = new DevComponents.DotNetBar.LabelX();
            this.uiDataArchive_buttonXDelSymbol = new DevComponents.DotNetBar.ButtonX();
            this.uiDataArchive_buttonXAddSymbol = new DevComponents.DotNetBar.ButtonX();
            this.uiDataArchive_panelExPreview = new DevComponents.DotNetBar.PanelEx();
            this.uiDataArchive_dataGridViewXPreview = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.PreviewColumnDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PreviewColumnPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.metroTabPanel_summary = new DevComponents.DotNetBar.Metro.MetroTabPanel();
            this.uiSummary_tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.pageSlider1 = new DevComponents.DotNetBar.Controls.PageSlider();
            this.pageSliderPage1 = new DevComponents.DotNetBar.Controls.PageSliderPage();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.uiBTSummaryGroupPanel = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.uiSummaryStatisticsBToData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBFrData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBNLsData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBNPrData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBNTrData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBAvgTrData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBPrFData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBPrfPercData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBNetLSData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBnetPRData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBNetData = new System.Windows.Forms.Label();
            this.uiSummaryStatisticsBNetPrLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBToLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBFrLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBNLsLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBNPrLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBNTrLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBAvgTrLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBPrFLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBPrfpercLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBNetLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsBNetLsLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBTStatisticDataLabel = new DevComponents.DotNetBar.LabelX();
            this.uiBTSummaryChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.uiSummary_dataGridViewBT = new System.Windows.Forms.DataGridView();
            this.btsmb = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BFr = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BTo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.BNet = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uiBTSummaryScrollBar = new DevComponents.DotNetBar.VScrollBarAdv();
            this.uiBTSummaryHeaderText = new DevComponents.DotNetBar.LabelX();
            this.uiBTSymmarySymbol = new DevComponents.DotNetBar.LabelX();
            this.pageSliderPage2 = new DevComponents.DotNetBar.Controls.PageSliderPage();
            this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
            this.uiFTSummaryScrollbar = new DevComponents.DotNetBar.VScrollBarAdv();
            this.uiFTSummaryTable = new System.Windows.Forms.DataGridView();
            this.smb = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FFr = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FTo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FNet = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FNetPr = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FNetLs = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FPrfperc = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FPrF = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FAvgTr = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FNTr = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FNPr = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FNLs = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uiFTSummaryChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
            this.uiFTSummaryGroupPanel = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.label22 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.labelX19 = new DevComponents.DotNetBar.LabelX();
            this.labelX18 = new DevComponents.DotNetBar.LabelX();
            this.labelX17 = new DevComponents.DotNetBar.LabelX();
            this.labelX16 = new DevComponents.DotNetBar.LabelX();
            this.labelX15 = new DevComponents.DotNetBar.LabelX();
            this.labelX14 = new DevComponents.DotNetBar.LabelX();
            this.labelX13 = new DevComponents.DotNetBar.LabelX();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsFNetLsLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsFNetPrLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsFNetLabel = new DevComponents.DotNetBar.LabelX();
            this.uiSummaryStatisticsLabel = new DevComponents.DotNetBar.LabelX();
            this.uiFTSummaryHeaderText = new DevComponents.DotNetBar.LabelX();
            this.uiFTSummarySymbol = new DevComponents.DotNetBar.LabelX();
            this.metroAppButton1 = new DevComponents.DotNetBar.Metro.MetroAppButton();
            this.ui_tabItem_strategy = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.ui_tabItem_summary = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.ui_tabItem_weekly = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.ui_tabItem_calendar = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.ui_tabItem_data_archive = new DevComponents.DotNetBar.Metro.MetroTabItem();
            this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
            this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
            this.uiStatus_metroStatusBarStripInformer = new DevComponents.DotNetBar.Metro.MetroStatusBar();
            this.uiStatus_labelItemProgramStatus = new DevComponents.DotNetBar.LabelItem();
            this.uiStatus_labelItemConnectionStatus = new DevComponents.DotNetBar.LabelItem();
            this.uiStatus_toolStripProgressBar = new DevComponents.DotNetBar.ProgressBarItem();
            this.uiStatus_labelItemSeparate = new DevComponents.DotNetBar.LabelItem();
            this.metroShellMain.SuspendLayout();
            this.metroTabPanel_startegy.SuspendLayout();
            this.uiStrategyTablTableLayout.SuspendLayout();
            this.uiStrategy_panelExOptions.SuspendLayout();
            this.uiStrategy_panelExDataOptions.SuspendLayout();
            this.uiStrategy_panelExBlackScholesPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiBlackSDivYield)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiBlackSExpiryDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiBlackSValueDate)).BeginInit();
            this.uiOptimizationInSample.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOISEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOISStart)).BeginInit();
            this.uiStrategy_panelExOptimizationOutOfSample.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOOOSEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOOOSStart)).BeginInit();
            this.uiStrategy_panelExNotOptimizableParametersPanel.SuspendLayout();
            this.uiStrategy_panelExNotOptBorder.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dataGridViewNoOptomizationParameters)).BeginInit();
            this.uiStrategy_panelExDatasetControl.SuspendLayout();
            this.uiStrategy_panelExBlackScholes.SuspendLayout();
            this.uiStrategy_panelExOptBorder.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dataGridViewOptomizationParameters)).BeginInit();
            this.uiStrategy_panelExRunContinuesPanel.SuspendLayout();
            this.uiStrategy_WorkingButtonsPanel.SuspendLayout();
            this.metroTabPanel_calendar.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.uiCalendar_panelExSaving.SuspendLayout();
            this.uiCalendar_panelExPrevNext.SuspendLayout();
            this.panelEx5.SuspendLayout();
            this.tableLayoutPanelCalendar.SuspendLayout();
            this.uiCalendar_panelExWhiteCell6.SuspendLayout();
            this.panelEx31.SuspendLayout();
            this.panelEx55.SuspendLayout();
            this.panelEx47.SuspendLayout();
            this.panelEx52.SuspendLayout();
            this.panelEx57.SuspendLayout();
            this.metroTabPanel_weekly.SuspendLayout();
            this.uiWeekly_tableLayoutPanel4.SuspendLayout();
            this.metroTabPanel_data_archive.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.uiDataArchive_panelExSearchPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputFindTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputFindDate)).BeginInit();
            this.uiDataArchive_panelExSymbols.SuspendLayout();
            this.uiDataArchive_panelExCollectingControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputEnd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputStart)).BeginInit();
            this.uiDataArchive_panelExContracts.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dataGridViewXContracts)).BeginInit();
            this.uiDataArchive_panelExSymbolControl.SuspendLayout();
            this.uiDataArchive_panelExPreview.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dataGridViewXPreview)).BeginInit();
            this.metroTabPanel_summary.SuspendLayout();
            this.uiSummary_tableLayoutPanel4.SuspendLayout();
            this.pageSlider1.SuspendLayout();
            this.pageSliderPage1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.uiBTSummaryGroupPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiBTSummaryChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiSummary_dataGridViewBT)).BeginInit();
            this.pageSliderPage2.SuspendLayout();
            this.tableLayoutPanel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiFTSummaryTable)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiFTSummaryChart)).BeginInit();
            this.uiFTSummaryGroupPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // metroShellMain
            // 
            this.metroShellMain.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.metroShellMain.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.metroShellMain.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroShellMain.CaptionVisible = true;
            this.metroShellMain.Controls.Add(this.metroTabPanel_data_archive);
            this.metroShellMain.Controls.Add(this.metroTabPanel_startegy);
            this.metroShellMain.Controls.Add(this.metroTabPanel_calendar);
            this.metroShellMain.Controls.Add(this.metroTabPanel_weekly);
            this.metroShellMain.Controls.Add(this.metroTabPanel_summary);
            this.metroShellMain.ForeColor = System.Drawing.Color.Black;
            this.metroShellMain.HelpButtonText = null;
            this.metroShellMain.HelpButtonVisible = false;
            this.metroShellMain.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.metroAppButton1,
            this.ui_tabItem_strategy,
            this.ui_tabItem_summary,
            this.ui_tabItem_weekly,
            this.ui_tabItem_calendar,
            this.ui_tabItem_data_archive});
            this.metroShellMain.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
            this.metroShellMain.Location = new System.Drawing.Point(1, 4);
            this.metroShellMain.Name = "metroShellMain";
            this.metroShellMain.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.qatCustomizeItem1});
            this.metroShellMain.Size = new System.Drawing.Size(1198, 640);
            this.metroShellMain.SystemText.MaximizeRibbonText = "&Maximize the Ribbon";
            this.metroShellMain.SystemText.MinimizeRibbonText = "Mi&nimize the Ribbon";
            this.metroShellMain.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
            this.metroShellMain.SystemText.QatCustomizeMenuLabel = "<b>Customize Quick Access Toolbar</b>";
            this.metroShellMain.SystemText.QatCustomizeText = "&Customize Quick Access Toolbar...";
            this.metroShellMain.SystemText.QatDialogAddButton = "&Add >>";
            this.metroShellMain.SystemText.QatDialogCancelButton = "Cancel";
            this.metroShellMain.SystemText.QatDialogCaption = "Customize Quick Access Toolbar";
            this.metroShellMain.SystemText.QatDialogCategoriesLabel = "&Choose commands from:";
            this.metroShellMain.SystemText.QatDialogOkButton = "OK";
            this.metroShellMain.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
            this.metroShellMain.SystemText.QatDialogRemoveButton = "&Remove";
            this.metroShellMain.SystemText.QatPlaceAboveRibbonText = "&Place Quick Access Toolbar above the Ribbon";
            this.metroShellMain.SystemText.QatPlaceBelowRibbonText = "&Place Quick Access Toolbar below the Ribbon";
            this.metroShellMain.SystemText.QatRemoveItemText = "&Remove from Quick Access Toolbar";
            this.metroShellMain.TabIndex = 0;
            this.metroShellMain.TabStripFont = new System.Drawing.Font("Segoe UI", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.metroShellMain.Text = "metroShell1";
            this.metroShellMain.SettingsButtonClick += new System.EventHandler(this.metroShell1_SettingsButtonClick);
            // 
            // metroTabPanel_startegy
            // 
            this.metroTabPanel_startegy.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel_startegy.Controls.Add(this.uiStrategyTablTableLayout);
            this.metroTabPanel_startegy.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel_startegy.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel_startegy.Name = "metroTabPanel_startegy";
            this.metroTabPanel_startegy.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel_startegy.Size = new System.Drawing.Size(1198, 589);
            // 
            // 
            // 
            this.metroTabPanel_startegy.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_startegy.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_startegy.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel_startegy.TabIndex = 1;
            this.metroTabPanel_startegy.Visible = false;
            // 
            // uiStrategyTablTableLayout
            // 
            this.uiStrategyTablTableLayout.BackColor = System.Drawing.Color.Transparent;
            this.uiStrategyTablTableLayout.ColumnCount = 3;
            this.uiStrategyTablTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
            this.uiStrategyTablTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 268F));
            this.uiStrategyTablTableLayout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExOptions, 0, 1);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExDataOptions, 0, 0);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExBlackScholesPanel, 1, 0);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiOptimizationInSample, 0, 2);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExOptimizationOutOfSample, 0, 3);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExNotOptimizableParametersPanel, 1, 2);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExDatasetControl, 1, 5);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExBlackScholes, 2, 2);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_panelExRunContinuesPanel, 0, 4);
            this.uiStrategyTablTableLayout.Controls.Add(this.uiStrategy_WorkingButtonsPanel, 0, 5);
            this.uiStrategyTablTableLayout.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategyTablTableLayout.ForeColor = System.Drawing.Color.Black;
            this.uiStrategyTablTableLayout.Location = new System.Drawing.Point(3, 0);
            this.uiStrategyTablTableLayout.Name = "uiStrategyTablTableLayout";
            this.uiStrategyTablTableLayout.RowCount = 6;
            this.uiStrategyTablTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
            this.uiStrategyTablTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            this.uiStrategyTablTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.uiStrategyTablTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.uiStrategyTablTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.uiStrategyTablTableLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 53F));
            this.uiStrategyTablTableLayout.Size = new System.Drawing.Size(1192, 586);
            this.uiStrategyTablTableLayout.TabIndex = 2;
            // 
            // uiStrategy_panelExOptions
            // 
            this.uiStrategy_panelExOptions.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExOptions.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExOptions.Controls.Add(this.uiStrategy);
            this.uiStrategy_panelExOptions.Controls.Add(this.labelX2);
            this.uiStrategy_panelExOptions.Controls.Add(this.uiDeleteDatasetButton);
            this.uiStrategy_panelExOptions.Controls.Add(this.uiAddDatasetButton);
            this.uiStrategy_panelExOptions.Controls.Add(this.uiStrategy_comboBoxExDataSet);
            this.uiStrategy_panelExOptions.Controls.Add(this.uiStrategy_comboBoxExSymbol);
            this.uiStrategy_panelExOptions.Controls.Add(this.uiStrategy_labelXDataSetLabel);
            this.uiStrategy_panelExOptions.Controls.Add(this.uiStrategy_labelXSymbolLabel);
            this.uiStrategy_panelExOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExOptions.Location = new System.Drawing.Point(3, 113);
            this.uiStrategy_panelExOptions.Name = "uiStrategy_panelExOptions";
            this.uiStrategy_panelExOptions.Size = new System.Drawing.Size(294, 154);
            this.uiStrategy_panelExOptions.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExOptions.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExOptions.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExOptions.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExOptions.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExOptions.Style.GradientAngle = 90;
            this.uiStrategy_panelExOptions.TabIndex = 35;
            // 
            // uiStrategy
            // 
            this.uiStrategy.DisplayMember = "Text";
            this.uiStrategy.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiStrategy.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy.FormattingEnabled = true;
            this.uiStrategy.ItemHeight = 16;
            this.uiStrategy.Items.AddRange(new object[] {
            this.uiStepChangeStrategyComboItem});
            this.uiStrategy.Location = new System.Drawing.Point(227, 7);
            this.uiStrategy.Name = "uiStrategy";
            this.uiStrategy.Size = new System.Drawing.Size(55, 22);
            this.uiStrategy.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy.TabIndex = 15;
            this.uiStrategy.Text = "Choose a strategy";
            this.uiStrategy.Visible = false;
            this.uiStrategy.SelectedIndexChanged += new System.EventHandler(this.uiStrategy_SelectedIndexChanged);
            // 
            // uiStepChangeStrategyComboItem
            // 
            this.uiStepChangeStrategyComboItem.Text = "StepChange";
            // 
            // labelX2
            // 
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX2.ForeColor = System.Drawing.Color.Black;
            this.labelX2.Location = new System.Drawing.Point(0, 0);
            this.labelX2.Name = "labelX2";
            this.labelX2.PaddingLeft = 6;
            this.labelX2.PaddingTop = 3;
            this.labelX2.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX2.Size = new System.Drawing.Size(294, 23);
            this.labelX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX2.SymbolColor = System.Drawing.Color.Blue;
            this.labelX2.TabIndex = 14;
            this.labelX2.Text = "STRATEGY OPTIONS";
            // 
            // uiDeleteDatasetButton
            // 
            this.uiDeleteDatasetButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDeleteDatasetButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDeleteDatasetButton.Enabled = false;
            this.uiDeleteDatasetButton.Location = new System.Drawing.Point(174, 106);
            this.uiDeleteDatasetButton.Margin = new System.Windows.Forms.Padding(2);
            this.uiDeleteDatasetButton.Name = "uiDeleteDatasetButton";
            this.uiDeleteDatasetButton.Size = new System.Drawing.Size(70, 28);
            this.uiDeleteDatasetButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDeleteDatasetButton.TabIndex = 13;
            this.uiDeleteDatasetButton.Text = "Delete";
            this.uiDeleteDatasetButton.Click += new System.EventHandler(this.uiDeleteDatasetButton_Click);
            // 
            // uiAddDatasetButton
            // 
            this.uiAddDatasetButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiAddDatasetButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiAddDatasetButton.Enabled = false;
            this.uiAddDatasetButton.Location = new System.Drawing.Point(94, 106);
            this.uiAddDatasetButton.Margin = new System.Windows.Forms.Padding(2);
            this.uiAddDatasetButton.Name = "uiAddDatasetButton";
            this.uiAddDatasetButton.Size = new System.Drawing.Size(70, 28);
            this.uiAddDatasetButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiAddDatasetButton.TabIndex = 12;
            this.uiAddDatasetButton.Text = "Add";
            this.uiAddDatasetButton.Click += new System.EventHandler(this.uiAddDatasetButton_Click);
            // 
            // uiStrategy_comboBoxExDataSet
            // 
            this.uiStrategy_comboBoxExDataSet.DisplayMember = "Text";
            this.uiStrategy_comboBoxExDataSet.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiStrategy_comboBoxExDataSet.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_comboBoxExDataSet.FormattingEnabled = true;
            this.uiStrategy_comboBoxExDataSet.ItemHeight = 16;
            this.uiStrategy_comboBoxExDataSet.Location = new System.Drawing.Point(94, 70);
            this.uiStrategy_comboBoxExDataSet.Name = "uiStrategy_comboBoxExDataSet";
            this.uiStrategy_comboBoxExDataSet.Size = new System.Drawing.Size(188, 22);
            this.uiStrategy_comboBoxExDataSet.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_comboBoxExDataSet.TabIndex = 11;
            this.uiStrategy_comboBoxExDataSet.SelectedIndexChanged += new System.EventHandler(this.uiDataSet_SelectedIndexChanged);
            // 
            // uiStrategy_comboBoxExSymbol
            // 
            this.uiStrategy_comboBoxExSymbol.DisplayMember = "Text";
            this.uiStrategy_comboBoxExSymbol.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiStrategy_comboBoxExSymbol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uiStrategy_comboBoxExSymbol.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_comboBoxExSymbol.FormattingEnabled = true;
            this.uiStrategy_comboBoxExSymbol.ItemHeight = 16;
            this.uiStrategy_comboBoxExSymbol.Location = new System.Drawing.Point(94, 37);
            this.uiStrategy_comboBoxExSymbol.Name = "uiStrategy_comboBoxExSymbol";
            this.uiStrategy_comboBoxExSymbol.Size = new System.Drawing.Size(188, 22);
            this.uiStrategy_comboBoxExSymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_comboBoxExSymbol.TabIndex = 10;
            this.uiStrategy_comboBoxExSymbol.SelectedIndexChanged += new System.EventHandler(this.uiSymbol_SelectedIndexChanged);
            // 
            // uiStrategy_labelXDataSetLabel
            // 
            this.uiStrategy_labelXDataSetLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_labelXDataSetLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXDataSetLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_labelXDataSetLabel.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXDataSetLabel.Location = new System.Drawing.Point(28, 69);
            this.uiStrategy_labelXDataSetLabel.Name = "uiStrategy_labelXDataSetLabel";
            this.uiStrategy_labelXDataSetLabel.Size = new System.Drawing.Size(60, 23);
            this.uiStrategy_labelXDataSetLabel.TabIndex = 9;
            this.uiStrategy_labelXDataSetLabel.Text = "Dataset";
            this.uiStrategy_labelXDataSetLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_labelXSymbolLabel
            // 
            this.uiStrategy_labelXSymbolLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_labelXSymbolLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXSymbolLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_labelXSymbolLabel.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXSymbolLabel.Location = new System.Drawing.Point(28, 40);
            this.uiStrategy_labelXSymbolLabel.Name = "uiStrategy_labelXSymbolLabel";
            this.uiStrategy_labelXSymbolLabel.Size = new System.Drawing.Size(60, 23);
            this.uiStrategy_labelXSymbolLabel.TabIndex = 8;
            this.uiStrategy_labelXSymbolLabel.Text = "Symbol";
            this.uiStrategy_labelXSymbolLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_panelExDataOptions
            // 
            this.uiStrategy_panelExDataOptions.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExDataOptions.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExDataOptions.Controls.Add(this.labelX1);
            this.uiStrategy_panelExDataOptions.Controls.Add(this.uiStrategy_buttonXFilePicker);
            this.uiStrategy_panelExDataOptions.Controls.Add(this.uiStrategy_textBoxXFilepath);
            this.uiStrategy_panelExDataOptions.Controls.Add(this.uiFilePathLabel);
            this.uiStrategy_panelExDataOptions.Controls.Add(this.uiStrategy_radioButtonDataFromFile);
            this.uiStrategy_panelExDataOptions.Controls.Add(this.uiStrategy_radioButtonDataFromDB);
            this.uiStrategy_panelExDataOptions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExDataOptions.Location = new System.Drawing.Point(3, 3);
            this.uiStrategy_panelExDataOptions.Name = "uiStrategy_panelExDataOptions";
            this.uiStrategy_panelExDataOptions.Size = new System.Drawing.Size(294, 104);
            this.uiStrategy_panelExDataOptions.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExDataOptions.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExDataOptions.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExDataOptions.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExDataOptions.Style.ForeColor.Color = System.Drawing.Color.SteelBlue;
            this.uiStrategy_panelExDataOptions.Style.GradientAngle = 90;
            this.uiStrategy_panelExDataOptions.TabIndex = 34;
            // 
            // labelX1
            // 
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX1.ForeColor = System.Drawing.Color.Black;
            this.labelX1.Location = new System.Drawing.Point(0, 0);
            this.labelX1.Name = "labelX1";
            this.labelX1.PaddingLeft = 6;
            this.labelX1.PaddingTop = 3;
            this.labelX1.SingleLineColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.labelX1.Size = new System.Drawing.Size(294, 23);
            this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX1.SymbolColor = System.Drawing.Color.Blue;
            this.labelX1.TabIndex = 10;
            this.labelX1.Text = "DATA OPTIONS";
            // 
            // uiStrategy_buttonXFilePicker
            // 
            this.uiStrategy_buttonXFilePicker.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiStrategy_buttonXFilePicker.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiStrategy_buttonXFilePicker.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_buttonXFilePicker.Location = new System.Drawing.Point(247, 61);
            this.uiStrategy_buttonXFilePicker.Name = "uiStrategy_buttonXFilePicker";
            this.uiStrategy_buttonXFilePicker.Size = new System.Drawing.Size(35, 23);
            this.uiStrategy_buttonXFilePicker.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_buttonXFilePicker.TabIndex = 9;
            this.uiStrategy_buttonXFilePicker.Text = "...";
            this.uiStrategy_buttonXFilePicker.Click += new System.EventHandler(this.uiFilePicker_Click);
            // 
            // uiStrategy_textBoxXFilepath
            // 
            this.uiStrategy_textBoxXFilepath.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_textBoxXFilepath.Border.Class = "TextBoxBorder";
            this.uiStrategy_textBoxXFilepath.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_textBoxXFilepath.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_textBoxXFilepath.Location = new System.Drawing.Point(94, 61);
            this.uiStrategy_textBoxXFilepath.Name = "uiStrategy_textBoxXFilepath";
            this.uiStrategy_textBoxXFilepath.Size = new System.Drawing.Size(144, 22);
            this.uiStrategy_textBoxXFilepath.TabIndex = 8;
            // 
            // uiFilePathLabel
            // 
            this.uiFilePathLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiFilePathLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiFilePathLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiFilePathLabel.ForeColor = System.Drawing.Color.Black;
            this.uiFilePathLabel.Location = new System.Drawing.Point(11, 61);
            this.uiFilePathLabel.Name = "uiFilePathLabel";
            this.uiFilePathLabel.Size = new System.Drawing.Size(75, 20);
            this.uiFilePathLabel.TabIndex = 7;
            this.uiFilePathLabel.Text = "File path";
            this.uiFilePathLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_radioButtonDataFromFile
            // 
            this.uiStrategy_radioButtonDataFromFile.AutoSize = true;
            this.uiStrategy_radioButtonDataFromFile.BackColor = System.Drawing.Color.Transparent;
            this.uiStrategy_radioButtonDataFromFile.Checked = true;
            this.uiStrategy_radioButtonDataFromFile.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_radioButtonDataFromFile.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_radioButtonDataFromFile.Location = new System.Drawing.Point(161, 29);
            this.uiStrategy_radioButtonDataFromFile.Name = "uiStrategy_radioButtonDataFromFile";
            this.uiStrategy_radioButtonDataFromFile.Size = new System.Drawing.Size(77, 21);
            this.uiStrategy_radioButtonDataFromFile.TabIndex = 6;
            this.uiStrategy_radioButtonDataFromFile.TabStop = true;
            this.uiStrategy_radioButtonDataFromFile.Text = "From file";
            this.uiStrategy_radioButtonDataFromFile.UseVisualStyleBackColor = false;
            this.uiStrategy_radioButtonDataFromFile.CheckedChanged += new System.EventHandler(this.uiDataFromFile_CheckedChanged);
            // 
            // uiStrategy_radioButtonDataFromDB
            // 
            this.uiStrategy_radioButtonDataFromDB.AutoSize = true;
            this.uiStrategy_radioButtonDataFromDB.BackColor = System.Drawing.Color.Transparent;
            this.uiStrategy_radioButtonDataFromDB.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_radioButtonDataFromDB.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_radioButtonDataFromDB.Location = new System.Drawing.Point(22, 29);
            this.uiStrategy_radioButtonDataFromDB.Name = "uiStrategy_radioButtonDataFromDB";
            this.uiStrategy_radioButtonDataFromDB.Size = new System.Drawing.Size(76, 21);
            this.uiStrategy_radioButtonDataFromDB.TabIndex = 5;
            this.uiStrategy_radioButtonDataFromDB.Text = "From DB";
            this.uiStrategy_radioButtonDataFromDB.UseVisualStyleBackColor = false;
            this.uiStrategy_radioButtonDataFromDB.CheckedChanged += new System.EventHandler(this.uiDataFromDB_CheckedChanged);
            // 
            // uiStrategy_panelExBlackScholesPanel
            // 
            this.uiStrategy_panelExBlackScholesPanel.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExBlackScholesPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategyTablTableLayout.SetColumnSpan(this.uiStrategy_panelExBlackScholesPanel, 2);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSQuantity);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.Quantity);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSDivYield);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSDividenedYieldLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiStrategy_checkBoxXReqTVCheck);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSRTV);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSTVLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSZim);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSZimLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSTVega);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSTotalVegaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.textBoxX1);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiDTElabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.labelX8);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPriceStrike);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSVolality);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSUnderlyingPrice);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSInterestRate);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSExpiryDate);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSValueDate);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutGamma);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutGammaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutVega);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutVegaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutRho);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutRhoLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutTheta);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutThetaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutDelta);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutDeltaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutPremium);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSPutPremiumLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallGamma);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallVega);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallRho);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallTheta);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallDelta);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallPremium);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallGammaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallVegaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallRhoLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallThetaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallDeltaLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSCallPremiumLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSStrikePriceLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSVolalityLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSUnderlyingPriceLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSExpityDateLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSInterestRateLabel);
            this.uiStrategy_panelExBlackScholesPanel.Controls.Add(this.uiBlackSValueDateLabel);
            this.uiStrategy_panelExBlackScholesPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExBlackScholesPanel.Enabled = false;
            this.uiStrategy_panelExBlackScholesPanel.Location = new System.Drawing.Point(303, 3);
            this.uiStrategy_panelExBlackScholesPanel.Name = "uiStrategy_panelExBlackScholesPanel";
            this.uiStrategyTablTableLayout.SetRowSpan(this.uiStrategy_panelExBlackScholesPanel, 2);
            this.uiStrategy_panelExBlackScholesPanel.Size = new System.Drawing.Size(886, 264);
            this.uiStrategy_panelExBlackScholesPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExBlackScholesPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExBlackScholesPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExBlackScholesPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExBlackScholesPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExBlackScholesPanel.Style.GradientAngle = 90;
            this.uiStrategy_panelExBlackScholesPanel.TabIndex = 33;
            // 
            // uiBlackSQuantity
            // 
            this.uiBlackSQuantity.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSQuantity.Border.Class = "TextBoxBorder";
            this.uiBlackSQuantity.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSQuantity.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSQuantity.Location = new System.Drawing.Point(392, 64);
            this.uiBlackSQuantity.MaxLength = 12;
            this.uiBlackSQuantity.Name = "uiBlackSQuantity";
            this.uiBlackSQuantity.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSQuantity.TabIndex = 196;
            this.uiBlackSQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // Quantity
            // 
            this.Quantity.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.Quantity.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.Quantity.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.Quantity.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.Quantity.ForeColor = System.Drawing.Color.Black;
            this.Quantity.Location = new System.Drawing.Point(289, 62);
            this.Quantity.Name = "Quantity";
            this.Quantity.Size = new System.Drawing.Size(92, 23);
            this.Quantity.TabIndex = 191;
            this.Quantity.Text = "Quantity";
            this.Quantity.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSDivYield
            // 
            this.uiBlackSDivYield.AllowUserToAddRows = false;
            this.uiBlackSDivYield.BackgroundColor = System.Drawing.Color.White;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiBlackSDivYield.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
            this.uiBlackSDivYield.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uiBlackSDivYield.ColumnHeadersVisible = false;
            this.uiBlackSDivYield.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn53});
            dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
            dataGridViewCellStyle9.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle9.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle9.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiBlackSDivYield.DefaultCellStyle = dataGridViewCellStyle9;
            this.uiBlackSDivYield.EnableHeadersVisualStyles = false;
            this.uiBlackSDivYield.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.uiBlackSDivYield.HighlightSelectedColumnHeaders = false;
            this.uiBlackSDivYield.Location = new System.Drawing.Point(392, 199);
            this.uiBlackSDivYield.MultiSelect = false;
            this.uiBlackSDivYield.Name = "uiBlackSDivYield";
            dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle10.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiBlackSDivYield.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
            this.uiBlackSDivYield.RowHeadersVisible = false;
            this.uiBlackSDivYield.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.uiBlackSDivYield.Size = new System.Drawing.Size(85, 20);
            this.uiBlackSDivYield.TabIndex = 182;
            this.uiBlackSDivYield.Visible = false;
            // 
            // dataGridViewTextBoxColumn53
            // 
            this.dataGridViewTextBoxColumn53.HeaderText = "Column1";
            this.dataGridViewTextBoxColumn53.Name = "dataGridViewTextBoxColumn53";
            // 
            // uiBlackSDividenedYieldLabel
            // 
            this.uiBlackSDividenedYieldLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSDividenedYieldLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSDividenedYieldLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSDividenedYieldLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSDividenedYieldLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSDividenedYieldLabel.Location = new System.Drawing.Point(289, 201);
            this.uiBlackSDividenedYieldLabel.Name = "uiBlackSDividenedYieldLabel";
            this.uiBlackSDividenedYieldLabel.Size = new System.Drawing.Size(100, 23);
            this.uiBlackSDividenedYieldLabel.TabIndex = 180;
            this.uiBlackSDividenedYieldLabel.Text = "Dividened Yield%";
            this.uiBlackSDividenedYieldLabel.Visible = false;
            // 
            // uiStrategy_checkBoxXReqTVCheck
            // 
            this.uiStrategy_checkBoxXReqTVCheck.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_checkBoxXReqTVCheck.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_checkBoxXReqTVCheck.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_checkBoxXReqTVCheck.Location = new System.Drawing.Point(291, 30);
            this.uiStrategy_checkBoxXReqTVCheck.Name = "uiStrategy_checkBoxXReqTVCheck";
            this.uiStrategy_checkBoxXReqTVCheck.Size = new System.Drawing.Size(186, 25);
            this.uiStrategy_checkBoxXReqTVCheck.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_checkBoxXReqTVCheck.TabIndex = 190;
            this.uiStrategy_checkBoxXReqTVCheck.Text = "Calculate Required Time Value";
            this.uiStrategy_checkBoxXReqTVCheck.TextColor = System.Drawing.Color.Black;
            this.uiStrategy_checkBoxXReqTVCheck.CheckValueChanged += new System.EventHandler(this.uiReqTVCheck_CheckedChanged);
            // 
            // uiBlackSRTV
            // 
            this.uiBlackSRTV.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSRTV.Border.Class = "TextBoxBorder";
            this.uiBlackSRTV.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSRTV.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSRTV.Location = new System.Drawing.Point(392, 154);
            this.uiBlackSRTV.Name = "uiBlackSRTV";
            this.uiBlackSRTV.ReadOnly = true;
            this.uiBlackSRTV.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSRTV.TabIndex = 189;
            this.uiBlackSRTV.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSTVLabel
            // 
            this.uiBlackSTVLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSTVLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSTVLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSTVLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSTVLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSTVLabel.Location = new System.Drawing.Point(289, 155);
            this.uiBlackSTVLabel.Name = "uiBlackSTVLabel";
            this.uiBlackSTVLabel.Size = new System.Drawing.Size(92, 23);
            this.uiBlackSTVLabel.TabIndex = 188;
            this.uiBlackSTVLabel.Text = "TV";
            this.uiBlackSTVLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSZim
            // 
            this.uiBlackSZim.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSZim.Border.Class = "TextBoxBorder";
            this.uiBlackSZim.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSZim.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSZim.Location = new System.Drawing.Point(392, 124);
            this.uiBlackSZim.Name = "uiBlackSZim";
            this.uiBlackSZim.ReadOnly = true;
            this.uiBlackSZim.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSZim.TabIndex = 187;
            this.uiBlackSZim.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSZimLabel
            // 
            this.uiBlackSZimLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSZimLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSZimLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSZimLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSZimLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSZimLabel.Location = new System.Drawing.Point(289, 124);
            this.uiBlackSZimLabel.Name = "uiBlackSZimLabel";
            this.uiBlackSZimLabel.Size = new System.Drawing.Size(92, 23);
            this.uiBlackSZimLabel.TabIndex = 186;
            this.uiBlackSZimLabel.Text = "ZIM";
            this.uiBlackSZimLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSTVega
            // 
            this.uiBlackSTVega.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSTVega.Border.Class = "TextBoxBorder";
            this.uiBlackSTVega.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSTVega.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSTVega.Location = new System.Drawing.Point(392, 94);
            this.uiBlackSTVega.Name = "uiBlackSTVega";
            this.uiBlackSTVega.ReadOnly = true;
            this.uiBlackSTVega.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSTVega.TabIndex = 185;
            this.uiBlackSTVega.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSTotalVegaLabel
            // 
            this.uiBlackSTotalVegaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSTotalVegaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSTotalVegaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSTotalVegaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSTotalVegaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSTotalVegaLabel.Location = new System.Drawing.Point(289, 93);
            this.uiBlackSTotalVegaLabel.Name = "uiBlackSTotalVegaLabel";
            this.uiBlackSTotalVegaLabel.Size = new System.Drawing.Size(92, 23);
            this.uiBlackSTotalVegaLabel.TabIndex = 184;
            this.uiBlackSTotalVegaLabel.Text = "Total Vega";
            this.uiBlackSTotalVegaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // textBoxX1
            // 
            this.textBoxX1.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX1.ForeColor = System.Drawing.Color.Black;
            this.textBoxX1.Location = new System.Drawing.Point(150, 212);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.ReadOnly = true;
            this.textBoxX1.Size = new System.Drawing.Size(102, 22);
            this.textBoxX1.TabIndex = 183;
            this.textBoxX1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiDTElabel
            // 
            this.uiDTElabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiDTElabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiDTElabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiDTElabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDTElabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiDTElabel.ForeColor = System.Drawing.Color.Black;
            this.uiDTElabel.Location = new System.Drawing.Point(19, 212);
            this.uiDTElabel.Name = "uiDTElabel";
            this.uiDTElabel.Size = new System.Drawing.Size(116, 23);
            this.uiDTElabel.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiDTElabel.TabIndex = 181;
            this.uiDTElabel.Text = "Days To Expiry:";
            this.uiDTElabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // labelX8
            // 
            // 
            // 
            // 
            this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX8.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX8.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX8.ForeColor = System.Drawing.Color.Black;
            this.labelX8.Location = new System.Drawing.Point(0, 0);
            this.labelX8.Name = "labelX8";
            this.labelX8.PaddingLeft = 6;
            this.labelX8.PaddingTop = 3;
            this.labelX8.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX8.Size = new System.Drawing.Size(886, 23);
            this.labelX8.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX8.SymbolColor = System.Drawing.Color.Blue;
            this.labelX8.TabIndex = 197;
            this.labelX8.Text = "BLACK SCHOLES";
            // 
            // uiBlackSPutLabel
            // 
            this.uiBlackSPutLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiBlackSPutLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutLabel.Location = new System.Drawing.Point(781, 22);
            this.uiBlackSPutLabel.Name = "uiBlackSPutLabel";
            this.uiBlackSPutLabel.Size = new System.Drawing.Size(75, 23);
            this.uiBlackSPutLabel.TabIndex = 165;
            this.uiBlackSPutLabel.Text = "Put";
            // 
            // uiBlackSCallLabel
            // 
            this.uiBlackSCallLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiBlackSCallLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallLabel.Location = new System.Drawing.Point(592, 20);
            this.uiBlackSCallLabel.Name = "uiBlackSCallLabel";
            this.uiBlackSCallLabel.Size = new System.Drawing.Size(75, 23);
            this.uiBlackSCallLabel.TabIndex = 152;
            this.uiBlackSCallLabel.Text = "Call";
            // 
            // uiBlackSPriceStrike
            // 
            this.uiBlackSPriceStrike.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPriceStrike.Border.Class = "TextBoxBorder";
            this.uiBlackSPriceStrike.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPriceStrike.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPriceStrike.Location = new System.Drawing.Point(150, 182);
            this.uiBlackSPriceStrike.MaxLength = 12;
            this.uiBlackSPriceStrike.Name = "uiBlackSPriceStrike";
            this.uiBlackSPriceStrike.Size = new System.Drawing.Size(102, 22);
            this.uiBlackSPriceStrike.TabIndex = 195;
            this.uiBlackSPriceStrike.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSVolality
            // 
            this.uiBlackSVolality.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSVolality.Border.Class = "TextBoxBorder";
            this.uiBlackSVolality.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSVolality.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSVolality.Location = new System.Drawing.Point(150, 152);
            this.uiBlackSVolality.MaxLength = 7;
            this.uiBlackSVolality.Name = "uiBlackSVolality";
            this.uiBlackSVolality.Size = new System.Drawing.Size(102, 22);
            this.uiBlackSVolality.TabIndex = 194;
            this.uiBlackSVolality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSUnderlyingPrice
            // 
            this.uiBlackSUnderlyingPrice.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSUnderlyingPrice.Border.Class = "TextBoxBorder";
            this.uiBlackSUnderlyingPrice.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSUnderlyingPrice.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSUnderlyingPrice.Location = new System.Drawing.Point(150, 122);
            this.uiBlackSUnderlyingPrice.MaxLength = 12;
            this.uiBlackSUnderlyingPrice.Name = "uiBlackSUnderlyingPrice";
            this.uiBlackSUnderlyingPrice.Size = new System.Drawing.Size(102, 22);
            this.uiBlackSUnderlyingPrice.TabIndex = 193;
            this.uiBlackSUnderlyingPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSInterestRate
            // 
            this.uiBlackSInterestRate.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSInterestRate.Border.Class = "TextBoxBorder";
            this.uiBlackSInterestRate.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSInterestRate.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSInterestRate.Location = new System.Drawing.Point(150, 62);
            this.uiBlackSInterestRate.MaxLength = 7;
            this.uiBlackSInterestRate.Name = "uiBlackSInterestRate";
            this.uiBlackSInterestRate.Size = new System.Drawing.Size(102, 22);
            this.uiBlackSInterestRate.TabIndex = 192;
            this.uiBlackSInterestRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSExpiryDate
            // 
            this.uiBlackSExpiryDate.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSExpiryDate.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiBlackSExpiryDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSExpiryDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiBlackSExpiryDate.ButtonDropDown.Visible = true;
            this.uiBlackSExpiryDate.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSExpiryDate.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Right;
            this.uiBlackSExpiryDate.IsPopupCalendarOpen = false;
            this.uiBlackSExpiryDate.Location = new System.Drawing.Point(150, 92);
            // 
            // 
            // 
            this.uiBlackSExpiryDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiBlackSExpiryDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSExpiryDate.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiBlackSExpiryDate.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiBlackSExpiryDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSExpiryDate.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiBlackSExpiryDate.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiBlackSExpiryDate.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiBlackSExpiryDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiBlackSExpiryDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiBlackSExpiryDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiBlackSExpiryDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiBlackSExpiryDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSExpiryDate.MonthCalendar.TodayButtonVisible = true;
            this.uiBlackSExpiryDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiBlackSExpiryDate.Name = "uiBlackSExpiryDate";
            this.uiBlackSExpiryDate.Size = new System.Drawing.Size(102, 22);
            this.uiBlackSExpiryDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiBlackSExpiryDate.TabIndex = 179;
            this.uiBlackSExpiryDate.ValueChanged += new System.EventHandler(this.uiBlackSExpiryDate_ValueChanged);
            // 
            // uiBlackSValueDate
            // 
            this.uiBlackSValueDate.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSValueDate.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiBlackSValueDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSValueDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiBlackSValueDate.ButtonDropDown.Visible = true;
            this.uiBlackSValueDate.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSValueDate.InputHorizontalAlignment = DevComponents.Editors.eHorizontalAlignment.Right;
            this.uiBlackSValueDate.IsPopupCalendarOpen = false;
            this.uiBlackSValueDate.Location = new System.Drawing.Point(150, 32);
            // 
            // 
            // 
            this.uiBlackSValueDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiBlackSValueDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSValueDate.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiBlackSValueDate.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiBlackSValueDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSValueDate.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiBlackSValueDate.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiBlackSValueDate.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiBlackSValueDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiBlackSValueDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiBlackSValueDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiBlackSValueDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiBlackSValueDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSValueDate.MonthCalendar.TodayButtonVisible = true;
            this.uiBlackSValueDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiBlackSValueDate.Name = "uiBlackSValueDate";
            this.uiBlackSValueDate.Size = new System.Drawing.Size(102, 22);
            this.uiBlackSValueDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiBlackSValueDate.TabIndex = 178;
            // 
            // uiBlackSPutGamma
            // 
            this.uiBlackSPutGamma.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPutGamma.Border.Class = "TextBoxBorder";
            this.uiBlackSPutGamma.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutGamma.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutGamma.Location = new System.Drawing.Point(779, 198);
            this.uiBlackSPutGamma.Name = "uiBlackSPutGamma";
            this.uiBlackSPutGamma.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSPutGamma.TabIndex = 177;
            this.uiBlackSPutGamma.Text = "0.0488";
            this.uiBlackSPutGamma.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSPutGammaLabel
            // 
            this.uiBlackSPutGammaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutGammaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutGammaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutGammaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutGammaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutGammaLabel.Location = new System.Drawing.Point(692, 199);
            this.uiBlackSPutGammaLabel.Name = "uiBlackSPutGammaLabel";
            this.uiBlackSPutGammaLabel.Size = new System.Drawing.Size(79, 23);
            this.uiBlackSPutGammaLabel.TabIndex = 176;
            this.uiBlackSPutGammaLabel.Text = "Gamma";
            this.uiBlackSPutGammaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSPutVega
            // 
            this.uiBlackSPutVega.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPutVega.Border.Class = "TextBoxBorder";
            this.uiBlackSPutVega.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutVega.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutVega.Location = new System.Drawing.Point(779, 168);
            this.uiBlackSPutVega.Name = "uiBlackSPutVega";
            this.uiBlackSPutVega.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSPutVega.TabIndex = 175;
            this.uiBlackSPutVega.Text = "0.0511";
            this.uiBlackSPutVega.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSPutVegaLabel
            // 
            this.uiBlackSPutVegaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutVegaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutVegaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutVegaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutVegaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutVegaLabel.Location = new System.Drawing.Point(692, 167);
            this.uiBlackSPutVegaLabel.Name = "uiBlackSPutVegaLabel";
            this.uiBlackSPutVegaLabel.Size = new System.Drawing.Size(79, 23);
            this.uiBlackSPutVegaLabel.TabIndex = 174;
            this.uiBlackSPutVegaLabel.Text = "Vega";
            this.uiBlackSPutVegaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSPutRho
            // 
            this.uiBlackSPutRho.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPutRho.Border.Class = "TextBoxBorder";
            this.uiBlackSPutRho.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutRho.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutRho.Location = new System.Drawing.Point(779, 138);
            this.uiBlackSPutRho.Name = "uiBlackSPutRho";
            this.uiBlackSPutRho.ReadOnly = true;
            this.uiBlackSPutRho.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSPutRho.TabIndex = 173;
            this.uiBlackSPutRho.Text = "-0.012";
            this.uiBlackSPutRho.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSPutRhoLabel
            // 
            this.uiBlackSPutRhoLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutRhoLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutRhoLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutRhoLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutRhoLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutRhoLabel.Location = new System.Drawing.Point(692, 138);
            this.uiBlackSPutRhoLabel.Name = "uiBlackSPutRhoLabel";
            this.uiBlackSPutRhoLabel.Size = new System.Drawing.Size(79, 23);
            this.uiBlackSPutRhoLabel.TabIndex = 172;
            this.uiBlackSPutRhoLabel.Text = "Rho";
            this.uiBlackSPutRhoLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSPutTheta
            // 
            this.uiBlackSPutTheta.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPutTheta.Border.Class = "TextBoxBorder";
            this.uiBlackSPutTheta.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutTheta.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutTheta.Location = new System.Drawing.Point(779, 108);
            this.uiBlackSPutTheta.Name = "uiBlackSPutTheta";
            this.uiBlackSPutTheta.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSPutTheta.TabIndex = 171;
            this.uiBlackSPutTheta.Text = "-0.0121";
            this.uiBlackSPutTheta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSPutThetaLabel
            // 
            this.uiBlackSPutThetaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutThetaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutThetaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutThetaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutThetaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutThetaLabel.Location = new System.Drawing.Point(692, 108);
            this.uiBlackSPutThetaLabel.Name = "uiBlackSPutThetaLabel";
            this.uiBlackSPutThetaLabel.Size = new System.Drawing.Size(79, 23);
            this.uiBlackSPutThetaLabel.TabIndex = 170;
            this.uiBlackSPutThetaLabel.Text = "Theta";
            this.uiBlackSPutThetaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSPutDelta
            // 
            this.uiBlackSPutDelta.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPutDelta.Border.Class = "TextBoxBorder";
            this.uiBlackSPutDelta.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutDelta.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutDelta.Location = new System.Drawing.Point(779, 78);
            this.uiBlackSPutDelta.Name = "uiBlackSPutDelta";
            this.uiBlackSPutDelta.ReadOnly = true;
            this.uiBlackSPutDelta.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSPutDelta.TabIndex = 169;
            this.uiBlackSPutDelta.Text = "0.1882";
            this.uiBlackSPutDelta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSPutDeltaLabel
            // 
            this.uiBlackSPutDeltaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutDeltaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutDeltaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutDeltaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutDeltaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutDeltaLabel.Location = new System.Drawing.Point(692, 77);
            this.uiBlackSPutDeltaLabel.Name = "uiBlackSPutDeltaLabel";
            this.uiBlackSPutDeltaLabel.Size = new System.Drawing.Size(79, 23);
            this.uiBlackSPutDeltaLabel.TabIndex = 168;
            this.uiBlackSPutDeltaLabel.Text = "Delta";
            this.uiBlackSPutDeltaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSPutPremium
            // 
            this.uiBlackSPutPremium.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSPutPremium.Border.Class = "TextBoxBorder";
            this.uiBlackSPutPremium.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutPremium.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutPremium.Location = new System.Drawing.Point(779, 48);
            this.uiBlackSPutPremium.Name = "uiBlackSPutPremium";
            this.uiBlackSPutPremium.ReadOnly = true;
            this.uiBlackSPutPremium.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSPutPremium.TabIndex = 167;
            this.uiBlackSPutPremium.Text = "0.1898";
            this.uiBlackSPutPremium.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSPutPremiumLabel
            // 
            this.uiBlackSPutPremiumLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSPutPremiumLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSPutPremiumLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSPutPremiumLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSPutPremiumLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSPutPremiumLabel.Location = new System.Drawing.Point(692, 46);
            this.uiBlackSPutPremiumLabel.Name = "uiBlackSPutPremiumLabel";
            this.uiBlackSPutPremiumLabel.Size = new System.Drawing.Size(79, 23);
            this.uiBlackSPutPremiumLabel.TabIndex = 166;
            this.uiBlackSPutPremiumLabel.Text = "Premium";
            this.uiBlackSPutPremiumLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSCallGamma
            // 
            this.uiBlackSCallGamma.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSCallGamma.Border.Class = "TextBoxBorder";
            this.uiBlackSCallGamma.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallGamma.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallGamma.Location = new System.Drawing.Point(591, 196);
            this.uiBlackSCallGamma.Name = "uiBlackSCallGamma";
            this.uiBlackSCallGamma.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSCallGamma.TabIndex = 164;
            this.uiBlackSCallGamma.Text = "0.0488";
            this.uiBlackSCallGamma.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSCallVega
            // 
            this.uiBlackSCallVega.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSCallVega.Border.Class = "TextBoxBorder";
            this.uiBlackSCallVega.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallVega.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallVega.Location = new System.Drawing.Point(591, 166);
            this.uiBlackSCallVega.Name = "uiBlackSCallVega";
            this.uiBlackSCallVega.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSCallVega.TabIndex = 163;
            this.uiBlackSCallVega.Text = "0.0511";
            this.uiBlackSCallVega.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSCallRho
            // 
            this.uiBlackSCallRho.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSCallRho.Border.Class = "TextBoxBorder";
            this.uiBlackSCallRho.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallRho.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallRho.Location = new System.Drawing.Point(591, 136);
            this.uiBlackSCallRho.Name = "uiBlackSCallRho";
            this.uiBlackSCallRho.ReadOnly = true;
            this.uiBlackSCallRho.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSCallRho.TabIndex = 162;
            this.uiBlackSCallRho.Text = "-0.0036";
            this.uiBlackSCallRho.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSCallTheta
            // 
            this.uiBlackSCallTheta.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSCallTheta.Border.Class = "TextBoxBorder";
            this.uiBlackSCallTheta.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallTheta.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallTheta.Location = new System.Drawing.Point(591, 106);
            this.uiBlackSCallTheta.Name = "uiBlackSCallTheta";
            this.uiBlackSCallTheta.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSCallTheta.TabIndex = 161;
            this.uiBlackSCallTheta.Text = "-0.012";
            this.uiBlackSCallTheta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSCallDelta
            // 
            this.uiBlackSCallDelta.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSCallDelta.Border.Class = "TextBoxBorder";
            this.uiBlackSCallDelta.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallDelta.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallDelta.Location = new System.Drawing.Point(591, 76);
            this.uiBlackSCallDelta.Name = "uiBlackSCallDelta";
            this.uiBlackSCallDelta.ReadOnly = true;
            this.uiBlackSCallDelta.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSCallDelta.TabIndex = 160;
            this.uiBlackSCallDelta.Text = "0.895";
            this.uiBlackSCallDelta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSCallPremium
            // 
            this.uiBlackSCallPremium.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBlackSCallPremium.Border.Class = "TextBoxBorder";
            this.uiBlackSCallPremium.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallPremium.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallPremium.Location = new System.Drawing.Point(591, 46);
            this.uiBlackSCallPremium.Name = "uiBlackSCallPremium";
            this.uiBlackSCallPremium.ReadOnly = true;
            this.uiBlackSCallPremium.Size = new System.Drawing.Size(85, 22);
            this.uiBlackSCallPremium.TabIndex = 159;
            this.uiBlackSCallPremium.Text = "4.1234";
            this.uiBlackSCallPremium.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // uiBlackSCallGammaLabel
            // 
            this.uiBlackSCallGammaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallGammaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallGammaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallGammaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallGammaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallGammaLabel.Location = new System.Drawing.Point(505, 194);
            this.uiBlackSCallGammaLabel.Name = "uiBlackSCallGammaLabel";
            this.uiBlackSCallGammaLabel.Size = new System.Drawing.Size(80, 22);
            this.uiBlackSCallGammaLabel.TabIndex = 158;
            this.uiBlackSCallGammaLabel.Text = "Gamma";
            this.uiBlackSCallGammaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSCallVegaLabel
            // 
            this.uiBlackSCallVegaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallVegaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallVegaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallVegaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallVegaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallVegaLabel.Location = new System.Drawing.Point(505, 167);
            this.uiBlackSCallVegaLabel.Name = "uiBlackSCallVegaLabel";
            this.uiBlackSCallVegaLabel.Size = new System.Drawing.Size(80, 23);
            this.uiBlackSCallVegaLabel.TabIndex = 157;
            this.uiBlackSCallVegaLabel.Text = "Vega";
            this.uiBlackSCallVegaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSCallRhoLabel
            // 
            this.uiBlackSCallRhoLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallRhoLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallRhoLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallRhoLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallRhoLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallRhoLabel.Location = new System.Drawing.Point(505, 137);
            this.uiBlackSCallRhoLabel.Name = "uiBlackSCallRhoLabel";
            this.uiBlackSCallRhoLabel.Size = new System.Drawing.Size(80, 23);
            this.uiBlackSCallRhoLabel.TabIndex = 156;
            this.uiBlackSCallRhoLabel.Text = "Rho";
            this.uiBlackSCallRhoLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSCallThetaLabel
            // 
            this.uiBlackSCallThetaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallThetaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallThetaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallThetaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallThetaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallThetaLabel.Location = new System.Drawing.Point(505, 108);
            this.uiBlackSCallThetaLabel.Name = "uiBlackSCallThetaLabel";
            this.uiBlackSCallThetaLabel.Size = new System.Drawing.Size(80, 23);
            this.uiBlackSCallThetaLabel.TabIndex = 155;
            this.uiBlackSCallThetaLabel.Text = "Theta";
            this.uiBlackSCallThetaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSCallDeltaLabel
            // 
            this.uiBlackSCallDeltaLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallDeltaLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallDeltaLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallDeltaLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallDeltaLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallDeltaLabel.Location = new System.Drawing.Point(505, 77);
            this.uiBlackSCallDeltaLabel.Name = "uiBlackSCallDeltaLabel";
            this.uiBlackSCallDeltaLabel.Size = new System.Drawing.Size(80, 23);
            this.uiBlackSCallDeltaLabel.TabIndex = 154;
            this.uiBlackSCallDeltaLabel.Text = "Delta";
            this.uiBlackSCallDeltaLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSCallPremiumLabel
            // 
            this.uiBlackSCallPremiumLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSCallPremiumLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSCallPremiumLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSCallPremiumLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSCallPremiumLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSCallPremiumLabel.Location = new System.Drawing.Point(505, 46);
            this.uiBlackSCallPremiumLabel.Name = "uiBlackSCallPremiumLabel";
            this.uiBlackSCallPremiumLabel.Size = new System.Drawing.Size(80, 23);
            this.uiBlackSCallPremiumLabel.TabIndex = 153;
            this.uiBlackSCallPremiumLabel.Text = "Premium";
            this.uiBlackSCallPremiumLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSStrikePriceLabel
            // 
            this.uiBlackSStrikePriceLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSStrikePriceLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSStrikePriceLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSStrikePriceLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSStrikePriceLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiBlackSStrikePriceLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSStrikePriceLabel.Location = new System.Drawing.Point(19, 182);
            this.uiBlackSStrikePriceLabel.Name = "uiBlackSStrikePriceLabel";
            this.uiBlackSStrikePriceLabel.Size = new System.Drawing.Size(116, 23);
            this.uiBlackSStrikePriceLabel.TabIndex = 151;
            this.uiBlackSStrikePriceLabel.Text = "Strike Price";
            this.uiBlackSStrikePriceLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSVolalityLabel
            // 
            this.uiBlackSVolalityLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSVolalityLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSVolalityLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSVolalityLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSVolalityLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSVolalityLabel.Location = new System.Drawing.Point(19, 152);
            this.uiBlackSVolalityLabel.Name = "uiBlackSVolalityLabel";
            this.uiBlackSVolalityLabel.Size = new System.Drawing.Size(116, 23);
            this.uiBlackSVolalityLabel.TabIndex = 150;
            this.uiBlackSVolalityLabel.Text = "Volality %";
            this.uiBlackSVolalityLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSUnderlyingPriceLabel
            // 
            this.uiBlackSUnderlyingPriceLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSUnderlyingPriceLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSUnderlyingPriceLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSUnderlyingPriceLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSUnderlyingPriceLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSUnderlyingPriceLabel.Location = new System.Drawing.Point(19, 122);
            this.uiBlackSUnderlyingPriceLabel.Name = "uiBlackSUnderlyingPriceLabel";
            this.uiBlackSUnderlyingPriceLabel.Size = new System.Drawing.Size(116, 23);
            this.uiBlackSUnderlyingPriceLabel.TabIndex = 149;
            this.uiBlackSUnderlyingPriceLabel.Text = "Underlying Price";
            this.uiBlackSUnderlyingPriceLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSExpityDateLabel
            // 
            this.uiBlackSExpityDateLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSExpityDateLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSExpityDateLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSExpityDateLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSExpityDateLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSExpityDateLabel.Location = new System.Drawing.Point(19, 91);
            this.uiBlackSExpityDateLabel.Name = "uiBlackSExpityDateLabel";
            this.uiBlackSExpityDateLabel.Size = new System.Drawing.Size(116, 23);
            this.uiBlackSExpityDateLabel.TabIndex = 148;
            this.uiBlackSExpityDateLabel.Text = "Expiry Date";
            this.uiBlackSExpityDateLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSInterestRateLabel
            // 
            this.uiBlackSInterestRateLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSInterestRateLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSInterestRateLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSInterestRateLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSInterestRateLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSInterestRateLabel.Location = new System.Drawing.Point(19, 60);
            this.uiBlackSInterestRateLabel.Name = "uiBlackSInterestRateLabel";
            this.uiBlackSInterestRateLabel.Size = new System.Drawing.Size(116, 23);
            this.uiBlackSInterestRateLabel.TabIndex = 147;
            this.uiBlackSInterestRateLabel.Text = "Interest Rate %";
            this.uiBlackSInterestRateLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiBlackSValueDateLabel
            // 
            this.uiBlackSValueDateLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBlackSValueDateLabel.BackgroundStyle.BackColor = System.Drawing.Color.Transparent;
            this.uiBlackSValueDateLabel.BackgroundStyle.BackColor2 = System.Drawing.Color.Transparent;
            this.uiBlackSValueDateLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBlackSValueDateLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBlackSValueDateLabel.Location = new System.Drawing.Point(19, 29);
            this.uiBlackSValueDateLabel.Name = "uiBlackSValueDateLabel";
            this.uiBlackSValueDateLabel.Size = new System.Drawing.Size(116, 23);
            this.uiBlackSValueDateLabel.TabIndex = 146;
            this.uiBlackSValueDateLabel.Text = "Value Date";
            this.uiBlackSValueDateLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiOptimizationInSample
            // 
            this.uiOptimizationInSample.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiOptimizationInSample.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiOptimizationInSample.Controls.Add(this.uiStrategy_textBoxXOISStepValue);
            this.uiOptimizationInSample.Controls.Add(this.uiStrategy_comboBoxExOISStepKind);
            this.uiOptimizationInSample.Controls.Add(this.labelX4);
            this.uiOptimizationInSample.Controls.Add(this.uiStrategy_dateTimeAdvOISEnd);
            this.uiOptimizationInSample.Controls.Add(this.uiStrategy_dateTimeAdvOISStart);
            this.uiOptimizationInSample.Controls.Add(this.uiStrategy_labelXOISStartLabel);
            this.uiOptimizationInSample.Controls.Add(this.uiStrategy_labelXOISEndLabel);
            this.uiOptimizationInSample.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiOptimizationInSample.Location = new System.Drawing.Point(3, 273);
            this.uiOptimizationInSample.Name = "uiOptimizationInSample";
            this.uiOptimizationInSample.Size = new System.Drawing.Size(294, 94);
            this.uiOptimizationInSample.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiOptimizationInSample.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiOptimizationInSample.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiOptimizationInSample.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiOptimizationInSample.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiOptimizationInSample.Style.GradientAngle = 90;
            this.uiOptimizationInSample.TabIndex = 36;
            // 
            // uiStrategy_textBoxXOISStepValue
            // 
            this.uiStrategy_textBoxXOISStepValue.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_textBoxXOISStepValue.Border.Class = "TextBoxBorder";
            this.uiStrategy_textBoxXOISStepValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_textBoxXOISStepValue.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_textBoxXOISStepValue.Location = new System.Drawing.Point(182, 4);
            this.uiStrategy_textBoxXOISStepValue.Name = "uiStrategy_textBoxXOISStepValue";
            this.uiStrategy_textBoxXOISStepValue.Size = new System.Drawing.Size(22, 22);
            this.uiStrategy_textBoxXOISStepValue.TabIndex = 34;
            this.uiStrategy_textBoxXOISStepValue.Text = "9";
            this.uiStrategy_textBoxXOISStepValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.uiStrategy_textBoxXOISStepValue.Visible = false;
            // 
            // uiStrategy_comboBoxExOISStepKind
            // 
            this.uiStrategy_comboBoxExOISStepKind.DisplayMember = "Text";
            this.uiStrategy_comboBoxExOISStepKind.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiStrategy_comboBoxExOISStepKind.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_comboBoxExOISStepKind.FormattingEnabled = true;
            this.uiStrategy_comboBoxExOISStepKind.ItemHeight = 16;
            this.uiStrategy_comboBoxExOISStepKind.Items.AddRange(new object[] {
            this.uiOISDaysComboItem,
            this.uiOISWeeksComboItem,
            this.uiOISMonthesComboItem,
            this.uiOISYearsComboItem});
            this.uiStrategy_comboBoxExOISStepKind.Location = new System.Drawing.Point(210, 4);
            this.uiStrategy_comboBoxExOISStepKind.Name = "uiStrategy_comboBoxExOISStepKind";
            this.uiStrategy_comboBoxExOISStepKind.Size = new System.Drawing.Size(28, 22);
            this.uiStrategy_comboBoxExOISStepKind.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_comboBoxExOISStepKind.TabIndex = 33;
            this.uiStrategy_comboBoxExOISStepKind.Text = "Week(s)";
            this.uiStrategy_comboBoxExOISStepKind.Visible = false;
            // 
            // uiOISDaysComboItem
            // 
            this.uiOISDaysComboItem.Text = "Day(s)";
            // 
            // uiOISWeeksComboItem
            // 
            this.uiOISWeeksComboItem.Text = "Week(s)";
            // 
            // uiOISMonthesComboItem
            // 
            this.uiOISMonthesComboItem.Text = "Month(s)";
            // 
            // uiOISYearsComboItem
            // 
            this.uiOISYearsComboItem.Text = "Year(s)";
            // 
            // labelX4
            // 
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX4.ForeColor = System.Drawing.Color.Black;
            this.labelX4.Location = new System.Drawing.Point(0, 0);
            this.labelX4.Name = "labelX4";
            this.labelX4.PaddingLeft = 6;
            this.labelX4.PaddingTop = 3;
            this.labelX4.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX4.Size = new System.Drawing.Size(294, 23);
            this.labelX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX4.SymbolColor = System.Drawing.Color.Blue;
            this.labelX4.TabIndex = 29;
            this.labelX4.Text = "IN-SAMPLE OPTIONS";
            // 
            // uiStrategy_dateTimeAdvOISEnd
            // 
            this.uiStrategy_dateTimeAdvOISEnd.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISEnd.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiStrategy_dateTimeAdvOISEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiStrategy_dateTimeAdvOISEnd.ButtonDropDown.Visible = true;
            this.uiStrategy_dateTimeAdvOISEnd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_dateTimeAdvOISEnd.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_dateTimeAdvOISEnd.IsPopupCalendarOpen = false;
            this.uiStrategy_dateTimeAdvOISEnd.Location = new System.Drawing.Point(94, 62);
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.TodayButtonVisible = true;
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiStrategy_dateTimeAdvOISEnd.MonthCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.uiOISEnd_MonthCalendar_DateSelected);
            this.uiStrategy_dateTimeAdvOISEnd.Name = "uiStrategy_dateTimeAdvOISEnd";
            this.uiStrategy_dateTimeAdvOISEnd.Size = new System.Drawing.Size(188, 23);
            this.uiStrategy_dateTimeAdvOISEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_dateTimeAdvOISEnd.TabIndex = 28;
            this.uiStrategy_dateTimeAdvOISEnd.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // uiStrategy_dateTimeAdvOISStart
            // 
            this.uiStrategy_dateTimeAdvOISStart.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISStart.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiStrategy_dateTimeAdvOISStart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISStart.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiStrategy_dateTimeAdvOISStart.ButtonDropDown.Visible = true;
            this.uiStrategy_dateTimeAdvOISStart.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_dateTimeAdvOISStart.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_dateTimeAdvOISStart.IsPopupCalendarOpen = false;
            this.uiStrategy_dateTimeAdvOISStart.Location = new System.Drawing.Point(94, 31);
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.TodayButtonVisible = true;
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiStrategy_dateTimeAdvOISStart.MonthCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.uiOISStart_MonthCalendar_DateSelected);
            this.uiStrategy_dateTimeAdvOISStart.Name = "uiStrategy_dateTimeAdvOISStart";
            this.uiStrategy_dateTimeAdvOISStart.Size = new System.Drawing.Size(188, 23);
            this.uiStrategy_dateTimeAdvOISStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_dateTimeAdvOISStart.TabIndex = 22;
            this.uiStrategy_dateTimeAdvOISStart.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // uiStrategy_labelXOISStartLabel
            // 
            this.uiStrategy_labelXOISStartLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_labelXOISStartLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXOISStartLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_labelXOISStartLabel.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXOISStartLabel.Location = new System.Drawing.Point(20, 31);
            this.uiStrategy_labelXOISStartLabel.Name = "uiStrategy_labelXOISStartLabel";
            this.uiStrategy_labelXOISStartLabel.Size = new System.Drawing.Size(66, 23);
            this.uiStrategy_labelXOISStartLabel.TabIndex = 23;
            this.uiStrategy_labelXOISStartLabel.Text = "Start";
            this.uiStrategy_labelXOISStartLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_labelXOISEndLabel
            // 
            this.uiStrategy_labelXOISEndLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_labelXOISEndLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXOISEndLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_labelXOISEndLabel.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXOISEndLabel.Location = new System.Drawing.Point(20, 60);
            this.uiStrategy_labelXOISEndLabel.Name = "uiStrategy_labelXOISEndLabel";
            this.uiStrategy_labelXOISEndLabel.Size = new System.Drawing.Size(66, 23);
            this.uiStrategy_labelXOISEndLabel.TabIndex = 24;
            this.uiStrategy_labelXOISEndLabel.Text = "End";
            this.uiStrategy_labelXOISEndLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_panelExOptimizationOutOfSample
            // 
            this.uiStrategy_panelExOptimizationOutOfSample.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExOptimizationOutOfSample.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.uiStrategy_textBoxXOOOSStepValue);
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.uiStrategy_comboBoxExOOOSStepKind);
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.labelX5);
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.uiStrategy_dateTimeAdvOOOSEnd);
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.uiStrategy_dateTimeAdvOOOSStart);
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.uiStrategy_labelXOOOSStartLabel);
            this.uiStrategy_panelExOptimizationOutOfSample.Controls.Add(this.uiStrategy_labelXOOOSEndLabel);
            this.uiStrategy_panelExOptimizationOutOfSample.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExOptimizationOutOfSample.Location = new System.Drawing.Point(3, 373);
            this.uiStrategy_panelExOptimizationOutOfSample.Name = "uiStrategy_panelExOptimizationOutOfSample";
            this.uiStrategy_panelExOptimizationOutOfSample.Size = new System.Drawing.Size(294, 94);
            this.uiStrategy_panelExOptimizationOutOfSample.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExOptimizationOutOfSample.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExOptimizationOutOfSample.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExOptimizationOutOfSample.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExOptimizationOutOfSample.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExOptimizationOutOfSample.Style.GradientAngle = 90;
            this.uiStrategy_panelExOptimizationOutOfSample.TabIndex = 37;
            // 
            // uiStrategy_textBoxXOOOSStepValue
            // 
            this.uiStrategy_textBoxXOOOSStepValue.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_textBoxXOOOSStepValue.Border.Class = "TextBoxBorder";
            this.uiStrategy_textBoxXOOOSStepValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_textBoxXOOOSStepValue.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_textBoxXOOOSStepValue.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_textBoxXOOOSStepValue.Location = new System.Drawing.Point(169, 3);
            this.uiStrategy_textBoxXOOOSStepValue.Name = "uiStrategy_textBoxXOOOSStepValue";
            this.uiStrategy_textBoxXOOOSStepValue.Size = new System.Drawing.Size(22, 23);
            this.uiStrategy_textBoxXOOOSStepValue.TabIndex = 40;
            this.uiStrategy_textBoxXOOOSStepValue.Text = "1";
            this.uiStrategy_textBoxXOOOSStepValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.uiStrategy_textBoxXOOOSStepValue.Visible = false;
            // 
            // uiStrategy_comboBoxExOOOSStepKind
            // 
            this.uiStrategy_comboBoxExOOOSStepKind.DisplayMember = "Text";
            this.uiStrategy_comboBoxExOOOSStepKind.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiStrategy_comboBoxExOOOSStepKind.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_comboBoxExOOOSStepKind.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_comboBoxExOOOSStepKind.FormattingEnabled = true;
            this.uiStrategy_comboBoxExOOOSStepKind.ItemHeight = 21;
            this.uiStrategy_comboBoxExOOOSStepKind.Items.AddRange(new object[] {
            this.uiOOOSDaysComboItem,
            this.uiOOOSWeeksComboItem,
            this.uiOOOSMonthesComboItem,
            this.uiOOOSYearsComboItem});
            this.uiStrategy_comboBoxExOOOSStepKind.Location = new System.Drawing.Point(197, 2);
            this.uiStrategy_comboBoxExOOOSStepKind.Name = "uiStrategy_comboBoxExOOOSStepKind";
            this.uiStrategy_comboBoxExOOOSStepKind.Size = new System.Drawing.Size(30, 27);
            this.uiStrategy_comboBoxExOOOSStepKind.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_comboBoxExOOOSStepKind.TabIndex = 39;
            this.uiStrategy_comboBoxExOOOSStepKind.Text = "Week(s)";
            this.uiStrategy_comboBoxExOOOSStepKind.Visible = false;
            // 
            // uiOOOSDaysComboItem
            // 
            this.uiOOOSDaysComboItem.Text = "Day(s)";
            // 
            // uiOOOSWeeksComboItem
            // 
            this.uiOOOSWeeksComboItem.Text = "Week(s)";
            // 
            // uiOOOSMonthesComboItem
            // 
            this.uiOOOSMonthesComboItem.Text = "Month(s)";
            // 
            // uiOOOSYearsComboItem
            // 
            this.uiOOOSYearsComboItem.Text = "Year(s)";
            // 
            // labelX5
            // 
            // 
            // 
            // 
            this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX5.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX5.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX5.ForeColor = System.Drawing.Color.Black;
            this.labelX5.Location = new System.Drawing.Point(0, 0);
            this.labelX5.Name = "labelX5";
            this.labelX5.PaddingLeft = 6;
            this.labelX5.PaddingTop = 3;
            this.labelX5.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX5.Size = new System.Drawing.Size(294, 23);
            this.labelX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX5.SymbolColor = System.Drawing.Color.Blue;
            this.labelX5.TabIndex = 38;
            this.labelX5.Text = "OUT-OF-SAMPLE OPTIONS";
            // 
            // uiStrategy_dateTimeAdvOOOSEnd
            // 
            this.uiStrategy_dateTimeAdvOOOSEnd.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSEnd.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiStrategy_dateTimeAdvOOOSEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiStrategy_dateTimeAdvOOOSEnd.ButtonDropDown.Visible = true;
            this.uiStrategy_dateTimeAdvOOOSEnd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_dateTimeAdvOOOSEnd.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_dateTimeAdvOOOSEnd.IsPopupCalendarOpen = false;
            this.uiStrategy_dateTimeAdvOOOSEnd.Location = new System.Drawing.Point(94, 62);
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.TodayButtonVisible = true;
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiStrategy_dateTimeAdvOOOSEnd.MonthCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.uiOOOSEnd_MonthCalendar_DateSelected);
            this.uiStrategy_dateTimeAdvOOOSEnd.Name = "uiStrategy_dateTimeAdvOOOSEnd";
            this.uiStrategy_dateTimeAdvOOOSEnd.Size = new System.Drawing.Size(188, 23);
            this.uiStrategy_dateTimeAdvOOOSEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_dateTimeAdvOOOSEnd.TabIndex = 34;
            this.uiStrategy_dateTimeAdvOOOSEnd.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // uiStrategy_dateTimeAdvOOOSStart
            // 
            this.uiStrategy_dateTimeAdvOOOSStart.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSStart.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiStrategy_dateTimeAdvOOOSStart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSStart.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiStrategy_dateTimeAdvOOOSStart.ButtonDropDown.Visible = true;
            this.uiStrategy_dateTimeAdvOOOSStart.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_dateTimeAdvOOOSStart.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_dateTimeAdvOOOSStart.IsPopupCalendarOpen = false;
            this.uiStrategy_dateTimeAdvOOOSStart.Location = new System.Drawing.Point(94, 31);
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.TodayButtonVisible = true;
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiStrategy_dateTimeAdvOOOSStart.MonthCalendar.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.uiOOOSStart_MonthCalendar_DateSelected);
            this.uiStrategy_dateTimeAdvOOOSStart.Name = "uiStrategy_dateTimeAdvOOOSStart";
            this.uiStrategy_dateTimeAdvOOOSStart.Size = new System.Drawing.Size(188, 23);
            this.uiStrategy_dateTimeAdvOOOSStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_dateTimeAdvOOOSStart.TabIndex = 37;
            this.uiStrategy_dateTimeAdvOOOSStart.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // uiStrategy_labelXOOOSStartLabel
            // 
            this.uiStrategy_labelXOOOSStartLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_labelXOOOSStartLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXOOOSStartLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_labelXOOOSStartLabel.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXOOOSStartLabel.Location = new System.Drawing.Point(20, 31);
            this.uiStrategy_labelXOOOSStartLabel.Name = "uiStrategy_labelXOOOSStartLabel";
            this.uiStrategy_labelXOOOSStartLabel.Size = new System.Drawing.Size(66, 23);
            this.uiStrategy_labelXOOOSStartLabel.TabIndex = 35;
            this.uiStrategy_labelXOOOSStartLabel.Text = "Start";
            this.uiStrategy_labelXOOOSStartLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_labelXOOOSEndLabel
            // 
            this.uiStrategy_labelXOOOSEndLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_labelXOOOSEndLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXOOOSEndLabel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_labelXOOOSEndLabel.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXOOOSEndLabel.Location = new System.Drawing.Point(20, 60);
            this.uiStrategy_labelXOOOSEndLabel.Name = "uiStrategy_labelXOOOSEndLabel";
            this.uiStrategy_labelXOOOSEndLabel.Size = new System.Drawing.Size(66, 23);
            this.uiStrategy_labelXOOOSEndLabel.TabIndex = 36;
            this.uiStrategy_labelXOOOSEndLabel.Text = "End";
            this.uiStrategy_labelXOOOSEndLabel.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiStrategy_panelExNotOptimizableParametersPanel
            // 
            this.uiStrategy_panelExNotOptimizableParametersPanel.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExNotOptimizableParametersPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Controls.Add(this.uiStrategy_panelExNotOptBorder);
            this.uiStrategy_panelExNotOptimizableParametersPanel.Controls.Add(this.labelX7);
            this.uiStrategy_panelExNotOptimizableParametersPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Location = new System.Drawing.Point(303, 273);
            this.uiStrategy_panelExNotOptimizableParametersPanel.Name = "uiStrategy_panelExNotOptimizableParametersPanel";
            this.uiStrategyTablTableLayout.SetRowSpan(this.uiStrategy_panelExNotOptimizableParametersPanel, 3);
            this.uiStrategy_panelExNotOptimizableParametersPanel.Size = new System.Drawing.Size(262, 257);
            this.uiStrategy_panelExNotOptimizableParametersPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExNotOptimizableParametersPanel.Style.GradientAngle = 90;
            this.uiStrategy_panelExNotOptimizableParametersPanel.TabIndex = 38;
            // 
            // uiStrategy_panelExNotOptBorder
            // 
            this.uiStrategy_panelExNotOptBorder.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.uiStrategy_panelExNotOptBorder.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExNotOptBorder.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExNotOptBorder.Controls.Add(this.uiStrategy_dataGridViewNoOptomizationParameters);
            this.uiStrategy_panelExNotOptBorder.Location = new System.Drawing.Point(3, 29);
            this.uiStrategy_panelExNotOptBorder.Name = "uiStrategy_panelExNotOptBorder";
            this.uiStrategy_panelExNotOptBorder.Padding = new System.Windows.Forms.Padding(1);
            this.uiStrategy_panelExNotOptBorder.Size = new System.Drawing.Size(256, 225);
            this.uiStrategy_panelExNotOptBorder.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExNotOptBorder.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExNotOptBorder.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExNotOptBorder.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExNotOptBorder.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExNotOptBorder.Style.GradientAngle = 90;
            this.uiStrategy_panelExNotOptBorder.TabIndex = 31;
            // 
            // uiStrategy_dataGridViewNoOptomizationParameters
            // 
            this.uiStrategy_dataGridViewNoOptomizationParameters.AllowUserToAddRows = false;
            this.uiStrategy_dataGridViewNoOptomizationParameters.BackgroundColor = System.Drawing.Color.White;
            this.uiStrategy_dataGridViewNoOptomizationParameters.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.uiStrategy_dataGridViewNoOptomizationParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
            dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle11.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiStrategy_dataGridViewNoOptomizationParameters.DefaultCellStyle = dataGridViewCellStyle11;
            this.uiStrategy_dataGridViewNoOptomizationParameters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_dataGridViewNoOptomizationParameters.Location = new System.Drawing.Point(1, 1);
            this.uiStrategy_dataGridViewNoOptomizationParameters.Name = "uiStrategy_dataGridViewNoOptomizationParameters";
            this.uiStrategy_dataGridViewNoOptomizationParameters.RowHeadersVisible = false;
            this.uiStrategy_dataGridViewNoOptomizationParameters.Size = new System.Drawing.Size(254, 223);
            this.uiStrategy_dataGridViewNoOptomizationParameters.TabIndex = 2;
            this.uiStrategy_dataGridViewNoOptomizationParameters.DataSourceChanged += new System.EventHandler(this.uiStrategyNoOptomizationParameters_DataSourceChanged);
            this.uiStrategy_dataGridViewNoOptomizationParameters.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiStrategyNoOptomizationParameters_CellEndEdit_1);
            this.uiStrategy_dataGridViewNoOptomizationParameters.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.uiStrategyNoOptomizationParameters_EditingControlShowing);
            // 
            // labelX7
            // 
            // 
            // 
            // 
            this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX7.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX7.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX7.ForeColor = System.Drawing.Color.Black;
            this.labelX7.Location = new System.Drawing.Point(0, 0);
            this.labelX7.Name = "labelX7";
            this.labelX7.PaddingLeft = 6;
            this.labelX7.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX7.Size = new System.Drawing.Size(262, 23);
            this.labelX7.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX7.SymbolColor = System.Drawing.Color.Blue;
            this.labelX7.TabIndex = 30;
            this.labelX7.Text = "NOT-OPTIMIZIBLE PARAMETERS";
            // 
            // uiStrategy_panelExDatasetControl
            // 
            this.uiStrategy_panelExDatasetControl.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExDatasetControl.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExDatasetControl.Controls.Add(this.uiStrategy_buttonXCancelDataSetButton);
            this.uiStrategy_panelExDatasetControl.Controls.Add(this.uiStrategy_buttonXSaveDataset);
            this.uiStrategy_panelExDatasetControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExDatasetControl.Location = new System.Drawing.Point(303, 536);
            this.uiStrategy_panelExDatasetControl.Name = "uiStrategy_panelExDatasetControl";
            this.uiStrategy_panelExDatasetControl.Size = new System.Drawing.Size(262, 47);
            this.uiStrategy_panelExDatasetControl.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExDatasetControl.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExDatasetControl.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExDatasetControl.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExDatasetControl.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExDatasetControl.Style.GradientAngle = 90;
            this.uiStrategy_panelExDatasetControl.TabIndex = 39;
            // 
            // uiStrategy_buttonXCancelDataSetButton
            // 
            this.uiStrategy_buttonXCancelDataSetButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiStrategy_buttonXCancelDataSetButton.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiStrategy_buttonXCancelDataSetButton.Enabled = false;
            this.uiStrategy_buttonXCancelDataSetButton.Location = new System.Drawing.Point(161, 7);
            this.uiStrategy_buttonXCancelDataSetButton.Margin = new System.Windows.Forms.Padding(2);
            this.uiStrategy_buttonXCancelDataSetButton.Name = "uiStrategy_buttonXCancelDataSetButton";
            this.uiStrategy_buttonXCancelDataSetButton.Size = new System.Drawing.Size(78, 35);
            this.uiStrategy_buttonXCancelDataSetButton.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_buttonXCancelDataSetButton.TabIndex = 5;
            this.uiStrategy_buttonXCancelDataSetButton.Text = "Cancel";
            this.uiStrategy_buttonXCancelDataSetButton.Click += new System.EventHandler(this.uiCancelDataSetButton_Click);
            // 
            // uiStrategy_buttonXSaveDataset
            // 
            this.uiStrategy_buttonXSaveDataset.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiStrategy_buttonXSaveDataset.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiStrategy_buttonXSaveDataset.Enabled = false;
            this.uiStrategy_buttonXSaveDataset.Location = new System.Drawing.Point(23, 7);
            this.uiStrategy_buttonXSaveDataset.Margin = new System.Windows.Forms.Padding(2);
            this.uiStrategy_buttonXSaveDataset.Name = "uiStrategy_buttonXSaveDataset";
            this.uiStrategy_buttonXSaveDataset.Size = new System.Drawing.Size(78, 35);
            this.uiStrategy_buttonXSaveDataset.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_buttonXSaveDataset.TabIndex = 4;
            this.uiStrategy_buttonXSaveDataset.Text = "Save";
            this.uiStrategy_buttonXSaveDataset.Click += new System.EventHandler(this.uiSaveDatasetButton_Click);
            // 
            // uiStrategy_panelExBlackScholes
            // 
            this.uiStrategy_panelExBlackScholes.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExBlackScholes.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExBlackScholes.Controls.Add(this.labelX3);
            this.uiStrategy_panelExBlackScholes.Controls.Add(this.uiStrategy_panelExOptBorder);
            this.uiStrategy_panelExBlackScholes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_panelExBlackScholes.Location = new System.Drawing.Point(571, 273);
            this.uiStrategy_panelExBlackScholes.Name = "uiStrategy_panelExBlackScholes";
            this.uiStrategyTablTableLayout.SetRowSpan(this.uiStrategy_panelExBlackScholes, 4);
            this.uiStrategy_panelExBlackScholes.Size = new System.Drawing.Size(618, 310);
            this.uiStrategy_panelExBlackScholes.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExBlackScholes.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExBlackScholes.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExBlackScholes.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExBlackScholes.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExBlackScholes.Style.GradientAngle = 90;
            this.uiStrategy_panelExBlackScholes.TabIndex = 40;
            // 
            // labelX3
            // 
            // 
            // 
            // 
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX3.ForeColor = System.Drawing.Color.Black;
            this.labelX3.Location = new System.Drawing.Point(0, 0);
            this.labelX3.Name = "labelX3";
            this.labelX3.PaddingBottom = 2;
            this.labelX3.PaddingLeft = 6;
            this.labelX3.PaddingRight = 2;
            this.labelX3.PaddingTop = 2;
            this.labelX3.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX3.Size = new System.Drawing.Size(618, 23);
            this.labelX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX3.SymbolColor = System.Drawing.Color.Blue;
            this.labelX3.TabIndex = 199;
            this.labelX3.Text = "OPTIMIZABLE PARAMETERS";
            // 
            // uiStrategy_panelExOptBorder
            // 
            this.uiStrategy_panelExOptBorder.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.uiStrategy_panelExOptBorder.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExOptBorder.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExOptBorder.Controls.Add(this.uiStrategy_dataGridViewOptomizationParameters);
            this.uiStrategy_panelExOptBorder.Location = new System.Drawing.Point(3, 29);
            this.uiStrategy_panelExOptBorder.Name = "uiStrategy_panelExOptBorder";
            this.uiStrategy_panelExOptBorder.Padding = new System.Windows.Forms.Padding(1);
            this.uiStrategy_panelExOptBorder.Size = new System.Drawing.Size(612, 278);
            this.uiStrategy_panelExOptBorder.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExOptBorder.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExOptBorder.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExOptBorder.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExOptBorder.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExOptBorder.Style.GradientAngle = 90;
            this.uiStrategy_panelExOptBorder.TabIndex = 200;
            // 
            // uiStrategy_dataGridViewOptomizationParameters
            // 
            this.uiStrategy_dataGridViewOptomizationParameters.AllowUserToAddRows = false;
            this.uiStrategy_dataGridViewOptomizationParameters.BackgroundColor = System.Drawing.Color.White;
            this.uiStrategy_dataGridViewOptomizationParameters.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.uiStrategy_dataGridViewOptomizationParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
            dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle12.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle12.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiStrategy_dataGridViewOptomizationParameters.DefaultCellStyle = dataGridViewCellStyle12;
            this.uiStrategy_dataGridViewOptomizationParameters.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_dataGridViewOptomizationParameters.GridColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_dataGridViewOptomizationParameters.Location = new System.Drawing.Point(1, 1);
            this.uiStrategy_dataGridViewOptomizationParameters.Name = "uiStrategy_dataGridViewOptomizationParameters";
            this.uiStrategy_dataGridViewOptomizationParameters.RowHeadersVisible = false;
            this.uiStrategy_dataGridViewOptomizationParameters.Size = new System.Drawing.Size(610, 276);
            this.uiStrategy_dataGridViewOptomizationParameters.TabIndex = 198;
            this.uiStrategy_dataGridViewOptomizationParameters.DataSourceChanged += new System.EventHandler(this.uiStrategyOptomizationParameters_DataSourceChanged);
            this.uiStrategy_dataGridViewOptomizationParameters.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiStrategyOptomizationParameters_CellEndEdit);
            this.uiStrategy_dataGridViewOptomizationParameters.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.uiStrategyOptomizationParameters_EditingControlShowing);
            // 
            // uiStrategy_panelExRunContinuesPanel
            // 
            this.uiStrategy_panelExRunContinuesPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uiStrategy_panelExRunContinuesPanel.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_panelExRunContinuesPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_panelExRunContinuesPanel.Controls.Add(this.uiStrategy_checkBoxXRunContinuesCheck);
            this.uiStrategy_panelExRunContinuesPanel.Controls.Add(this.uiStrategy_labelXStartOptimization);
            this.uiStrategy_panelExRunContinuesPanel.Controls.Add(this.uiStrategy_switvhButtonStartOptimizeCheck);
            this.uiStrategy_panelExRunContinuesPanel.Controls.Add(this.labelX9);
            this.uiStrategy_panelExRunContinuesPanel.Location = new System.Drawing.Point(3, 473);
            this.uiStrategy_panelExRunContinuesPanel.MinimumSize = new System.Drawing.Size(0, 57);
            this.uiStrategy_panelExRunContinuesPanel.Name = "uiStrategy_panelExRunContinuesPanel";
            this.uiStrategy_panelExRunContinuesPanel.Size = new System.Drawing.Size(294, 57);
            this.uiStrategy_panelExRunContinuesPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_panelExRunContinuesPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_panelExRunContinuesPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_panelExRunContinuesPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_panelExRunContinuesPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiStrategy_panelExRunContinuesPanel.Style.GradientAngle = 90;
            this.uiStrategy_panelExRunContinuesPanel.TabIndex = 41;
            // 
            // uiStrategy_checkBoxXRunContinuesCheck
            // 
            this.uiStrategy_checkBoxXRunContinuesCheck.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiStrategy_checkBoxXRunContinuesCheck.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_checkBoxXRunContinuesCheck.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_checkBoxXRunContinuesCheck.Location = new System.Drawing.Point(244, 29);
            this.uiStrategy_checkBoxXRunContinuesCheck.Name = "uiStrategy_checkBoxXRunContinuesCheck";
            this.uiStrategy_checkBoxXRunContinuesCheck.Size = new System.Drawing.Size(38, 21);
            this.uiStrategy_checkBoxXRunContinuesCheck.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_checkBoxXRunContinuesCheck.TabIndex = 4;
            this.uiStrategy_checkBoxXRunContinuesCheck.Text = "Run Continues";
            this.uiStrategy_checkBoxXRunContinuesCheck.Visible = false;
            // 
            // uiStrategy_labelXStartOptimization
            // 
            // 
            // 
            // 
            this.uiStrategy_labelXStartOptimization.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_labelXStartOptimization.Font = new System.Drawing.Font("Segoe UI", 9.75F);
            this.uiStrategy_labelXStartOptimization.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_labelXStartOptimization.Location = new System.Drawing.Point(81, 26);
            this.uiStrategy_labelXStartOptimization.Name = "uiStrategy_labelXStartOptimization";
            this.uiStrategy_labelXStartOptimization.Size = new System.Drawing.Size(157, 23);
            this.uiStrategy_labelXStartOptimization.TabIndex = 41;
            this.uiStrategy_labelXStartOptimization.Text = "Optimization enabled";
            // 
            // uiStrategy_switvhButtonStartOptimizeCheck
            // 
            // 
            // 
            // 
            this.uiStrategy_switvhButtonStartOptimizeCheck.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStrategy_switvhButtonStartOptimizeCheck.ForeColor = System.Drawing.Color.Black;
            this.uiStrategy_switvhButtonStartOptimizeCheck.Location = new System.Drawing.Point(9, 28);
            this.uiStrategy_switvhButtonStartOptimizeCheck.Name = "uiStrategy_switvhButtonStartOptimizeCheck";
            this.uiStrategy_switvhButtonStartOptimizeCheck.Size = new System.Drawing.Size(66, 22);
            this.uiStrategy_switvhButtonStartOptimizeCheck.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_switvhButtonStartOptimizeCheck.SwitchBackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.uiStrategy_switvhButtonStartOptimizeCheck.TabIndex = 40;
            // 
            // labelX9
            // 
            // 
            // 
            // 
            this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX9.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX9.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX9.ForeColor = System.Drawing.Color.Black;
            this.labelX9.Location = new System.Drawing.Point(0, 0);
            this.labelX9.Name = "labelX9";
            this.labelX9.PaddingLeft = 6;
            this.labelX9.PaddingTop = 3;
            this.labelX9.SingleLineColor = System.Drawing.SystemColors.ActiveCaption;
            this.labelX9.Size = new System.Drawing.Size(294, 23);
            this.labelX9.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.labelX9.SymbolColor = System.Drawing.Color.Blue;
            this.labelX9.TabIndex = 39;
            this.labelX9.Text = "OPTIMIZATION OPTIONS";
            // 
            // uiStrategy_WorkingButtonsPanel
            // 
            this.uiStrategy_WorkingButtonsPanel.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiStrategy_WorkingButtonsPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_WorkingButtonsPanel.Controls.Add(this.uiStrategy_buttonXStart);
            this.uiStrategy_WorkingButtonsPanel.Controls.Add(this.uiStrategy_buttonXStop);
            this.uiStrategy_WorkingButtonsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiStrategy_WorkingButtonsPanel.Location = new System.Drawing.Point(3, 536);
            this.uiStrategy_WorkingButtonsPanel.Name = "uiStrategy_WorkingButtonsPanel";
            this.uiStrategy_WorkingButtonsPanel.Size = new System.Drawing.Size(294, 47);
            this.uiStrategy_WorkingButtonsPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiStrategy_WorkingButtonsPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiStrategy_WorkingButtonsPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiStrategy_WorkingButtonsPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiStrategy_WorkingButtonsPanel.Style.ForeColor.Color = System.Drawing.Color.SteelBlue;
            this.uiStrategy_WorkingButtonsPanel.Style.GradientAngle = 90;
            this.uiStrategy_WorkingButtonsPanel.TabIndex = 42;
            // 
            // uiStrategy_buttonXStart
            // 
            this.uiStrategy_buttonXStart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiStrategy_buttonXStart.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiStrategy_buttonXStart.Enabled = false;
            this.uiStrategy_buttonXStart.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_buttonXStart.Location = new System.Drawing.Point(45, 7);
            this.uiStrategy_buttonXStart.Name = "uiStrategy_buttonXStart";
            this.uiStrategy_buttonXStart.Size = new System.Drawing.Size(78, 35);
            this.uiStrategy_buttonXStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_buttonXStart.TabIndex = 3;
            this.uiStrategy_buttonXStart.Text = "Start";
            this.uiStrategy_buttonXStart.Click += new System.EventHandler(this.uiStart_Click);
            // 
            // uiStrategy_buttonXStop
            // 
            this.uiStrategy_buttonXStop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiStrategy_buttonXStop.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiStrategy_buttonXStop.Enabled = false;
            this.uiStrategy_buttonXStop.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiStrategy_buttonXStop.Location = new System.Drawing.Point(164, 7);
            this.uiStrategy_buttonXStop.Name = "uiStrategy_buttonXStop";
            this.uiStrategy_buttonXStop.Size = new System.Drawing.Size(78, 35);
            this.uiStrategy_buttonXStop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiStrategy_buttonXStop.TabIndex = 4;
            this.uiStrategy_buttonXStop.Text = "Stop";
            this.uiStrategy_buttonXStop.Click += new System.EventHandler(this.uiStop_Click);
            // 
            // metroTabPanel_calendar
            // 
            this.metroTabPanel_calendar.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel_calendar.Controls.Add(this.tableLayoutPanel3);
            this.metroTabPanel_calendar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel_calendar.Enabled = false;
            this.metroTabPanel_calendar.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel_calendar.Name = "metroTabPanel_calendar";
            this.metroTabPanel_calendar.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel_calendar.Size = new System.Drawing.Size(1198, 589);
            // 
            // 
            // 
            this.metroTabPanel_calendar.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_calendar.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_calendar.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel_calendar.TabIndex = 4;
            this.metroTabPanel_calendar.Visible = false;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel3.ColumnCount = 5;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.84656F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.15344F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 83F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 89F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 211F));
            this.tableLayoutPanel3.Controls.Add(this.uiCalendar_panelExSaving, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.uiCalendar_panelExPrevNext, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.panelEx5, 0, 1);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.ForeColor = System.Drawing.Color.Black;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 3;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1192, 586);
            this.tableLayoutPanel3.TabIndex = 25;
            // 
            // uiCalendar_panelExSaving
            // 
            this.uiCalendar_panelExSaving.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiCalendar_panelExSaving.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.tableLayoutPanel3.SetColumnSpan(this.uiCalendar_panelExSaving, 5);
            this.uiCalendar_panelExSaving.Controls.Add(this.uiCalendar_buttonXDelete);
            this.uiCalendar_panelExSaving.Controls.Add(this.uiCalendar_buttonXSave);
            this.uiCalendar_panelExSaving.Controls.Add(this.uiCalendar_buttonXLoad);
            this.uiCalendar_panelExSaving.Controls.Add(this.uiCalendar_comboBoxXDSet);
            this.uiCalendar_panelExSaving.Controls.Add(this.uiCalendar_comboBoxXSymbol);
            this.uiCalendar_panelExSaving.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_panelExSaving.Enabled = false;
            this.uiCalendar_panelExSaving.Location = new System.Drawing.Point(3, 3);
            this.uiCalendar_panelExSaving.Name = "uiCalendar_panelExSaving";
            this.uiCalendar_panelExSaving.Size = new System.Drawing.Size(1186, 38);
            this.uiCalendar_panelExSaving.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiCalendar_panelExSaving.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiCalendar_panelExSaving.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiCalendar_panelExSaving.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiCalendar_panelExSaving.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiCalendar_panelExSaving.Style.GradientAngle = 90;
            this.uiCalendar_panelExSaving.TabIndex = 0;
            // 
            // uiCalendar_buttonXDelete
            // 
            this.uiCalendar_buttonXDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiCalendar_buttonXDelete.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiCalendar_buttonXDelete.Enabled = false;
            this.uiCalendar_buttonXDelete.Location = new System.Drawing.Point(575, 7);
            this.uiCalendar_buttonXDelete.Name = "uiCalendar_buttonXDelete";
            this.uiCalendar_buttonXDelete.Size = new System.Drawing.Size(75, 25);
            this.uiCalendar_buttonXDelete.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_buttonXDelete.TabIndex = 4;
            this.uiCalendar_buttonXDelete.Text = "DELETE";
            this.uiCalendar_buttonXDelete.Click += new System.EventHandler(this.uiCalendarDelete_Click);
            // 
            // uiCalendar_buttonXSave
            // 
            this.uiCalendar_buttonXSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiCalendar_buttonXSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiCalendar_buttonXSave.Enabled = false;
            this.uiCalendar_buttonXSave.Location = new System.Drawing.Point(470, 7);
            this.uiCalendar_buttonXSave.Name = "uiCalendar_buttonXSave";
            this.uiCalendar_buttonXSave.Size = new System.Drawing.Size(75, 25);
            this.uiCalendar_buttonXSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_buttonXSave.TabIndex = 3;
            this.uiCalendar_buttonXSave.Text = "SAVE";
            this.uiCalendar_buttonXSave.Click += new System.EventHandler(this.uiCalendarSave_Click);
            // 
            // uiCalendar_buttonXLoad
            // 
            this.uiCalendar_buttonXLoad.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiCalendar_buttonXLoad.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiCalendar_buttonXLoad.Enabled = false;
            this.uiCalendar_buttonXLoad.Location = new System.Drawing.Point(368, 7);
            this.uiCalendar_buttonXLoad.Name = "uiCalendar_buttonXLoad";
            this.uiCalendar_buttonXLoad.Size = new System.Drawing.Size(75, 25);
            this.uiCalendar_buttonXLoad.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_buttonXLoad.TabIndex = 2;
            this.uiCalendar_buttonXLoad.Text = "LOAD";
            this.uiCalendar_buttonXLoad.Click += new System.EventHandler(this.uiCalendarLoad_Click);
            // 
            // uiCalendar_comboBoxXDSet
            // 
            this.uiCalendar_comboBoxXDSet.DisplayMember = "Text";
            this.uiCalendar_comboBoxXDSet.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiCalendar_comboBoxXDSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uiCalendar_comboBoxXDSet.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_comboBoxXDSet.FormattingEnabled = true;
            this.uiCalendar_comboBoxXDSet.ItemHeight = 16;
            this.uiCalendar_comboBoxXDSet.Location = new System.Drawing.Point(197, 9);
            this.uiCalendar_comboBoxXDSet.Name = "uiCalendar_comboBoxXDSet";
            this.uiCalendar_comboBoxXDSet.Size = new System.Drawing.Size(121, 22);
            this.uiCalendar_comboBoxXDSet.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_comboBoxXDSet.TabIndex = 1;
            this.uiCalendar_comboBoxXDSet.SelectedIndexChanged += new System.EventHandler(this.uiCalendarDSet_SelectedIndexChanged);
            // 
            // uiCalendar_comboBoxXSymbol
            // 
            this.uiCalendar_comboBoxXSymbol.DisplayMember = "Text";
            this.uiCalendar_comboBoxXSymbol.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.uiCalendar_comboBoxXSymbol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.uiCalendar_comboBoxXSymbol.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_comboBoxXSymbol.FormattingEnabled = true;
            this.uiCalendar_comboBoxXSymbol.ItemHeight = 16;
            this.uiCalendar_comboBoxXSymbol.Location = new System.Drawing.Point(43, 9);
            this.uiCalendar_comboBoxXSymbol.Name = "uiCalendar_comboBoxXSymbol";
            this.uiCalendar_comboBoxXSymbol.Size = new System.Drawing.Size(121, 22);
            this.uiCalendar_comboBoxXSymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_comboBoxXSymbol.TabIndex = 0;
            this.uiCalendar_comboBoxXSymbol.SelectedIndexChanged += new System.EventHandler(this.uiCalendarSymbol_SelectedIndexChanged);
            // 
            // uiCalendar_panelExPrevNext
            // 
            this.uiCalendar_panelExPrevNext.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiCalendar_panelExPrevNext.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.tableLayoutPanel3.SetColumnSpan(this.uiCalendar_panelExPrevNext, 5);
            this.uiCalendar_panelExPrevNext.Controls.Add(this.uiCalendar_buttonXPrevious);
            this.uiCalendar_panelExPrevNext.Controls.Add(this.uiMonthlyCaption);
            this.uiCalendar_panelExPrevNext.Controls.Add(this.uiCalendar_buttonXNext);
            this.uiCalendar_panelExPrevNext.Controls.Add(this.uiCalendar_labelXMonthTotal);
            this.uiCalendar_panelExPrevNext.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_panelExPrevNext.Location = new System.Drawing.Point(3, 545);
            this.uiCalendar_panelExPrevNext.Name = "uiCalendar_panelExPrevNext";
            this.uiCalendar_panelExPrevNext.Size = new System.Drawing.Size(1186, 38);
            this.uiCalendar_panelExPrevNext.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiCalendar_panelExPrevNext.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiCalendar_panelExPrevNext.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiCalendar_panelExPrevNext.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiCalendar_panelExPrevNext.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiCalendar_panelExPrevNext.Style.GradientAngle = 90;
            this.uiCalendar_panelExPrevNext.TabIndex = 24;
            // 
            // uiCalendar_buttonXPrevious
            // 
            this.uiCalendar_buttonXPrevious.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiCalendar_buttonXPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.uiCalendar_buttonXPrevious.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiCalendar_buttonXPrevious.Location = new System.Drawing.Point(260, 6);
            this.uiCalendar_buttonXPrevious.Name = "uiCalendar_buttonXPrevious";
            this.uiCalendar_buttonXPrevious.Size = new System.Drawing.Size(75, 25);
            this.uiCalendar_buttonXPrevious.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_buttonXPrevious.TabIndex = 13;
            this.uiCalendar_buttonXPrevious.Text = "PREVIOUS";
            this.uiCalendar_buttonXPrevious.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // uiMonthlyCaption
            // 
            this.uiMonthlyCaption.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.uiMonthlyCaption.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiMonthlyCaption.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiMonthlyCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiMonthlyCaption.ForeColor = System.Drawing.Color.Black;
            this.uiMonthlyCaption.Location = new System.Drawing.Point(357, 8);
            this.uiMonthlyCaption.Name = "uiMonthlyCaption";
            this.uiMonthlyCaption.Size = new System.Drawing.Size(274, 21);
            this.uiMonthlyCaption.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiMonthlyCaption.TabIndex = 15;
            this.uiMonthlyCaption.Text = "Monthly Total:";
            this.uiMonthlyCaption.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiCalendar_buttonXNext
            // 
            this.uiCalendar_buttonXNext.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiCalendar_buttonXNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.uiCalendar_buttonXNext.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiCalendar_buttonXNext.Location = new System.Drawing.Point(797, 6);
            this.uiCalendar_buttonXNext.Name = "uiCalendar_buttonXNext";
            this.uiCalendar_buttonXNext.Size = new System.Drawing.Size(75, 25);
            this.uiCalendar_buttonXNext.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_buttonXNext.TabIndex = 14;
            this.uiCalendar_buttonXNext.Text = "NEXT";
            this.uiCalendar_buttonXNext.Click += new System.EventHandler(this.buttonX2_Click);
            // 
            // uiCalendar_labelXMonthTotal
            // 
            this.uiCalendar_labelXMonthTotal.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.uiCalendar_labelXMonthTotal.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiCalendar_labelXMonthTotal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXMonthTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXMonthTotal.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXMonthTotal.Location = new System.Drawing.Point(637, 10);
            this.uiCalendar_labelXMonthTotal.Name = "uiCalendar_labelXMonthTotal";
            this.uiCalendar_labelXMonthTotal.Size = new System.Drawing.Size(154, 21);
            this.uiCalendar_labelXMonthTotal.TabIndex = 16;
            this.uiCalendar_labelXMonthTotal.Text = "---";
            this.uiCalendar_labelXMonthTotal.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx5
            // 
            this.panelEx5.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.tableLayoutPanel3.SetColumnSpan(this.panelEx5, 5);
            this.panelEx5.Controls.Add(this.tableLayoutPanelCalendar);
            this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx5.Location = new System.Drawing.Point(3, 47);
            this.panelEx5.Name = "panelEx5";
            this.panelEx5.Size = new System.Drawing.Size(1186, 492);
            this.panelEx5.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx5.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx5.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx5.Style.GradientAngle = 90;
            this.panelEx5.TabIndex = 26;
            // 
            // tableLayoutPanelCalendar
            // 
            this.tableLayoutPanelCalendar.ColumnCount = 3;
            this.tableLayoutPanelCalendar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tableLayoutPanelCalendar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelCalendar.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 160F));
            this.tableLayoutPanelCalendar.Controls.Add(this.uiCalendar_panelExWhiteCell6, 2, 7);
            this.tableLayoutPanelCalendar.Controls.Add(this.panelEx31, 2, 6);
            this.tableLayoutPanelCalendar.Controls.Add(this.panelEx55, 2, 5);
            this.tableLayoutPanelCalendar.Controls.Add(this.panelEx47, 2, 4);
            this.tableLayoutPanelCalendar.Controls.Add(this.panelEx52, 2, 3);
            this.tableLayoutPanelCalendar.Controls.Add(this.panelEx57, 2, 2);
            this.tableLayoutPanelCalendar.Controls.Add(this.uiCalendar_calendarViewResultView, 1, 1);
            this.tableLayoutPanelCalendar.Controls.Add(this.uiCalendar_labelXMonth, 1, 0);
            this.tableLayoutPanelCalendar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelCalendar.ForeColor = System.Drawing.Color.Black;
            this.tableLayoutPanelCalendar.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanelCalendar.Name = "tableLayoutPanelCalendar";
            this.tableLayoutPanelCalendar.RowCount = 9;
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
            this.tableLayoutPanelCalendar.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 10F));
            this.tableLayoutPanelCalendar.Size = new System.Drawing.Size(1186, 492);
            this.tableLayoutPanelCalendar.TabIndex = 14;
            // 
            // uiCalendar_panelExWhiteCell6
            // 
            this.uiCalendar_panelExWhiteCell6.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.uiCalendar_panelExWhiteCell6.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiCalendar_panelExWhiteCell6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiCalendar_panelExWhiteCell6.Controls.Add(this.uiCalendar_labelXWeek6);
            this.uiCalendar_panelExWhiteCell6.Controls.Add(this.panelEx2);
            this.uiCalendar_panelExWhiteCell6.Controls.Add(this.labelX21);
            this.uiCalendar_panelExWhiteCell6.Location = new System.Drawing.Point(1041, 409);
            this.uiCalendar_panelExWhiteCell6.Name = "uiCalendar_panelExWhiteCell6";
            this.uiCalendar_panelExWhiteCell6.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.uiCalendar_panelExWhiteCell6.Size = new System.Drawing.Size(130, 65);
            this.uiCalendar_panelExWhiteCell6.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiCalendar_panelExWhiteCell6.Style.BackColor1.Color = System.Drawing.Color.White;
            this.uiCalendar_panelExWhiteCell6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiCalendar_panelExWhiteCell6.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiCalendar_panelExWhiteCell6.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.uiCalendar_panelExWhiteCell6.Style.BorderWidth = 0;
            this.uiCalendar_panelExWhiteCell6.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiCalendar_panelExWhiteCell6.Style.GradientAngle = 90;
            this.uiCalendar_panelExWhiteCell6.TabIndex = 33;
            // 
            // uiCalendar_labelXWeek6
            // 
            // 
            // 
            // 
            this.uiCalendar_labelXWeek6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXWeek6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXWeek6.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXWeek6.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXWeek6.Location = new System.Drawing.Point(5, 0);
            this.uiCalendar_labelXWeek6.Name = "uiCalendar_labelXWeek6";
            this.uiCalendar_labelXWeek6.Size = new System.Drawing.Size(120, 40);
            this.uiCalendar_labelXWeek6.TabIndex = 8;
            this.uiCalendar_labelXWeek6.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx2
            // 
            this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelEx2.Location = new System.Drawing.Point(5, 40);
            this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
            this.panelEx2.Name = "panelEx2";
            this.panelEx2.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx2.Size = new System.Drawing.Size(120, 2);
            this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx2.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx2.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx2.Style.BorderWidth = 0;
            this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx2.Style.GradientAngle = 90;
            this.panelEx2.TabIndex = 4;
            // 
            // labelX21
            // 
            // 
            // 
            // 
            this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX21.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.labelX21.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX21.ForeColor = System.Drawing.Color.Black;
            this.labelX21.Location = new System.Drawing.Point(5, 42);
            this.labelX21.Name = "labelX21";
            this.labelX21.PaddingBottom = 3;
            this.labelX21.PaddingLeft = 3;
            this.labelX21.PaddingRight = 3;
            this.labelX21.PaddingTop = 3;
            this.labelX21.Size = new System.Drawing.Size(120, 23);
            this.labelX21.TabIndex = 0;
            this.labelX21.Text = "Sixth week";
            this.labelX21.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx31
            // 
            this.panelEx31.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelEx31.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx31.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx31.Controls.Add(this.uiCalendar_labelXWeek5);
            this.panelEx31.Controls.Add(this.panelEx46);
            this.panelEx31.Controls.Add(this.labelX22);
            this.panelEx31.Location = new System.Drawing.Point(1041, 335);
            this.panelEx31.Name = "panelEx31";
            this.panelEx31.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx31.Size = new System.Drawing.Size(130, 65);
            this.panelEx31.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx31.Style.BackColor1.Color = System.Drawing.Color.White;
            this.panelEx31.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx31.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx31.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx31.Style.BorderWidth = 0;
            this.panelEx31.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx31.Style.GradientAngle = 90;
            this.panelEx31.TabIndex = 32;
            // 
            // uiCalendar_labelXWeek5
            // 
            // 
            // 
            // 
            this.uiCalendar_labelXWeek5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXWeek5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXWeek5.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXWeek5.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXWeek5.Location = new System.Drawing.Point(5, 0);
            this.uiCalendar_labelXWeek5.Name = "uiCalendar_labelXWeek5";
            this.uiCalendar_labelXWeek5.Size = new System.Drawing.Size(120, 40);
            this.uiCalendar_labelXWeek5.TabIndex = 8;
            this.uiCalendar_labelXWeek5.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx46
            // 
            this.panelEx46.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx46.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx46.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelEx46.Location = new System.Drawing.Point(5, 40);
            this.panelEx46.Margin = new System.Windows.Forms.Padding(0);
            this.panelEx46.Name = "panelEx46";
            this.panelEx46.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx46.Size = new System.Drawing.Size(120, 2);
            this.panelEx46.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx46.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx46.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx46.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx46.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx46.Style.BorderWidth = 0;
            this.panelEx46.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx46.Style.GradientAngle = 90;
            this.panelEx46.TabIndex = 4;
            // 
            // labelX22
            // 
            // 
            // 
            // 
            this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX22.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.labelX22.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX22.ForeColor = System.Drawing.Color.Black;
            this.labelX22.Location = new System.Drawing.Point(5, 42);
            this.labelX22.Name = "labelX22";
            this.labelX22.PaddingBottom = 3;
            this.labelX22.PaddingLeft = 3;
            this.labelX22.PaddingRight = 3;
            this.labelX22.PaddingTop = 3;
            this.labelX22.Size = new System.Drawing.Size(120, 23);
            this.labelX22.TabIndex = 0;
            this.labelX22.Text = "Fifth week";
            this.labelX22.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx55
            // 
            this.panelEx55.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelEx55.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx55.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx55.Controls.Add(this.uiCalendar_labelXWeek4);
            this.panelEx55.Controls.Add(this.panelEx56);
            this.panelEx55.Controls.Add(this.labelX27);
            this.panelEx55.Location = new System.Drawing.Point(1041, 261);
            this.panelEx55.Name = "panelEx55";
            this.panelEx55.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx55.Size = new System.Drawing.Size(130, 65);
            this.panelEx55.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx55.Style.BackColor1.Color = System.Drawing.Color.White;
            this.panelEx55.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx55.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx55.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx55.Style.BorderWidth = 0;
            this.panelEx55.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx55.Style.GradientAngle = 90;
            this.panelEx55.TabIndex = 31;
            // 
            // uiCalendar_labelXWeek4
            // 
            // 
            // 
            // 
            this.uiCalendar_labelXWeek4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXWeek4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXWeek4.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXWeek4.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXWeek4.Location = new System.Drawing.Point(5, 0);
            this.uiCalendar_labelXWeek4.Name = "uiCalendar_labelXWeek4";
            this.uiCalendar_labelXWeek4.Size = new System.Drawing.Size(120, 40);
            this.uiCalendar_labelXWeek4.TabIndex = 8;
            this.uiCalendar_labelXWeek4.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx56
            // 
            this.panelEx56.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx56.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx56.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelEx56.Location = new System.Drawing.Point(5, 40);
            this.panelEx56.Margin = new System.Windows.Forms.Padding(0);
            this.panelEx56.Name = "panelEx56";
            this.panelEx56.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx56.Size = new System.Drawing.Size(120, 2);
            this.panelEx56.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx56.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx56.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx56.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx56.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx56.Style.BorderWidth = 0;
            this.panelEx56.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx56.Style.GradientAngle = 90;
            this.panelEx56.TabIndex = 4;
            // 
            // labelX27
            // 
            // 
            // 
            // 
            this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX27.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.labelX27.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX27.ForeColor = System.Drawing.Color.Black;
            this.labelX27.Location = new System.Drawing.Point(5, 42);
            this.labelX27.Name = "labelX27";
            this.labelX27.PaddingBottom = 3;
            this.labelX27.PaddingLeft = 3;
            this.labelX27.PaddingRight = 3;
            this.labelX27.PaddingTop = 3;
            this.labelX27.Size = new System.Drawing.Size(120, 23);
            this.labelX27.TabIndex = 0;
            this.labelX27.Text = "Fourth week";
            this.labelX27.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx47
            // 
            this.panelEx47.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelEx47.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx47.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx47.Controls.Add(this.uiCalendar_labelXWeek3);
            this.panelEx47.Controls.Add(this.panelEx51);
            this.panelEx47.Controls.Add(this.labelX12);
            this.panelEx47.Location = new System.Drawing.Point(1041, 187);
            this.panelEx47.Name = "panelEx47";
            this.panelEx47.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx47.Size = new System.Drawing.Size(130, 65);
            this.panelEx47.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx47.Style.BackColor1.Color = System.Drawing.Color.White;
            this.panelEx47.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx47.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx47.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx47.Style.BorderWidth = 0;
            this.panelEx47.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx47.Style.GradientAngle = 90;
            this.panelEx47.TabIndex = 30;
            // 
            // uiCalendar_labelXWeek3
            // 
            // 
            // 
            // 
            this.uiCalendar_labelXWeek3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXWeek3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXWeek3.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXWeek3.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXWeek3.Location = new System.Drawing.Point(5, 0);
            this.uiCalendar_labelXWeek3.Name = "uiCalendar_labelXWeek3";
            this.uiCalendar_labelXWeek3.Size = new System.Drawing.Size(120, 40);
            this.uiCalendar_labelXWeek3.TabIndex = 7;
            this.uiCalendar_labelXWeek3.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx51
            // 
            this.panelEx51.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx51.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx51.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelEx51.Location = new System.Drawing.Point(5, 40);
            this.panelEx51.Margin = new System.Windows.Forms.Padding(0);
            this.panelEx51.Name = "panelEx51";
            this.panelEx51.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx51.Size = new System.Drawing.Size(120, 2);
            this.panelEx51.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx51.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx51.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx51.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx51.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx51.Style.BorderWidth = 0;
            this.panelEx51.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx51.Style.GradientAngle = 90;
            this.panelEx51.TabIndex = 4;
            // 
            // labelX12
            // 
            // 
            // 
            // 
            this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX12.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.labelX12.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX12.ForeColor = System.Drawing.Color.Black;
            this.labelX12.Location = new System.Drawing.Point(5, 42);
            this.labelX12.Name = "labelX12";
            this.labelX12.PaddingBottom = 3;
            this.labelX12.PaddingLeft = 3;
            this.labelX12.PaddingRight = 3;
            this.labelX12.PaddingTop = 3;
            this.labelX12.Size = new System.Drawing.Size(120, 23);
            this.labelX12.TabIndex = 0;
            this.labelX12.Text = "Third week";
            this.labelX12.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx52
            // 
            this.panelEx52.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelEx52.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx52.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx52.Controls.Add(this.uiCalendar_labelXWeek2);
            this.panelEx52.Controls.Add(this.panelEx54);
            this.panelEx52.Controls.Add(this.labelX25);
            this.panelEx52.Location = new System.Drawing.Point(1041, 113);
            this.panelEx52.Name = "panelEx52";
            this.panelEx52.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx52.Size = new System.Drawing.Size(130, 65);
            this.panelEx52.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx52.Style.BackColor1.Color = System.Drawing.Color.White;
            this.panelEx52.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx52.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx52.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx52.Style.BorderWidth = 0;
            this.panelEx52.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx52.Style.GradientAngle = 90;
            this.panelEx52.TabIndex = 29;
            // 
            // uiCalendar_labelXWeek2
            // 
            // 
            // 
            // 
            this.uiCalendar_labelXWeek2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXWeek2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXWeek2.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXWeek2.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXWeek2.Location = new System.Drawing.Point(5, 0);
            this.uiCalendar_labelXWeek2.Name = "uiCalendar_labelXWeek2";
            this.uiCalendar_labelXWeek2.Size = new System.Drawing.Size(120, 40);
            this.uiCalendar_labelXWeek2.TabIndex = 6;
            this.uiCalendar_labelXWeek2.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx54
            // 
            this.panelEx54.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx54.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx54.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelEx54.Location = new System.Drawing.Point(5, 40);
            this.panelEx54.Margin = new System.Windows.Forms.Padding(0);
            this.panelEx54.Name = "panelEx54";
            this.panelEx54.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx54.Size = new System.Drawing.Size(120, 2);
            this.panelEx54.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx54.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx54.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx54.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx54.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx54.Style.BorderWidth = 0;
            this.panelEx54.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx54.Style.GradientAngle = 90;
            this.panelEx54.TabIndex = 4;
            // 
            // labelX25
            // 
            // 
            // 
            // 
            this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX25.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.labelX25.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX25.ForeColor = System.Drawing.Color.Black;
            this.labelX25.Location = new System.Drawing.Point(5, 42);
            this.labelX25.Name = "labelX25";
            this.labelX25.PaddingBottom = 3;
            this.labelX25.PaddingLeft = 3;
            this.labelX25.PaddingRight = 3;
            this.labelX25.PaddingTop = 3;
            this.labelX25.Size = new System.Drawing.Size(120, 23);
            this.labelX25.TabIndex = 0;
            this.labelX25.Text = "Second week";
            this.labelX25.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx57
            // 
            this.panelEx57.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.panelEx57.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx57.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx57.Controls.Add(this.uiCalendar_labelXWeek1);
            this.panelEx57.Controls.Add(this.panelEx58);
            this.panelEx57.Controls.Add(this.labelX28);
            this.panelEx57.Location = new System.Drawing.Point(1041, 39);
            this.panelEx57.Name = "panelEx57";
            this.panelEx57.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx57.Size = new System.Drawing.Size(130, 65);
            this.panelEx57.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx57.Style.BackColor1.Color = System.Drawing.Color.White;
            this.panelEx57.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx57.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx57.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx57.Style.BorderWidth = 0;
            this.panelEx57.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx57.Style.GradientAngle = 90;
            this.panelEx57.TabIndex = 28;
            // 
            // uiCalendar_labelXWeek1
            // 
            // 
            // 
            // 
            this.uiCalendar_labelXWeek1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXWeek1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXWeek1.Font = new System.Drawing.Font("Segoe UI", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXWeek1.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXWeek1.Location = new System.Drawing.Point(5, 0);
            this.uiCalendar_labelXWeek1.Name = "uiCalendar_labelXWeek1";
            this.uiCalendar_labelXWeek1.Size = new System.Drawing.Size(120, 40);
            this.uiCalendar_labelXWeek1.TabIndex = 5;
            this.uiCalendar_labelXWeek1.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panelEx58
            // 
            this.panelEx58.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx58.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx58.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelEx58.Location = new System.Drawing.Point(5, 40);
            this.panelEx58.Margin = new System.Windows.Forms.Padding(0);
            this.panelEx58.Name = "panelEx58";
            this.panelEx58.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.panelEx58.Size = new System.Drawing.Size(120, 2);
            this.panelEx58.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx58.Style.BackColor1.Color = System.Drawing.Color.SteelBlue;
            this.panelEx58.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx58.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx58.Style.BorderDashStyle = System.Drawing.Drawing2D.DashStyle.Custom;
            this.panelEx58.Style.BorderWidth = 0;
            this.panelEx58.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx58.Style.GradientAngle = 90;
            this.panelEx58.TabIndex = 4;
            // 
            // labelX28
            // 
            // 
            // 
            // 
            this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX28.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.labelX28.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX28.ForeColor = System.Drawing.Color.Black;
            this.labelX28.Location = new System.Drawing.Point(5, 42);
            this.labelX28.Name = "labelX28";
            this.labelX28.PaddingBottom = 3;
            this.labelX28.PaddingLeft = 3;
            this.labelX28.PaddingRight = 3;
            this.labelX28.PaddingTop = 3;
            this.labelX28.Size = new System.Drawing.Size(120, 23);
            this.labelX28.TabIndex = 0;
            this.labelX28.Text = "First week";
            this.labelX28.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // uiCalendar_calendarViewResultView
            // 
            this.uiCalendar_calendarViewResultView.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiCalendar_calendarViewResultView.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_calendarViewResultView.ContainerControlProcessDialogKey = true;
            this.uiCalendar_calendarViewResultView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_calendarViewResultView.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_calendarViewResultView.HighlightCurrentDay = true;
            this.uiCalendar_calendarViewResultView.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.uiCalendar_calendarViewResultView.Location = new System.Drawing.Point(13, 13);
            this.uiCalendar_calendarViewResultView.MultiUserTabHeight = 19;
            this.uiCalendar_calendarViewResultView.Name = "uiCalendar_calendarViewResultView";
            this.tableLayoutPanelCalendar.SetRowSpan(this.uiCalendar_calendarViewResultView, 7);
            this.uiCalendar_calendarViewResultView.SelectedView = DevComponents.DotNetBar.Schedule.eCalendarView.Month;
            this.uiCalendar_calendarViewResultView.ShowTabs = false;
            this.uiCalendar_calendarViewResultView.Size = new System.Drawing.Size(1010, 463);
            this.uiCalendar_calendarViewResultView.TabIndex = 13;
            this.uiCalendar_calendarViewResultView.Text = "calendarView1";
            this.uiCalendar_calendarViewResultView.TimeIndicator.BorderColor = System.Drawing.Color.Blue;
            this.uiCalendar_calendarViewResultView.TimeIndicator.IndicatorArea = DevComponents.DotNetBar.Schedule.eTimeIndicatorArea.Content;
            this.uiCalendar_calendarViewResultView.TimeIndicator.Tag = null;
            this.uiCalendar_calendarViewResultView.TimeIndicator.Thickness = 1;
            this.uiCalendar_calendarViewResultView.TimeSlotDuration = 1;
            // 
            // uiCalendar_labelXMonth
            // 
            this.uiCalendar_labelXMonth.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiCalendar_labelXMonth.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiCalendar_labelXMonth.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiCalendar_labelXMonth.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiCalendar_labelXMonth.ForeColor = System.Drawing.Color.Black;
            this.uiCalendar_labelXMonth.Location = new System.Drawing.Point(13, 3);
            this.uiCalendar_labelXMonth.Name = "uiCalendar_labelXMonth";
            this.uiCalendar_labelXMonth.Size = new System.Drawing.Size(1010, 4);
            this.uiCalendar_labelXMonth.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiCalendar_labelXMonth.TabIndex = 27;
            this.uiCalendar_labelXMonth.Text = "CurrentMonth";
            this.uiCalendar_labelXMonth.TextAlignment = System.Drawing.StringAlignment.Center;
            this.uiCalendar_labelXMonth.Visible = false;
            // 
            // metroTabPanel_weekly
            // 
            this.metroTabPanel_weekly.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel_weekly.Controls.Add(this.uiWeekly_tableLayoutPanel4);
            this.metroTabPanel_weekly.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel_weekly.Enabled = false;
            this.metroTabPanel_weekly.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel_weekly.Name = "metroTabPanel_weekly";
            this.metroTabPanel_weekly.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel_weekly.Size = new System.Drawing.Size(1198, 589);
            // 
            // 
            // 
            this.metroTabPanel_weekly.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_weekly.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_weekly.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel_weekly.TabIndex = 3;
            this.metroTabPanel_weekly.Visible = false;
            // 
            // uiWeekly_tableLayoutPanel4
            // 
            this.uiWeekly_tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
            this.uiWeekly_tableLayoutPanel4.ColumnCount = 1;
            this.uiWeekly_tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.uiWeekly_tableLayoutPanel4.Controls.Add(this.uiWeeklyData_superGridControlTable, 0, 0);
            this.uiWeekly_tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiWeekly_tableLayoutPanel4.ForeColor = System.Drawing.Color.Black;
            this.uiWeekly_tableLayoutPanel4.Location = new System.Drawing.Point(3, 0);
            this.uiWeekly_tableLayoutPanel4.Name = "uiWeekly_tableLayoutPanel4";
            this.uiWeekly_tableLayoutPanel4.RowCount = 1;
            this.uiWeekly_tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.uiWeekly_tableLayoutPanel4.Size = new System.Drawing.Size(1192, 586);
            this.uiWeekly_tableLayoutPanel4.TabIndex = 2;
            // 
            // uiWeeklyData_superGridControlTable
            // 
            this.uiWeeklyData_superGridControlTable.BackColor = System.Drawing.Color.White;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.AlternateColumnCellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.TopRight;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.TopRight;
            background1.Color1 = System.Drawing.Color.LightSkyBlue;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.CellStyles.Selected.Background = background1;
            background2.Color1 = System.Drawing.Color.AliceBlue;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background2;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            background3.Color1 = System.Drawing.Color.DodgerBlue;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.ColumnHeaderRowStyles.Default.WhiteSpaceBackground = background3;
            background4.Color1 = System.Drawing.Color.DeepSkyBlue;
            background4.Color2 = System.Drawing.Color.DeepSkyBlue;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background4;
            background5.Color1 = System.Drawing.Color.LightBlue;
            background5.Color2 = System.Drawing.Color.LightBlue;
            this.uiWeeklyData_superGridControlTable.DefaultVisualStyles.ColumnHeaderStyles.MouseOver.Background = background5;
            this.uiWeeklyData_superGridControlTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiWeeklyData_superGridControlTable.ExpandButtonType = DevComponents.DotNetBar.SuperGrid.ExpandButtonType.Square;
            this.uiWeeklyData_superGridControlTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.uiWeeklyData_superGridControlTable.ForeColor = System.Drawing.Color.Black;
            this.uiWeeklyData_superGridControlTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.uiWeeklyData_superGridControlTable.Location = new System.Drawing.Point(3, 3);
            this.uiWeeklyData_superGridControlTable.Name = "uiWeeklyData_superGridControlTable";
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.AllowEdit = false;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.AutoGenerateColumns = false;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.CollapseImage = ((System.Drawing.Image)(resources.GetObject("uiWeeklyData_superGridControlTable.PrimaryGrid.CollapseImage")));
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.ColumnAutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            background6.Color1 = System.Drawing.Color.LightSkyBlue;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Selected.Background = background6;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.Black;
            background7.Color1 = System.Drawing.Color.AliceBlue;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background7;
            background8.Color1 = System.Drawing.Color.DodgerBlue;
            background8.Color2 = System.Drawing.Color.DodgerBlue;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background8;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.ExpandImage = ((System.Drawing.Image)(resources.GetObject("uiWeeklyData_superGridControlTable.PrimaryGrid.ExpandImage")));
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.RowHeaderWidth = 0;
            this.uiWeeklyData_superGridControlTable.PrimaryGrid.ShowTreeButtons = true;
            this.uiWeeklyData_superGridControlTable.Size = new System.Drawing.Size(1186, 580);
            this.uiWeeklyData_superGridControlTable.TabIndex = 1;
            this.uiWeeklyData_superGridControlTable.Text = "superGridControl1";
            this.uiWeeklyData_superGridControlTable.CompareElements += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridCompareElementsEventArgs>(this.uiWeeklyDataTable_CompareElements);
            this.uiWeeklyData_superGridControlTable.DataBindingComplete += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridDataBindingCompleteEventArgs>(this.uiWeeklyDataTable_DataBindingComplete);
            this.uiWeeklyData_superGridControlTable.AfterExpand += new System.EventHandler<DevComponents.DotNetBar.SuperGrid.GridAfterExpandEventArgs>(this.uiWeeklyDataTable_AfterExpand);
            // 
            // metroTabPanel_data_archive
            // 
            this.metroTabPanel_data_archive.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel_data_archive.Controls.Add(this.tableLayoutPanel1);
            this.metroTabPanel_data_archive.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel_data_archive.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel_data_archive.Name = "metroTabPanel_data_archive";
            this.metroTabPanel_data_archive.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel_data_archive.Size = new System.Drawing.Size(1198, 589);
            // 
            // 
            // 
            this.metroTabPanel_data_archive.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_data_archive.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_data_archive.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel_data_archive.TabIndex = 5;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 270F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 270F));
            this.tableLayoutPanel1.Controls.Add(this.uiDataArchive_panelExSearchPanel, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.uiDataArchive_panelExSymbols, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.uiDataArchive_panelExCollectingControl, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.uiDataArchive_panelExContracts, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.uiDataArchive_panelExSymbolControl, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.uiDataArchive_panelExPreview, 2, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.ForeColor = System.Drawing.Color.Black;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 88F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 156F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1192, 586);
            this.tableLayoutPanel1.TabIndex = 24;
            // 
            // uiDataArchive_panelExSearchPanel
            // 
            this.uiDataArchive_panelExSearchPanel.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiDataArchive_panelExSearchPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_panelExSearchPanel.Controls.Add(this.uiDataArchive_dateTimeInputFindTime);
            this.uiDataArchive_panelExSearchPanel.Controls.Add(this.uiDataArchive_dateTimeInputFindDate);
            this.uiDataArchive_panelExSearchPanel.Controls.Add(this.uiDataArchive_buttonXFind);
            this.uiDataArchive_panelExSearchPanel.Controls.Add(this.uiDataArchive_labelXSearch);
            this.uiDataArchive_panelExSearchPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_panelExSearchPanel.Location = new System.Drawing.Point(925, 3);
            this.uiDataArchive_panelExSearchPanel.Name = "uiDataArchive_panelExSearchPanel";
            this.uiDataArchive_panelExSearchPanel.Size = new System.Drawing.Size(264, 82);
            this.uiDataArchive_panelExSearchPanel.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiDataArchive_panelExSearchPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_panelExSearchPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiDataArchive_panelExSearchPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiDataArchive_panelExSearchPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiDataArchive_panelExSearchPanel.Style.GradientAngle = 90;
            this.uiDataArchive_panelExSearchPanel.TabIndex = 31;
            // 
            // uiDataArchive_dateTimeInputFindTime
            // 
            this.uiDataArchive_dateTimeInputFindTime.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.uiDataArchive_dateTimeInputFindTime.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindTime.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiDataArchive_dateTimeInputFindTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiDataArchive_dateTimeInputFindTime.ButtonDropDown.Visible = true;
            this.uiDataArchive_dateTimeInputFindTime.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiDataArchive_dateTimeInputFindTime.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_dateTimeInputFindTime.Format = DevComponents.Editors.eDateTimePickerFormat.LongTime;
            this.uiDataArchive_dateTimeInputFindTime.IsPopupCalendarOpen = false;
            this.uiDataArchive_dateTimeInputFindTime.Location = new System.Drawing.Point(18, 49);
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.TodayButtonVisible = true;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.Visible = false;
            this.uiDataArchive_dateTimeInputFindTime.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiDataArchive_dateTimeInputFindTime.Name = "uiDataArchive_dateTimeInputFindTime";
            this.uiDataArchive_dateTimeInputFindTime.Size = new System.Drawing.Size(161, 23);
            this.uiDataArchive_dateTimeInputFindTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_dateTimeInputFindTime.TabIndex = 49;
            this.uiDataArchive_dateTimeInputFindTime.TimeSelectorTimeFormat = DevComponents.Editors.DateTimeAdv.eTimeSelectorFormat.Time24H;
            this.uiDataArchive_dateTimeInputFindTime.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // uiDataArchive_dateTimeInputFindDate
            // 
            this.uiDataArchive_dateTimeInputFindDate.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.uiDataArchive_dateTimeInputFindDate.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindDate.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiDataArchive_dateTimeInputFindDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindDate.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiDataArchive_dateTimeInputFindDate.ButtonDropDown.Visible = true;
            this.uiDataArchive_dateTimeInputFindDate.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiDataArchive_dateTimeInputFindDate.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_dateTimeInputFindDate.IsPopupCalendarOpen = false;
            this.uiDataArchive_dateTimeInputFindDate.Location = new System.Drawing.Point(18, 25);
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.TodayButtonVisible = true;
            this.uiDataArchive_dateTimeInputFindDate.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiDataArchive_dateTimeInputFindDate.Name = "uiDataArchive_dateTimeInputFindDate";
            this.uiDataArchive_dateTimeInputFindDate.Size = new System.Drawing.Size(161, 23);
            this.uiDataArchive_dateTimeInputFindDate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_dateTimeInputFindDate.TabIndex = 48;
            this.uiDataArchive_dateTimeInputFindDate.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            this.uiDataArchive_dateTimeInputFindDate.ValueChanged += new System.EventHandler(this.uiDataArchive_dateTimeInputFindDate_ValueChanged);
            // 
            // uiDataArchive_buttonXFind
            // 
            this.uiDataArchive_buttonXFind.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDataArchive_buttonXFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.uiDataArchive_buttonXFind.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDataArchive_buttonXFind.Location = new System.Drawing.Point(184, 25);
            this.uiDataArchive_buttonXFind.Margin = new System.Windows.Forms.Padding(2);
            this.uiDataArchive_buttonXFind.Name = "uiDataArchive_buttonXFind";
            this.uiDataArchive_buttonXFind.Size = new System.Drawing.Size(69, 47);
            this.uiDataArchive_buttonXFind.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_buttonXFind.TabIndex = 47;
            this.uiDataArchive_buttonXFind.Text = "Find";
            this.uiDataArchive_buttonXFind.Click += new System.EventHandler(this.uiDataArchive_buttonXFind_Click);
            // 
            // uiDataArchive_labelXSearch
            // 
            // 
            // 
            // 
            this.uiDataArchive_labelXSearch.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_labelXSearch.Dock = System.Windows.Forms.DockStyle.Top;
            this.uiDataArchive_labelXSearch.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiDataArchive_labelXSearch.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_labelXSearch.Location = new System.Drawing.Point(0, 0);
            this.uiDataArchive_labelXSearch.Name = "uiDataArchive_labelXSearch";
            this.uiDataArchive_labelXSearch.PaddingLeft = 6;
            this.uiDataArchive_labelXSearch.PaddingTop = 3;
            this.uiDataArchive_labelXSearch.SingleLineColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.uiDataArchive_labelXSearch.Size = new System.Drawing.Size(264, 23);
            this.uiDataArchive_labelXSearch.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiDataArchive_labelXSearch.SymbolColor = System.Drawing.Color.Blue;
            this.uiDataArchive_labelXSearch.TabIndex = 30;
            this.uiDataArchive_labelXSearch.Text = "SEARCH";
            // 
            // uiDataArchive_panelExSymbols
            // 
            this.uiDataArchive_panelExSymbols.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiDataArchive_panelExSymbols.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_panelExSymbols.Controls.Add(this.uiDataArchive_checkedListBoxSymbols);
            this.uiDataArchive_panelExSymbols.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_panelExSymbols.Location = new System.Drawing.Point(3, 91);
            this.uiDataArchive_panelExSymbols.Name = "uiDataArchive_panelExSymbols";
            this.uiDataArchive_panelExSymbols.Padding = new System.Windows.Forms.Padding(1);
            this.uiDataArchive_panelExSymbols.Size = new System.Drawing.Size(264, 336);
            this.uiDataArchive_panelExSymbols.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiDataArchive_panelExSymbols.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_panelExSymbols.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiDataArchive_panelExSymbols.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiDataArchive_panelExSymbols.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiDataArchive_panelExSymbols.Style.GradientAngle = 90;
            this.uiDataArchive_panelExSymbols.TabIndex = 29;
            // 
            // uiDataArchive_checkedListBoxSymbols
            // 
            this.uiDataArchive_checkedListBoxSymbols.BackColor = System.Drawing.Color.White;
            this.uiDataArchive_checkedListBoxSymbols.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.uiDataArchive_checkedListBoxSymbols.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_checkedListBoxSymbols.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_checkedListBoxSymbols.FormattingEnabled = true;
            this.uiDataArchive_checkedListBoxSymbols.Location = new System.Drawing.Point(1, 1);
            this.uiDataArchive_checkedListBoxSymbols.Name = "uiDataArchive_checkedListBoxSymbols";
            this.uiDataArchive_checkedListBoxSymbols.Size = new System.Drawing.Size(262, 334);
            this.uiDataArchive_checkedListBoxSymbols.TabIndex = 44;
            // 
            // uiDataArchive_panelExCollectingControl
            // 
            this.uiDataArchive_panelExCollectingControl.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiDataArchive_panelExCollectingControl.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.uiDataArchive_labelXCollectingControl);
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.uiDataArchive_dateTimeInputEnd);
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.uiDataArchive_dateTimeInputStart);
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.labelX10);
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.labelX11);
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.uiDataArchive_buttonXStopCollecting);
            this.uiDataArchive_panelExCollectingControl.Controls.Add(this.uiDataArchive_buttonXStartCollecting);
            this.uiDataArchive_panelExCollectingControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_panelExCollectingControl.Location = new System.Drawing.Point(3, 433);
            this.uiDataArchive_panelExCollectingControl.Name = "uiDataArchive_panelExCollectingControl";
            this.uiDataArchive_panelExCollectingControl.Size = new System.Drawing.Size(264, 150);
            this.uiDataArchive_panelExCollectingControl.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiDataArchive_panelExCollectingControl.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_panelExCollectingControl.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiDataArchive_panelExCollectingControl.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiDataArchive_panelExCollectingControl.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiDataArchive_panelExCollectingControl.Style.GradientAngle = 90;
            this.uiDataArchive_panelExCollectingControl.TabIndex = 25;
            // 
            // uiDataArchive_labelXCollectingControl
            // 
            // 
            // 
            // 
            this.uiDataArchive_labelXCollectingControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_labelXCollectingControl.Dock = System.Windows.Forms.DockStyle.Top;
            this.uiDataArchive_labelXCollectingControl.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiDataArchive_labelXCollectingControl.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_labelXCollectingControl.Location = new System.Drawing.Point(0, 0);
            this.uiDataArchive_labelXCollectingControl.Name = "uiDataArchive_labelXCollectingControl";
            this.uiDataArchive_labelXCollectingControl.PaddingLeft = 6;
            this.uiDataArchive_labelXCollectingControl.PaddingTop = 3;
            this.uiDataArchive_labelXCollectingControl.SingleLineColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.uiDataArchive_labelXCollectingControl.Size = new System.Drawing.Size(264, 23);
            this.uiDataArchive_labelXCollectingControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiDataArchive_labelXCollectingControl.SymbolColor = System.Drawing.Color.Blue;
            this.uiDataArchive_labelXCollectingControl.TabIndex = 48;
            this.uiDataArchive_labelXCollectingControl.Text = "COLLECTING CONTROL";
            // 
            // uiDataArchive_dateTimeInputEnd
            // 
            this.uiDataArchive_dateTimeInputEnd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uiDataArchive_dateTimeInputEnd.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputEnd.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiDataArchive_dateTimeInputEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiDataArchive_dateTimeInputEnd.ButtonDropDown.Visible = true;
            this.uiDataArchive_dateTimeInputEnd.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiDataArchive_dateTimeInputEnd.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_dateTimeInputEnd.IsPopupCalendarOpen = false;
            this.uiDataArchive_dateTimeInputEnd.Location = new System.Drawing.Point(59, 65);
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.TodayButtonVisible = true;
            this.uiDataArchive_dateTimeInputEnd.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiDataArchive_dateTimeInputEnd.Name = "uiDataArchive_dateTimeInputEnd";
            this.uiDataArchive_dateTimeInputEnd.Size = new System.Drawing.Size(195, 23);
            this.uiDataArchive_dateTimeInputEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_dateTimeInputEnd.TabIndex = 47;
            this.uiDataArchive_dateTimeInputEnd.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // uiDataArchive_dateTimeInputStart
            // 
            this.uiDataArchive_dateTimeInputStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uiDataArchive_dateTimeInputStart.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputStart.BackgroundStyle.Class = "DateTimeInputBackground";
            this.uiDataArchive_dateTimeInputStart.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputStart.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
            this.uiDataArchive_dateTimeInputStart.ButtonDropDown.Visible = true;
            this.uiDataArchive_dateTimeInputStart.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.uiDataArchive_dateTimeInputStart.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_dateTimeInputStart.IsPopupCalendarOpen = false;
            this.uiDataArchive_dateTimeInputStart.Location = new System.Drawing.Point(59, 34);
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.ClearButtonVisible = true;
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.DisplayMonth = new System.DateTime(2013, 5, 1, 0, 0, 0, 0);
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.MarkedDates = new System.DateTime[0];
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
            // 
            // 
            // 
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.TodayButtonVisible = true;
            this.uiDataArchive_dateTimeInputStart.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
            this.uiDataArchive_dateTimeInputStart.Name = "uiDataArchive_dateTimeInputStart";
            this.uiDataArchive_dateTimeInputStart.Size = new System.Drawing.Size(195, 23);
            this.uiDataArchive_dateTimeInputStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_dateTimeInputStart.TabIndex = 44;
            this.uiDataArchive_dateTimeInputStart.Value = new System.DateTime(2013, 5, 28, 0, 0, 0, 0);
            // 
            // labelX10
            // 
            this.labelX10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelX10.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX10.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX10.ForeColor = System.Drawing.Color.Black;
            this.labelX10.Location = new System.Drawing.Point(7, 34);
            this.labelX10.Name = "labelX10";
            this.labelX10.Size = new System.Drawing.Size(46, 23);
            this.labelX10.TabIndex = 45;
            this.labelX10.Text = "Start";
            this.labelX10.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // labelX11
            // 
            this.labelX11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelX11.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX11.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelX11.ForeColor = System.Drawing.Color.Black;
            this.labelX11.Location = new System.Drawing.Point(7, 63);
            this.labelX11.Name = "labelX11";
            this.labelX11.Size = new System.Drawing.Size(46, 23);
            this.labelX11.TabIndex = 46;
            this.labelX11.Text = "End";
            this.labelX11.TextAlignment = System.Drawing.StringAlignment.Far;
            // 
            // uiDataArchive_buttonXStopCollecting
            // 
            this.uiDataArchive_buttonXStopCollecting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDataArchive_buttonXStopCollecting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.uiDataArchive_buttonXStopCollecting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDataArchive_buttonXStopCollecting.Location = new System.Drawing.Point(176, 105);
            this.uiDataArchive_buttonXStopCollecting.Margin = new System.Windows.Forms.Padding(2);
            this.uiDataArchive_buttonXStopCollecting.Name = "uiDataArchive_buttonXStopCollecting";
            this.uiDataArchive_buttonXStopCollecting.Size = new System.Drawing.Size(78, 35);
            this.uiDataArchive_buttonXStopCollecting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_buttonXStopCollecting.TabIndex = 29;
            this.uiDataArchive_buttonXStopCollecting.Text = "Stop";
            this.uiDataArchive_buttonXStopCollecting.Click += new System.EventHandler(this.buttonX_data_archive_stop_Click);
            // 
            // uiDataArchive_buttonXStartCollecting
            // 
            this.uiDataArchive_buttonXStartCollecting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDataArchive_buttonXStartCollecting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.uiDataArchive_buttonXStartCollecting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDataArchive_buttonXStartCollecting.Location = new System.Drawing.Point(12, 105);
            this.uiDataArchive_buttonXStartCollecting.Margin = new System.Windows.Forms.Padding(2);
            this.uiDataArchive_buttonXStartCollecting.Name = "uiDataArchive_buttonXStartCollecting";
            this.uiDataArchive_buttonXStartCollecting.Size = new System.Drawing.Size(78, 35);
            this.uiDataArchive_buttonXStartCollecting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_buttonXStartCollecting.TabIndex = 28;
            this.uiDataArchive_buttonXStartCollecting.Text = "Collect";
            this.uiDataArchive_buttonXStartCollecting.Click += new System.EventHandler(this.buttonX_data_archive_start_Click);
            // 
            // uiDataArchive_panelExContracts
            // 
            this.uiDataArchive_panelExContracts.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiDataArchive_panelExContracts.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_panelExContracts.Controls.Add(this.uiDataArchive_dataGridViewXContracts);
            this.uiDataArchive_panelExContracts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_panelExContracts.Location = new System.Drawing.Point(273, 3);
            this.uiDataArchive_panelExContracts.Name = "uiDataArchive_panelExContracts";
            this.uiDataArchive_panelExContracts.Padding = new System.Windows.Forms.Padding(1);
            this.tableLayoutPanel1.SetRowSpan(this.uiDataArchive_panelExContracts, 3);
            this.uiDataArchive_panelExContracts.Size = new System.Drawing.Size(646, 580);
            this.uiDataArchive_panelExContracts.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiDataArchive_panelExContracts.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_panelExContracts.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiDataArchive_panelExContracts.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiDataArchive_panelExContracts.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiDataArchive_panelExContracts.Style.GradientAngle = 90;
            this.uiDataArchive_panelExContracts.TabIndex = 26;
            // 
            // uiDataArchive_dataGridViewXContracts
            // 
            this.uiDataArchive_dataGridViewXContracts.AllowUserToAddRows = false;
            this.uiDataArchive_dataGridViewXContracts.AllowUserToDeleteRows = false;
            this.uiDataArchive_dataGridViewXContracts.BackgroundColor = System.Drawing.Color.White;
            this.uiDataArchive_dataGridViewXContracts.BorderStyle = System.Windows.Forms.BorderStyle.None;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiDataArchive_dataGridViewXContracts.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.uiDataArchive_dataGridViewXContracts.ColumnHeadersHeight = 30;
            this.uiDataArchive_dataGridViewXContracts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.uiDataArchive_dataGridViewXContracts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiDataArchive_dataGridViewXContracts.DefaultCellStyle = dataGridViewCellStyle3;
            this.uiDataArchive_dataGridViewXContracts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_dataGridViewXContracts.EnableHeadersVisualStyles = false;
            this.uiDataArchive_dataGridViewXContracts.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.uiDataArchive_dataGridViewXContracts.Location = new System.Drawing.Point(1, 1);
            this.uiDataArchive_dataGridViewXContracts.Name = "uiDataArchive_dataGridViewXContracts";
            this.uiDataArchive_dataGridViewXContracts.ReadOnly = true;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiDataArchive_dataGridViewXContracts.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.uiDataArchive_dataGridViewXContracts.RowHeadersVisible = false;
            this.uiDataArchive_dataGridViewXContracts.RowHeadersWidth = 30;
            this.uiDataArchive_dataGridViewXContracts.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.uiDataArchive_dataGridViewXContracts.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.uiDataArchive_dataGridViewXContracts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.uiDataArchive_dataGridViewXContracts.ShowEditingIcon = false;
            this.uiDataArchive_dataGridViewXContracts.Size = new System.Drawing.Size(644, 578);
            this.uiDataArchive_dataGridViewXContracts.TabIndex = 31;
            this.uiDataArchive_dataGridViewXContracts.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiDataArchive_dataGridViewXContracts_CellClick);
            this.uiDataArchive_dataGridViewXContracts.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uiDataArchive_dataGridViewXContracts_CellDoubleClick);
            // 
            // Column1
            // 
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
            this.Column1.HeaderText = "";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Width = 30;
            // 
            // Column2
            // 
            this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.Column2.HeaderText = "Contract";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "Start Date";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            this.Column3.Width = 165;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "End Date";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            this.Column4.Width = 165;
            // 
            // uiDataArchive_panelExSymbolControl
            // 
            this.uiDataArchive_panelExSymbolControl.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiDataArchive_panelExSymbolControl.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_panelExSymbolControl.Controls.Add(this.uiDataArchive_buttonXEditSymbol);
            this.uiDataArchive_panelExSymbolControl.Controls.Add(this.uiDataArchive_labelXSymbolsCommands);
            this.uiDataArchive_panelExSymbolControl.Controls.Add(this.uiDataArchive_buttonXDelSymbol);
            this.uiDataArchive_panelExSymbolControl.Controls.Add(this.uiDataArchive_buttonXAddSymbol);
            this.uiDataArchive_panelExSymbolControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_panelExSymbolControl.Location = new System.Drawing.Point(3, 3);
            this.uiDataArchive_panelExSymbolControl.Name = "uiDataArchive_panelExSymbolControl";
            this.uiDataArchive_panelExSymbolControl.Size = new System.Drawing.Size(264, 82);
            this.uiDataArchive_panelExSymbolControl.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiDataArchive_panelExSymbolControl.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_panelExSymbolControl.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiDataArchive_panelExSymbolControl.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiDataArchive_panelExSymbolControl.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiDataArchive_panelExSymbolControl.Style.GradientAngle = 90;
            this.uiDataArchive_panelExSymbolControl.TabIndex = 27;
            // 
            // uiDataArchive_buttonXEditSymbol
            // 
            this.uiDataArchive_buttonXEditSymbol.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDataArchive_buttonXEditSymbol.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDataArchive_buttonXEditSymbol.Location = new System.Drawing.Point(93, 33);
            this.uiDataArchive_buttonXEditSymbol.Margin = new System.Windows.Forms.Padding(2);
            this.uiDataArchive_buttonXEditSymbol.Name = "uiDataArchive_buttonXEditSymbol";
            this.uiDataArchive_buttonXEditSymbol.Size = new System.Drawing.Size(78, 35);
            this.uiDataArchive_buttonXEditSymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_buttonXEditSymbol.TabIndex = 31;
            this.uiDataArchive_buttonXEditSymbol.Text = "Edit";
            this.uiDataArchive_buttonXEditSymbol.Click += new System.EventHandler(this.uiDataArchive_buttonXEditSymbol_Click);
            // 
            // uiDataArchive_labelXSymbolsCommands
            // 
            // 
            // 
            // 
            this.uiDataArchive_labelXSymbolsCommands.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiDataArchive_labelXSymbolsCommands.Dock = System.Windows.Forms.DockStyle.Top;
            this.uiDataArchive_labelXSymbolsCommands.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiDataArchive_labelXSymbolsCommands.ForeColor = System.Drawing.Color.Black;
            this.uiDataArchive_labelXSymbolsCommands.Location = new System.Drawing.Point(0, 0);
            this.uiDataArchive_labelXSymbolsCommands.Name = "uiDataArchive_labelXSymbolsCommands";
            this.uiDataArchive_labelXSymbolsCommands.PaddingLeft = 6;
            this.uiDataArchive_labelXSymbolsCommands.PaddingTop = 3;
            this.uiDataArchive_labelXSymbolsCommands.SingleLineColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.uiDataArchive_labelXSymbolsCommands.Size = new System.Drawing.Size(264, 23);
            this.uiDataArchive_labelXSymbolsCommands.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiDataArchive_labelXSymbolsCommands.SymbolColor = System.Drawing.Color.Blue;
            this.uiDataArchive_labelXSymbolsCommands.TabIndex = 30;
            this.uiDataArchive_labelXSymbolsCommands.Text = "SYMBOLS COMMANDS";
            // 
            // uiDataArchive_buttonXDelSymbol
            // 
            this.uiDataArchive_buttonXDelSymbol.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDataArchive_buttonXDelSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.uiDataArchive_buttonXDelSymbol.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDataArchive_buttonXDelSymbol.Location = new System.Drawing.Point(176, 33);
            this.uiDataArchive_buttonXDelSymbol.Margin = new System.Windows.Forms.Padding(2);
            this.uiDataArchive_buttonXDelSymbol.Name = "uiDataArchive_buttonXDelSymbol";
            this.uiDataArchive_buttonXDelSymbol.Size = new System.Drawing.Size(78, 35);
            this.uiDataArchive_buttonXDelSymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_buttonXDelSymbol.TabIndex = 29;
            this.uiDataArchive_buttonXDelSymbol.Text = "Delete";
            this.uiDataArchive_buttonXDelSymbol.Click += new System.EventHandler(this.buttonX_data_archive_delete_Click);
            // 
            // uiDataArchive_buttonXAddSymbol
            // 
            this.uiDataArchive_buttonXAddSymbol.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.uiDataArchive_buttonXAddSymbol.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.uiDataArchive_buttonXAddSymbol.Location = new System.Drawing.Point(10, 33);
            this.uiDataArchive_buttonXAddSymbol.Margin = new System.Windows.Forms.Padding(2);
            this.uiDataArchive_buttonXAddSymbol.Name = "uiDataArchive_buttonXAddSymbol";
            this.uiDataArchive_buttonXAddSymbol.Size = new System.Drawing.Size(78, 35);
            this.uiDataArchive_buttonXAddSymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_buttonXAddSymbol.TabIndex = 28;
            this.uiDataArchive_buttonXAddSymbol.Text = "Add";
            this.uiDataArchive_buttonXAddSymbol.Click += new System.EventHandler(this.buttonX_data_arch_add_Click);
            // 
            // uiDataArchive_panelExPreview
            // 
            this.uiDataArchive_panelExPreview.CanvasColor = System.Drawing.SystemColors.Control;
            this.uiDataArchive_panelExPreview.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.uiDataArchive_panelExPreview.Controls.Add(this.uiDataArchive_dataGridViewXPreview);
            this.uiDataArchive_panelExPreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_panelExPreview.Location = new System.Drawing.Point(925, 91);
            this.uiDataArchive_panelExPreview.Name = "uiDataArchive_panelExPreview";
            this.uiDataArchive_panelExPreview.Padding = new System.Windows.Forms.Padding(1);
            this.tableLayoutPanel1.SetRowSpan(this.uiDataArchive_panelExPreview, 2);
            this.uiDataArchive_panelExPreview.Size = new System.Drawing.Size(264, 492);
            this.uiDataArchive_panelExPreview.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.uiDataArchive_panelExPreview.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.uiDataArchive_panelExPreview.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.uiDataArchive_panelExPreview.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiDataArchive_panelExPreview.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiDataArchive_panelExPreview.Style.GradientAngle = 90;
            this.uiDataArchive_panelExPreview.TabIndex = 30;
            // 
            // uiDataArchive_dataGridViewXPreview
            // 
            this.uiDataArchive_dataGridViewXPreview.AllowUserToAddRows = false;
            this.uiDataArchive_dataGridViewXPreview.AllowUserToDeleteRows = false;
            this.uiDataArchive_dataGridViewXPreview.BackgroundColor = System.Drawing.Color.White;
            this.uiDataArchive_dataGridViewXPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiDataArchive_dataGridViewXPreview.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
            this.uiDataArchive_dataGridViewXPreview.ColumnHeadersHeight = 30;
            this.uiDataArchive_dataGridViewXPreview.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.uiDataArchive_dataGridViewXPreview.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.PreviewColumnDate,
            this.PreviewColumnPrice});
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiDataArchive_dataGridViewXPreview.DefaultCellStyle = dataGridViewCellStyle6;
            this.uiDataArchive_dataGridViewXPreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiDataArchive_dataGridViewXPreview.EnableHeadersVisualStyles = false;
            this.uiDataArchive_dataGridViewXPreview.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
            this.uiDataArchive_dataGridViewXPreview.Location = new System.Drawing.Point(1, 1);
            this.uiDataArchive_dataGridViewXPreview.Name = "uiDataArchive_dataGridViewXPreview";
            this.uiDataArchive_dataGridViewXPreview.ReadOnly = true;
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiDataArchive_dataGridViewXPreview.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
            this.uiDataArchive_dataGridViewXPreview.RowHeadersVisible = false;
            this.uiDataArchive_dataGridViewXPreview.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.uiDataArchive_dataGridViewXPreview.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.uiDataArchive_dataGridViewXPreview.ShowEditingIcon = false;
            this.uiDataArchive_dataGridViewXPreview.Size = new System.Drawing.Size(262, 490);
            this.uiDataArchive_dataGridViewXPreview.TabIndex = 33;
            // 
            // PreviewColumnDate
            // 
            this.PreviewColumnDate.HeaderText = "Date";
            this.PreviewColumnDate.Name = "PreviewColumnDate";
            this.PreviewColumnDate.ReadOnly = true;
            this.PreviewColumnDate.Width = 155;
            // 
            // PreviewColumnPrice
            // 
            this.PreviewColumnPrice.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.PreviewColumnPrice.HeaderText = "Price";
            this.PreviewColumnPrice.Name = "PreviewColumnPrice";
            this.PreviewColumnPrice.ReadOnly = true;
            // 
            // metroTabPanel_summary
            // 
            this.metroTabPanel_summary.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.metroTabPanel_summary.Controls.Add(this.uiSummary_tableLayoutPanel4);
            this.metroTabPanel_summary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.metroTabPanel_summary.Enabled = false;
            this.metroTabPanel_summary.Location = new System.Drawing.Point(0, 51);
            this.metroTabPanel_summary.Name = "metroTabPanel_summary";
            this.metroTabPanel_summary.Padding = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.metroTabPanel_summary.Size = new System.Drawing.Size(1198, 589);
            // 
            // 
            // 
            this.metroTabPanel_summary.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_summary.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.metroTabPanel_summary.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroTabPanel_summary.TabIndex = 2;
            this.metroTabPanel_summary.Visible = false;
            // 
            // uiSummary_tableLayoutPanel4
            // 
            this.uiSummary_tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
            this.uiSummary_tableLayoutPanel4.ColumnCount = 1;
            this.uiSummary_tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.uiSummary_tableLayoutPanel4.Controls.Add(this.pageSlider1, 0, 0);
            this.uiSummary_tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiSummary_tableLayoutPanel4.ForeColor = System.Drawing.Color.Black;
            this.uiSummary_tableLayoutPanel4.Location = new System.Drawing.Point(3, 0);
            this.uiSummary_tableLayoutPanel4.Name = "uiSummary_tableLayoutPanel4";
            this.uiSummary_tableLayoutPanel4.RowCount = 1;
            this.uiSummary_tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.uiSummary_tableLayoutPanel4.Size = new System.Drawing.Size(1192, 586);
            this.uiSummary_tableLayoutPanel4.TabIndex = 2;
            // 
            // pageSlider1
            // 
            this.pageSlider1.AnimationTime = 1;
            this.pageSlider1.BackColor = System.Drawing.Color.White;
            this.pageSlider1.Controls.Add(this.pageSliderPage1);
            this.pageSlider1.Controls.Add(this.pageSliderPage2);
            this.pageSlider1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pageSlider1.ForeColor = System.Drawing.Color.Black;
            this.pageSlider1.Location = new System.Drawing.Point(3, 3);
            this.pageSlider1.Name = "pageSlider1";
            this.pageSlider1.NextPageVisibleMargin = -4;
            this.pageSlider1.PageMouseDragEnabled = false;
            this.pageSlider1.PageSpacing = 10;
            this.pageSlider1.ScrollBarVisibility = DevComponents.DotNetBar.Controls.eScrollBarVisibility.Hidden;
            this.pageSlider1.SelectedPage = this.pageSliderPage1;
            this.pageSlider1.Size = new System.Drawing.Size(1186, 580);
            this.pageSlider1.TabIndex = 1;
            this.pageSlider1.Text = "pageSlider1";
            // 
            // pageSliderPage1
            // 
            this.pageSliderPage1.BackColor = System.Drawing.Color.White;
            this.pageSliderPage1.Controls.Add(this.tableLayoutPanel2);
            this.pageSliderPage1.Controls.Add(this.uiBTSummaryHeaderText);
            this.pageSliderPage1.Controls.Add(this.uiBTSymmarySymbol);
            this.pageSliderPage1.ForeColor = System.Drawing.Color.Black;
            this.pageSliderPage1.Location = new System.Drawing.Point(4, 8);
            this.pageSliderPage1.Name = "pageSliderPage1";
            this.pageSliderPage1.Size = new System.Drawing.Size(1172, 568);
            this.pageSliderPage1.TabIndex = 3;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel2.ColumnCount = 3;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.92074F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 87.07926F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
            this.tableLayoutPanel2.Controls.Add(this.uiBTSummaryGroupPanel, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.uiBTSummaryChart, 1, 1);
            this.tableLayoutPanel2.Controls.Add(this.uiSummary_dataGridViewBT, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.uiBTSummaryScrollBar, 2, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.ForeColor = System.Drawing.Color.Black;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 98.78971F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.210287F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1172, 568);
            this.tableLayoutPanel2.TabIndex = 36;
            // 
            // uiBTSummaryGroupPanel
            // 
            this.uiBTSummaryGroupPanel.BackColor = System.Drawing.Color.White;
            this.uiBTSummaryGroupPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBToData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBFrData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNLsData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNPrData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNTrData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBAvgTrData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBPrFData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBPrfPercData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNetLSData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBnetPRData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNetData);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNetPrLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBToLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBFrLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNLsLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNPrLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNTrLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBAvgTrLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBPrFLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBPrfpercLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNetLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsBNetLsLabel);
            this.uiBTSummaryGroupPanel.Controls.Add(this.uiBTStatisticDataLabel);
            this.uiBTSummaryGroupPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiBTSummaryGroupPanel.DrawTitleBox = false;
            this.uiBTSummaryGroupPanel.Location = new System.Drawing.Point(3, 564);
            this.uiBTSummaryGroupPanel.Name = "uiBTSummaryGroupPanel";
            this.uiBTSummaryGroupPanel.Size = new System.Drawing.Size(142, 1);
            // 
            // 
            // 
            this.uiBTSummaryGroupPanel.Style.BackColor = System.Drawing.Color.RoyalBlue;
            this.uiBTSummaryGroupPanel.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiBTSummaryGroupPanel.Style.BackColorGradientAngle = 90;
            this.uiBTSummaryGroupPanel.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiBTSummaryGroupPanel.Style.BorderBottomWidth = 1;
            this.uiBTSummaryGroupPanel.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiBTSummaryGroupPanel.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiBTSummaryGroupPanel.Style.BorderLeftWidth = 1;
            this.uiBTSummaryGroupPanel.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiBTSummaryGroupPanel.Style.BorderRightWidth = 1;
            this.uiBTSummaryGroupPanel.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiBTSummaryGroupPanel.Style.BorderTopWidth = 1;
            this.uiBTSummaryGroupPanel.Style.CornerDiameter = 4;
            this.uiBTSummaryGroupPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBTSummaryGroupPanel.Style.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.uiBTSummaryGroupPanel.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.uiBTSummaryGroupPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.uiBTSummaryGroupPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBTSummaryGroupPanel.TabIndex = 40;
            this.uiBTSummaryGroupPanel.Visible = false;
            // 
            // uiSummaryStatisticsBToData
            // 
            this.uiSummaryStatisticsBToData.AutoSize = true;
            this.uiSummaryStatisticsBToData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBToData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBToData.Location = new System.Drawing.Point(50, 168);
            this.uiSummaryStatisticsBToData.Name = "uiSummaryStatisticsBToData";
            this.uiSummaryStatisticsBToData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBToData.TabIndex = 33;
            this.uiSummaryStatisticsBToData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBFrData
            // 
            this.uiSummaryStatisticsBFrData.AutoSize = true;
            this.uiSummaryStatisticsBFrData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBFrData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBFrData.Location = new System.Drawing.Point(49, 153);
            this.uiSummaryStatisticsBFrData.Name = "uiSummaryStatisticsBFrData";
            this.uiSummaryStatisticsBFrData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBFrData.TabIndex = 32;
            this.uiSummaryStatisticsBFrData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBNLsData
            // 
            this.uiSummaryStatisticsBNLsData.AutoSize = true;
            this.uiSummaryStatisticsBNLsData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBNLsData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNLsData.Location = new System.Drawing.Point(49, 138);
            this.uiSummaryStatisticsBNLsData.Name = "uiSummaryStatisticsBNLsData";
            this.uiSummaryStatisticsBNLsData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBNLsData.TabIndex = 31;
            this.uiSummaryStatisticsBNLsData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBNPrData
            // 
            this.uiSummaryStatisticsBNPrData.AutoSize = true;
            this.uiSummaryStatisticsBNPrData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBNPrData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNPrData.Location = new System.Drawing.Point(50, 123);
            this.uiSummaryStatisticsBNPrData.Name = "uiSummaryStatisticsBNPrData";
            this.uiSummaryStatisticsBNPrData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBNPrData.TabIndex = 30;
            this.uiSummaryStatisticsBNPrData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBNTrData
            // 
            this.uiSummaryStatisticsBNTrData.AutoSize = true;
            this.uiSummaryStatisticsBNTrData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBNTrData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNTrData.Location = new System.Drawing.Point(50, 107);
            this.uiSummaryStatisticsBNTrData.Name = "uiSummaryStatisticsBNTrData";
            this.uiSummaryStatisticsBNTrData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBNTrData.TabIndex = 29;
            this.uiSummaryStatisticsBNTrData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBAvgTrData
            // 
            this.uiSummaryStatisticsBAvgTrData.AutoSize = true;
            this.uiSummaryStatisticsBAvgTrData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBAvgTrData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBAvgTrData.Location = new System.Drawing.Point(50, 93);
            this.uiSummaryStatisticsBAvgTrData.Name = "uiSummaryStatisticsBAvgTrData";
            this.uiSummaryStatisticsBAvgTrData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBAvgTrData.TabIndex = 28;
            this.uiSummaryStatisticsBAvgTrData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBPrFData
            // 
            this.uiSummaryStatisticsBPrFData.AutoSize = true;
            this.uiSummaryStatisticsBPrFData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBPrFData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBPrFData.Location = new System.Drawing.Point(50, 78);
            this.uiSummaryStatisticsBPrFData.Name = "uiSummaryStatisticsBPrFData";
            this.uiSummaryStatisticsBPrFData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBPrFData.TabIndex = 27;
            this.uiSummaryStatisticsBPrFData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBPrfPercData
            // 
            this.uiSummaryStatisticsBPrfPercData.AutoSize = true;
            this.uiSummaryStatisticsBPrfPercData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBPrfPercData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBPrfPercData.Location = new System.Drawing.Point(50, 63);
            this.uiSummaryStatisticsBPrfPercData.Name = "uiSummaryStatisticsBPrfPercData";
            this.uiSummaryStatisticsBPrfPercData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBPrfPercData.TabIndex = 26;
            this.uiSummaryStatisticsBPrfPercData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBNetLSData
            // 
            this.uiSummaryStatisticsBNetLSData.AutoSize = true;
            this.uiSummaryStatisticsBNetLSData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBNetLSData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNetLSData.Location = new System.Drawing.Point(50, 48);
            this.uiSummaryStatisticsBNetLSData.Name = "uiSummaryStatisticsBNetLSData";
            this.uiSummaryStatisticsBNetLSData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBNetLSData.TabIndex = 25;
            this.uiSummaryStatisticsBNetLSData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBnetPRData
            // 
            this.uiSummaryStatisticsBnetPRData.AutoSize = true;
            this.uiSummaryStatisticsBnetPRData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBnetPRData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBnetPRData.Location = new System.Drawing.Point(50, 33);
            this.uiSummaryStatisticsBnetPRData.Name = "uiSummaryStatisticsBnetPRData";
            this.uiSummaryStatisticsBnetPRData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBnetPRData.TabIndex = 24;
            this.uiSummaryStatisticsBnetPRData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBNetData
            // 
            this.uiSummaryStatisticsBNetData.AutoSize = true;
            this.uiSummaryStatisticsBNetData.BackColor = System.Drawing.Color.Transparent;
            this.uiSummaryStatisticsBNetData.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNetData.Location = new System.Drawing.Point(50, 20);
            this.uiSummaryStatisticsBNetData.Name = "uiSummaryStatisticsBNetData";
            this.uiSummaryStatisticsBNetData.Size = new System.Drawing.Size(63, 13);
            this.uiSummaryStatisticsBNetData.TabIndex = 23;
            this.uiSummaryStatisticsBNetData.Text = "<no data>";
            // 
            // uiSummaryStatisticsBNetPrLabel
            // 
            this.uiSummaryStatisticsBNetPrLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBNetPrLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBNetPrLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNetPrLabel.Location = new System.Drawing.Point(1, 32);
            this.uiSummaryStatisticsBNetPrLabel.Name = "uiSummaryStatisticsBNetPrLabel";
            this.uiSummaryStatisticsBNetPrLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBNetPrLabel.TabIndex = 22;
            this.uiSummaryStatisticsBNetPrLabel.Text = "BNetPr";
            // 
            // uiSummaryStatisticsBToLabel
            // 
            this.uiSummaryStatisticsBToLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBToLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBToLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBToLabel.Location = new System.Drawing.Point(1, 168);
            this.uiSummaryStatisticsBToLabel.Name = "uiSummaryStatisticsBToLabel";
            this.uiSummaryStatisticsBToLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBToLabel.TabIndex = 10;
            this.uiSummaryStatisticsBToLabel.Text = "BTo";
            // 
            // uiSummaryStatisticsBFrLabel
            // 
            this.uiSummaryStatisticsBFrLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBFrLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBFrLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBFrLabel.Location = new System.Drawing.Point(1, 152);
            this.uiSummaryStatisticsBFrLabel.Name = "uiSummaryStatisticsBFrLabel";
            this.uiSummaryStatisticsBFrLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBFrLabel.TabIndex = 9;
            this.uiSummaryStatisticsBFrLabel.Text = "BFr";
            // 
            // uiSummaryStatisticsBNLsLabel
            // 
            this.uiSummaryStatisticsBNLsLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBNLsLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBNLsLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNLsLabel.Location = new System.Drawing.Point(1, 137);
            this.uiSummaryStatisticsBNLsLabel.Name = "uiSummaryStatisticsBNLsLabel";
            this.uiSummaryStatisticsBNLsLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBNLsLabel.TabIndex = 8;
            this.uiSummaryStatisticsBNLsLabel.Text = "BNLs";
            // 
            // uiSummaryStatisticsBNPrLabel
            // 
            this.uiSummaryStatisticsBNPrLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBNPrLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBNPrLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNPrLabel.Location = new System.Drawing.Point(1, 122);
            this.uiSummaryStatisticsBNPrLabel.Name = "uiSummaryStatisticsBNPrLabel";
            this.uiSummaryStatisticsBNPrLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBNPrLabel.TabIndex = 7;
            this.uiSummaryStatisticsBNPrLabel.Text = "BNPr";
            // 
            // uiSummaryStatisticsBNTrLabel
            // 
            this.uiSummaryStatisticsBNTrLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBNTrLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBNTrLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNTrLabel.Location = new System.Drawing.Point(1, 106);
            this.uiSummaryStatisticsBNTrLabel.Name = "uiSummaryStatisticsBNTrLabel";
            this.uiSummaryStatisticsBNTrLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBNTrLabel.TabIndex = 6;
            this.uiSummaryStatisticsBNTrLabel.Text = "BNTr";
            // 
            // uiSummaryStatisticsBAvgTrLabel
            // 
            this.uiSummaryStatisticsBAvgTrLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBAvgTrLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBAvgTrLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBAvgTrLabel.Location = new System.Drawing.Point(0, 92);
            this.uiSummaryStatisticsBAvgTrLabel.Name = "uiSummaryStatisticsBAvgTrLabel";
            this.uiSummaryStatisticsBAvgTrLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBAvgTrLabel.TabIndex = 5;
            this.uiSummaryStatisticsBAvgTrLabel.Text = "BAvgTr";
            // 
            // uiSummaryStatisticsBPrFLabel
            // 
            this.uiSummaryStatisticsBPrFLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBPrFLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBPrFLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBPrFLabel.Location = new System.Drawing.Point(1, 78);
            this.uiSummaryStatisticsBPrFLabel.Name = "uiSummaryStatisticsBPrFLabel";
            this.uiSummaryStatisticsBPrFLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBPrFLabel.TabIndex = 4;
            this.uiSummaryStatisticsBPrFLabel.Text = "BPrF";
            // 
            // uiSummaryStatisticsBPrfpercLabel
            // 
            this.uiSummaryStatisticsBPrfpercLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBPrfpercLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBPrfpercLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBPrfpercLabel.Location = new System.Drawing.Point(0, 62);
            this.uiSummaryStatisticsBPrfpercLabel.Name = "uiSummaryStatisticsBPrfpercLabel";
            this.uiSummaryStatisticsBPrfpercLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBPrfpercLabel.TabIndex = 3;
            this.uiSummaryStatisticsBPrfpercLabel.Text = "BPrf%";
            // 
            // uiSummaryStatisticsBNetLabel
            // 
            this.uiSummaryStatisticsBNetLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBNetLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBNetLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNetLabel.Location = new System.Drawing.Point(0, 16);
            this.uiSummaryStatisticsBNetLabel.Name = "uiSummaryStatisticsBNetLabel";
            this.uiSummaryStatisticsBNetLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBNetLabel.TabIndex = 2;
            this.uiSummaryStatisticsBNetLabel.Text = "BNet";
            // 
            // uiSummaryStatisticsBNetLsLabel
            // 
            this.uiSummaryStatisticsBNetLsLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsBNetLsLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsBNetLsLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsBNetLsLabel.Location = new System.Drawing.Point(0, 47);
            this.uiSummaryStatisticsBNetLsLabel.Name = "uiSummaryStatisticsBNetLsLabel";
            this.uiSummaryStatisticsBNetLsLabel.Size = new System.Drawing.Size(48, 14);
            this.uiSummaryStatisticsBNetLsLabel.TabIndex = 1;
            this.uiSummaryStatisticsBNetLsLabel.Text = "BNetLs";
            // 
            // uiBTStatisticDataLabel
            // 
            this.uiBTStatisticDataLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiBTStatisticDataLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBTStatisticDataLabel.ForeColor = System.Drawing.Color.Black;
            this.uiBTStatisticDataLabel.Location = new System.Drawing.Point(17, 3);
            this.uiBTStatisticDataLabel.Name = "uiBTStatisticDataLabel";
            this.uiBTStatisticDataLabel.Size = new System.Drawing.Size(75, 17);
            this.uiBTStatisticDataLabel.TabIndex = 0;
            this.uiBTStatisticDataLabel.Text = "Statistic data:";
            this.uiBTStatisticDataLabel.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // uiBTSummaryChart
            // 
            this.uiBTSummaryChart.BorderlineColor = System.Drawing.SystemColors.AppWorkspace;
            this.uiBTSummaryChart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea1.AxisX2.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea1.AxisY2.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea1.Name = "ChartArea1";
            this.uiBTSummaryChart.ChartAreas.Add(chartArea1);
            this.uiBTSummaryChart.Cursor = System.Windows.Forms.Cursors.Cross;
            this.uiBTSummaryChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Legend1";
            this.uiBTSummaryChart.Legends.Add(legend1);
            this.uiBTSummaryChart.Location = new System.Drawing.Point(151, 564);
            this.uiBTSummaryChart.Name = "uiBTSummaryChart";
            this.uiBTSummaryChart.Size = new System.Drawing.Size(993, 1);
            this.uiBTSummaryChart.TabIndex = 36;
            this.uiBTSummaryChart.Text = "chart1";
            this.uiBTSummaryChart.Visible = false;
            // 
            // uiSummary_dataGridViewBT
            // 
            this.uiSummary_dataGridViewBT.AllowUserToAddRows = false;
            this.uiSummary_dataGridViewBT.AllowUserToDeleteRows = false;
            this.uiSummary_dataGridViewBT.AllowUserToResizeRows = false;
            this.uiSummary_dataGridViewBT.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.uiSummary_dataGridViewBT.BackgroundColor = System.Drawing.Color.White;
            this.uiSummary_dataGridViewBT.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.uiSummary_dataGridViewBT.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle13.BackColor = System.Drawing.Color.DodgerBlue;
            dataGridViewCellStyle13.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.HotTrack;
            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiSummary_dataGridViewBT.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
            this.uiSummary_dataGridViewBT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uiSummary_dataGridViewBT.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.btsmb,
            this.BFr,
            this.BTo,
            this.BNet});
            this.tableLayoutPanel2.SetColumnSpan(this.uiSummary_dataGridViewBT, 2);
            dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle15.BackColor = System.Drawing.Color.WhiteSmoke;
            dataGridViewCellStyle15.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle15.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.RoyalBlue;
            dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiSummary_dataGridViewBT.DefaultCellStyle = dataGridViewCellStyle15;
            this.uiSummary_dataGridViewBT.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiSummary_dataGridViewBT.EnableHeadersVisualStyles = false;
            this.uiSummary_dataGridViewBT.Location = new System.Drawing.Point(0, 0);
            this.uiSummary_dataGridViewBT.Margin = new System.Windows.Forms.Padding(0);
            this.uiSummary_dataGridViewBT.Name = "uiSummary_dataGridViewBT";
            this.uiSummary_dataGridViewBT.RowHeadersVisible = false;
            this.uiSummary_dataGridViewBT.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.uiSummary_dataGridViewBT.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.uiSummary_dataGridViewBT.Size = new System.Drawing.Size(1147, 561);
            this.uiSummary_dataGridViewBT.TabIndex = 22;
            this.uiSummary_dataGridViewBT.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.uiBTSummaryTable_RowsAdded);
            // 
            // btsmb
            // 
            this.btsmb.HeaderText = "Symbol";
            this.btsmb.Name = "btsmb";
            this.btsmb.ReadOnly = true;
            // 
            // BFr
            // 
            this.BFr.FillWeight = 150F;
            this.BFr.HeaderText = "BFr";
            this.BFr.Name = "BFr";
            this.BFr.ReadOnly = true;
            // 
            // BTo
            // 
            this.BTo.FillWeight = 150F;
            this.BTo.HeaderText = "BTo";
            this.BTo.Name = "BTo";
            this.BTo.ReadOnly = true;
            // 
            // BNet
            // 
            dataGridViewCellStyle14.Format = "N2";
            dataGridViewCellStyle14.NullValue = null;
            this.BNet.DefaultCellStyle = dataGridViewCellStyle14;
            this.BNet.HeaderText = "BNet";
            this.BNet.Name = "BNet";
            this.BNet.ReadOnly = true;
            // 
            // uiBTSummaryScrollBar
            // 
            this.uiBTSummaryScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uiBTSummaryScrollBar.BackColor = System.Drawing.Color.White;
            this.uiBTSummaryScrollBar.ForeColor = System.Drawing.Color.Black;
            this.uiBTSummaryScrollBar.Location = new System.Drawing.Point(1156, 3);
            this.uiBTSummaryScrollBar.Name = "uiBTSummaryScrollBar";
            this.uiBTSummaryScrollBar.Size = new System.Drawing.Size(13, 555);
            this.uiBTSummaryScrollBar.TabIndex = 23;
            this.uiBTSummaryScrollBar.Scroll += new System.Windows.Forms.ScrollEventHandler(this.UiBTSummaryScrollBar_Scroll);
            // 
            // uiBTSummaryHeaderText
            // 
            this.uiBTSummaryHeaderText.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBTSummaryHeaderText.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBTSummaryHeaderText.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiBTSummaryHeaderText.ForeColor = System.Drawing.Color.Black;
            this.uiBTSummaryHeaderText.Location = new System.Drawing.Point(294, 3);
            this.uiBTSummaryHeaderText.Name = "uiBTSummaryHeaderText";
            this.uiBTSummaryHeaderText.Size = new System.Drawing.Size(147, 26);
            this.uiBTSummaryHeaderText.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiBTSummaryHeaderText.Symbol = "";
            this.uiBTSummaryHeaderText.SymbolColor = System.Drawing.Color.DodgerBlue;
            this.uiBTSummaryHeaderText.TabIndex = 33;
            this.uiBTSummaryHeaderText.Text = "BT Statistic Data";
            // 
            // uiBTSymmarySymbol
            // 
            this.uiBTSymmarySymbol.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiBTSymmarySymbol.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiBTSymmarySymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiBTSymmarySymbol.ForeColor = System.Drawing.Color.Black;
            this.uiBTSymmarySymbol.Location = new System.Drawing.Point(4, 11);
            this.uiBTSymmarySymbol.Name = "uiBTSymmarySymbol";
            this.uiBTSymmarySymbol.Size = new System.Drawing.Size(144, 18);
            this.uiBTSymmarySymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiBTSymmarySymbol.TabIndex = 32;
            this.uiBTSymmarySymbol.Text = "Symbol:EUR/USD";
            // 
            // pageSliderPage2
            // 
            this.pageSliderPage2.BackColor = System.Drawing.Color.White;
            this.pageSliderPage2.Controls.Add(this.tableLayoutPanel5);
            this.pageSliderPage2.Controls.Add(this.uiFTSummaryHeaderText);
            this.pageSliderPage2.Controls.Add(this.uiFTSummarySymbol);
            this.pageSliderPage2.ForeColor = System.Drawing.Color.Black;
            this.pageSliderPage2.Location = new System.Drawing.Point(1186, 8);
            this.pageSliderPage2.Name = "pageSliderPage2";
            this.pageSliderPage2.Size = new System.Drawing.Size(1172, 568);
            this.pageSliderPage2.TabIndex = 4;
            // 
            // tableLayoutPanel5
            // 
            this.tableLayoutPanel5.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel5.ColumnCount = 3;
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.92F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 87.08F));
            this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 24F));
            this.tableLayoutPanel5.Controls.Add(this.uiFTSummaryScrollbar, 2, 0);
            this.tableLayoutPanel5.Controls.Add(this.uiFTSummaryTable, 0, 0);
            this.tableLayoutPanel5.Controls.Add(this.uiFTSummaryChart, 1, 1);
            this.tableLayoutPanel5.Controls.Add(this.uiFTSummaryGroupPanel, 0, 1);
            this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel5.ForeColor = System.Drawing.Color.Black;
            this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel5.Name = "tableLayoutPanel5";
            this.tableLayoutPanel5.RowCount = 2;
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 98.04305F));
            this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.956947F));
            this.tableLayoutPanel5.Size = new System.Drawing.Size(1172, 568);
            this.tableLayoutPanel5.TabIndex = 37;
            // 
            // uiFTSummaryScrollbar
            // 
            this.uiFTSummaryScrollbar.BackColor = System.Drawing.Color.White;
            this.uiFTSummaryScrollbar.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiFTSummaryScrollbar.ForeColor = System.Drawing.Color.Black;
            this.uiFTSummaryScrollbar.Location = new System.Drawing.Point(1150, 3);
            this.uiFTSummaryScrollbar.Name = "uiFTSummaryScrollbar";
            this.uiFTSummaryScrollbar.Size = new System.Drawing.Size(19, 550);
            this.uiFTSummaryScrollbar.TabIndex = 19;
            // 
            // uiFTSummaryTable
            // 
            this.uiFTSummaryTable.AllowUserToResizeRows = false;
            this.uiFTSummaryTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.uiFTSummaryTable.BackgroundColor = System.Drawing.Color.White;
            this.uiFTSummaryTable.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.uiFTSummaryTable.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle16.BackColor = System.Drawing.Color.MediumPurple;
            dataGridViewCellStyle16.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle16.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.HotTrack;
            dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.uiFTSummaryTable.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
            this.uiFTSummaryTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uiFTSummaryTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.smb,
            this.FFr,
            this.FTo,
            this.FNet,
            this.FNetPr,
            this.FNetLs,
            this.FPrfperc,
            this.FPrF,
            this.FAvgTr,
            this.FNTr,
            this.FNPr,
            this.FNLs});
            this.tableLayoutPanel5.SetColumnSpan(this.uiFTSummaryTable, 2);
            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle17.BackColor = System.Drawing.Color.WhiteSmoke;
            dataGridViewCellStyle17.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle17.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.Indigo;
            dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.uiFTSummaryTable.DefaultCellStyle = dataGridViewCellStyle17;
            this.uiFTSummaryTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiFTSummaryTable.EnableHeadersVisualStyles = false;
            this.uiFTSummaryTable.Location = new System.Drawing.Point(0, 0);
            this.uiFTSummaryTable.Margin = new System.Windows.Forms.Padding(0);
            this.uiFTSummaryTable.Name = "uiFTSummaryTable";
            this.uiFTSummaryTable.RowHeadersVisible = false;
            this.uiFTSummaryTable.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.uiFTSummaryTable.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.uiFTSummaryTable.Size = new System.Drawing.Size(1147, 556);
            this.uiFTSummaryTable.TabIndex = 32;
            // 
            // smb
            // 
            this.smb.HeaderText = "Symbol";
            this.smb.Name = "smb";
            // 
            // FFr
            // 
            this.FFr.HeaderText = "FFr";
            this.FFr.Name = "FFr";
            // 
            // FTo
            // 
            this.FTo.HeaderText = "FTo";
            this.FTo.Name = "FTo";
            // 
            // FNet
            // 
            this.FNet.HeaderText = "FNet";
            this.FNet.Name = "FNet";
            // 
            // FNetPr
            // 
            this.FNetPr.HeaderText = "FNetPr";
            this.FNetPr.Name = "FNetPr";
            // 
            // FNetLs
            // 
            this.FNetLs.HeaderText = "FNetLs";
            this.FNetLs.Name = "FNetLs";
            // 
            // FPrfperc
            // 
            this.FPrfperc.HeaderText = "FPrf%";
            this.FPrfperc.Name = "FPrfperc";
            // 
            // FPrF
            // 
            this.FPrF.HeaderText = "FPrF";
            this.FPrF.Name = "FPrF";
            // 
            // FAvgTr
            // 
            this.FAvgTr.HeaderText = "FAvgTr";
            this.FAvgTr.Name = "FAvgTr";
            // 
            // FNTr
            // 
            this.FNTr.HeaderText = "FNTr";
            this.FNTr.Name = "FNTr";
            // 
            // FNPr
            // 
            this.FNPr.HeaderText = "FNPr";
            this.FNPr.Name = "FNPr";
            // 
            // FNLs
            // 
            this.FNLs.HeaderText = "FNLs";
            this.FNLs.Name = "FNLs";
            // 
            // uiFTSummaryChart
            // 
            this.uiFTSummaryChart.BorderlineColor = System.Drawing.SystemColors.AppWorkspace;
            this.uiFTSummaryChart.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea2.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea2.AxisX2.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea2.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea2.AxisY2.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            chartArea2.Name = "ChartArea1";
            this.uiFTSummaryChart.ChartAreas.Add(chartArea2);
            this.uiFTSummaryChart.Cursor = System.Windows.Forms.Cursors.Cross;
            this.uiFTSummaryChart.Dock = System.Windows.Forms.DockStyle.Fill;
            legend2.Name = "Legend1";
            this.uiFTSummaryChart.Legends.Add(legend2);
            this.uiFTSummaryChart.Location = new System.Drawing.Point(151, 559);
            this.uiFTSummaryChart.Name = "uiFTSummaryChart";
            this.uiFTSummaryChart.Size = new System.Drawing.Size(993, 6);
            this.uiFTSummaryChart.TabIndex = 37;
            this.uiFTSummaryChart.Text = "<no data>";
            this.uiFTSummaryChart.Visible = false;
            // 
            // uiFTSummaryGroupPanel
            // 
            this.uiFTSummaryGroupPanel.BackColor = System.Drawing.Color.White;
            this.uiFTSummaryGroupPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.uiFTSummaryGroupPanel.Controls.Add(this.label22);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label21);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label20);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label19);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label18);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label17);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label16);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label15);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label14);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label13);
            this.uiFTSummaryGroupPanel.Controls.Add(this.label12);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX19);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX18);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX17);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX16);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX15);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX14);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX13);
            this.uiFTSummaryGroupPanel.Controls.Add(this.labelX6);
            this.uiFTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsFNetLsLabel);
            this.uiFTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsFNetPrLabel);
            this.uiFTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsFNetLabel);
            this.uiFTSummaryGroupPanel.Controls.Add(this.uiSummaryStatisticsLabel);
            this.uiFTSummaryGroupPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uiFTSummaryGroupPanel.DrawTitleBox = false;
            this.uiFTSummaryGroupPanel.Location = new System.Drawing.Point(3, 559);
            this.uiFTSummaryGroupPanel.Name = "uiFTSummaryGroupPanel";
            this.uiFTSummaryGroupPanel.Size = new System.Drawing.Size(142, 6);
            // 
            // 
            // 
            this.uiFTSummaryGroupPanel.Style.BackColor = System.Drawing.Color.MediumPurple;
            this.uiFTSummaryGroupPanel.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.uiFTSummaryGroupPanel.Style.BackColorGradientAngle = 90;
            this.uiFTSummaryGroupPanel.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiFTSummaryGroupPanel.Style.BorderBottomWidth = 1;
            this.uiFTSummaryGroupPanel.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.uiFTSummaryGroupPanel.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiFTSummaryGroupPanel.Style.BorderLeftWidth = 1;
            this.uiFTSummaryGroupPanel.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiFTSummaryGroupPanel.Style.BorderRightWidth = 1;
            this.uiFTSummaryGroupPanel.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.uiFTSummaryGroupPanel.Style.BorderTopWidth = 1;
            this.uiFTSummaryGroupPanel.Style.CornerDiameter = 4;
            this.uiFTSummaryGroupPanel.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiFTSummaryGroupPanel.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.uiFTSummaryGroupPanel.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.uiFTSummaryGroupPanel.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.uiFTSummaryGroupPanel.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.uiFTSummaryGroupPanel.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiFTSummaryGroupPanel.TabIndex = 38;
            this.uiFTSummaryGroupPanel.Visible = false;
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.BackColor = System.Drawing.Color.Transparent;
            this.label22.ForeColor = System.Drawing.Color.Black;
            this.label22.Location = new System.Drawing.Point(52, 144);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(63, 13);
            this.label22.TabIndex = 22;
            this.label22.Text = "<no data>";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.BackColor = System.Drawing.Color.Transparent;
            this.label21.ForeColor = System.Drawing.Color.Black;
            this.label21.Location = new System.Drawing.Point(52, 131);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(63, 13);
            this.label21.TabIndex = 21;
            this.label21.Text = "<no data>";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.BackColor = System.Drawing.Color.Transparent;
            this.label20.ForeColor = System.Drawing.Color.Black;
            this.label20.Location = new System.Drawing.Point(52, 118);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(63, 13);
            this.label20.TabIndex = 20;
            this.label20.Text = "<no data>";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.BackColor = System.Drawing.Color.Transparent;
            this.label19.ForeColor = System.Drawing.Color.Black;
            this.label19.Location = new System.Drawing.Point(52, 106);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(63, 13);
            this.label19.TabIndex = 19;
            this.label19.Text = "<no data>";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.BackColor = System.Drawing.Color.Transparent;
            this.label18.ForeColor = System.Drawing.Color.Black;
            this.label18.Location = new System.Drawing.Point(52, 93);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(63, 13);
            this.label18.TabIndex = 18;
            this.label18.Text = "<no data>";
            // 
            // label17
            // 
            this.label17.AutoSize = true;
            this.label17.BackColor = System.Drawing.Color.Transparent;
            this.label17.ForeColor = System.Drawing.Color.Black;
            this.label17.Location = new System.Drawing.Point(52, 80);
            this.label17.Name = "label17";
            this.label17.Size = new System.Drawing.Size(63, 13);
            this.label17.TabIndex = 17;
            this.label17.Text = "<no data>";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.BackColor = System.Drawing.Color.Transparent;
            this.label16.ForeColor = System.Drawing.Color.Black;
            this.label16.Location = new System.Drawing.Point(52, 67);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(63, 13);
            this.label16.TabIndex = 16;
            this.label16.Text = "<no data>";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.BackColor = System.Drawing.Color.Transparent;
            this.label15.ForeColor = System.Drawing.Color.Black;
            this.label15.Location = new System.Drawing.Point(52, 54);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(63, 13);
            this.label15.TabIndex = 15;
            this.label15.Text = "<no data>";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.BackColor = System.Drawing.Color.Transparent;
            this.label14.ForeColor = System.Drawing.Color.Black;
            this.label14.Location = new System.Drawing.Point(52, 41);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(63, 13);
            this.label14.TabIndex = 14;
            this.label14.Text = "<no data>";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.ForeColor = System.Drawing.Color.Black;
            this.label13.Location = new System.Drawing.Point(52, 28);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(63, 13);
            this.label13.TabIndex = 13;
            this.label13.Text = "<no data>";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.BackColor = System.Drawing.Color.Transparent;
            this.label12.ForeColor = System.Drawing.Color.Black;
            this.label12.Location = new System.Drawing.Point(52, 15);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(63, 13);
            this.label12.TabIndex = 12;
            this.label12.Text = "<no data>";
            // 
            // labelX19
            // 
            this.labelX19.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX19.ForeColor = System.Drawing.Color.Black;
            this.labelX19.Location = new System.Drawing.Point(1, 144);
            this.labelX19.Name = "labelX19";
            this.labelX19.Size = new System.Drawing.Size(45, 13);
            this.labelX19.TabIndex = 11;
            this.labelX19.Text = "FTo";
            // 
            // labelX18
            // 
            this.labelX18.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX18.ForeColor = System.Drawing.Color.Black;
            this.labelX18.Location = new System.Drawing.Point(1, 131);
            this.labelX18.Name = "labelX18";
            this.labelX18.Size = new System.Drawing.Size(45, 13);
            this.labelX18.TabIndex = 10;
            this.labelX18.Text = "FFr";
            // 
            // labelX17
            // 
            this.labelX17.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX17.ForeColor = System.Drawing.Color.Black;
            this.labelX17.Location = new System.Drawing.Point(1, 119);
            this.labelX17.Name = "labelX17";
            this.labelX17.Size = new System.Drawing.Size(45, 13);
            this.labelX17.TabIndex = 9;
            this.labelX17.Text = "FNLs";
            // 
            // labelX16
            // 
            this.labelX16.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX16.ForeColor = System.Drawing.Color.Black;
            this.labelX16.Location = new System.Drawing.Point(1, 106);
            this.labelX16.Name = "labelX16";
            this.labelX16.Size = new System.Drawing.Size(45, 13);
            this.labelX16.TabIndex = 8;
            this.labelX16.Text = "FNPr";
            // 
            // labelX15
            // 
            this.labelX15.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX15.ForeColor = System.Drawing.Color.Black;
            this.labelX15.Location = new System.Drawing.Point(1, 93);
            this.labelX15.Name = "labelX15";
            this.labelX15.Size = new System.Drawing.Size(45, 13);
            this.labelX15.TabIndex = 7;
            this.labelX15.Text = "FNTr";
            // 
            // labelX14
            // 
            this.labelX14.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX14.ForeColor = System.Drawing.Color.Black;
            this.labelX14.Location = new System.Drawing.Point(1, 80);
            this.labelX14.Name = "labelX14";
            this.labelX14.Size = new System.Drawing.Size(45, 13);
            this.labelX14.TabIndex = 6;
            this.labelX14.Text = "FAvgTr";
            // 
            // labelX13
            // 
            this.labelX13.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX13.ForeColor = System.Drawing.Color.Black;
            this.labelX13.Location = new System.Drawing.Point(1, 67);
            this.labelX13.Name = "labelX13";
            this.labelX13.Size = new System.Drawing.Size(45, 13);
            this.labelX13.TabIndex = 5;
            this.labelX13.Text = "FPrF";
            // 
            // labelX6
            // 
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX6.ForeColor = System.Drawing.Color.Black;
            this.labelX6.Location = new System.Drawing.Point(1, 54);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(45, 13);
            this.labelX6.TabIndex = 4;
            this.labelX6.Text = "FPrf%";
            // 
            // uiSummaryStatisticsFNetLsLabel
            // 
            this.uiSummaryStatisticsFNetLsLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsFNetLsLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsFNetLsLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsFNetLsLabel.Location = new System.Drawing.Point(1, 41);
            this.uiSummaryStatisticsFNetLsLabel.Name = "uiSummaryStatisticsFNetLsLabel";
            this.uiSummaryStatisticsFNetLsLabel.Size = new System.Drawing.Size(45, 13);
            this.uiSummaryStatisticsFNetLsLabel.TabIndex = 3;
            this.uiSummaryStatisticsFNetLsLabel.Text = "FNetLs";
            // 
            // uiSummaryStatisticsFNetPrLabel
            // 
            this.uiSummaryStatisticsFNetPrLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsFNetPrLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsFNetPrLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsFNetPrLabel.Location = new System.Drawing.Point(1, 28);
            this.uiSummaryStatisticsFNetPrLabel.Name = "uiSummaryStatisticsFNetPrLabel";
            this.uiSummaryStatisticsFNetPrLabel.Size = new System.Drawing.Size(45, 13);
            this.uiSummaryStatisticsFNetPrLabel.TabIndex = 2;
            this.uiSummaryStatisticsFNetPrLabel.Text = "FNetPr";
            // 
            // uiSummaryStatisticsFNetLabel
            // 
            this.uiSummaryStatisticsFNetLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsFNetLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsFNetLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsFNetLabel.Location = new System.Drawing.Point(1, 15);
            this.uiSummaryStatisticsFNetLabel.Name = "uiSummaryStatisticsFNetLabel";
            this.uiSummaryStatisticsFNetLabel.Size = new System.Drawing.Size(45, 13);
            this.uiSummaryStatisticsFNetLabel.TabIndex = 1;
            this.uiSummaryStatisticsFNetLabel.Text = "FNet";
            // 
            // uiSummaryStatisticsLabel
            // 
            this.uiSummaryStatisticsLabel.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.uiSummaryStatisticsLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiSummaryStatisticsLabel.ForeColor = System.Drawing.Color.Black;
            this.uiSummaryStatisticsLabel.Location = new System.Drawing.Point(19, -1);
            this.uiSummaryStatisticsLabel.Name = "uiSummaryStatisticsLabel";
            this.uiSummaryStatisticsLabel.Size = new System.Drawing.Size(68, 14);
            this.uiSummaryStatisticsLabel.TabIndex = 0;
            this.uiSummaryStatisticsLabel.Text = "StatisticData";
            // 
            // uiFTSummaryHeaderText
            // 
            this.uiFTSummaryHeaderText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.uiFTSummaryHeaderText.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiFTSummaryHeaderText.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiFTSummaryHeaderText.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiFTSummaryHeaderText.ForeColor = System.Drawing.Color.Black;
            this.uiFTSummaryHeaderText.Location = new System.Drawing.Point(294, 3);
            this.uiFTSummaryHeaderText.Name = "uiFTSummaryHeaderText";
            this.uiFTSummaryHeaderText.Size = new System.Drawing.Size(416, 26);
            this.uiFTSummaryHeaderText.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiFTSummaryHeaderText.Symbol = "";
            this.uiFTSummaryHeaderText.SymbolColor = System.Drawing.Color.MediumPurple;
            this.uiFTSummaryHeaderText.TabIndex = 33;
            this.uiFTSummaryHeaderText.Text = "FT Statistic Data";
            // 
            // uiFTSummarySymbol
            // 
            this.uiFTSummarySymbol.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiFTSummarySymbol.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiFTSummarySymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
            this.uiFTSummarySymbol.ForeColor = System.Drawing.Color.Black;
            this.uiFTSummarySymbol.Location = new System.Drawing.Point(11, 9);
            this.uiFTSummarySymbol.Name = "uiFTSummarySymbol";
            this.uiFTSummarySymbol.Size = new System.Drawing.Size(125, 18);
            this.uiFTSummarySymbol.Style = DevComponents.DotNetBar.eDotNetBarStyle.Metro;
            this.uiFTSummarySymbol.TabIndex = 31;
            this.uiFTSummarySymbol.Text = "Symbol:EUR/USD";
            // 
            // metroAppButton1
            // 
            this.metroAppButton1.AutoExpandOnClick = true;
            this.metroAppButton1.CanCustomize = false;
            this.metroAppButton1.ImageFixedSize = new System.Drawing.Size(16, 16);
            this.metroAppButton1.ImagePaddingHorizontal = 0;
            this.metroAppButton1.ImagePaddingVertical = 0;
            this.metroAppButton1.Name = "metroAppButton1";
            this.metroAppButton1.ShowSubItems = false;
            this.metroAppButton1.Text = "&File";
            this.metroAppButton1.Visible = false;
            // 
            // ui_tabItem_strategy
            // 
            this.ui_tabItem_strategy.Name = "ui_tabItem_strategy";
            this.ui_tabItem_strategy.Panel = this.metroTabPanel_startegy;
            this.ui_tabItem_strategy.Text = "&STRATEGY";
            // 
            // ui_tabItem_summary
            // 
            this.ui_tabItem_summary.Name = "ui_tabItem_summary";
            this.ui_tabItem_summary.Panel = this.metroTabPanel_summary;
            this.ui_tabItem_summary.Text = "SU&MMARY";
            // 
            // ui_tabItem_weekly
            // 
            this.ui_tabItem_weekly.Name = "ui_tabItem_weekly";
            this.ui_tabItem_weekly.Panel = this.metroTabPanel_weekly;
            this.ui_tabItem_weekly.Text = "&WEEKLY DATA";
            // 
            // ui_tabItem_calendar
            // 
            this.ui_tabItem_calendar.Name = "ui_tabItem_calendar";
            this.ui_tabItem_calendar.Panel = this.metroTabPanel_calendar;
            this.ui_tabItem_calendar.Text = "&CALENDAR";
            // 
            // ui_tabItem_data_archive
            // 
            this.ui_tabItem_data_archive.Checked = true;
            this.ui_tabItem_data_archive.Name = "ui_tabItem_data_archive";
            this.ui_tabItem_data_archive.Panel = this.metroTabPanel_data_archive;
            this.ui_tabItem_data_archive.Text = "&DATA ARCHIVE";
            // 
            // qatCustomizeItem1
            // 
            this.qatCustomizeItem1.BeginGroup = true;
            this.qatCustomizeItem1.Name = "qatCustomizeItem1";
            // 
            // styleManager1
            // 
            this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Metro;
            this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.SteelBlue);
            // 
            // uiStatus_metroStatusBarStripInformer
            // 
            this.uiStatus_metroStatusBarStripInformer.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.uiStatus_metroStatusBarStripInformer.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStatus_metroStatusBarStripInformer.ContainerControlProcessDialogKey = true;
            this.uiStatus_metroStatusBarStripInformer.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.uiStatus_metroStatusBarStripInformer.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.uiStatus_metroStatusBarStripInformer.ForeColor = System.Drawing.Color.Black;
            this.uiStatus_metroStatusBarStripInformer.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.uiStatus_labelItemProgramStatus,
            this.uiStatus_labelItemConnectionStatus,
            this.uiStatus_toolStripProgressBar,
            this.uiStatus_labelItemSeparate});
            this.uiStatus_metroStatusBarStripInformer.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.uiStatus_metroStatusBarStripInformer.Location = new System.Drawing.Point(0, 648);
            this.uiStatus_metroStatusBarStripInformer.Name = "uiStatus_metroStatusBarStripInformer";
            this.uiStatus_metroStatusBarStripInformer.Size = new System.Drawing.Size(1199, 21);
            this.uiStatus_metroStatusBarStripInformer.TabIndex = 1;
            this.uiStatus_metroStatusBarStripInformer.TabStop = false;
            // 
            // uiStatus_labelItemProgramStatus
            // 
            this.uiStatus_labelItemProgramStatus.Name = "uiStatus_labelItemProgramStatus";
            this.uiStatus_labelItemProgramStatus.Text = "READY";
            // 
            // uiStatus_labelItemConnectionStatus
            // 
            this.uiStatus_labelItemConnectionStatus.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
            this.uiStatus_labelItemConnectionStatus.Name = "uiStatus_labelItemConnectionStatus";
            this.uiStatus_labelItemConnectionStatus.PaddingLeft = 5;
            this.uiStatus_labelItemConnectionStatus.PaddingRight = 5;
            this.uiStatus_labelItemConnectionStatus.Text = "Not Connected";
            this.uiStatus_labelItemConnectionStatus.TextAlignment = System.Drawing.StringAlignment.Center;
            this.uiStatus_labelItemConnectionStatus.Tooltip = "Database connection status";
            // 
            // uiStatus_toolStripProgressBar
            // 
            // 
            // 
            // 
            this.uiStatus_toolStripProgressBar.BackStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.uiStatus_toolStripProgressBar.ChunkGradientAngle = 0F;
            this.uiStatus_toolStripProgressBar.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.uiStatus_toolStripProgressBar.Name = "uiStatus_toolStripProgressBar";
            this.uiStatus_toolStripProgressBar.RecentlyUsed = false;
            this.uiStatus_toolStripProgressBar.Width = 200;
            // 
            // uiStatus_labelItemSeparate
            // 
            this.uiStatus_labelItemSeparate.Name = "uiStatus_labelItemSeparate";
            this.uiStatus_labelItemSeparate.PaddingLeft = 5;
            this.uiStatus_labelItemSeparate.PaddingRight = 5;
            // 
            // MainFormMetroApp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1200, 670);
            this.Controls.Add(this.uiStatus_metroStatusBarStripInformer);
            this.Controls.Add(this.metroShellMain);
            this.DoubleBuffered = true;
            this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(1200, 670);
            this.Name = "MainFormMetroApp";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Reversals";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Shown += new System.EventHandler(this.MainFormMetroApp_Shown);
            this.metroShellMain.ResumeLayout(false);
            this.metroShellMain.PerformLayout();
            this.metroTabPanel_startegy.ResumeLayout(false);
            this.uiStrategyTablTableLayout.ResumeLayout(false);
            this.uiStrategy_panelExOptions.ResumeLayout(false);
            this.uiStrategy_panelExDataOptions.ResumeLayout(false);
            this.uiStrategy_panelExDataOptions.PerformLayout();
            this.uiStrategy_panelExBlackScholesPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiBlackSDivYield)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiBlackSExpiryDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiBlackSValueDate)).EndInit();
            this.uiOptimizationInSample.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOISEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOISStart)).EndInit();
            this.uiStrategy_panelExOptimizationOutOfSample.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOOOSEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dateTimeAdvOOOSStart)).EndInit();
            this.uiStrategy_panelExNotOptimizableParametersPanel.ResumeLayout(false);
            this.uiStrategy_panelExNotOptBorder.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dataGridViewNoOptomizationParameters)).EndInit();
            this.uiStrategy_panelExDatasetControl.ResumeLayout(false);
            this.uiStrategy_panelExBlackScholes.ResumeLayout(false);
            this.uiStrategy_panelExOptBorder.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiStrategy_dataGridViewOptomizationParameters)).EndInit();
            this.uiStrategy_panelExRunContinuesPanel.ResumeLayout(false);
            this.uiStrategy_WorkingButtonsPanel.ResumeLayout(false);
            this.metroTabPanel_calendar.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.uiCalendar_panelExSaving.ResumeLayout(false);
            this.uiCalendar_panelExPrevNext.ResumeLayout(false);
            this.panelEx5.ResumeLayout(false);
            this.tableLayoutPanelCalendar.ResumeLayout(false);
            this.uiCalendar_panelExWhiteCell6.ResumeLayout(false);
            this.panelEx31.ResumeLayout(false);
            this.panelEx55.ResumeLayout(false);
            this.panelEx47.ResumeLayout(false);
            this.panelEx52.ResumeLayout(false);
            this.panelEx57.ResumeLayout(false);
            this.metroTabPanel_weekly.ResumeLayout(false);
            this.uiWeekly_tableLayoutPanel4.ResumeLayout(false);
            this.metroTabPanel_data_archive.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.uiDataArchive_panelExSearchPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputFindTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputFindDate)).EndInit();
            this.uiDataArchive_panelExSymbols.ResumeLayout(false);
            this.uiDataArchive_panelExCollectingControl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputEnd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dateTimeInputStart)).EndInit();
            this.uiDataArchive_panelExContracts.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dataGridViewXContracts)).EndInit();
            this.uiDataArchive_panelExSymbolControl.ResumeLayout(false);
            this.uiDataArchive_panelExPreview.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiDataArchive_dataGridViewXPreview)).EndInit();
            this.metroTabPanel_summary.ResumeLayout(false);
            this.uiSummary_tableLayoutPanel4.ResumeLayout(false);
            this.pageSlider1.ResumeLayout(false);
            this.pageSliderPage1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.uiBTSummaryGroupPanel.ResumeLayout(false);
            this.uiBTSummaryGroupPanel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uiBTSummaryChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiSummary_dataGridViewBT)).EndInit();
            this.pageSliderPage2.ResumeLayout(false);
            this.tableLayoutPanel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uiFTSummaryTable)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiFTSummaryChart)).EndInit();
            this.uiFTSummaryGroupPanel.ResumeLayout(false);
            this.uiFTSummaryGroupPanel.PerformLayout();
            this.ResumeLayout(false);

        }
コード例 #8
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevComponents.DotNetBar.SuperGrid.Style.Background background17 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding3 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background18 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background19 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background20 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background21 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background22 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background23 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background24 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background25 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding4 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background26 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background5 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background6 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background7 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background8 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background9 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding2 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background10 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background11 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background12 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background13 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background14 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background15 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background16 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            this.tv = new DevComponents.AdvTree.AdvTree();
            this.tvc = new DevComponents.AdvTree.ColumnHeader();
            this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.cmRemove = new System.Windows.Forms.ToolStripMenuItem();
            this.nV = new DevComponents.AdvTree.Node();
            this.nC = new DevComponents.AdvTree.Node();
            this.nD = new DevComponents.AdvTree.Node();
            this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
            this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
            this.tc = new DevComponents.DotNetBar.SuperTabControl();
            this.tpGeneral = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.cbxGrade = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiVisual = new DevComponents.Editors.ComboItem();
            this.cbxiClose = new DevComponents.Editors.ComboItem();
            this.cbxiDetail = new DevComponents.Editors.ComboItem();
            this.lblGrade = new DevComponents.DotNetBar.LabelX();
            this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblName = new DevComponents.DotNetBar.LabelX();
            this.tiGeneral = new DevComponents.DotNetBar.SuperTabItem();
            this.tpQuestions = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gQ = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gQL = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gQN = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gQP = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gQQ = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gQS = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiQuestions = new DevComponents.DotNetBar.SuperTabItem();
            this.tpNotes = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gN = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gNN = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiNotes = new DevComponents.DotNetBar.SuperTabItem();
            this.sm = new DevComponents.DotNetBar.StyleManager(this.components);
            this.btnSave = new DevComponents.DotNetBar.ButtonX();
            this.btnCancel = new DevComponents.DotNetBar.ButtonX();
            this.btnLists = new DevComponents.DotNetBar.ButtonX();
            this.btniSections = new DevComponents.DotNetBar.ButtonItem();
            this.btniQuestions = new DevComponents.DotNetBar.ButtonItem();
            this.btniNotes = new DevComponents.DotNetBar.ButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.tv)).BeginInit();
            this.cm.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tc)).BeginInit();
            this.tc.SuspendLayout();
            this.tpGeneral.SuspendLayout();
            this.tpQuestions.SuspendLayout();
            this.tpNotes.SuspendLayout();
            this.SuspendLayout();
            // 
            // tv
            // 
            this.tv.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
            this.tv.AllowDrop = true;
            this.tv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.tv.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.tv.BackgroundStyle.Class = "TreeBorderKey";
            this.tv.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tv.Columns.Add(this.tvc);
            this.tv.ColumnsVisible = false;
            this.tv.ContextMenuStrip = this.cm;
            this.tv.ForeColor = System.Drawing.Color.Black;
            this.tv.GridLinesColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.tv.GridRowLines = true;
            this.tv.HotTracking = true;
            this.tv.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.tv.Location = new System.Drawing.Point(13, 68);
            this.tv.Name = "tv";
            this.tv.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nV,
            this.nC,
            this.nD});
            this.tv.NodesConnector = this.nodeConnector1;
            this.tv.NodeStyle = this.elementStyle1;
            this.tv.PathSeparator = ";";
            this.tv.SelectionBoxStyle = DevComponents.AdvTree.eSelectionStyle.FullRowSelect;
            this.tv.Size = new System.Drawing.Size(250, 381);
            this.tv.Styles.Add(this.elementStyle1);
            this.tv.TabIndex = 0;
            this.tv.TabStop = false;
            this.tv.NodeClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.tv_NodeClick);
            this.tv.NodeDoubleClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.tv_NodeDoubleClick);
            // 
            // tvc
            // 
            this.tvc.Editable = false;
            this.tvc.Name = "tvc";
            this.tvc.Text = "Inspectors";
            this.tvc.Width.Relative = 101;
            // 
            // cm
            // 
            this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmAdd,
            this.cmRemove});
            this.cm.Name = "cm";
            this.cm.Size = new System.Drawing.Size(168, 48);
            // 
            // cmAdd
            // 
            this.cmAdd.Name = "cmAdd";
            this.cmAdd.Size = new System.Drawing.Size(167, 22);
            this.cmAdd.Text = "Add schedule";
            this.cmAdd.Click += new System.EventHandler(this.cmAdd_Click);
            // 
            // cmRemove
            // 
            this.cmRemove.Name = "cmRemove";
            this.cmRemove.Size = new System.Drawing.Size(167, 22);
            this.cmRemove.Text = "Remove schedule";
            this.cmRemove.Click += new System.EventHandler(this.cmRemove_Click);
            // 
            // nV
            // 
            this.nV.Expanded = true;
            this.nV.Name = "nV";
            this.nV.Text = "V - Visual";
            // 
            // nC
            // 
            this.nC.Expanded = true;
            this.nC.Name = "nC";
            this.nC.Text = "C - Close";
            // 
            // nD
            // 
            this.nD.Expanded = true;
            this.nD.Name = "nD";
            this.nD.Text = "D - Detail";
            // 
            // nodeConnector1
            // 
            this.nodeConnector1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))));
            // 
            // elementStyle1
            // 
            this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.elementStyle1.Name = "elementStyle1";
            this.elementStyle1.TextColor = System.Drawing.Color.Black;
            // 
            // tc
            // 
            this.tc.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.tc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            // 
            // 
            // 
            this.tc.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.tc.ControlBox.MenuBox.Name = "";
            this.tc.ControlBox.Name = "";
            this.tc.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tc.ControlBox.MenuBox,
            this.tc.ControlBox.CloseBox});
            this.tc.ControlBox.Visible = false;
            this.tc.Controls.Add(this.tpGeneral);
            this.tc.Controls.Add(this.tpNotes);
            this.tc.Controls.Add(this.tpQuestions);
            this.tc.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tc.ForeColor = System.Drawing.Color.Black;
            this.tc.Location = new System.Drawing.Point(279, 20);
            this.tc.Name = "tc";
            this.tc.ReorderTabsEnabled = true;
            this.tc.SelectedTabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tc.SelectedTabIndex = 0;
            this.tc.Size = new System.Drawing.Size(543, 429);
            this.tc.TabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tc.TabIndex = 317;
            this.tc.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tiGeneral,
            this.tiQuestions,
            this.tiNotes});
            this.tc.TabStop = false;
            this.tc.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.VisualStudio2008Dock;
            this.tc.TabVerticalSpacing = 3;
            // 
            // tpGeneral
            // 
            this.tpGeneral.Controls.Add(this.cbxGrade);
            this.tpGeneral.Controls.Add(this.lblGrade);
            this.tpGeneral.Controls.Add(this.txtName);
            this.tpGeneral.Controls.Add(this.lblName);
            this.tpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpGeneral.Location = new System.Drawing.Point(0, 28);
            this.tpGeneral.Name = "tpGeneral";
            this.tpGeneral.Size = new System.Drawing.Size(543, 401);
            this.tpGeneral.TabIndex = 1;
            this.tpGeneral.TabItem = this.tiGeneral;
            // 
            // cbxGrade
            // 
            this.cbxGrade.DisplayMember = "Text";
            this.cbxGrade.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxGrade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxGrade.Enabled = false;
            this.cbxGrade.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxGrade.ForeColor = System.Drawing.Color.Black;
            this.cbxGrade.FormattingEnabled = true;
            this.cbxGrade.ItemHeight = 19;
            this.cbxGrade.Items.AddRange(new object[] {
            this.cbxiVisual,
            this.cbxiClose,
            this.cbxiDetail});
            this.cbxGrade.Location = new System.Drawing.Point(156, 43);
            this.cbxGrade.Margin = new System.Windows.Forms.Padding(4);
            this.cbxGrade.Name = "cbxGrade";
            this.cbxGrade.Size = new System.Drawing.Size(159, 25);
            this.cbxGrade.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxGrade.TabIndex = 5;
            // 
            // cbxiVisual
            // 
            this.cbxiVisual.Text = "V - Visual";
            this.cbxiVisual.Value = "V";
            // 
            // cbxiClose
            // 
            this.cbxiClose.Text = "C - Close";
            this.cbxiClose.Value = "C";
            // 
            // cbxiDetail
            // 
            this.cbxiDetail.Text = "D - Detail";
            this.cbxiDetail.Value = "D";
            // 
            // lblGrade
            // 
            this.lblGrade.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblGrade.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblGrade.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblGrade.ForeColor = System.Drawing.Color.Black;
            this.lblGrade.Location = new System.Drawing.Point(14, 42);
            this.lblGrade.Margin = new System.Windows.Forms.Padding(4);
            this.lblGrade.Name = "lblGrade";
            this.lblGrade.Size = new System.Drawing.Size(135, 28);
            this.lblGrade.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblGrade.TabIndex = 32;
            this.lblGrade.Text = "Schedule Grade:";
            // 
            // txtName
            // 
            this.txtName.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtName.Border.Class = "TextBoxBorder";
            this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtName.DisabledBackColor = System.Drawing.Color.White;
            this.txtName.Enabled = false;
            this.txtName.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtName.ForeColor = System.Drawing.Color.Black;
            this.txtName.Location = new System.Drawing.Point(156, 12);
            this.txtName.Margin = new System.Windows.Forms.Padding(4);
            this.txtName.Name = "txtName";
            this.txtName.PreventEnterBeep = true;
            this.txtName.Size = new System.Drawing.Size(372, 25);
            this.txtName.TabIndex = 4;
            // 
            // lblName
            // 
            this.lblName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblName.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.Location = new System.Drawing.Point(14, 11);
            this.lblName.Margin = new System.Windows.Forms.Padding(4);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(135, 28);
            this.lblName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblName.TabIndex = 30;
            this.lblName.Text = "Schedule Name:";
            // 
            // tiGeneral
            // 
            this.tiGeneral.AttachedControl = this.tpGeneral;
            this.tiGeneral.GlobalItem = false;
            this.tiGeneral.Name = "tiGeneral";
            this.tiGeneral.Text = "  General";
            // 
            // tpQuestions
            // 
            this.tpQuestions.Controls.Add(this.gQ);
            this.tpQuestions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpQuestions.Location = new System.Drawing.Point(0, 28);
            this.tpQuestions.Name = "tpQuestions";
            this.tpQuestions.Size = new System.Drawing.Size(543, 401);
            this.tpQuestions.TabIndex = 0;
            this.tpQuestions.TabItem = this.tiQuestions;
            // 
            // gQ
            // 
            this.gQ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gQ.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background17.Color1 = System.Drawing.Color.White;
            background17.Color2 = System.Drawing.Color.White;
            this.gQ.DefaultVisualStyles.CellStyles.Default.Background = background17;
            this.gQ.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding3.Left = 5;
            padding3.Right = 5;
            this.gQ.DefaultVisualStyles.CellStyles.Default.Padding = padding3;
            this.gQ.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background18.Color1 = System.Drawing.Color.LightGray;
            background18.Color2 = System.Drawing.Color.LightGray;
            this.gQ.DefaultVisualStyles.CellStyles.MouseOver.Background = background18;
            this.gQ.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background19.Color1 = System.Drawing.Color.White;
            background19.Color2 = System.Drawing.Color.White;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnly.Background = background19;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background20.Color1 = System.Drawing.Color.LightGray;
            background20.Color2 = System.Drawing.Color.LightGray;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background20;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background21.Color1 = System.Drawing.Color.Gainsboro;
            background21.Color2 = System.Drawing.Color.Gainsboro;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background21;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background22.Color1 = System.Drawing.Color.DarkGray;
            background22.Color2 = System.Drawing.Color.DarkGray;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background22;
            this.gQ.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background23.Color1 = System.Drawing.Color.Gainsboro;
            background23.Color2 = System.Drawing.Color.Gainsboro;
            this.gQ.DefaultVisualStyles.CellStyles.Selected.Background = background23;
            this.gQ.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background24.Color1 = System.Drawing.Color.DarkGray;
            background24.Color2 = System.Drawing.Color.DarkGray;
            this.gQ.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background24;
            this.gQ.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background25.Color1 = System.Drawing.Color.White;
            background25.Color2 = System.Drawing.SystemColors.Control;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background25;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding4.Left = 5;
            padding4.Right = 5;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding4;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background26.Color1 = System.Drawing.Color.White;
            background26.Color2 = System.Drawing.SystemColors.Control;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background26;
            this.gQ.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gQ.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gQ.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gQ.ForeColor = System.Drawing.Color.Black;
            this.gQ.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gQ.Location = new System.Drawing.Point(0, 0);
            this.gQ.Margin = new System.Windows.Forms.Padding(4);
            this.gQ.Name = "gQ";
            // 
            // 
            // 
            this.gQ.PrimaryGrid.CheckBoxes = true;
            this.gQ.PrimaryGrid.Columns.Add(this.gQL);
            this.gQ.PrimaryGrid.Columns.Add(this.gQN);
            this.gQ.PrimaryGrid.Columns.Add(this.gQP);
            this.gQ.PrimaryGrid.Columns.Add(this.gQQ);
            this.gQ.PrimaryGrid.Columns.Add(this.gQS);
            this.gQ.PrimaryGrid.MultiSelect = false;
            this.gQ.PrimaryGrid.ReadOnly = true;
            this.gQ.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gQ.PrimaryGrid.ShowRowHeaders = false;
            this.gQ.Size = new System.Drawing.Size(543, 401);
            this.gQ.TabIndex = 6;
            // 
            // gQL
            // 
            this.gQL.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gQL.HeaderText = "Letter";
            this.gQL.MinimumWidth = 50;
            this.gQL.Name = "gQL";
            this.gQL.Width = 50;
            // 
            // gQN
            // 
            this.gQN.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gQN.HeaderText = "Number";
            this.gQN.MinimumWidth = 60;
            this.gQN.Name = "gQN";
            this.gQN.Width = 60;
            // 
            // gQP
            // 
            this.gQP.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gQP.HeaderText = "Part";
            this.gQP.MinimumWidth = 40;
            this.gQP.Name = "gQP";
            this.gQP.Width = 40;
            // 
            // gQQ
            // 
            this.gQQ.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gQQ.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            this.gQQ.HeaderText = "Question";
            this.gQQ.MinimumWidth = 200;
            this.gQQ.Name = "gQQ";
            this.gQQ.Width = 200;
            // 
            // gQS
            // 
            this.gQS.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gQS.HeaderText = "Section";
            this.gQS.MinimumWidth = 150;
            this.gQS.Name = "gQS";
            this.gQS.Width = 150;
            // 
            // tiQuestions
            // 
            this.tiQuestions.AttachedControl = this.tpQuestions;
            this.tiQuestions.GlobalItem = false;
            this.tiQuestions.Name = "tiQuestions";
            this.tiQuestions.Text = "  Questions";
            // 
            // tpNotes
            // 
            this.tpNotes.Controls.Add(this.gN);
            this.tpNotes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpNotes.Location = new System.Drawing.Point(0, 28);
            this.tpNotes.Name = "tpNotes";
            this.tpNotes.Size = new System.Drawing.Size(543, 401);
            this.tpNotes.TabIndex = 0;
            this.tpNotes.TabItem = this.tiNotes;
            // 
            // gN
            // 
            this.gN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gN.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background1.Color1 = System.Drawing.Color.White;
            background1.Color2 = System.Drawing.Color.White;
            this.gN.DefaultVisualStyles.CellStyles.Default.Background = background1;
            this.gN.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding1.Left = 5;
            padding1.Right = 5;
            this.gN.DefaultVisualStyles.CellStyles.Default.Padding = padding1;
            this.gN.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background2.Color1 = System.Drawing.Color.LightGray;
            background2.Color2 = System.Drawing.Color.LightGray;
            this.gN.DefaultVisualStyles.CellStyles.MouseOver.Background = background2;
            this.gN.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background3.Color1 = System.Drawing.Color.White;
            background3.Color2 = System.Drawing.Color.White;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnly.Background = background3;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background4.Color1 = System.Drawing.Color.LightGray;
            background4.Color2 = System.Drawing.Color.LightGray;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background4;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background5.Color1 = System.Drawing.Color.Gainsboro;
            background5.Color2 = System.Drawing.Color.Gainsboro;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background5;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background6.Color1 = System.Drawing.Color.DarkGray;
            background6.Color2 = System.Drawing.Color.DarkGray;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background6;
            this.gN.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background7.Color1 = System.Drawing.Color.Gainsboro;
            background7.Color2 = System.Drawing.Color.Gainsboro;
            this.gN.DefaultVisualStyles.CellStyles.Selected.Background = background7;
            this.gN.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background8.Color1 = System.Drawing.Color.DarkGray;
            background8.Color2 = System.Drawing.Color.DarkGray;
            this.gN.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background8;
            this.gN.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background9.Color1 = System.Drawing.Color.White;
            background9.Color2 = System.Drawing.SystemColors.Control;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background9;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding2.Left = 5;
            padding2.Right = 5;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding2;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background10.Color1 = System.Drawing.Color.LightGray;
            background10.Color2 = System.Drawing.Color.LightGray;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.MouseOver.Background = background10;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background11.Color1 = System.Drawing.Color.White;
            background11.Color2 = System.Drawing.SystemColors.Control;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background11;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background12.Color1 = System.Drawing.Color.LightGray;
            background12.Color2 = System.Drawing.Color.LightGray;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnlyMouseOver.Background = background12;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background13.Color1 = System.Drawing.Color.Gainsboro;
            background13.Color2 = System.Drawing.Color.Gainsboro;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnlySelected.Background = background13;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background14.Color1 = System.Drawing.Color.DarkGray;
            background14.Color2 = System.Drawing.Color.DarkGray;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnlySelectedMouseOver.Background = background14;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background15.Color1 = System.Drawing.Color.Gainsboro;
            background15.Color2 = System.Drawing.Color.Gainsboro;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Selected.Background = background15;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background16.Color1 = System.Drawing.Color.DarkGray;
            background16.Color2 = System.Drawing.Color.DarkGray;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.SelectedMouseOver.Background = background16;
            this.gN.DefaultVisualStyles.ColumnHeaderStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gN.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gN.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gN.ForeColor = System.Drawing.Color.Black;
            this.gN.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gN.Location = new System.Drawing.Point(0, 0);
            this.gN.Margin = new System.Windows.Forms.Padding(4);
            this.gN.Name = "gN";
            // 
            // 
            // 
            this.gN.PrimaryGrid.CheckBoxes = true;
            this.gN.PrimaryGrid.Columns.Add(this.gNN);
            this.gN.PrimaryGrid.MultiSelect = false;
            this.gN.PrimaryGrid.ReadOnly = true;
            this.gN.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
            this.gN.PrimaryGrid.ShowRowHeaders = false;
            this.gN.Size = new System.Drawing.Size(543, 401);
            this.gN.TabIndex = 7;
            // 
            // gNN
            // 
            this.gNN.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gNN.HeaderText = "Note";
            this.gNN.MinimumWidth = 200;
            this.gNN.Name = "gNN";
            this.gNN.Width = 200;
            // 
            // tiNotes
            // 
            this.tiNotes.AttachedControl = this.tpNotes;
            this.tiNotes.GlobalItem = false;
            this.tiNotes.Name = "tiNotes";
            this.tiNotes.Text = "  Notes";
            // 
            // sm
            // 
            this.sm.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2016;
            this.sm.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)(128)))), ((int)(((byte)(57)))), ((int)(((byte)(123))))));
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnSave.Enabled = false;
            this.btnSave.Location = new System.Drawing.Point(190, 20);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(73, 32);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 2;
            this.btnSave.TabStop = false;
            this.btnSave.Text = "Save";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnCancel.Enabled = false;
            this.btnCancel.Location = new System.Drawing.Point(111, 20);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(73, 32);
            this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnCancel.TabIndex = 1;
            this.btnCancel.TabStop = false;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnLists
            // 
            this.btnLists.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnLists.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnLists.HoverImage = global::Client.Properties.Resources.btn_tools_32_on;
            this.btnLists.Image = global::Client.Properties.Resources.btn_tools_32_off;
            this.btnLists.Location = new System.Drawing.Point(13, 20);
            this.btnLists.Name = "btnLists";
            this.btnLists.Size = new System.Drawing.Size(48, 32);
            this.btnLists.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnLists.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btniSections,
            this.btniQuestions,
            this.btniNotes});
            this.btnLists.TabIndex = 3;
            this.btnLists.TabStop = false;
            // 
            // btniSections
            // 
            this.btniSections.Name = "btniSections";
            this.btniSections.Text = "Manage sections...";
            this.btniSections.Click += new System.EventHandler(this.btniSections_Click);
            // 
            // btniQuestions
            // 
            this.btniQuestions.Name = "btniQuestions";
            this.btniQuestions.Text = "Manage questions...";
            this.btniQuestions.Click += new System.EventHandler(this.btniQuestions_Click);
            // 
            // btniNotes
            // 
            this.btniNotes.Name = "btniNotes";
            this.btniNotes.Text = "Manage notes...";
            this.btniNotes.Click += new System.EventHandler(this.btniNotes_Click);
            // 
            // frmSchedules
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.CaptionFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.ClientSize = new System.Drawing.Size(834, 461);
            this.Controls.Add(this.btnLists);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.tc);
            this.Controls.Add(this.tv);
            this.DoubleBuffered = true;
            this.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MinimizeBox = false;
            this.Name = "frmSchedules";
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Manage Schedules";
            ((System.ComponentModel.ISupportInitialize)(this.tv)).EndInit();
            this.cm.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tc)).EndInit();
            this.tc.ResumeLayout(false);
            this.tpGeneral.ResumeLayout(false);
            this.tpQuestions.ResumeLayout(false);
            this.tpNotes.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #9
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.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
     DevComponents.DotNetBar.SuperGrid.GridColumn       gridColumn1 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn       gridColumn2 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn       gridColumn3 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     DevComponents.DotNetBar.SuperGrid.GridColumn       gridColumn4 = new DevComponents.DotNetBar.SuperGrid.GridColumn();
     this.panelEx2          = new DevComponents.DotNetBar.PanelEx();
     this.superGridControl1 = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
     this.panelEx2.SuspendLayout();
     this.SuspendLayout();
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.superGridControl1);
     this.panelEx2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx2.Location        = new System.Drawing.Point(0, 0);
     this.panelEx2.Margin          = new System.Windows.Forms.Padding(3, 3, 3, 0);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(655, 296);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle             = 90;
     this.panelEx2.TabIndex = 1;
     //
     // superGridControl1
     //
     this.superGridControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(47)))), ((int)(((byte)(51)))));
     this.superGridControl1.DefaultVisualStyles.CellStyles.Default.Alignment    = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleCenter;
     this.superGridControl1.DefaultVisualStyles.CellStyles.Default.Font         = new System.Drawing.Font("Segoe UI", 11.25F);
     this.superGridControl1.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     background1.Color1 = System.Drawing.Color.DarkTurquoise;
     this.superGridControl1.DefaultVisualStyles.RowStyles.Selected.Background = background1;
     this.superGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.superGridControl1.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
     this.superGridControl1.Font      = new System.Drawing.Font("Segoe UI", 8.25F);
     this.superGridControl1.ForeColor = System.Drawing.Color.White;
     this.superGridControl1.Location  = new System.Drawing.Point(0, 0);
     this.superGridControl1.Margin    = new System.Windows.Forms.Padding(0);
     this.superGridControl1.Name      = "superGridControl1";
     this.superGridControl1.PrimaryGrid.AutoGenerateColumns = false;
     gridColumn1.DataPropertyName = "BarrelCode";
     gridColumn1.HeaderText       = "制样子码";
     gridColumn1.Name             = "";
     gridColumn1.Width            = 150;
     gridColumn2.DataPropertyName = "Weight";
     gridColumn2.HeaderText       = "样重(g)";
     gridColumn2.Name             = "";
     gridColumn2.Width            = 80;
     gridColumn3.DataPropertyName = "CheckWeight";
     gridColumn3.HeaderText       = "验证样重(g)";
     gridColumn3.Name             = "";
     gridColumn3.Width            = 120;
     gridColumn4.DataPropertyName = "CheckTime";
     gridColumn4.HeaderText       = "验证时间";
     gridColumn4.Name             = "";
     gridColumn4.Width            = 150;
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn1);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn2);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn3);
     this.superGridControl1.PrimaryGrid.Columns.Add(gridColumn4);
     this.superGridControl1.PrimaryGrid.EnterKeySelectsNextRow = false;
     this.superGridControl1.PrimaryGrid.InitialSelection       = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row;
     this.superGridControl1.PrimaryGrid.MultiSelect            = false;
     this.superGridControl1.PrimaryGrid.NoRowsText             = "";
     this.superGridControl1.PrimaryGrid.SelectionGranularity   = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row;
     this.superGridControl1.Size     = new System.Drawing.Size(655, 296);
     this.superGridControl1.TabIndex = 224;
     this.superGridControl1.Text     = "superGridControl1";
     //
     // FrmOverWeight
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(655, 296);
     this.Controls.Add(this.panelEx2);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MaximizeBox    = false;
     this.Name           = "FrmOverWeight";
     this.ShowIcon       = false;
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text           = "超差查看";
     this.Load          += new System.EventHandler(this.FrmOverWeight_Load);
     this.panelEx2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #10
0
ファイル: frmUsers.Designer.cs プロジェクト: etechuk/fexipc
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsers));
            DevComponents.DotNetBar.SuperGrid.Style.Background background1 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding1 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background2 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background3 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background4 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background5 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background6 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background7 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background8 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background9 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding2 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background10 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background11 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding3 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background12 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background13 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background14 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background15 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background16 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background17 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background18 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background19 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding4 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background20 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background21 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding5 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background22 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background23 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background24 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background25 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background26 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background27 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background28 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Background background29 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            DevComponents.DotNetBar.SuperGrid.Style.Padding padding6 = new DevComponents.DotNetBar.SuperGrid.Style.Padding();
            DevComponents.DotNetBar.SuperGrid.Style.Background background30 = new DevComponents.DotNetBar.SuperGrid.Style.Background();
            this.sm = new DevComponents.DotNetBar.StyleManager(this.components);
            this.tv = new DevComponents.AdvTree.AdvTree();
            this.tvc = new DevComponents.AdvTree.ColumnHeader();
            this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
            this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
            this.tc = new DevComponents.DotNetBar.SuperTabControl();
            this.tpGeneral = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.cbxLocation = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblLocation = new DevComponents.DotNetBar.LabelX();
            this.btnPostal = new DevComponents.DotNetBar.ButtonX();
            this.cbxPostal = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblPostal = new DevComponents.DotNetBar.LabelX();
            this.btnPhone = new DevComponents.DotNetBar.ButtonX();
            this.cbxPhone = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblPhone = new DevComponents.DotNetBar.LabelX();
            this.btnEmail = new DevComponents.DotNetBar.ButtonX();
            this.cbxEmail = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.lblEmail = new DevComponents.DotNetBar.LabelX();
            this.txtNameLast = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtNameFirst = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblName = new DevComponents.DotNetBar.LabelX();
            this.txtSuperCode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblSuperCode = new DevComponents.DotNetBar.LabelX();
            this.cbxStatus = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiStatus1 = new DevComponents.Editors.ComboItem();
            this.cbxiStatus2 = new DevComponents.Editors.ComboItem();
            this.cbxGroup = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.cbxiGroup1 = new DevComponents.Editors.ComboItem();
            this.cbxiGroup2 = new DevComponents.Editors.ComboItem();
            this.cbxiGroup3 = new DevComponents.Editors.ComboItem();
            this.cbxiGroup4 = new DevComponents.Editors.ComboItem();
            this.lblGroup = new DevComponents.DotNetBar.LabelX();
            this.btnPassReset = new DevComponents.DotNetBar.ButtonX();
            this.txtUsername = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.lblUsername = new DevComponents.DotNetBar.LabelX();
            this.tiGeneral = new DevComponents.DotNetBar.SuperTabItem();
            this.tpDocs = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gDocs = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gcDocsFileType = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcDocsFileName = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcDocsFileSize = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiDocs = new DevComponents.DotNetBar.SuperTabItem();
            this.tpCaps = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gCaps = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gcCapsCap = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiCaps = new DevComponents.DotNetBar.SuperTabItem();
            this.tpQuals = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.gQuals = new DevComponents.DotNetBar.SuperGrid.SuperGridControl();
            this.gcQualsQual = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.gcQualsExpires = new DevComponents.DotNetBar.SuperGrid.GridColumn();
            this.tiQuals = new DevComponents.DotNetBar.SuperTabItem();
            this.tpNotes = new DevComponents.DotNetBar.SuperTabControlPanel();
            this.txtNotes = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.tiNotes = new DevComponents.DotNetBar.SuperTabItem();
            this.btnSave = new DevComponents.DotNetBar.ButtonX();
            this.btnCancel = new DevComponents.DotNetBar.ButtonX();
            this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmiUserAdd = new System.Windows.Forms.ToolStripMenuItem();
            this.cmiUserRemove = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.tv)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tc)).BeginInit();
            this.tc.SuspendLayout();
            this.tpGeneral.SuspendLayout();
            this.tpDocs.SuspendLayout();
            this.tpCaps.SuspendLayout();
            this.tpQuals.SuspendLayout();
            this.tpNotes.SuspendLayout();
            this.cm.SuspendLayout();
            this.SuspendLayout();
            // 
            // sm
            // 
            this.sm.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2016;
            this.sm.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)(128)))), ((int)(((byte)(57)))), ((int)(((byte)(123))))));
            // 
            // tv
            // 
            this.tv.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
            this.tv.AllowDrop = true;
            this.tv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.tv.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.tv.BackgroundStyle.Class = "TreeBorderKey";
            this.tv.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.tv.Columns.Add(this.tvc);
            this.tv.ColumnsVisible = false;
            this.tv.ContextMenuStrip = this.cm;
            this.tv.ForeColor = System.Drawing.Color.Black;
            this.tv.GridLinesColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.tv.GridRowLines = true;
            this.tv.HotTracking = true;
            this.tv.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.tv.Location = new System.Drawing.Point(13, 20);
            this.tv.Name = "tv";
            this.tv.NodesConnector = this.nodeConnector1;
            this.tv.NodeStyle = this.elementStyle1;
            this.tv.PathSeparator = ";";
            this.tv.SelectionBoxStyle = DevComponents.AdvTree.eSelectionStyle.FullRowSelect;
            this.tv.Size = new System.Drawing.Size(300, 425);
            this.tv.Styles.Add(this.elementStyle1);
            this.tv.TabIndex = 0;
            this.tv.TabStop = false;
            this.tv.NodeClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.tv_NodeClick);
            this.tv.NodeDoubleClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.tv_NodeDoubleClick);
            // 
            // tvc
            // 
            this.tvc.Editable = false;
            this.tvc.Name = "tvc";
            this.tvc.Text = "Inspectors";
            this.tvc.Width.Relative = 101;
            // 
            // nodeConnector1
            // 
            this.nodeConnector1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(135)))), ((int)(((byte)(135)))), ((int)(((byte)(135)))));
            // 
            // elementStyle1
            // 
            this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.elementStyle1.Name = "elementStyle1";
            this.elementStyle1.TextColor = System.Drawing.Color.Black;
            // 
            // tc
            // 
            this.tc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            // 
            // 
            // 
            this.tc.ControlBox.CloseBox.Name = "";
            // 
            // 
            // 
            this.tc.ControlBox.MenuBox.Name = "";
            this.tc.ControlBox.Name = "";
            this.tc.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tc.ControlBox.MenuBox,
            this.tc.ControlBox.CloseBox});
            this.tc.ControlBox.Visible = false;
            this.tc.Controls.Add(this.tpGeneral);
            this.tc.Controls.Add(this.tpDocs);
            this.tc.Controls.Add(this.tpCaps);
            this.tc.Controls.Add(this.tpQuals);
            this.tc.Controls.Add(this.tpNotes);
            this.tc.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tc.ForeColor = System.Drawing.Color.Black;
            this.tc.Location = new System.Drawing.Point(327, 20);
            this.tc.Name = "tc";
            this.tc.ReorderTabsEnabled = true;
            this.tc.SelectedTabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tc.SelectedTabIndex = 0;
            this.tc.Size = new System.Drawing.Size(515, 385);
            this.tc.TabFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tc.TabIndex = 6;
            this.tc.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.tiGeneral,
            this.tiNotes,
            this.tiQuals,
            this.tiCaps,
            this.tiDocs});
            this.tc.TabStop = false;
            this.tc.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.VisualStudio2008Dock;
            this.tc.TabVerticalSpacing = 3;
            // 
            // tpGeneral
            // 
            this.tpGeneral.Controls.Add(this.cbxLocation);
            this.tpGeneral.Controls.Add(this.lblLocation);
            this.tpGeneral.Controls.Add(this.btnPostal);
            this.tpGeneral.Controls.Add(this.cbxPostal);
            this.tpGeneral.Controls.Add(this.lblPostal);
            this.tpGeneral.Controls.Add(this.btnPhone);
            this.tpGeneral.Controls.Add(this.cbxPhone);
            this.tpGeneral.Controls.Add(this.lblPhone);
            this.tpGeneral.Controls.Add(this.btnEmail);
            this.tpGeneral.Controls.Add(this.cbxEmail);
            this.tpGeneral.Controls.Add(this.lblEmail);
            this.tpGeneral.Controls.Add(this.txtNameLast);
            this.tpGeneral.Controls.Add(this.txtNameFirst);
            this.tpGeneral.Controls.Add(this.lblName);
            this.tpGeneral.Controls.Add(this.txtSuperCode);
            this.tpGeneral.Controls.Add(this.lblSuperCode);
            this.tpGeneral.Controls.Add(this.cbxStatus);
            this.tpGeneral.Controls.Add(this.cbxGroup);
            this.tpGeneral.Controls.Add(this.lblGroup);
            this.tpGeneral.Controls.Add(this.btnPassReset);
            this.tpGeneral.Controls.Add(this.txtUsername);
            this.tpGeneral.Controls.Add(this.lblUsername);
            this.tpGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpGeneral.Location = new System.Drawing.Point(0, 28);
            this.tpGeneral.Name = "tpGeneral";
            this.tpGeneral.Size = new System.Drawing.Size(515, 357);
            this.tpGeneral.TabIndex = 1;
            this.tpGeneral.TabItem = this.tiGeneral;
            // 
            // cbxLocation
            // 
            this.cbxLocation.DisplayMember = "Text";
            this.cbxLocation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxLocation.Enabled = false;
            this.cbxLocation.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxLocation.ForeColor = System.Drawing.Color.Black;
            this.cbxLocation.FormattingEnabled = true;
            this.cbxLocation.ItemHeight = 19;
            this.cbxLocation.Location = new System.Drawing.Point(156, 227);
            this.cbxLocation.Name = "cbxLocation";
            this.cbxLocation.Size = new System.Drawing.Size(344, 25);
            this.cbxLocation.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxLocation.TabIndex = 13;
            // 
            // lblLocation
            // 
            this.lblLocation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblLocation.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblLocation.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblLocation.ForeColor = System.Drawing.Color.Black;
            this.lblLocation.Location = new System.Drawing.Point(15, 227);
            this.lblLocation.Name = "lblLocation";
            this.lblLocation.Size = new System.Drawing.Size(134, 23);
            this.lblLocation.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblLocation.TabIndex = 305320;
            this.lblLocation.Text = "Base Location:";
            // 
            // btnPostal
            // 
            this.btnPostal.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnPostal.BackColor = System.Drawing.Color.White;
            this.btnPostal.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnPostal.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPostal.Enabled = false;
            this.btnPostal.FocusCuesEnabled = false;
            this.btnPostal.Image = ((System.Drawing.Image)(resources.GetObject("btnPostal.Image")));
            this.btnPostal.Location = new System.Drawing.Point(475, 115);
            this.btnPostal.Name = "btnPostal";
            this.btnPostal.Size = new System.Drawing.Size(25, 25);
            this.btnPostal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnPostal.TabIndex = 8;
            this.btnPostal.TabStop = false;
            this.btnPostal.Click += new System.EventHandler(this.btnPostal_Click);
            this.btnPostal.MouseEnter += new System.EventHandler(this.btnPostal_MouseEnter);
            this.btnPostal.MouseLeave += new System.EventHandler(this.btnPostal_MouseLeave);
            // 
            // cbxPostal
            // 
            this.cbxPostal.DisplayMember = "Text";
            this.cbxPostal.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxPostal.ForeColor = System.Drawing.Color.Black;
            this.cbxPostal.FormattingEnabled = true;
            this.cbxPostal.ItemHeight = 19;
            this.cbxPostal.Location = new System.Drawing.Point(156, 115);
            this.cbxPostal.Name = "cbxPostal";
            this.cbxPostal.Size = new System.Drawing.Size(313, 25);
            this.cbxPostal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxPostal.TabIndex = 7;
            // 
            // lblPostal
            // 
            this.lblPostal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblPostal.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblPostal.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPostal.ForeColor = System.Drawing.Color.Black;
            this.lblPostal.Location = new System.Drawing.Point(15, 115);
            this.lblPostal.Name = "lblPostal";
            this.lblPostal.Size = new System.Drawing.Size(135, 23);
            this.lblPostal.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblPostal.TabIndex = 305317;
            this.lblPostal.Text = "Postal Addresses:";
            // 
            // btnPhone
            // 
            this.btnPhone.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnPhone.BackColor = System.Drawing.Color.White;
            this.btnPhone.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnPhone.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPhone.Enabled = false;
            this.btnPhone.FocusCuesEnabled = false;
            this.btnPhone.Image = ((System.Drawing.Image)(resources.GetObject("btnPhone.Image")));
            this.btnPhone.Location = new System.Drawing.Point(326, 53);
            this.btnPhone.Name = "btnPhone";
            this.btnPhone.Size = new System.Drawing.Size(25, 25);
            this.btnPhone.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnPhone.TabIndex = 4;
            this.btnPhone.TabStop = false;
            this.btnPhone.Click += new System.EventHandler(this.btnPhone_Click);
            this.btnPhone.MouseEnter += new System.EventHandler(this.btnPhone_MouseEnter);
            this.btnPhone.MouseLeave += new System.EventHandler(this.btnPhone_MouseLeave);
            // 
            // cbxPhone
            // 
            this.cbxPhone.DisplayMember = "Text";
            this.cbxPhone.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxPhone.ForeColor = System.Drawing.Color.Black;
            this.cbxPhone.FormattingEnabled = true;
            this.cbxPhone.ItemHeight = 19;
            this.cbxPhone.Location = new System.Drawing.Point(156, 53);
            this.cbxPhone.Name = "cbxPhone";
            this.cbxPhone.Size = new System.Drawing.Size(164, 25);
            this.cbxPhone.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxPhone.TabIndex = 3;
            // 
            // lblPhone
            // 
            this.lblPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblPhone.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblPhone.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPhone.ForeColor = System.Drawing.Color.Black;
            this.lblPhone.Location = new System.Drawing.Point(15, 53);
            this.lblPhone.Name = "lblPhone";
            this.lblPhone.Size = new System.Drawing.Size(135, 23);
            this.lblPhone.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblPhone.TabIndex = 305314;
            this.lblPhone.Text = "Phone Numbers:";
            // 
            // btnEmail
            // 
            this.btnEmail.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnEmail.BackColor = System.Drawing.Color.White;
            this.btnEmail.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnEmail.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnEmail.Enabled = false;
            this.btnEmail.FocusCuesEnabled = false;
            this.btnEmail.Image = ((System.Drawing.Image)(resources.GetObject("btnEmail.Image")));
            this.btnEmail.Location = new System.Drawing.Point(475, 84);
            this.btnEmail.Name = "btnEmail";
            this.btnEmail.Size = new System.Drawing.Size(25, 25);
            this.btnEmail.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnEmail.TabIndex = 6;
            this.btnEmail.TabStop = false;
            this.btnEmail.Click += new System.EventHandler(this.btnEmail_Click);
            this.btnEmail.MouseEnter += new System.EventHandler(this.btnEmail_MouseEnter);
            this.btnEmail.MouseLeave += new System.EventHandler(this.btnEmail_MouseLeave);
            // 
            // cbxEmail
            // 
            this.cbxEmail.DisplayMember = "Text";
            this.cbxEmail.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxEmail.ForeColor = System.Drawing.Color.Black;
            this.cbxEmail.FormattingEnabled = true;
            this.cbxEmail.ItemHeight = 19;
            this.cbxEmail.Location = new System.Drawing.Point(156, 84);
            this.cbxEmail.Name = "cbxEmail";
            this.cbxEmail.Size = new System.Drawing.Size(313, 25);
            this.cbxEmail.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxEmail.TabIndex = 5;
            // 
            // lblEmail
            // 
            this.lblEmail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblEmail.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblEmail.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblEmail.ForeColor = System.Drawing.Color.Black;
            this.lblEmail.Location = new System.Drawing.Point(15, 84);
            this.lblEmail.Name = "lblEmail";
            this.lblEmail.Size = new System.Drawing.Size(135, 23);
            this.lblEmail.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblEmail.TabIndex = 305311;
            this.lblEmail.Text = "E-mail Addresses:";
            // 
            // txtNameLast
            // 
            this.txtNameLast.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtNameLast.Border.Class = "TextBoxBorder";
            this.txtNameLast.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtNameLast.DisabledBackColor = System.Drawing.Color.White;
            this.txtNameLast.Enabled = false;
            this.txtNameLast.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtNameLast.ForeColor = System.Drawing.Color.Black;
            this.txtNameLast.Location = new System.Drawing.Point(326, 12);
            this.txtNameLast.Name = "txtNameLast";
            this.txtNameLast.PreventEnterBeep = true;
            this.txtNameLast.Size = new System.Drawing.Size(174, 25);
            this.txtNameLast.TabIndex = 2;
            // 
            // txtNameFirst
            // 
            this.txtNameFirst.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtNameFirst.Border.Class = "TextBoxBorder";
            this.txtNameFirst.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtNameFirst.DisabledBackColor = System.Drawing.Color.White;
            this.txtNameFirst.Enabled = false;
            this.txtNameFirst.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtNameFirst.ForeColor = System.Drawing.Color.Black;
            this.txtNameFirst.Location = new System.Drawing.Point(156, 12);
            this.txtNameFirst.Name = "txtNameFirst";
            this.txtNameFirst.PreventEnterBeep = true;
            this.txtNameFirst.Size = new System.Drawing.Size(164, 25);
            this.txtNameFirst.TabIndex = 1;
            // 
            // lblName
            // 
            this.lblName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblName.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblName.ForeColor = System.Drawing.Color.Black;
            this.lblName.Location = new System.Drawing.Point(15, 12);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(135, 23);
            this.lblName.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblName.TabIndex = 305307;
            this.lblName.Text = "Name (First/Last):";
            // 
            // txtSuperCode
            // 
            this.txtSuperCode.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtSuperCode.Border.Class = "TextBoxBorder";
            this.txtSuperCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtSuperCode.DisabledBackColor = System.Drawing.Color.White;
            this.txtSuperCode.Enabled = false;
            this.txtSuperCode.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtSuperCode.ForeColor = System.Drawing.Color.Black;
            this.txtSuperCode.Location = new System.Drawing.Point(156, 258);
            this.txtSuperCode.Name = "txtSuperCode";
            this.txtSuperCode.PreventEnterBeep = true;
            this.txtSuperCode.Size = new System.Drawing.Size(80, 25);
            this.txtSuperCode.TabIndex = 14;
            // 
            // lblSuperCode
            // 
            this.lblSuperCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblSuperCode.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblSuperCode.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblSuperCode.ForeColor = System.Drawing.Color.Black;
            this.lblSuperCode.Location = new System.Drawing.Point(15, 258);
            this.lblSuperCode.Name = "lblSuperCode";
            this.lblSuperCode.Size = new System.Drawing.Size(135, 23);
            this.lblSuperCode.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblSuperCode.TabIndex = 50;
            this.lblSuperCode.Text = "Supervisor Code:";
            // 
            // cbxStatus
            // 
            this.cbxStatus.DisplayMember = "Text";
            this.cbxStatus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxStatus.Enabled = false;
            this.cbxStatus.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxStatus.ForeColor = System.Drawing.Color.Black;
            this.cbxStatus.FormattingEnabled = true;
            this.cbxStatus.ItemHeight = 19;
            this.cbxStatus.Items.AddRange(new object[] {
            this.cbxiStatus1,
            this.cbxiStatus2});
            this.cbxStatus.Location = new System.Drawing.Point(326, 187);
            this.cbxStatus.Name = "cbxStatus";
            this.cbxStatus.Size = new System.Drawing.Size(174, 25);
            this.cbxStatus.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxStatus.TabIndex = 12;
            // 
            // cbxiStatus1
            // 
            this.cbxiStatus1.Text = "Enabled";
            this.cbxiStatus1.Value = "1";
            // 
            // cbxiStatus2
            // 
            this.cbxiStatus2.Text = "Disabled";
            this.cbxiStatus2.Value = "2";
            // 
            // cbxGroup
            // 
            this.cbxGroup.DisplayMember = "Text";
            this.cbxGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxGroup.Enabled = false;
            this.cbxGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.cbxGroup.ForeColor = System.Drawing.Color.Black;
            this.cbxGroup.FormattingEnabled = true;
            this.cbxGroup.ItemHeight = 19;
            this.cbxGroup.Items.AddRange(new object[] {
            this.cbxiGroup1,
            this.cbxiGroup2,
            this.cbxiGroup3,
            this.cbxiGroup4});
            this.cbxGroup.Location = new System.Drawing.Point(156, 187);
            this.cbxGroup.Name = "cbxGroup";
            this.cbxGroup.Size = new System.Drawing.Size(164, 25);
            this.cbxGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbxGroup.TabIndex = 11;
            // 
            // cbxiGroup1
            // 
            this.cbxiGroup1.Text = "Inspector";
            this.cbxiGroup1.Value = "1";
            // 
            // cbxiGroup2
            // 
            this.cbxiGroup2.Text = "Supervisor";
            this.cbxiGroup2.Value = "2";
            // 
            // cbxiGroup3
            // 
            this.cbxiGroup3.Text = "Administrator";
            this.cbxiGroup3.Value = "3";
            // 
            // cbxiGroup4
            // 
            this.cbxiGroup4.Text = "Super-Administrator";
            this.cbxiGroup4.Value = "4";
            // 
            // lblGroup
            // 
            this.lblGroup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblGroup.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblGroup.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblGroup.ForeColor = System.Drawing.Color.Black;
            this.lblGroup.Location = new System.Drawing.Point(15, 187);
            this.lblGroup.Name = "lblGroup";
            this.lblGroup.Size = new System.Drawing.Size(134, 23);
            this.lblGroup.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblGroup.TabIndex = 47;
            this.lblGroup.Text = "User Group/Status:";
            // 
            // btnPassReset
            // 
            this.btnPassReset.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnPassReset.BackColor = System.Drawing.Color.White;
            this.btnPassReset.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnPassReset.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnPassReset.Enabled = false;
            this.btnPassReset.FocusCuesEnabled = false;
            this.btnPassReset.Location = new System.Drawing.Point(326, 156);
            this.btnPassReset.Name = "btnPassReset";
            this.btnPassReset.Size = new System.Drawing.Size(174, 25);
            this.btnPassReset.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnPassReset.TabIndex = 10;
            this.btnPassReset.TabStop = false;
            this.btnPassReset.Text = "Set/Reset Password";
            this.btnPassReset.Click += new System.EventHandler(this.btnPassReset_Click);
            // 
            // txtUsername
            // 
            this.txtUsername.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtUsername.Border.Class = "TextBoxBorder";
            this.txtUsername.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtUsername.DisabledBackColor = System.Drawing.Color.White;
            this.txtUsername.Enabled = false;
            this.txtUsername.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtUsername.ForeColor = System.Drawing.Color.Black;
            this.txtUsername.Location = new System.Drawing.Point(156, 156);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.PreventEnterBeep = true;
            this.txtUsername.Size = new System.Drawing.Size(164, 25);
            this.txtUsername.TabIndex = 9;
            // 
            // lblUsername
            // 
            this.lblUsername.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            // 
            // 
            // 
            this.lblUsername.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.lblUsername.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.lblUsername.ForeColor = System.Drawing.Color.Black;
            this.lblUsername.Location = new System.Drawing.Point(15, 156);
            this.lblUsername.Name = "lblUsername";
            this.lblUsername.Size = new System.Drawing.Size(135, 23);
            this.lblUsername.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.lblUsername.TabIndex = 43;
            this.lblUsername.Text = "Username/Password:"******"tiGeneral";
            this.tiGeneral.Text = "  General";
            // 
            // tpDocs
            // 
            this.tpDocs.Controls.Add(this.gDocs);
            this.tpDocs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpDocs.Location = new System.Drawing.Point(0, 28);
            this.tpDocs.Name = "tpDocs";
            this.tpDocs.Size = new System.Drawing.Size(515, 357);
            this.tpDocs.TabIndex = 0;
            this.tpDocs.TabItem = this.tiDocs;
            // 
            // gDocs
            // 
            this.gDocs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gDocs.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background1.Color1 = System.Drawing.Color.White;
            background1.Color2 = System.Drawing.Color.White;
            this.gDocs.DefaultVisualStyles.CellStyles.Default.Background = background1;
            this.gDocs.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding1.Left = 5;
            padding1.Right = 5;
            this.gDocs.DefaultVisualStyles.CellStyles.Default.Padding = padding1;
            this.gDocs.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background2.Color1 = System.Drawing.Color.LightGray;
            background2.Color2 = System.Drawing.Color.LightGray;
            this.gDocs.DefaultVisualStyles.CellStyles.MouseOver.Background = background2;
            this.gDocs.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background3.Color1 = System.Drawing.Color.White;
            background3.Color2 = System.Drawing.Color.White;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnly.Background = background3;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background4.Color1 = System.Drawing.Color.LightGray;
            background4.Color2 = System.Drawing.Color.LightGray;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background4;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background5.Color1 = System.Drawing.Color.Gainsboro;
            background5.Color2 = System.Drawing.Color.LightGray;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background5;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background6.Color1 = System.Drawing.Color.DarkGray;
            background6.Color2 = System.Drawing.Color.DarkGray;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background6;
            this.gDocs.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background7.Color1 = System.Drawing.Color.Gainsboro;
            background7.Color2 = System.Drawing.Color.Gainsboro;
            this.gDocs.DefaultVisualStyles.CellStyles.Selected.Background = background7;
            this.gDocs.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background8.Color1 = System.Drawing.Color.DarkGray;
            background8.Color2 = System.Drawing.Color.DarkGray;
            this.gDocs.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background8;
            this.gDocs.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background9.Color1 = System.Drawing.Color.White;
            background9.Color2 = System.Drawing.Color.White;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background9;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding2.Left = 5;
            padding2.Right = 5;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding2;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background10.Color1 = System.Drawing.Color.White;
            background10.Color2 = System.Drawing.Color.White;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background10;
            this.gDocs.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gDocs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gDocs.Enabled = false;
            this.gDocs.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gDocs.ForeColor = System.Drawing.Color.Black;
            this.gDocs.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gDocs.Location = new System.Drawing.Point(0, 0);
            this.gDocs.Name = "gDocs";
            // 
            // 
            // 
            this.gDocs.PrimaryGrid.AllowEdit = false;
            this.gDocs.PrimaryGrid.AllowRowDelete = true;
            this.gDocs.PrimaryGrid.CheckBoxes = true;
            this.gDocs.PrimaryGrid.Columns.Add(this.gcDocsFileType);
            this.gDocs.PrimaryGrid.Columns.Add(this.gcDocsFileName);
            this.gDocs.PrimaryGrid.Columns.Add(this.gcDocsFileSize);
            this.gDocs.PrimaryGrid.DefaultRowHeight = 26;
            this.gDocs.PrimaryGrid.MultiSelect = false;
            this.gDocs.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gDocs.PrimaryGrid.ReadOnly = true;
            this.gDocs.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight;
            this.gDocs.PrimaryGrid.ShowRowHeaders = false;
            this.gDocs.PrimaryGrid.UseAlternateRowStyle = true;
            this.gDocs.Size = new System.Drawing.Size(515, 357);
            this.gDocs.TabIndex = 6;
            this.gDocs.TabStop = false;
            // 
            // gcDocsFileType
            // 
            this.gcDocsFileType.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcDocsFileType.HeaderText = "File Type";
            this.gcDocsFileType.MinimumWidth = 150;
            this.gcDocsFileType.Name = "Type";
            this.gcDocsFileType.Width = 150;
            // 
            // gcDocsFileName
            // 
            this.gcDocsFileName.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gcDocsFileName.MinimumWidth = 200;
            this.gcDocsFileName.Name = "Filename";
            this.gcDocsFileName.Width = 200;
            // 
            // gcDocsFileSize
            // 
            this.gcDocsFileSize.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcDocsFileSize.HeaderText = "File Size";
            this.gcDocsFileSize.MinimumWidth = 100;
            this.gcDocsFileSize.Name = "Size";
            // 
            // tiDocs
            // 
            this.tiDocs.AttachedControl = this.tpDocs;
            this.tiDocs.GlobalItem = false;
            this.tiDocs.Name = "tiDocs";
            this.tiDocs.Text = "  Documents";
            // 
            // tpCaps
            // 
            this.tpCaps.Controls.Add(this.gCaps);
            this.tpCaps.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpCaps.Location = new System.Drawing.Point(0, 28);
            this.tpCaps.Name = "tpCaps";
            this.tpCaps.Size = new System.Drawing.Size(515, 357);
            this.tpCaps.TabIndex = 0;
            this.tpCaps.TabItem = this.tiCaps;
            // 
            // gCaps
            // 
            this.gCaps.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gCaps.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background11.Color1 = System.Drawing.Color.White;
            background11.Color2 = System.Drawing.Color.White;
            this.gCaps.DefaultVisualStyles.CellStyles.Default.Background = background11;
            this.gCaps.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding3.Left = 5;
            padding3.Right = 5;
            this.gCaps.DefaultVisualStyles.CellStyles.Default.Padding = padding3;
            this.gCaps.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background12.Color1 = System.Drawing.Color.LightGray;
            background12.Color2 = System.Drawing.Color.LightGray;
            this.gCaps.DefaultVisualStyles.CellStyles.MouseOver.Background = background12;
            this.gCaps.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background13.Color1 = System.Drawing.Color.White;
            background13.Color2 = System.Drawing.Color.White;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnly.Background = background13;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background14.Color1 = System.Drawing.Color.LightGray;
            background14.Color2 = System.Drawing.Color.LightGray;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background14;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background15.Color1 = System.Drawing.Color.Gainsboro;
            background15.Color2 = System.Drawing.Color.Gainsboro;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background15;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background16.Color1 = System.Drawing.Color.DarkGray;
            background16.Color2 = System.Drawing.Color.DarkGray;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background16;
            this.gCaps.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background17.Color1 = System.Drawing.Color.Gainsboro;
            background17.Color2 = System.Drawing.Color.Gainsboro;
            this.gCaps.DefaultVisualStyles.CellStyles.Selected.Background = background17;
            this.gCaps.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background18.Color1 = System.Drawing.Color.DarkGray;
            background18.Color2 = System.Drawing.Color.DarkGray;
            this.gCaps.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background18;
            this.gCaps.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background19.Color1 = System.Drawing.Color.White;
            background19.Color2 = System.Drawing.Color.White;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background19;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding4.Left = 5;
            padding4.Right = 5;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding4;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background20.Color1 = System.Drawing.Color.White;
            background20.Color2 = System.Drawing.Color.White;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background20;
            this.gCaps.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gCaps.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gCaps.Enabled = false;
            this.gCaps.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gCaps.ForeColor = System.Drawing.Color.Black;
            this.gCaps.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gCaps.Location = new System.Drawing.Point(0, 0);
            this.gCaps.Name = "gCaps";
            // 
            // 
            // 
            this.gCaps.PrimaryGrid.AllowEdit = false;
            this.gCaps.PrimaryGrid.AllowRowDelete = true;
            this.gCaps.PrimaryGrid.CheckBoxes = true;
            this.gCaps.PrimaryGrid.Columns.Add(this.gcCapsCap);
            this.gCaps.PrimaryGrid.DefaultRowHeight = 26;
            this.gCaps.PrimaryGrid.MultiSelect = false;
            this.gCaps.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gCaps.PrimaryGrid.ReadOnly = true;
            this.gCaps.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight;
            this.gCaps.PrimaryGrid.ShowRowHeaders = false;
            this.gCaps.PrimaryGrid.UseAlternateRowStyle = true;
            this.gCaps.Size = new System.Drawing.Size(515, 357);
            this.gCaps.TabIndex = 5;
            this.gCaps.TabStop = false;
            // 
            // gcCapsCap
            // 
            this.gcCapsCap.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gcCapsCap.HeaderText = "Capability";
            this.gcCapsCap.MinimumWidth = 100;
            this.gcCapsCap.Name = "Capability";
            // 
            // tiCaps
            // 
            this.tiCaps.AttachedControl = this.tpCaps;
            this.tiCaps.GlobalItem = false;
            this.tiCaps.Name = "tiCaps";
            this.tiCaps.Text = "  Capabilities";
            // 
            // tpQuals
            // 
            this.tpQuals.Controls.Add(this.gQuals);
            this.tpQuals.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpQuals.Location = new System.Drawing.Point(0, 28);
            this.tpQuals.Name = "tpQuals";
            this.tpQuals.Size = new System.Drawing.Size(515, 357);
            this.tpQuals.TabIndex = 0;
            this.tpQuals.TabItem = this.tiQuals;
            // 
            // gQuals
            // 
            this.gQuals.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.gQuals.DefaultVisualStyles.CellStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background21.Color1 = System.Drawing.Color.White;
            background21.Color2 = System.Drawing.Color.White;
            this.gQuals.DefaultVisualStyles.CellStyles.Default.Background = background21;
            this.gQuals.DefaultVisualStyles.CellStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding5.Left = 5;
            padding5.Right = 5;
            this.gQuals.DefaultVisualStyles.CellStyles.Default.Padding = padding5;
            this.gQuals.DefaultVisualStyles.CellStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background22.Color1 = System.Drawing.Color.LightGray;
            background22.Color2 = System.Drawing.Color.LightGray;
            this.gQuals.DefaultVisualStyles.CellStyles.MouseOver.Background = background22;
            this.gQuals.DefaultVisualStyles.CellStyles.MouseOver.TextColor = System.Drawing.Color.Black;
            background23.Color1 = System.Drawing.Color.White;
            background23.Color2 = System.Drawing.Color.White;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnly.Background = background23;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnly.TextColor = System.Drawing.Color.Gray;
            background24.Color1 = System.Drawing.Color.LightGray;
            background24.Color2 = System.Drawing.Color.LightGray;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.Background = background24;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnlyMouseOver.TextColor = System.Drawing.Color.DimGray;
            background25.Color1 = System.Drawing.Color.Gainsboro;
            background25.Color2 = System.Drawing.Color.Gainsboro;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnlySelected.Background = background25;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnlySelected.TextColor = System.Drawing.Color.Gray;
            background26.Color1 = System.Drawing.Color.DarkGray;
            background26.Color2 = System.Drawing.Color.DarkGray;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.Background = background26;
            this.gQuals.DefaultVisualStyles.CellStyles.ReadOnlySelectedMouseOver.TextColor = System.Drawing.Color.DimGray;
            background27.Color1 = System.Drawing.Color.Gainsboro;
            background27.Color2 = System.Drawing.Color.Gainsboro;
            this.gQuals.DefaultVisualStyles.CellStyles.Selected.Background = background27;
            this.gQuals.DefaultVisualStyles.CellStyles.Selected.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            background28.Color1 = System.Drawing.Color.DarkGray;
            background28.Color2 = System.Drawing.Color.DarkGray;
            this.gQuals.DefaultVisualStyles.CellStyles.SelectedMouseOver.Background = background28;
            this.gQuals.DefaultVisualStyles.CellStyles.SelectedMouseOver.TextColor = System.Drawing.Color.Black;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.Default.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background29.Color1 = System.Drawing.Color.White;
            background29.Color2 = System.Drawing.Color.White;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.Default.Background = background29;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.Default.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            padding6.Left = 5;
            padding6.Right = 5;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.Default.Padding = padding6;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.Default.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Alignment = DevComponents.DotNetBar.SuperGrid.Style.Alignment.MiddleLeft;
            background30.Color1 = System.Drawing.Color.White;
            background30.Color2 = System.Drawing.Color.White;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.Background = background30;
            this.gQuals.DefaultVisualStyles.ColumnHeaderStyles.ReadOnly.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.gQuals.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gQuals.Enabled = false;
            this.gQuals.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed;
            this.gQuals.ForeColor = System.Drawing.Color.Black;
            this.gQuals.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
            this.gQuals.Location = new System.Drawing.Point(0, 0);
            this.gQuals.Name = "gQuals";
            // 
            // 
            // 
            this.gQuals.PrimaryGrid.CheckBoxes = true;
            this.gQuals.PrimaryGrid.Columns.Add(this.gcQualsQual);
            this.gQuals.PrimaryGrid.Columns.Add(this.gcQualsExpires);
            this.gQuals.PrimaryGrid.DefaultRowHeight = 26;
            this.gQuals.PrimaryGrid.MultiSelect = false;
            this.gQuals.PrimaryGrid.NoRowsText = "No results found matching the selection.";
            this.gQuals.PrimaryGrid.ReadOnly = true;
            this.gQuals.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.RowWithCellHighlight;
            this.gQuals.PrimaryGrid.ShowRowHeaders = false;
            this.gQuals.PrimaryGrid.UseAlternateRowStyle = true;
            this.gQuals.Size = new System.Drawing.Size(515, 357);
            this.gQuals.TabIndex = 4;
            this.gQuals.TabStop = false;
            // 
            // gcQualsQual
            // 
            this.gcQualsQual.AllowEdit = false;
            this.gcQualsQual.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.Fill;
            this.gcQualsQual.HeaderText = "Qualification";
            this.gcQualsQual.MinimumWidth = 100;
            this.gcQualsQual.Name = "Qualification";
            // 
            // gcQualsExpires
            // 
            this.gcQualsExpires.AutoSizeMode = DevComponents.DotNetBar.SuperGrid.ColumnAutoSizeMode.None;
            this.gcQualsExpires.HeaderText = "Expires";
            this.gcQualsExpires.MinimumWidth = 120;
            this.gcQualsExpires.Name = "Expires";
            this.gcQualsExpires.Width = 120;
            // 
            // tiQuals
            // 
            this.tiQuals.AttachedControl = this.tpQuals;
            this.tiQuals.GlobalItem = false;
            this.tiQuals.Name = "tiQuals";
            this.tiQuals.Text = "  Qualifications";
            // 
            // tpNotes
            // 
            this.tpNotes.Controls.Add(this.txtNotes);
            this.tpNotes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tpNotes.Location = new System.Drawing.Point(0, 28);
            this.tpNotes.Name = "tpNotes";
            this.tpNotes.Size = new System.Drawing.Size(515, 357);
            this.tpNotes.TabIndex = 0;
            this.tpNotes.TabItem = this.tiNotes;
            // 
            // txtNotes
            // 
            this.txtNotes.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.txtNotes.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.txtNotes.Border.Class = "TextBoxBorder";
            this.txtNotes.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtNotes.DisabledBackColor = System.Drawing.Color.White;
            this.txtNotes.Enabled = false;
            this.txtNotes.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.txtNotes.ForeColor = System.Drawing.Color.Black;
            this.txtNotes.Location = new System.Drawing.Point(15, 12);
            this.txtNotes.Multiline = true;
            this.txtNotes.Name = "txtNotes";
            this.txtNotes.PreventEnterBeep = true;
            this.txtNotes.Size = new System.Drawing.Size(485, 330);
            this.txtNotes.TabIndex = 15;
            // 
            // tiNotes
            // 
            this.tiNotes.AttachedControl = this.tpNotes;
            this.tiNotes.GlobalItem = false;
            this.tiNotes.Name = "tiNotes";
            this.tiNotes.Text = "  Notes";
            // 
            // btnSave
            // 
            this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnSave.Enabled = false;
            this.btnSave.Location = new System.Drawing.Point(750, 411);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(92, 34);
            this.btnSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnSave.TabIndex = 15;
            this.btnSave.TabStop = false;
            this.btnSave.Text = "Save";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnCancel.Enabled = false;
            this.btnCancel.Location = new System.Drawing.Point(327, 411);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(92, 34);
            this.btnCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btnCancel.TabIndex = 16;
            this.btnCancel.TabStop = false;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // cm
            // 
            this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmiUserAdd,
            this.cmiUserRemove});
            this.cm.Name = "cm";
            this.cm.Size = new System.Drawing.Size(170, 48);
            // 
            // cmiUserAdd
            // 
            this.cmiUserAdd.Name = "cmiUserAdd";
            this.cmiUserAdd.Size = new System.Drawing.Size(169, 22);
            this.cmiUserAdd.Text = "Add inspector";
            this.cmiUserAdd.Click += new System.EventHandler(this.cmiUserAdd_Click);
            // 
            // cmiUserRemove
            // 
            this.cmiUserRemove.Name = "cmiUserRemove";
            this.cmiUserRemove.Size = new System.Drawing.Size(169, 22);
            this.cmiUserRemove.Text = "Remove inspector";
            this.cmiUserRemove.Click += new System.EventHandler(this.cmiUserRemove_Click);
            // 
            // frmUsers
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.CaptionFont = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.ClientSize = new System.Drawing.Size(854, 457);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.tc);
            this.Controls.Add(this.tv);
            this.DoubleBuffered = true;
            this.Font = new System.Drawing.Font("Segoe UI", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmUsers";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Manage Inspectors";
            ((System.ComponentModel.ISupportInitialize)(this.tv)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tc)).EndInit();
            this.tc.ResumeLayout(false);
            this.tpGeneral.ResumeLayout(false);
            this.tpDocs.ResumeLayout(false);
            this.tpCaps.ResumeLayout(false);
            this.tpQuals.ResumeLayout(false);
            this.tpNotes.ResumeLayout(false);
            this.cm.ResumeLayout(false);
            this.ResumeLayout(false);

        }