Ejemplo n.º 1
0
        private void StatusFillItems()
        {
            _StatusInfoTextItem = new DXB.BarStaticItem()
            {
                Caption = "Stavový řádek"
            };
            this.StatusBar.ItemLinks.Add(_StatusInfoTextItem);

            _StatusProgressBar                       = new DXE.Repository.RepositoryItemProgressBar();
            _StatusProgressBar.AutoHeight            = true;
            _StatusProgressBar.BorderStyle           = DXE.Controls.BorderStyles.Office2003;
            _StatusProgressBar.Minimum               = 0;
            _StatusProgressBar.Maximum               = 200;
            _StatusProgressBar.BestFitWidth          = 200;
            _StatusProgressBar.FlowAnimationEnabled  = true;
            _StatusProgressBar.FlowAnimationDuration = 2500;
            _StatusProgressBar.FlowAnimationDelay    = 1000;
            _StatusProgressBar.ProgressViewStyle     = DXE.Controls.ProgressViewStyle.Solid;
            _StatusProgressBar.ProgressKind          = DXE.Controls.ProgressKind.Horizontal;
            _StatusProgressBar.ProgressPadding       = new Padding(3);
            this.Ribbon.RepositoryItems.Add(_StatusProgressBar);

            _StatusProgressEdit = new DXB.BarEditItem();
            this.Ribbon.Items.Add(_StatusProgressEdit);
            _StatusProgressEdit.Edit       = _StatusProgressBar;
            _StatusProgressEdit.Alignment  = DXB.BarItemLinkAlignment.Right;
            _StatusProgressEdit.Size       = new Size(200, 18);
            _StatusProgressEdit.EditHeight = 12;
            _StatusProgressEdit.EditValue  = 0;
            _StatusProgressEdit.EditWidth  = 200;
            _StatusProgressEdit.Visibility = DXB.BarItemVisibility.Never;
            this.StatusBar.ItemLinks.Add(_StatusProgressEdit);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StrategiesCollectionForm));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.siAdd = new DevExpress.XtraBars.BarSubItem();
     this.biRemove = new DevExpress.XtraBars.BarButtonItem();
     this.biEdit = new DevExpress.XtraBars.BarButtonItem();
     this.biStart = new DevExpress.XtraBars.BarButtonItem();
     this.biStop = new DevExpress.XtraBars.BarButtonItem();
     this.biSimulation = new DevExpress.XtraBars.BarButtonItem();
     this.biOptimizeParams = new DevExpress.XtraBars.BarButtonItem();
     this.btShowData = new DevExpress.XtraBars.BarButtonItem();
     this.bcShowLog = new DevExpress.XtraBars.BarCheckItem();
     this.biSettings = new DevExpress.XtraBars.BarButtonItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.siStatus = new DevExpress.XtraBars.BarStaticItem();
     this.beSimulationProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dpLogPanel = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.logMessagesControl = new CryptoMarketClient.LogMessagesControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.strategyBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colEnabled = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colDemoMode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStateText = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riTextEditState = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colEarned = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEnableNotifications = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
     this.toastNotificationsManager1 = new DevExpress.XtraBars.ToastNotifications.ToastNotificationsManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dpLogPanel.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.strategyBaseBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTextEditState)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toastNotificationsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowHtmlText = true;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar3});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siAdd,
     this.biRemove,
     this.biEdit,
     this.siStatus,
     this.biStart,
     this.biStop,
     this.btShowData,
     this.biSimulation,
     this.bcShowLog,
     this.biOptimizeParams,
     this.beSimulationProgress,
     this.biSettings});
     this.barManager1.MaxItemId = 15;
     this.barManager1.OptionsStubGlyphs.AllowStubGlyphs = DevExpress.Utils.DefaultBoolean.True;
     this.barManager1.OptionsStubGlyphs.CaseMode = DevExpress.Utils.Drawing.GlyphTextCaseMode.UpperCase;
     this.barManager1.OptionsStubGlyphs.CornerRadius = 3;
     this.barManager1.OptionsStubGlyphs.Font = new System.Drawing.Font("Segoe UI", 12F);
     this.barManager1.OptionsStubGlyphs.LetterCount = DevExpress.Utils.Drawing.GlyphTextSymbolCount.Two;
     this.barManager1.OptionsStubGlyphs.UseFont = true;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemProgressBar1});
     //
     // bar1
     //
     this.bar1.BarAppearance.Hovered.FontStyleDelta = System.Drawing.FontStyle.Bold;
     this.bar1.BarAppearance.Hovered.Options.UseFont = true;
     this.bar1.BarAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold;
     this.bar1.BarAppearance.Normal.Options.UseFont = true;
     this.bar1.BarAppearance.Pressed.FontStyleDelta = System.Drawing.FontStyle.Bold;
     this.bar1.BarAppearance.Pressed.Options.UseFont = true;
     this.bar1.BarName = "Tools";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.biRemove),
     new DevExpress.XtraBars.LinkPersistInfo(this.biEdit),
     new DevExpress.XtraBars.LinkPersistInfo(this.biStart, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.biStop),
     new DevExpress.XtraBars.LinkPersistInfo(this.biSimulation),
     new DevExpress.XtraBars.LinkPersistInfo(this.biOptimizeParams),
     new DevExpress.XtraBars.LinkPersistInfo(this.btShowData, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.bcShowLog),
     new DevExpress.XtraBars.LinkPersistInfo(this.biSettings)});
     this.bar1.OptionsBar.DrawBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Tools";
     //
     // siAdd
     //
     this.siAdd.Caption = "New";
     this.siAdd.Id = 0;
     this.siAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("siAdd.ImageOptions.SvgImage")));
     this.siAdd.Name = "siAdd";
     this.siAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // biRemove
     //
     this.biRemove.Caption = "Remove Selected";
     this.biRemove.Id = 1;
     this.biRemove.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biRemove.ImageOptions.SvgImage")));
     this.biRemove.Name = "biRemove";
     this.biRemove.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biRemove.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biRemove_ItemClick);
     //
     // biEdit
     //
     this.biEdit.Caption = "Edit";
     this.biEdit.Id = 2;
     this.biEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biEdit.ImageOptions.SvgImage")));
     this.biEdit.Name = "biEdit";
     this.biEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biEdit_ItemClick);
     //
     // biStart
     //
     this.biStart.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.biStart.Caption = "<b>Run!</b>";
     this.biStart.Id = 4;
     this.biStart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biStart.ImageOptions.SvgImage")));
     this.biStart.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Information;
     this.biStart.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biStart.Name = "biStart";
     this.biStart.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biStart_ItemClick);
     //
     // biStop
     //
     this.biStop.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.biStop.Caption = "<b>Stop</b>";
     this.biStop.Id = 5;
     this.biStop.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biStop.ImageOptions.SvgImage")));
     this.biStop.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical;
     this.biStop.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biStop.Name = "biStop";
     this.biStop.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biStop_ItemClick);
     //
     // biSimulation
     //
     this.biSimulation.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.biSimulation.Caption = "<b>Simulation</b>";
     this.biSimulation.Id = 8;
     this.biSimulation.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biSimulation.ImageOptions.SvgImage")));
     this.biSimulation.ItemAppearance.Hovered.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biSimulation.ItemAppearance.Hovered.Options.UseForeColor = true;
     this.biSimulation.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biSimulation.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biSimulation.ItemAppearance.Pressed.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biSimulation.ItemAppearance.Pressed.Options.UseForeColor = true;
     this.biSimulation.Name = "biSimulation";
     this.biSimulation.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biSimulation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biSimulation_ItemClick);
     //
     // biOptimizeParams
     //
     this.biOptimizeParams.Caption = "Optimize Params";
     this.biOptimizeParams.Id = 11;
     this.biOptimizeParams.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biOptimizeParams.ImageOptions.SvgImage")));
     this.biOptimizeParams.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biOptimizeParams.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biOptimizeParams.Name = "biOptimizeParams";
     this.biOptimizeParams.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biOptimizeParams.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biOptimizeParams_ItemClick);
     //
     // btShowData
     //
     this.btShowData.Caption = "<b>Show Data</b>";
     this.btShowData.Id = 6;
     this.btShowData.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btShowData.ImageOptions.SvgImage")));
     this.btShowData.Name = "btShowData";
     this.btShowData.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btShowData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btShowData_ItemClick);
     //
     // bcShowLog
     //
     this.bcShowLog.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bcShowLog.Caption = "<b>Show Log</b>";
     this.bcShowLog.Id = 10;
     this.bcShowLog.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bcShowLog.ImageOptions.SvgImage")));
     this.bcShowLog.Name = "bcShowLog";
     this.bcShowLog.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bcShowLog.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bcShowLog_CheckedChanged);
     //
     // biSettings
     //
     this.biSettings.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.biSettings.Caption = "Settings";
     this.biSettings.Id = 14;
     this.biSettings.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biSettings.ImageOptions.SvgImage")));
     this.biSettings.Name = "biSettings";
     this.biSettings.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biSettings_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siStatus),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.beSimulationProgress, "", false, true, true, 210)});
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // siStatus
     //
     this.siStatus.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.siStatus.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.siStatus.Caption = "    ";
     this.siStatus.Id = 3;
     this.siStatus.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Information;
     this.siStatus.ItemAppearance.Normal.Options.UseForeColor = true;
     this.siStatus.Name = "siStatus";
     //
     // beSimulationProgress
     //
     this.beSimulationProgress.AutoFillWidth = true;
     this.beSimulationProgress.Caption = "barEditItem1";
     this.beSimulationProgress.Edit = this.repositoryItemProgressBar1;
     this.beSimulationProgress.Id = 13;
     this.beSimulationProgress.Name = "beSimulationProgress";
     this.beSimulationProgress.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Maximum = 100000;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     this.repositoryItemProgressBar1.ShowTitle = true;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager = this.barManager1;
     this.barDockControlTop.Size = new System.Drawing.Size(1667, 60);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 974);
     this.barDockControlBottom.Manager = this.barManager1;
     this.barDockControlBottom.Size = new System.Drawing.Size(1667, 52);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 60);
     this.barDockControlLeft.Manager = this.barManager1;
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 914);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1667, 60);
     this.barDockControlRight.Manager = this.barManager1;
     this.barDockControlRight.Size = new System.Drawing.Size(0, 914);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dpLogPanel});
     this.dockManager1.MenuManager = this.barManager1;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "System.Windows.Forms.MenuStrip",
     "System.Windows.Forms.StatusStrip",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl",
     "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
     "DevExpress.XtraBars.Navigation.TileNavPane",
     "DevExpress.XtraBars.TabFormControl",
     "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
     "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
     //
     // dpLogPanel
     //
     this.dpLogPanel.Controls.Add(this.dockPanel1_Container);
     this.dpLogPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dpLogPanel.ID = new System.Guid("10bbb36d-c4c6-4135-83c3-42595d23e751");
     this.dpLogPanel.Location = new System.Drawing.Point(0, 526);
     this.dpLogPanel.Name = "dpLogPanel";
     this.dpLogPanel.OriginalSize = new System.Drawing.Size(200, 441);
     this.dpLogPanel.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dpLogPanel.SavedIndex = 0;
     this.dpLogPanel.Size = new System.Drawing.Size(1667, 441);
     this.dpLogPanel.Text = "Log";
     this.dpLogPanel.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.logMessagesControl);
     this.dockPanel1_Container.Location = new System.Drawing.Point(8, 51);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1651, 382);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // logMessagesControl
     //
     this.logMessagesControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.logMessagesControl.Location = new System.Drawing.Point(0, 0);
     this.logMessagesControl.Name = "logMessagesControl";
     this.logMessagesControl.Size = new System.Drawing.Size(1651, 382);
     this.logMessagesControl.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.strategyBaseBindingSource;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 60);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemCheckEdit3,
     this.riTextEditState});
     this.gridControl1.Size = new System.Drawing.Size(1667, 914);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // strategyBaseBindingSource
     //
     this.strategyBaseBindingSource.DataSource = typeof(Crypto.Core.Strategies.StrategyBase);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colEnabled,
     this.colDemoMode,
     this.colDescription,
     this.colName,
     this.colStateText,
     this.colEarned,
     this.colEnableNotifications});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsDetail.EnableMasterViewMode = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Full;
     this.gridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // colEnabled
     //
     this.colEnabled.ColumnEdit = this.repositoryItemCheckEdit1;
     this.colEnabled.FieldName = "Enabled";
     this.colEnabled.MinWidth = 40;
     this.colEnabled.Name = "colEnabled";
     this.colEnabled.Visible = true;
     this.colEnabled.VisibleIndex = 0;
     this.colEnabled.Width = 160;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgToggle1;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.EditValueChanged += new System.EventHandler(this.repositoryItemCheckEdit1_EditValueChanged);
     //
     // colDemoMode
     //
     this.colDemoMode.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colDemoMode.FieldName = "DemoMode";
     this.colDemoMode.MinWidth = 40;
     this.colDemoMode.Name = "colDemoMode";
     this.colDemoMode.Visible = true;
     this.colDemoMode.VisibleIndex = 1;
     this.colDemoMode.Width = 195;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgToggle1;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.EditValueChanged += new System.EventHandler(this.repositoryItemCheckEdit2_EditValueChanged);
     //
     // colDescription
     //
     this.colDescription.ColumnEdit = this.repositoryItemTextEdit1;
     this.colDescription.FieldName = "Description";
     this.colDescription.MinWidth = 40;
     this.colDescription.Name = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit = false;
     this.colDescription.Width = 554;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.repositoryItemTextEdit1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
     //
     // colName
     //
     this.colName.FieldName = "Name";
     this.colName.MinWidth = 40;
     this.colName.Name = "colName";
     this.colName.OptionsColumn.AllowEdit = false;
     this.colName.OptionsColumn.ReadOnly = true;
     this.colName.Visible = true;
     this.colName.VisibleIndex = 3;
     this.colName.Width = 361;
     //
     // colStateText
     //
     this.colStateText.ColumnEdit = this.riTextEditState;
     this.colStateText.FieldName = "StateText";
     this.colStateText.MinWidth = 40;
     this.colStateText.Name = "colStateText";
     this.colStateText.OptionsColumn.AllowEdit = false;
     this.colStateText.Visible = true;
     this.colStateText.VisibleIndex = 4;
     this.colStateText.Width = 366;
     //
     // riTextEditState
     //
     this.riTextEditState.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;
     this.riTextEditState.AutoHeight = false;
     this.riTextEditState.Name = "riTextEditState";
     //
     // colEarned
     //
     this.colEarned.DisplayFormat.FormatString = "0.0000000";
     this.colEarned.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colEarned.FieldName = "Earned";
     this.colEarned.MinWidth = 40;
     this.colEarned.Name = "colEarned";
     this.colEarned.OptionsColumn.AllowEdit = false;
     this.colEarned.Visible = true;
     this.colEarned.VisibleIndex = 5;
     this.colEarned.Width = 412;
     //
     // colEnableNotifications
     //
     this.colEnableNotifications.Caption = "Notifications";
     this.colEnableNotifications.ColumnEdit = this.repositoryItemCheckEdit3;
     this.colEnableNotifications.FieldName = "EnableNotifications";
     this.colEnableNotifications.MinWidth = 40;
     this.colEnableNotifications.Name = "colEnableNotifications";
     this.colEnableNotifications.Visible = true;
     this.colEnableNotifications.VisibleIndex = 2;
     this.colEnableNotifications.Width = 137;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgToggle1;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     this.repositoryItemCheckEdit3.EditValueChanged += new System.EventHandler(this.repositoryItemCheckEdit3_EditValueChanged);
     //
     // toastNotificationsManager1
     //
     this.toastNotificationsManager1.ApplicationId = "ab6decea-81d2-4ad9-b8b7-45653fe59087";
     this.toastNotificationsManager1.Notifications.AddRange(new DevExpress.XtraBars.ToastNotifications.IToastNotificationProperties[] {
     new DevExpress.XtraBars.ToastNotifications.ToastNotification("404ef86f-183c-4fea-960b-86f54e52ea76", global::Crypto.UI.Properties.Resources.notification_image2, "Strategies Simulator", "Strategy simulation finished!", "", DevExpress.XtraBars.ToastNotifications.ToastNotificationSound.Default, DevExpress.XtraBars.ToastNotifications.ToastNotificationDuration.Long, DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.ImageAndText01)});
     //
     // StrategiesCollectionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1667, 1026);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "StrategiesCollectionForm";
     this.Text = "Active Strategies";
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dpLogPanel.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.strategyBaseBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTextEditState)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toastNotificationsManager1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
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(frmWebBrowser));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iBack = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iForward = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iStop = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iRefresh = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHome = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iSearch = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iFavorites = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHistory = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iMail = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iPrint = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.siFile = new DevExpress.XtraBars.BarSubItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.iSave = new DevExpress.XtraBars.BarButtonItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.siView = new DevExpress.XtraBars.BarSubItem();
     this.iToolBars = new DevExpress.XtraBars.BarToolbarsListItem();
     this.siFavorites = new DevExpress.XtraBars.BarSubItem();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.siHelp = new DevExpress.XtraBars.BarSubItem();
     this.iAbout = new DevExpress.XtraBars.BarButtonItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.eAddress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.iGo = new DevExpress.XtraBars.BarButtonItem();
     this.bar4 = new DevExpress.XtraBars.Bar();
     this.iText = new DevExpress.XtraBars.BarStaticItem();
     this.eProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ctrlFavorites1 = new ctrlFavorites();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.iMedia = new DevExpress.XtraBars.BarLargeButtonItem();
     this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO3 = new DevExpress.XtraBars.BarButtonItem();
     this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this._Browser = new System.Windows.Forms.WebBrowser();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     this.hideContainerLeft.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3,
     this.bar4});
     this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
     new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb")),
     new DevExpress.XtraBars.BarManagerCategory("Standard", new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b")),
     new DevExpress.XtraBars.BarManagerCategory("Address", new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d")),
     new DevExpress.XtraBars.BarManagerCategory("StatusBar", new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283")),
     new DevExpress.XtraBars.BarManagerCategory("Items", new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13")),
     new DevExpress.XtraBars.BarManagerCategory("Favorites", new System.Guid("e1ba440c-33dc-4df6-b712-79cdc4dcd983"))});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList2;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siFile,
     this.siView,
     this.siFavorites,
     this.siHelp,
     this.iBack,
     this.iForward,
     this.iStop,
     this.iRefresh,
     this.iHome,
     this.iSearch,
     this.iFavorites,
     this.iMedia,
     this.iHistory,
     this.iMail,
     this.iPrint,
     this.iEdit,
     this.iGo,
     this.eAddress,
     this.iText,
     this.eProgress,
     this.iToolBars,
     this.iAbout,
     this.iExit,
     this.iAdd,
     this.iOpen,
     this.iSave,
     this.ipsWXP,
     this.ipsOXP,
     this.ipsO2K,
     this.ipsO3,
     this.ipsDefault});
     this.barManager1.LargeImages = this.imageList1;
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 38;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemProgressBar1});
     this.barManager1.StatusBar = this.bar4;
     //
     // bar1
     //
     this.bar1.BarName = "Standard Buttons";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(48, 104);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.iForward),
     new DevExpress.XtraBars.LinkPersistInfo(this.iStop),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHome),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHistory),
     new DevExpress.XtraBars.LinkPersistInfo(this.iMail, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit)});
     this.bar1.Text = "Standard Buttons";
     //
     // iBack
     //
     this.iBack.Caption = "Back";
     this.iBack.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iBack.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iBack.Enabled = false;
     this.iBack.Hint = "Back";
     this.iBack.Id = 6;
     this.iBack.LargeImageIndex = 0;
     this.iBack.LargeImageIndexDisabled = 12;
     this.iBack.Name = "iBack";
     this.iBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBack_ItemClick);
     //
     // iForward
     //
     this.iForward.Caption = "Forward";
     this.iForward.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iForward.Enabled = false;
     this.iForward.Hint = "Forward";
     this.iForward.Id = 8;
     this.iForward.LargeImageIndex = 3;
     this.iForward.LargeImageIndexDisabled = 13;
     this.iForward.Name = "iForward";
     this.iForward.ShowCaptionOnBar = false;
     this.iForward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iForward_ItemClick);
     //
     // iStop
     //
     this.iStop.Caption = "Stop";
     this.iStop.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iStop.Hint = "Stop";
     this.iStop.Id = 9;
     this.iStop.LargeImageIndex = 11;
     this.iStop.Name = "iStop";
     this.iStop.ShowCaptionOnBar = false;
     this.iStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iStop_ItemClick);
     //
     // iRefresh
     //
     this.iRefresh.Caption = "Refresh";
     this.iRefresh.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iRefresh.Hint = "Refresh";
     this.iRefresh.Id = 10;
     this.iRefresh.LargeImageIndex = 9;
     this.iRefresh.Name = "iRefresh";
     this.iRefresh.ShowCaptionOnBar = false;
     this.iRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRefresh_ItemClick);
     //
     // iHome
     //
     this.iHome.Caption = "Home";
     this.iHome.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHome.Hint = "Home";
     this.iHome.Id = 11;
     this.iHome.LargeImageIndex = 5;
     this.iHome.Name = "iHome";
     this.iHome.ShowCaptionOnBar = false;
     this.iHome.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHome_ItemClick);
     //
     // iSearch
     //
     this.iSearch.Caption = "Search";
     this.iSearch.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iSearch.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iSearch.Hint = "Search";
     this.iSearch.Id = 12;
     this.iSearch.LargeImageIndex = 10;
     this.iSearch.Name = "iSearch";
     this.iSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSearch_ItemClick);
     //
     // iFavorites
     //
     this.iFavorites.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.iFavorites.Caption = "Favorites";
     this.iFavorites.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iFavorites.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iFavorites.Down = true;
     this.iFavorites.Hint = "Favorites";
     this.iFavorites.Id = 13;
     this.iFavorites.LargeImageIndex = 2;
     this.iFavorites.Name = "iFavorites";
     this.iFavorites.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFavorites_ItemClick);
     //
     // iHistory
     //
     this.iHistory.Caption = "History";
     this.iHistory.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHistory.Enabled = false;
     this.iHistory.Hint = "History";
     this.iHistory.Id = 16;
     this.iHistory.LargeImageIndex = 4;
     this.iHistory.LargeImageIndexDisabled = 14;
     this.iHistory.Name = "iHistory";
     this.iHistory.ShowCaptionOnBar = false;
     //
     // iMail
     //
     this.iMail.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.iMail.Caption = "Mail";
     this.iMail.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMail.Enabled = false;
     this.iMail.Hint = "Mail";
     this.iMail.Id = 17;
     this.iMail.LargeImageIndex = 6;
     this.iMail.LargeImageIndexDisabled = 15;
     this.iMail.Name = "iMail";
     this.iMail.ShowCaptionOnBar = false;
     //
     // iPrint
     //
     this.iPrint.Caption = "&Print...";
     this.iPrint.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iPrint.Hint = "Print";
     this.iPrint.Id = 18;
     this.iPrint.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.iPrint.LargeImageIndex = 8;
     this.iPrint.Name = "iPrint";
     this.iPrint.ShowCaptionOnBar = false;
     this.iPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrint_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "Edit";
     this.iEdit.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iEdit.Hint = "Open Notepad";
     this.iEdit.Id = 19;
     this.iEdit.LargeImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ShowCaptionOnBar = false;
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // bar2
     //
     this.bar2.BarItemHorzIndent = 6;
     this.bar2.BarName = "MainMenu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(39, 106);
     this.bar2.FloatSize = new System.Drawing.Size(20, 22);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.siView),
     new DevExpress.XtraBars.LinkPersistInfo(this.siFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.siHelp)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "MainMenu";
     //
     // siFile
     //
     this.siFile.Caption = "&File";
     this.siFile.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFile.Id = 0;
     this.siFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iExit, true)});
     this.siFile.Name = "siFile";
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open...";
     this.iOpen.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iOpen.Id = 29;
     this.iOpen.ImageIndex = 0;
     this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.iOpen.Name = "iOpen";
     this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
     //
     // iSave
     //
     this.iSave.Caption = "&Save";
     this.iSave.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iSave.Enabled = false;
     this.iSave.Id = 30;
     this.iSave.ImageIndex = 1;
     this.iSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.iSave.Name = "iSave";
     //
     // iExit
     //
     this.iExit.Caption = "E&xit";
     this.iExit.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iExit.Id = 27;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // siView
     //
     this.siView.Caption = "&View";
     this.siView.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siView.Id = 2;
     this.siView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iToolBars)});
     this.siView.Name = "siView";
     //
     // iToolBars
     //
     this.iToolBars.Caption = "ToolBarsList";
     this.iToolBars.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.iToolBars.Id = 25;
     this.iToolBars.Name = "iToolBars";
     //
     // siFavorites
     //
     this.siFavorites.Caption = "F&avorites";
     this.siFavorites.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFavorites.Id = 3;
     this.siFavorites.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd)});
     this.siFavorites.Name = "siFavorites";
     //
     // iAdd
     //
     this.iAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iAdd.Appearance.Options.UseFont = true;
     this.iAdd.Caption = "Add to Favorites...";
     this.iAdd.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAdd.Id = 28;
     this.iAdd.Name = "iAdd";
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // siHelp
     //
     this.siHelp.Caption = "&Help";
     this.siHelp.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siHelp.Id = 4;
     this.siHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout)});
     this.siHelp.Name = "siHelp";
     //
     // iAbout
     //
     this.iAbout.Caption = "&About";
     this.iAbout.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAbout.Id = 26;
     this.iAbout.Name = "iAbout";
     this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Address Bar";
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 2;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.eAddress),
     new DevExpress.XtraBars.LinkPersistInfo(this.iGo)});
     this.bar3.Text = "Address Bar";
     //
     // eAddress
     //
     this.eAddress.AutoFillWidth = true;
     this.eAddress.Caption = "Addresss";
     this.eAddress.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.eAddress.Edit = this.repositoryItemComboBox1;
     this.eAddress.Id = 21;
     this.eAddress.IEBehavior = true;
     this.eAddress.Name = "eAddress";
     this.eAddress.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.eAddress.Width = 400;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AllowFocused = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.CycleOnDblClick = false;
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemComboBox1_KeyDown);
     this.repositoryItemComboBox1.CloseUp += new DevExpress.XtraEditors.Controls.CloseUpEventHandler(this.repositoryItemComboBox1_CloseUp);
     this.repositoryItemComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemComboBox1_SelectedItemChanged);
     //
     // iGo
     //
     this.iGo.Caption = "Go";
     this.iGo.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.iGo.Glyph = ((System.Drawing.Image)(resources.GetObject("iGo.Glyph")));
     this.iGo.Hint = "Go to ...";
     this.iGo.Id = 20;
     this.iGo.Name = "iGo";
     this.iGo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.iGo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iGo_ItemClick);
     //
     // bar4
     //
     this.bar4.BarName = "Status Bar";
     this.bar4.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar4.DockCol = 0;
     this.bar4.DockRow = 0;
     this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar4.FloatLocation = new System.Drawing.Point(30, 434);
     this.bar4.FloatSize = new System.Drawing.Size(20, 22);
     this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iText),
     new DevExpress.XtraBars.LinkPersistInfo(this.eProgress)});
     this.bar4.OptionsBar.AllowQuickCustomization = false;
     this.bar4.OptionsBar.DrawDragBorder = false;
     this.bar4.OptionsBar.DrawSizeGrip = true;
     this.bar4.OptionsBar.RotateWhenVertical = false;
     this.bar4.OptionsBar.UseWholeRow = true;
     this.bar4.Text = "Status Bar";
     //
     // iText
     //
     this.iText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.iText.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.iText.Id = 22;
     this.iText.Name = "iText";
     this.iText.RightIndent = 3;
     this.iText.TextAlignment = System.Drawing.StringAlignment.Near;
     this.iText.Width = 32;
     //
     // eProgress
     //
     this.eProgress.CanOpenEdit = false;
     this.eProgress.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.eProgress.Edit = this.repositoryItemProgressBar1;
     this.eProgress.EditHeight = 10;
     this.eProgress.Id = 24;
     this.eProgress.Name = "eProgress";
     this.eProgress.Width = 70;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.repositoryItemProgressBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PaintStyleName = "Skin";
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerLeft});
     this.dockManager1.Controller = this.barAndDockingController1;
     this.dockManager1.Form = this;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("1734463f-4924-485e-9b75-59ea0e8bfee3");
     this.dockPanel1.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.SavedIndex = 0;
     this.dockPanel1.Size = new System.Drawing.Size(200, 377);
     this.dockPanel1.Text = "Favorites";
     this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.ctrlFavorites1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 349);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // ctrlFavorites1
     //
     this.ctrlFavorites1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFavorites1.Location = new System.Drawing.Point(0, 0);
     this.ctrlFavorites1.Name = "ctrlFavorites1";
     this.ctrlFavorites1.Size = new System.Drawing.Size(194, 349);
     this.ctrlFavorites1.TabIndex = 0;
     this.ctrlFavorites1.AddNewFavorite += new System.EventHandler(this.ctrlFavorites1_AddNewFavorite);
     this.ctrlFavorites1.OpenFavorite += new System.EventHandler(this.ctrlFavorites1_OpenFavorite);
     this.ctrlFavorites1.EditFavorite += new System.EventHandler(this.ctrlFavorites1_EditFavorite);
     this.ctrlFavorites1.DeleteFavorite += new System.EventHandler(this.ctrlFavorites1_DeleteFavorite);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     //
     // iMedia
     //
     this.iMedia.Caption = "Media";
     this.iMedia.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iMedia.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMedia.Hint = "Media";
     this.iMedia.Id = 15;
     this.iMedia.LargeImageIndex = 7;
     this.iMedia.Name = "iMedia";
     //
     // ipsWXP
     //
     this.ipsWXP.Caption = "Windows XP";
     this.ipsWXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsWXP.Description = "WindowsXP";
     this.ipsWXP.Id = 32;
     this.ipsWXP.ImageIndex = 4;
     this.ipsWXP.Name = "ipsWXP";
     this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsOXP
     //
     this.ipsOXP.Caption = "Office XP";
     this.ipsOXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsOXP.Description = "OfficeXP";
     this.ipsOXP.Id = 33;
     this.ipsOXP.ImageIndex = 2;
     this.ipsOXP.Name = "ipsOXP";
     this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO2K
     //
     this.ipsO2K.Caption = "Office 2000";
     this.ipsO2K.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO2K.Description = "Office2000";
     this.ipsO2K.Id = 34;
     this.ipsO2K.ImageIndex = 3;
     this.ipsO2K.Name = "ipsO2K";
     this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO3
     //
     this.ipsO3.Caption = "Office 2003";
     this.ipsO3.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO3.Description = "Office2003";
     this.ipsO3.Id = 36;
     this.ipsO3.ImageIndex = 5;
     this.ipsO3.Name = "ipsO3";
     this.ipsO3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsDefault
     //
     this.ipsDefault.Caption = "Default";
     this.ipsDefault.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsDefault.Description = "Default";
     this.ipsDefault.Id = 37;
     this.ipsDefault.Name = "ipsDefault";
     this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     //
     // webBrowser1
     //
     this._Browser.Dock = System.Windows.Forms.DockStyle.Fill;
     this._Browser.Location = new System.Drawing.Point(19, 90);
     this._Browser.Name = "webBrowser1";
     this._Browser.Size = new System.Drawing.Size(785, 377);
     this._Browser.TabIndex = 4;
     this._Browser.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.webBrowser1_ProgressChanged);
     this._Browser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     this._Browser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser1_Navigated);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 200;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.Controls.Add(this.dockPanel1);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 90);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(19, 377);
     //
     // frmWebBrowser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(804, 490);
     this.Controls.Add(this._Browser);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmWebBrowser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Web Browser";
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     this.hideContainerLeft.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFWFURLBrowser));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iBack = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iForward = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iRefresh = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHome = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iSearch = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iFavorites = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.siFavorites = new DevExpress.XtraBars.BarSubItem();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.siFile = new DevExpress.XtraBars.BarSubItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.eAddress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.iGo = new DevExpress.XtraBars.BarButtonItem();
     this.bar4 = new DevExpress.XtraBars.Bar();
     this.iText = new DevExpress.XtraBars.BarStaticItem();
     this.eProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ctrlFavorites1 = new ctrlFURLFavorites();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.iMedia = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iToolBars = new DevExpress.XtraBars.BarToolbarsListItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
     this.iPaintStyle = new DevExpress.XtraBars.BarSubItem();
     this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO3 = new DevExpress.XtraBars.BarButtonItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.ctrMdiMain = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrMdiMain)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3,
     this.bar4});
     this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
     new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb")),
     new DevExpress.XtraBars.BarManagerCategory("Standard", new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b")),
     new DevExpress.XtraBars.BarManagerCategory("Address", new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d")),
     new DevExpress.XtraBars.BarManagerCategory("StatusBar", new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283")),
     new DevExpress.XtraBars.BarManagerCategory("Items", new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13")),
     new DevExpress.XtraBars.BarManagerCategory("Favorites", new System.Guid("e1ba440c-33dc-4df6-b712-79cdc4dcd983"))});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList2;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siFile,
     this.siFavorites,
     this.iBack,
     this.iForward,
     this.iRefresh,
     this.iHome,
     this.iSearch,
     this.iFavorites,
     this.iMedia,
     this.iEdit,
     this.iGo,
     this.eAddress,
     this.iText,
     this.eProgress,
     this.iToolBars,
     this.iExit,
     this.iAdd,
     this.ipsWXP,
     this.ipsOXP,
     this.ipsO2K,
     this.iPaintStyle,
     this.ipsO3,
     this.ipsDefault});
     this.barManager1.LargeImages = this.imageList1;
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 39;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemProgressBar1});
     this.barManager1.StatusBar = this.bar4;
     //
     // bar1
     //
     this.bar1.BarName = "Standard Buttons";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(48, 104);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.iForward),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHome),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.Text = "Standard Buttons";
     //
     // iBack
     //
     this.iBack.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iBack.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iBack.Enabled = false;
     this.iBack.Hint = "Back";
     this.iBack.Id = 6;
     this.iBack.LargeImageIndex = 0;
     this.iBack.LargeImageIndexDisabled = 12;
     this.iBack.Name = "iBack";
     this.iBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBack_ItemClick);
     //
     // iForward
     //
     this.iForward.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iForward.Enabled = false;
     this.iForward.Hint = "Forward";
     this.iForward.Id = 8;
     this.iForward.LargeImageIndex = 3;
     this.iForward.LargeImageIndexDisabled = 13;
     this.iForward.Name = "iForward";
     this.iForward.ShowCaptionOnBar = false;
     this.iForward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iForward_ItemClick);
     //
     // iRefresh
     //
     this.iRefresh.Caption = "Refresh";
     this.iRefresh.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iRefresh.Hint = "Refresh";
     this.iRefresh.Id = 10;
     this.iRefresh.LargeImageIndex = 9;
     this.iRefresh.Name = "iRefresh";
     this.iRefresh.ShowCaptionOnBar = false;
     this.iRefresh.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
     this.iRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRefresh_ItemClick);
     //
     // iHome
     //
     this.iHome.Caption = "Home";
     this.iHome.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHome.Hint = "Home";
     this.iHome.Id = 11;
     this.iHome.LargeImageIndex = 5;
     this.iHome.Name = "iHome";
     this.iHome.ShowCaptionOnBar = false;
     this.iHome.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
     this.iHome.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHome_ItemClick);
     //
     // iSearch
     //
     this.iSearch.Caption = "Tìm FURL";
     this.iSearch.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iSearch.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iSearch.Hint = "Search";
     this.iSearch.Id = 12;
     this.iSearch.LargeImageIndex = 10;
     this.iSearch.Name = "iSearch";
     this.iSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSearch_ItemClick);
     //
     // iFavorites
     //
     this.iFavorites.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.iFavorites.Caption = "Sổ địa chỉ";
     this.iFavorites.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iFavorites.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iFavorites.Down = true;
     this.iFavorites.Hint = "Favorites";
     this.iFavorites.Id = 13;
     this.iFavorites.LargeImageIndex = 2;
     this.iFavorites.Name = "iFavorites";
     this.iFavorites.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFavorites_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "Edit";
     this.iEdit.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iEdit.Hint = "Open Notepad";
     this.iEdit.Id = 19;
     this.iEdit.LargeImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ShowCaptionOnBar = false;
     this.iEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // bar2
     //
     this.bar2.BarItemHorzIndent = 6;
     this.bar2.BarName = "MainMenu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(39, 106);
     this.bar2.FloatSize = new System.Drawing.Size(20, 22);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.siFile)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "MainMenu";
     //
     // siFavorites
     //
     this.siFavorites.Caption = "Sổ địa chỉ";
     this.siFavorites.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFavorites.Id = 3;
     this.siFavorites.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd)});
     this.siFavorites.Name = "siFavorites";
     //
     // iAdd
     //
     this.iAdd.Caption = "Thêm FURL vào sổ";
     this.iAdd.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAdd.Id = 28;
     this.iAdd.Name = "iAdd";
     this.iAdd.OwnFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iAdd.UseOwnFont = true;
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // siFile
     //
     this.siFile.Caption = "Đóng";
     this.siFile.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFile.Id = 0;
     this.siFile.Name = "siFile";
     this.siFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.siFile_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Address Bar";
     this.bar3.DockCol = 1;
     this.bar3.DockRow = 1;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.eAddress),
     new DevExpress.XtraBars.LinkPersistInfo(this.iGo)});
     this.bar3.Offset = 401;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.Text = "Address Bar";
     //
     // eAddress
     //
     this.eAddress.AutoFillWidth = true;
     this.eAddress.Caption = "FURL";
     this.eAddress.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.eAddress.Edit = this.repositoryItemComboBox1;
     this.eAddress.Id = 21;
     this.eAddress.IEBehavior = true;
     this.eAddress.Name = "eAddress";
     this.eAddress.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.eAddress.Width = 400;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AllowFocused = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.CycleOnDblClick = false;
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemComboBox1_KeyDown);
     this.repositoryItemComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemComboBox1_SelectedItemChanged);
     //
     // iGo
     //
     this.iGo.Caption = "Truy cập";
     this.iGo.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.iGo.Glyph = ((System.Drawing.Image)(resources.GetObject("iGo.Glyph")));
     this.iGo.Hint = "Go to ...";
     this.iGo.Id = 20;
     this.iGo.Name = "iGo";
     this.iGo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.iGo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iGo_ItemClick);
     //
     // bar4
     //
     this.bar4.BarName = "Status Bar";
     this.bar4.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar4.DockCol = 0;
     this.bar4.DockRow = 0;
     this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar4.FloatLocation = new System.Drawing.Point(30, 434);
     this.bar4.FloatSize = new System.Drawing.Size(20, 22);
     this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iText),
     new DevExpress.XtraBars.LinkPersistInfo(this.eProgress)});
     this.bar4.OptionsBar.AllowQuickCustomization = false;
     this.bar4.OptionsBar.DrawDragBorder = false;
     this.bar4.OptionsBar.DrawSizeGrip = true;
     this.bar4.OptionsBar.RotateWhenVertical = false;
     this.bar4.OptionsBar.UseWholeRow = true;
     this.bar4.Text = "Status Bar";
     this.bar4.Visible = false;
     //
     // iText
     //
     this.iText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.iText.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.iText.Id = 22;
     this.iText.Name = "iText";
     this.iText.RightIndent = 3;
     this.iText.TextAlignment = System.Drawing.StringAlignment.Near;
     this.iText.Width = 32;
     //
     // eProgress
     //
     this.eProgress.CanOpenEdit = false;
     this.eProgress.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.eProgress.Edit = this.repositoryItemProgressBar1;
     this.eProgress.EditHeight = 10;
     this.eProgress.Id = 24;
     this.eProgress.Name = "eProgress";
     this.eProgress.Width = 70;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.repositoryItemProgressBar1.Appearance.Options.UseBackColor = true;
     this.repositoryItemProgressBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PaintStyleName = "Skin";
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // dockManager1
     //
     this.dockManager1.Controller = this.barAndDockingController1;
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("1734463f-4924-485e-9b75-59ea0e8bfee3");
     this.dockPanel1.Location = new System.Drawing.Point(0, 60);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockBottom = false;
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.FloatOnDblClick = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.Options.ShowMaximizeButton = false;
     this.dockPanel1.Size = new System.Drawing.Size(159, 404);
     this.dockPanel1.Text = "Sổ địa chỉ";
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.ctrlFavorites1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(153, 376);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // ctrlFavorites1
     //
     this.ctrlFavorites1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFavorites1.Location = new System.Drawing.Point(0, 0);
     this.ctrlFavorites1.Name = "ctrlFavorites1";
     this.ctrlFavorites1.Size = new System.Drawing.Size(153, 376);
     this.ctrlFavorites1.TabIndex = 0;
     this.ctrlFavorites1.AddNewFavorite += new System.EventHandler(this.ctrlFavorites1_AddNewFavorite);
     this.ctrlFavorites1.OpenFavorite += new System.EventHandler(this.ctrlFavorites1_OpenFavorite);
     this.ctrlFavorites1.EditFavorite += new System.EventHandler(this.ctrlFavorites1_EditFavorite);
     this.ctrlFavorites1.DeleteFavorite += new System.EventHandler(this.ctrlFavorites1_DeleteFavorite);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     //
     // iMedia
     //
     this.iMedia.Caption = "Media";
     this.iMedia.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iMedia.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMedia.Hint = "Media";
     this.iMedia.Id = 15;
     this.iMedia.LargeImageIndex = 7;
     this.iMedia.Name = "iMedia";
     //
     // iToolBars
     //
     this.iToolBars.Caption = "ToolBarsList";
     this.iToolBars.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.iToolBars.Id = 25;
     this.iToolBars.Name = "iToolBars";
     //
     // iExit
     //
     this.iExit.Caption = "Đóng";
     this.iExit.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iExit.Id = 27;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // ipsWXP
     //
     this.ipsWXP.Caption = "Windows XP";
     this.ipsWXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsWXP.Description = "WindowsXP";
     this.ipsWXP.Id = 32;
     this.ipsWXP.ImageIndex = 4;
     this.ipsWXP.Name = "ipsWXP";
     this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsOXP
     //
     this.ipsOXP.Caption = "Office XP";
     this.ipsOXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsOXP.Description = "OfficeXP";
     this.ipsOXP.Id = 33;
     this.ipsOXP.ImageIndex = 2;
     this.ipsOXP.Name = "ipsOXP";
     this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO2K
     //
     this.ipsO2K.Caption = "Office 2000";
     this.ipsO2K.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO2K.Description = "Office2000";
     this.ipsO2K.Id = 34;
     this.ipsO2K.ImageIndex = 3;
     this.ipsO2K.Name = "ipsO2K";
     this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // iPaintStyle
     //
     this.iPaintStyle.Caption = "Paint Style";
     this.iPaintStyle.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iPaintStyle.Id = 35;
     this.iPaintStyle.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsDefault),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsWXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsOXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsO2K),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsO3)});
     this.iPaintStyle.Name = "iPaintStyle";
     this.iPaintStyle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // ipsDefault
     //
     this.ipsDefault.Caption = "Default";
     this.ipsDefault.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsDefault.Description = "Default";
     this.ipsDefault.Id = 37;
     this.ipsDefault.Name = "ipsDefault";
     this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO3
     //
     this.ipsO3.Caption = "Office 2003";
     this.ipsO3.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO3.Description = "Office2003";
     this.ipsO3.Id = 36;
     this.ipsO3.ImageIndex = 5;
     this.ipsO3.Name = "ipsO3";
     this.ipsO3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     //
     // ctrMdiMain
     //
     this.ctrMdiMain.Controller = this.barAndDockingController1;
     this.ctrMdiMain.MdiParent = this;
     this.ctrMdiMain.SelectedPageChanged += new System.EventHandler(this.ctrMdiMain_SelectedPageChanged);
     this.ctrMdiMain.PageRemoved += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.ctrMdiMain_PageRemoved);
     //
     // frmBrowser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(668, 490);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.IsMdiContainer = true;
     this.Name = "frmBrowser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Trình duyệt FURL";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctrMdiMain)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(viwReports));
     this.printBarManager1 = new DevExpress.XtraPrinting.Preview.PrintBarManager();
     this.previewBar1 = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.printPreviewBarItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.zoomBarEditItem1 = new DevExpress.XtraPrinting.Preview.ZoomBarEditItem();
     this.printPreviewRepositoryItemComboBox1 = new DevExpress.XtraPrinting.Preview.PrintPreviewRepositoryItemComboBox();
     this.printPreviewBarItem16 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem17 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem18 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem19 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem20 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem21 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem22 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem23 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem24 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem25 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem26 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.previewBar2 = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.printPreviewStaticItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.progressBarEditItem1 = new DevExpress.XtraPrinting.Preview.ProgressBarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.printPreviewBarItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.printPreviewStaticItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.previewBar3 = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.printPreviewSubItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.printPreviewSubItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.printPreviewSubItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.printPreviewBarItem27 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.printPreviewBarItem28 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
     this.printPreviewSubItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.printPreviewBarCheckItem1 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem2 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem3 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem4 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem5 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem6 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem7 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem8 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem9 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem10 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem11 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem12 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem13 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem14 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printPreviewBarCheckItem15 = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.printControl1 = new DevExpress.XtraPrinting.Control.PrintControl();
     this.pnlSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printBarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlSettings
     //
     this.pnlSettings.Location = new System.Drawing.Point(0, 51);
     this.pnlSettings.Size = new System.Drawing.Size(518, 42);
     //
     // printControl
     //
     this.printControl.Size = new System.Drawing.Size(514, 98);
     //
     // printingSystem
     //
     this.printingSystem.ShowMarginsWarning = false;
     //
     // smplEdit
     //
     this.smplEdit.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.smplEdit.Appearance.Options.UseFont = true;
     this.smplEdit.Location = new System.Drawing.Point(-2853, 7);
     this.smplEdit.Size = new System.Drawing.Size(87, 28);
     //
     // printBarManager1
     //
     this.printBarManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.previewBar1,
     this.previewBar2,
     this.previewBar3});
     this.printBarManager1.DockControls.Add(this.barDockControlTop);
     this.printBarManager1.DockControls.Add(this.barDockControlBottom);
     this.printBarManager1.DockControls.Add(this.barDockControlLeft);
     this.printBarManager1.DockControls.Add(this.barDockControlRight);
     this.printBarManager1.Form = this;
     this.printBarManager1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("printBarManager1.ImageStream")));
     this.printBarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.printPreviewStaticItem1,
     this.barStaticItem1,
     this.progressBarEditItem1,
     this.printPreviewBarItem1,
     this.barButtonItem1,
     this.printPreviewStaticItem2,
     this.printPreviewBarItem2,
     this.printPreviewBarItem3,
     this.printPreviewBarItem4,
     this.printPreviewBarItem5,
     this.printPreviewBarItem6,
     this.printPreviewBarItem7,
     this.printPreviewBarItem8,
     this.printPreviewBarItem9,
     this.printPreviewBarItem10,
     this.printPreviewBarItem11,
     this.printPreviewBarItem12,
     this.printPreviewBarItem13,
     this.printPreviewBarItem14,
     this.printPreviewBarItem15,
     this.zoomBarEditItem1,
     this.printPreviewBarItem16,
     this.printPreviewBarItem17,
     this.printPreviewBarItem18,
     this.printPreviewBarItem19,
     this.printPreviewBarItem20,
     this.printPreviewBarItem21,
     this.printPreviewBarItem22,
     this.printPreviewBarItem23,
     this.printPreviewBarItem24,
     this.printPreviewBarItem25,
     this.printPreviewBarItem26,
     this.printPreviewSubItem1,
     this.printPreviewSubItem2,
     this.printPreviewSubItem3,
     this.printPreviewSubItem4,
     this.printPreviewBarItem27,
     this.printPreviewBarItem28,
     this.barToolbarsListItem1,
     this.printPreviewBarCheckItem1,
     this.printPreviewBarCheckItem2,
     this.printPreviewBarCheckItem3,
     this.printPreviewBarCheckItem4,
     this.printPreviewBarCheckItem5,
     this.printPreviewBarCheckItem6,
     this.printPreviewBarCheckItem7,
     this.printPreviewBarCheckItem8,
     this.printPreviewBarCheckItem9,
     this.printPreviewBarCheckItem10,
     this.printPreviewBarCheckItem11,
     this.printPreviewBarCheckItem12,
     this.printPreviewBarCheckItem13,
     this.printPreviewBarCheckItem14,
     this.printPreviewBarCheckItem15});
     this.printBarManager1.MainMenu = this.previewBar3;
     this.printBarManager1.MaxItemId = 54;
     this.printBarManager1.PreviewBar = this.previewBar1;
     this.printBarManager1.PrintControl = this.printControl1;
     this.printBarManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemProgressBar1,
     this.printPreviewRepositoryItemComboBox1});
     this.printBarManager1.StatusBar = this.previewBar2;
     //
     // previewBar1
     //
     this.previewBar1.BarName = "Toolbar";
     this.previewBar1.DockCol = 0;
     this.previewBar1.DockRow = 1;
     this.previewBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.previewBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem5, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem6, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem8, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem15, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.zoomBarEditItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem16),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem18),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem19),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem21, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem22),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem23),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem24, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem26, true)});
     this.previewBar1.Text = "Toolbar";
     //
     // printPreviewBarItem2
     //
     this.printPreviewBarItem2.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem2.Caption = "Document Map";
     this.printPreviewBarItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.DocumentMap;
     this.printPreviewBarItem2.Enabled = false;
     this.printPreviewBarItem2.Hint = "Document Map";
     this.printPreviewBarItem2.Id = 6;
     this.printPreviewBarItem2.ImageIndex = 19;
     this.printPreviewBarItem2.Name = "printPreviewBarItem2";
     this.printPreviewBarItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // printPreviewBarItem3
     //
     this.printPreviewBarItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem3.Caption = "Parameters";
     this.printPreviewBarItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Parameters;
     this.printPreviewBarItem3.Enabled = false;
     this.printPreviewBarItem3.Hint = "Parameters";
     this.printPreviewBarItem3.Id = 7;
     this.printPreviewBarItem3.ImageIndex = 22;
     this.printPreviewBarItem3.Name = "printPreviewBarItem3";
     this.printPreviewBarItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // printPreviewBarItem4
     //
     this.printPreviewBarItem4.Caption = "Search";
     this.printPreviewBarItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find;
     this.printPreviewBarItem4.Enabled = false;
     this.printPreviewBarItem4.Hint = "Search";
     this.printPreviewBarItem4.Id = 8;
     this.printPreviewBarItem4.ImageIndex = 20;
     this.printPreviewBarItem4.Name = "printPreviewBarItem4";
     //
     // printPreviewBarItem5
     //
     this.printPreviewBarItem5.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem5.Caption = "Customize";
     this.printPreviewBarItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Customize;
     this.printPreviewBarItem5.Enabled = false;
     this.printPreviewBarItem5.Hint = "Customize";
     this.printPreviewBarItem5.Id = 9;
     this.printPreviewBarItem5.ImageIndex = 14;
     this.printPreviewBarItem5.Name = "printPreviewBarItem5";
     //
     // printPreviewBarItem6
     //
     this.printPreviewBarItem6.Caption = "Open";
     this.printPreviewBarItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Open;
     this.printPreviewBarItem6.Hint = "Open a document";
     this.printPreviewBarItem6.Id = 10;
     this.printPreviewBarItem6.ImageIndex = 23;
     this.printPreviewBarItem6.Name = "printPreviewBarItem6";
     //
     // printPreviewBarItem7
     //
     this.printPreviewBarItem7.Caption = "Save";
     this.printPreviewBarItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Save;
     this.printPreviewBarItem7.Enabled = false;
     this.printPreviewBarItem7.Hint = "Save the document";
     this.printPreviewBarItem7.Id = 11;
     this.printPreviewBarItem7.ImageIndex = 24;
     this.printPreviewBarItem7.Name = "printPreviewBarItem7";
     //
     // printPreviewBarItem8
     //
     this.printPreviewBarItem8.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem8.Caption = "&Print...";
     this.printPreviewBarItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print;
     this.printPreviewBarItem8.Enabled = false;
     this.printPreviewBarItem8.Hint = "Print";
     this.printPreviewBarItem8.Id = 12;
     this.printPreviewBarItem8.ImageIndex = 0;
     this.printPreviewBarItem8.Name = "printPreviewBarItem8";
     //
     // printPreviewBarItem9
     //
     this.printPreviewBarItem9.Caption = "P&rint";
     this.printPreviewBarItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect;
     this.printPreviewBarItem9.Enabled = false;
     this.printPreviewBarItem9.Hint = "Quick Print";
     this.printPreviewBarItem9.Id = 13;
     this.printPreviewBarItem9.ImageIndex = 1;
     this.printPreviewBarItem9.Name = "printPreviewBarItem9";
     //
     // printPreviewBarItem10
     //
     this.printPreviewBarItem10.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem10.Caption = "Page Set&up...";
     this.printPreviewBarItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup;
     this.printPreviewBarItem10.Enabled = false;
     this.printPreviewBarItem10.Hint = "Page Setup";
     this.printPreviewBarItem10.Id = 14;
     this.printPreviewBarItem10.ImageIndex = 2;
     this.printPreviewBarItem10.Name = "printPreviewBarItem10";
     //
     // printPreviewBarItem11
     //
     this.printPreviewBarItem11.Caption = "Header And Footer";
     this.printPreviewBarItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.EditPageHF;
     this.printPreviewBarItem11.Enabled = false;
     this.printPreviewBarItem11.Hint = "Header And Footer";
     this.printPreviewBarItem11.Id = 15;
     this.printPreviewBarItem11.ImageIndex = 15;
     this.printPreviewBarItem11.Name = "printPreviewBarItem11";
     //
     // printPreviewBarItem12
     //
     this.printPreviewBarItem12.ActAsDropDown = true;
     this.printPreviewBarItem12.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem12.Caption = "Scale";
     this.printPreviewBarItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale;
     this.printPreviewBarItem12.Enabled = false;
     this.printPreviewBarItem12.Hint = "Scale";
     this.printPreviewBarItem12.Id = 16;
     this.printPreviewBarItem12.ImageIndex = 25;
     this.printPreviewBarItem12.Name = "printPreviewBarItem12";
     //
     // printPreviewBarItem13
     //
     this.printPreviewBarItem13.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem13.Caption = "Hand Tool";
     this.printPreviewBarItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool;
     this.printPreviewBarItem13.Enabled = false;
     this.printPreviewBarItem13.Hint = "Hand Tool";
     this.printPreviewBarItem13.Id = 17;
     this.printPreviewBarItem13.ImageIndex = 16;
     this.printPreviewBarItem13.Name = "printPreviewBarItem13";
     //
     // printPreviewBarItem14
     //
     this.printPreviewBarItem14.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem14.Caption = "Magnifier";
     this.printPreviewBarItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier;
     this.printPreviewBarItem14.Enabled = false;
     this.printPreviewBarItem14.Hint = "Magnifier";
     this.printPreviewBarItem14.Id = 18;
     this.printPreviewBarItem14.ImageIndex = 3;
     this.printPreviewBarItem14.Name = "printPreviewBarItem14";
     //
     // printPreviewBarItem15
     //
     this.printPreviewBarItem15.Caption = "Zoom Out";
     this.printPreviewBarItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut;
     this.printPreviewBarItem15.Enabled = false;
     this.printPreviewBarItem15.Hint = "Zoom Out";
     this.printPreviewBarItem15.Id = 19;
     this.printPreviewBarItem15.ImageIndex = 5;
     this.printPreviewBarItem15.Name = "printPreviewBarItem15";
     //
     // zoomBarEditItem1
     //
     this.zoomBarEditItem1.Caption = "Zoom";
     this.zoomBarEditItem1.Edit = this.printPreviewRepositoryItemComboBox1;
     this.zoomBarEditItem1.EditValue = "100%";
     this.zoomBarEditItem1.Enabled = false;
     this.zoomBarEditItem1.Hint = "Zoom";
     this.zoomBarEditItem1.Id = 20;
     this.zoomBarEditItem1.Name = "zoomBarEditItem1";
     this.zoomBarEditItem1.Width = 70;
     //
     // printPreviewRepositoryItemComboBox1
     //
     this.printPreviewRepositoryItemComboBox1.AutoComplete = false;
     this.printPreviewRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.printPreviewRepositoryItemComboBox1.DropDownRows = 11;
     this.printPreviewRepositoryItemComboBox1.Name = "printPreviewRepositoryItemComboBox1";
     //
     // printPreviewBarItem16
     //
     this.printPreviewBarItem16.Caption = "Zoom In";
     this.printPreviewBarItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn;
     this.printPreviewBarItem16.Enabled = false;
     this.printPreviewBarItem16.Hint = "Zoom In";
     this.printPreviewBarItem16.Id = 21;
     this.printPreviewBarItem16.ImageIndex = 4;
     this.printPreviewBarItem16.Name = "printPreviewBarItem16";
     //
     // printPreviewBarItem17
     //
     this.printPreviewBarItem17.Caption = "First Page";
     this.printPreviewBarItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage;
     this.printPreviewBarItem17.Enabled = false;
     this.printPreviewBarItem17.Hint = "First Page";
     this.printPreviewBarItem17.Id = 22;
     this.printPreviewBarItem17.ImageIndex = 7;
     this.printPreviewBarItem17.Name = "printPreviewBarItem17";
     //
     // printPreviewBarItem18
     //
     this.printPreviewBarItem18.Caption = "Previous Page";
     this.printPreviewBarItem18.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage;
     this.printPreviewBarItem18.Enabled = false;
     this.printPreviewBarItem18.Hint = "Previous Page";
     this.printPreviewBarItem18.Id = 23;
     this.printPreviewBarItem18.ImageIndex = 8;
     this.printPreviewBarItem18.Name = "printPreviewBarItem18";
     //
     // printPreviewBarItem19
     //
     this.printPreviewBarItem19.Caption = "Next Page";
     this.printPreviewBarItem19.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage;
     this.printPreviewBarItem19.Enabled = false;
     this.printPreviewBarItem19.Hint = "Next Page";
     this.printPreviewBarItem19.Id = 24;
     this.printPreviewBarItem19.ImageIndex = 9;
     this.printPreviewBarItem19.Name = "printPreviewBarItem19";
     //
     // printPreviewBarItem20
     //
     this.printPreviewBarItem20.Caption = "Last Page";
     this.printPreviewBarItem20.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage;
     this.printPreviewBarItem20.Enabled = false;
     this.printPreviewBarItem20.Hint = "Last Page";
     this.printPreviewBarItem20.Id = 25;
     this.printPreviewBarItem20.ImageIndex = 10;
     this.printPreviewBarItem20.Name = "printPreviewBarItem20";
     //
     // printPreviewBarItem21
     //
     this.printPreviewBarItem21.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem21.Caption = "Multiple Pages";
     this.printPreviewBarItem21.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages;
     this.printPreviewBarItem21.Enabled = false;
     this.printPreviewBarItem21.Hint = "Multiple Pages";
     this.printPreviewBarItem21.Id = 26;
     this.printPreviewBarItem21.ImageIndex = 11;
     this.printPreviewBarItem21.Name = "printPreviewBarItem21";
     //
     // printPreviewBarItem22
     //
     this.printPreviewBarItem22.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem22.Caption = "&Color...";
     this.printPreviewBarItem22.Command = DevExpress.XtraPrinting.PrintingSystemCommand.FillBackground;
     this.printPreviewBarItem22.Enabled = false;
     this.printPreviewBarItem22.Hint = "Background";
     this.printPreviewBarItem22.Id = 27;
     this.printPreviewBarItem22.ImageIndex = 12;
     this.printPreviewBarItem22.Name = "printPreviewBarItem22";
     //
     // printPreviewBarItem23
     //
     this.printPreviewBarItem23.Caption = "&Watermark...";
     this.printPreviewBarItem23.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Watermark;
     this.printPreviewBarItem23.Enabled = false;
     this.printPreviewBarItem23.Hint = "Watermark";
     this.printPreviewBarItem23.Id = 28;
     this.printPreviewBarItem23.ImageIndex = 21;
     this.printPreviewBarItem23.Name = "printPreviewBarItem23";
     //
     // printPreviewBarItem24
     //
     this.printPreviewBarItem24.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem24.Caption = "Export Document...";
     this.printPreviewBarItem24.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportFile;
     this.printPreviewBarItem24.Enabled = false;
     this.printPreviewBarItem24.Hint = "Export Document...";
     this.printPreviewBarItem24.Id = 29;
     this.printPreviewBarItem24.ImageIndex = 18;
     this.printPreviewBarItem24.Name = "printPreviewBarItem24";
     //
     // printPreviewBarItem25
     //
     this.printPreviewBarItem25.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.printPreviewBarItem25.Caption = "Send via E-Mail...";
     this.printPreviewBarItem25.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendFile;
     this.printPreviewBarItem25.Enabled = false;
     this.printPreviewBarItem25.Hint = "Send via E-Mail...";
     this.printPreviewBarItem25.Id = 30;
     this.printPreviewBarItem25.ImageIndex = 17;
     this.printPreviewBarItem25.Name = "printPreviewBarItem25";
     //
     // printPreviewBarItem26
     //
     this.printPreviewBarItem26.Caption = "E&xit";
     this.printPreviewBarItem26.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview;
     this.printPreviewBarItem26.Hint = "Close Preview";
     this.printPreviewBarItem26.Id = 31;
     this.printPreviewBarItem26.ImageIndex = 13;
     this.printPreviewBarItem26.Name = "printPreviewBarItem26";
     //
     // previewBar2
     //
     this.previewBar2.BarName = "Status Bar";
     this.previewBar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.previewBar2.DockCol = 0;
     this.previewBar2.DockRow = 0;
     this.previewBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.previewBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewStaticItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.progressBarEditItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewStaticItem2, true)});
     this.previewBar2.OptionsBar.AllowQuickCustomization = false;
     this.previewBar2.OptionsBar.DrawDragBorder = false;
     this.previewBar2.OptionsBar.UseWholeRow = true;
     this.previewBar2.Text = "Status Bar";
     //
     // printPreviewStaticItem1
     //
     this.printPreviewStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.printPreviewStaticItem1.Caption = "Page 0 of 0";
     this.printPreviewStaticItem1.Id = 0;
     this.printPreviewStaticItem1.LeftIndent = 1;
     this.printPreviewStaticItem1.Name = "printPreviewStaticItem1";
     this.printPreviewStaticItem1.RightIndent = 1;
     this.printPreviewStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.printPreviewStaticItem1.Type = "PageOfPages";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 1;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // progressBarEditItem1
     //
     this.progressBarEditItem1.Edit = this.repositoryItemProgressBar1;
     this.progressBarEditItem1.EditHeight = 12;
     this.progressBarEditItem1.Id = 2;
     this.progressBarEditItem1.Name = "progressBarEditItem1";
     this.progressBarEditItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.progressBarEditItem1.Width = 150;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // printPreviewBarItem1
     //
     this.printPreviewBarItem1.Caption = "Stop";
     this.printPreviewBarItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.StopPageBuilding;
     this.printPreviewBarItem1.Enabled = false;
     this.printPreviewBarItem1.Hint = "Stop";
     this.printPreviewBarItem1.Id = 3;
     this.printPreviewBarItem1.Name = "printPreviewBarItem1";
     this.printPreviewBarItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
     this.barButtonItem1.Enabled = false;
     this.barButtonItem1.Id = 4;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // printPreviewStaticItem2
     //
     this.printPreviewStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.printPreviewStaticItem2.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.printPreviewStaticItem2.Caption = "Zoom Factor: 100%";
     this.printPreviewStaticItem2.Id = 5;
     this.printPreviewStaticItem2.Name = "printPreviewStaticItem2";
     this.printPreviewStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     this.printPreviewStaticItem2.Type = "ZoomFactor";
     this.printPreviewStaticItem2.Width = 40;
     //
     // previewBar3
     //
     this.previewBar3.BarName = "Main Menu";
     this.previewBar3.DockCol = 0;
     this.previewBar3.DockRow = 0;
     this.previewBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.previewBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem3)});
     this.previewBar3.OptionsBar.MultiLine = true;
     this.previewBar3.OptionsBar.UseWholeRow = true;
     this.previewBar3.Text = "Main Menu";
     //
     // printPreviewSubItem1
     //
     this.printPreviewSubItem1.Caption = "&File";
     this.printPreviewSubItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.File;
     this.printPreviewSubItem1.Id = 32;
     this.printPreviewSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem24, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem26, true)});
     this.printPreviewSubItem1.Name = "printPreviewSubItem1";
     //
     // printPreviewSubItem2
     //
     this.printPreviewSubItem2.Caption = "&View";
     this.printPreviewSubItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.View;
     this.printPreviewSubItem2.Id = 33;
     this.printPreviewSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barToolbarsListItem1, true)});
     this.printPreviewSubItem2.Name = "printPreviewSubItem2";
     //
     // printPreviewSubItem4
     //
     this.printPreviewSubItem4.Caption = "&Page Layout";
     this.printPreviewSubItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayout;
     this.printPreviewSubItem4.Id = 35;
     this.printPreviewSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem27),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem28)});
     this.printPreviewSubItem4.Name = "printPreviewSubItem4";
     //
     // printPreviewBarItem27
     //
     this.printPreviewBarItem27.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem27.Caption = "&Facing";
     this.printPreviewBarItem27.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutFacing;
     this.printPreviewBarItem27.Enabled = false;
     this.printPreviewBarItem27.GroupIndex = 100;
     this.printPreviewBarItem27.Id = 36;
     this.printPreviewBarItem27.Name = "printPreviewBarItem27";
     //
     // printPreviewBarItem28
     //
     this.printPreviewBarItem28.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.printPreviewBarItem28.Caption = "&Continuous";
     this.printPreviewBarItem28.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutContinuous;
     this.printPreviewBarItem28.Enabled = false;
     this.printPreviewBarItem28.GroupIndex = 100;
     this.printPreviewBarItem28.Id = 37;
     this.printPreviewBarItem28.Name = "printPreviewBarItem28";
     //
     // barToolbarsListItem1
     //
     this.barToolbarsListItem1.Caption = "Bars";
     this.barToolbarsListItem1.Id = 38;
     this.barToolbarsListItem1.Name = "barToolbarsListItem1";
     //
     // printPreviewSubItem3
     //
     this.printPreviewSubItem3.Caption = "&Background";
     this.printPreviewSubItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Background;
     this.printPreviewSubItem3.Id = 34;
     this.printPreviewSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem22),
     new DevExpress.XtraBars.LinkPersistInfo(this.printPreviewBarItem23)});
     this.printPreviewSubItem3.Name = "printPreviewSubItem3";
     //
     // printPreviewBarCheckItem1
     //
     this.printPreviewBarCheckItem1.Caption = "PDF File";
     this.printPreviewBarCheckItem1.Checked = true;
     this.printPreviewBarCheckItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportPdf;
     this.printPreviewBarCheckItem1.Enabled = false;
     this.printPreviewBarCheckItem1.GroupIndex = 2;
     this.printPreviewBarCheckItem1.Hint = "PDF File";
     this.printPreviewBarCheckItem1.Id = 39;
     this.printPreviewBarCheckItem1.Name = "printPreviewBarCheckItem1";
     //
     // printPreviewBarCheckItem2
     //
     this.printPreviewBarCheckItem2.Caption = "HTML File";
     this.printPreviewBarCheckItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm;
     this.printPreviewBarCheckItem2.Enabled = false;
     this.printPreviewBarCheckItem2.GroupIndex = 2;
     this.printPreviewBarCheckItem2.Hint = "HTML File";
     this.printPreviewBarCheckItem2.Id = 40;
     this.printPreviewBarCheckItem2.Name = "printPreviewBarCheckItem2";
     //
     // printPreviewBarCheckItem3
     //
     this.printPreviewBarCheckItem3.Caption = "MHT File";
     this.printPreviewBarCheckItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht;
     this.printPreviewBarCheckItem3.Enabled = false;
     this.printPreviewBarCheckItem3.GroupIndex = 2;
     this.printPreviewBarCheckItem3.Hint = "MHT File";
     this.printPreviewBarCheckItem3.Id = 41;
     this.printPreviewBarCheckItem3.Name = "printPreviewBarCheckItem3";
     //
     // printPreviewBarCheckItem4
     //
     this.printPreviewBarCheckItem4.Caption = "RTF File";
     this.printPreviewBarCheckItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf;
     this.printPreviewBarCheckItem4.Enabled = false;
     this.printPreviewBarCheckItem4.GroupIndex = 2;
     this.printPreviewBarCheckItem4.Hint = "RTF File";
     this.printPreviewBarCheckItem4.Id = 42;
     this.printPreviewBarCheckItem4.Name = "printPreviewBarCheckItem4";
     //
     // printPreviewBarCheckItem5
     //
     this.printPreviewBarCheckItem5.Caption = "Excel File";
     this.printPreviewBarCheckItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls;
     this.printPreviewBarCheckItem5.Enabled = false;
     this.printPreviewBarCheckItem5.GroupIndex = 2;
     this.printPreviewBarCheckItem5.Hint = "Excel File";
     this.printPreviewBarCheckItem5.Id = 43;
     this.printPreviewBarCheckItem5.Name = "printPreviewBarCheckItem5";
     //
     // printPreviewBarCheckItem6
     //
     this.printPreviewBarCheckItem6.Caption = "CSV File";
     this.printPreviewBarCheckItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv;
     this.printPreviewBarCheckItem6.Enabled = false;
     this.printPreviewBarCheckItem6.GroupIndex = 2;
     this.printPreviewBarCheckItem6.Hint = "CSV File";
     this.printPreviewBarCheckItem6.Id = 44;
     this.printPreviewBarCheckItem6.Name = "printPreviewBarCheckItem6";
     //
     // printPreviewBarCheckItem7
     //
     this.printPreviewBarCheckItem7.Caption = "Text File";
     this.printPreviewBarCheckItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt;
     this.printPreviewBarCheckItem7.Enabled = false;
     this.printPreviewBarCheckItem7.GroupIndex = 2;
     this.printPreviewBarCheckItem7.Hint = "Text File";
     this.printPreviewBarCheckItem7.Id = 45;
     this.printPreviewBarCheckItem7.Name = "printPreviewBarCheckItem7";
     //
     // printPreviewBarCheckItem8
     //
     this.printPreviewBarCheckItem8.Caption = "Image File";
     this.printPreviewBarCheckItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic;
     this.printPreviewBarCheckItem8.Enabled = false;
     this.printPreviewBarCheckItem8.GroupIndex = 2;
     this.printPreviewBarCheckItem8.Hint = "Image File";
     this.printPreviewBarCheckItem8.Id = 46;
     this.printPreviewBarCheckItem8.Name = "printPreviewBarCheckItem8";
     //
     // printPreviewBarCheckItem9
     //
     this.printPreviewBarCheckItem9.Caption = "PDF File";
     this.printPreviewBarCheckItem9.Checked = true;
     this.printPreviewBarCheckItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf;
     this.printPreviewBarCheckItem9.Enabled = false;
     this.printPreviewBarCheckItem9.GroupIndex = 1;
     this.printPreviewBarCheckItem9.Hint = "PDF File";
     this.printPreviewBarCheckItem9.Id = 47;
     this.printPreviewBarCheckItem9.Name = "printPreviewBarCheckItem9";
     //
     // printPreviewBarCheckItem10
     //
     this.printPreviewBarCheckItem10.Caption = "MHT File";
     this.printPreviewBarCheckItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht;
     this.printPreviewBarCheckItem10.Enabled = false;
     this.printPreviewBarCheckItem10.GroupIndex = 1;
     this.printPreviewBarCheckItem10.Hint = "MHT File";
     this.printPreviewBarCheckItem10.Id = 48;
     this.printPreviewBarCheckItem10.Name = "printPreviewBarCheckItem10";
     //
     // printPreviewBarCheckItem11
     //
     this.printPreviewBarCheckItem11.Caption = "RTF File";
     this.printPreviewBarCheckItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf;
     this.printPreviewBarCheckItem11.Enabled = false;
     this.printPreviewBarCheckItem11.GroupIndex = 1;
     this.printPreviewBarCheckItem11.Hint = "RTF File";
     this.printPreviewBarCheckItem11.Id = 49;
     this.printPreviewBarCheckItem11.Name = "printPreviewBarCheckItem11";
     //
     // printPreviewBarCheckItem12
     //
     this.printPreviewBarCheckItem12.Caption = "Excel File";
     this.printPreviewBarCheckItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls;
     this.printPreviewBarCheckItem12.Enabled = false;
     this.printPreviewBarCheckItem12.GroupIndex = 1;
     this.printPreviewBarCheckItem12.Hint = "Excel File";
     this.printPreviewBarCheckItem12.Id = 50;
     this.printPreviewBarCheckItem12.Name = "printPreviewBarCheckItem12";
     //
     // printPreviewBarCheckItem13
     //
     this.printPreviewBarCheckItem13.Caption = "CSV File";
     this.printPreviewBarCheckItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv;
     this.printPreviewBarCheckItem13.Enabled = false;
     this.printPreviewBarCheckItem13.GroupIndex = 1;
     this.printPreviewBarCheckItem13.Hint = "CSV File";
     this.printPreviewBarCheckItem13.Id = 51;
     this.printPreviewBarCheckItem13.Name = "printPreviewBarCheckItem13";
     //
     // printPreviewBarCheckItem14
     //
     this.printPreviewBarCheckItem14.Caption = "Text File";
     this.printPreviewBarCheckItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt;
     this.printPreviewBarCheckItem14.Enabled = false;
     this.printPreviewBarCheckItem14.GroupIndex = 1;
     this.printPreviewBarCheckItem14.Hint = "Text File";
     this.printPreviewBarCheckItem14.Id = 52;
     this.printPreviewBarCheckItem14.Name = "printPreviewBarCheckItem14";
     //
     // printPreviewBarCheckItem15
     //
     this.printPreviewBarCheckItem15.Caption = "Image File";
     this.printPreviewBarCheckItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic;
     this.printPreviewBarCheckItem15.Enabled = false;
     this.printPreviewBarCheckItem15.GroupIndex = 1;
     this.printPreviewBarCheckItem15.Hint = "Image File";
     this.printPreviewBarCheckItem15.Id = 53;
     this.printPreviewBarCheckItem15.Name = "printPreviewBarCheckItem15";
     //
     // printControl1
     //
     this.printControl1.BackColor = System.Drawing.Color.Empty;
     this.printControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.printControl1.ForeColor = System.Drawing.Color.Empty;
     this.printControl1.IsMetric = true;
     this.printControl1.Location = new System.Drawing.Point(0, 51);
     this.printControl1.Name = "printControl1";
     this.printControl1.Size = new System.Drawing.Size(518, 102);
     this.printControl1.TabIndex = 4;
     this.printControl1.TooltipFont = new System.Drawing.Font("Tahoma", 9F);
     //
     // viwReports
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.printControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "viwReports";
     this.Size = new System.Drawing.Size(518, 175);
     this.Controls.SetChildIndex(this.barDockControlTop, 0);
     this.Controls.SetChildIndex(this.barDockControlBottom, 0);
     this.Controls.SetChildIndex(this.barDockControlRight, 0);
     this.Controls.SetChildIndex(this.barDockControlLeft, 0);
     this.Controls.SetChildIndex(this.printControl1, 0);
     this.Controls.SetChildIndex(this.pnlSettings, 0);
     this.pnlSettings.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printBarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmViewBill));
     this.ppstView = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.ppstPageLayout = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.ppbtPageLayoutFacing = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtPageLayoutContinuous = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.barToolbarsListItem = new DevExpress.XtraBars.BarToolbarsListItem();
     this.ppstFile = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.ppbtPageSetup = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtPrint = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtPrintDirect = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtExportFile = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtSendFile = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtClosePreview = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.pptsBackGround = new DevExpress.XtraPrinting.Preview.PrintPreviewSubItem();
     this.prvbTop = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.progressBarEditItem = new DevExpress.XtraPrinting.Preview.ProgressBarEditItem();
     this.repositoryItemProgressBar = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.repositoryItemZoomTrackBar = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
     this.barStaticItem = new DevExpress.XtraBars.BarStaticItem();
     this.ppbctStopPageBuilding = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.zoomTrackBarEditItem = new DevExpress.XtraPrinting.Preview.ZoomTrackBarEditItem();
     this.barButtonItem = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.ppstNoBorder = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.ppbctSendMht = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.ppbctSendPdf = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctSendRtf = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctExportGraphic = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctSendTxt = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctSendXls = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctSendCsv = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctExportTxt = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctSendXlsx = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctExportCsv = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.ppbctExportPdf = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctExportHtm = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.ppbctExportXlsx = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctExportMht = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbctExportXls = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppstNothing = new DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem();
     this.ppbctExportRtf = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.ppbtMap = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.previewBar = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.ppbtParameters = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.prbToolbar = new DevExpress.XtraPrinting.Preview.PreviewBar();
     this.ppbtSearch = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtCustomize = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtOpen = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtSave = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtHeaderAndFooter = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtScale = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtHandTool = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtMagnifier = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtZoomOut = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtZoom = new DevExpress.XtraPrinting.Preview.ZoomBarEditItem();
     this.printPreviewRepositoryItemComboBox = new DevExpress.XtraPrinting.Preview.PrintPreviewRepositoryItemComboBox();
     this.ppbtZoomIn = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtShowFirstPage = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtShowPrevPage = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtShowNextPage = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtShowLastPage = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.ppbtMultiplePages = new DevExpress.XtraPrinting.Preview.PrintPreviewBarItem();
     this.docMgDeliveryNote = new DevExpress.XtraPrinting.Preview.DocumentViewerBarManager(this.components);
     this.docDeliveryNoteView = new DevExpress.XtraPrinting.Preview.DocumentViewer();
     this.ppbctSendGraphic = new DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem();
     this.panDeliveryNoteTitles = new DevExpress.XtraEditors.PanelControl();
     this.labDeliveryNoteTitle = new DevExpress.XtraEditors.LabelControl();
     this.panSurvivalView = new DevExpress.XtraEditors.PanelControl();
     this.pnBottom = new DevExpress.XtraEditors.PanelControl();
     this.btnClose = new DevExpress.XtraEditors.SimpleButton();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.docMgDeliveryNote)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panDeliveryNoteTitles)).BeginInit();
     this.panDeliveryNoteTitles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panSurvivalView)).BeginInit();
     this.panSurvivalView.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnBottom)).BeginInit();
     this.pnBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // ppstView
     //
     this.ppstView.Caption = "&View";
     this.ppstView.Command = DevExpress.XtraPrinting.PrintingSystemCommand.View;
     this.ppstView.Id = 34;
     this.ppstView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ppstPageLayout, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barToolbarsListItem, true)});
     this.ppstView.Name = "ppstView";
     //
     // ppstPageLayout
     //
     this.ppstPageLayout.Caption = "&Page Layout";
     this.ppstPageLayout.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayout;
     this.ppstPageLayout.Id = 36;
     this.ppstPageLayout.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPageLayoutFacing),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPageLayoutContinuous)});
     this.ppstPageLayout.Name = "ppstPageLayout";
     //
     // ppbtPageLayoutFacing
     //
     this.ppbtPageLayoutFacing.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtPageLayoutFacing.Caption = "&Facing";
     this.ppbtPageLayoutFacing.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutFacing;
     this.ppbtPageLayoutFacing.Enabled = false;
     this.ppbtPageLayoutFacing.GroupIndex = 100;
     this.ppbtPageLayoutFacing.Id = 37;
     this.ppbtPageLayoutFacing.Name = "ppbtPageLayoutFacing";
     //
     // ppbtPageLayoutContinuous
     //
     this.ppbtPageLayoutContinuous.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtPageLayoutContinuous.Caption = "&Continuous";
     this.ppbtPageLayoutContinuous.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutContinuous;
     this.ppbtPageLayoutContinuous.Enabled = false;
     this.ppbtPageLayoutContinuous.GroupIndex = 100;
     this.ppbtPageLayoutContinuous.Id = 38;
     this.ppbtPageLayoutContinuous.Name = "ppbtPageLayoutContinuous";
     //
     // barToolbarsListItem
     //
     this.barToolbarsListItem.Caption = "Bars";
     this.barToolbarsListItem.Id = 39;
     this.barToolbarsListItem.Name = "barToolbarsListItem";
     //
     // ppstFile
     //
     this.ppstFile.Caption = "&File";
     this.ppstFile.Command = DevExpress.XtraPrinting.PrintingSystemCommand.File;
     this.ppstFile.Id = 33;
     this.ppstFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPageSetup),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPrintDirect),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtExportFile, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtSendFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtClosePreview, true)});
     this.ppstFile.Name = "ppstFile";
     //
     // ppbtPageSetup
     //
     this.ppbtPageSetup.Caption = "Page Set&up...";
     this.ppbtPageSetup.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup;
     this.ppbtPageSetup.Enabled = false;
     this.ppbtPageSetup.Hint = "Page Setup";
     this.ppbtPageSetup.Id = 15;
     this.ppbtPageSetup.ImageIndex = 2;
     this.ppbtPageSetup.Name = "ppbtPageSetup";
     //
     // ppbtPrint
     //
     this.ppbtPrint.Caption = "&Print...";
     this.ppbtPrint.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print;
     this.ppbtPrint.Enabled = false;
     this.ppbtPrint.Hint = "Print";
     this.ppbtPrint.Id = 13;
     this.ppbtPrint.ImageIndex = 0;
     this.ppbtPrint.Name = "ppbtPrint";
     //
     // ppbtPrintDirect
     //
     this.ppbtPrintDirect.Caption = "P&rint";
     this.ppbtPrintDirect.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect;
     this.ppbtPrintDirect.Enabled = false;
     this.ppbtPrintDirect.Hint = "Quick Print";
     this.ppbtPrintDirect.Id = 14;
     this.ppbtPrintDirect.ImageIndex = 1;
     this.ppbtPrintDirect.Name = "ppbtPrintDirect";
     //
     // ppbtExportFile
     //
     this.ppbtExportFile.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.ppbtExportFile.Caption = "Export Document...";
     this.ppbtExportFile.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportFile;
     this.ppbtExportFile.Enabled = false;
     this.ppbtExportFile.Hint = "Export Document...";
     this.ppbtExportFile.Id = 30;
     this.ppbtExportFile.ImageIndex = 18;
     this.ppbtExportFile.Name = "ppbtExportFile";
     //
     // ppbtSendFile
     //
     this.ppbtSendFile.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.ppbtSendFile.Caption = "Send via E-Mail...";
     this.ppbtSendFile.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendFile;
     this.ppbtSendFile.Enabled = false;
     this.ppbtSendFile.Hint = "Send via E-Mail...";
     this.ppbtSendFile.Id = 31;
     this.ppbtSendFile.ImageIndex = 17;
     this.ppbtSendFile.Name = "ppbtSendFile";
     //
     // ppbtClosePreview
     //
     this.ppbtClosePreview.Caption = "E&xit";
     this.ppbtClosePreview.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview;
     this.ppbtClosePreview.Enabled = false;
     this.ppbtClosePreview.Hint = "Close Preview";
     this.ppbtClosePreview.Id = 32;
     this.ppbtClosePreview.ImageIndex = 13;
     this.ppbtClosePreview.Name = "ppbtClosePreview";
     //
     // pptsBackGround
     //
     this.pptsBackGround.Caption = "&Background";
     this.pptsBackGround.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Background;
     this.pptsBackGround.Id = 35;
     this.pptsBackGround.Name = "pptsBackGround";
     //
     // prvbTop
     //
     this.prvbTop.BarName = "Main Menu";
     this.prvbTop.DockCol = 0;
     this.prvbTop.DockRow = 0;
     this.prvbTop.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.prvbTop.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ppstFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppstView),
     new DevExpress.XtraBars.LinkPersistInfo(this.pptsBackGround)});
     this.prvbTop.OptionsBar.MultiLine = true;
     this.prvbTop.OptionsBar.UseWholeRow = true;
     this.prvbTop.Text = "Main Menu";
     //
     // progressBarEditItem
     //
     this.progressBarEditItem.Edit = this.repositoryItemProgressBar;
     this.progressBarEditItem.EditHeight = 12;
     this.progressBarEditItem.Id = 2;
     this.progressBarEditItem.Name = "progressBarEditItem";
     this.progressBarEditItem.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.progressBarEditItem.Width = 150;
     //
     // repositoryItemProgressBar
     //
     this.repositoryItemProgressBar.Name = "repositoryItemProgressBar";
     //
     // repositoryItemZoomTrackBar
     //
     this.repositoryItemZoomTrackBar.Alignment = DevExpress.Utils.VertAlignment.Center;
     this.repositoryItemZoomTrackBar.AllowFocused = false;
     this.repositoryItemZoomTrackBar.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemZoomTrackBar.Maximum = 180;
     this.repositoryItemZoomTrackBar.Middle = 5;
     this.repositoryItemZoomTrackBar.Name = "repositoryItemZoomTrackBar";
     this.repositoryItemZoomTrackBar.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
     //
     // barStaticItem
     //
     this.barStaticItem.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem.Id = 1;
     this.barStaticItem.Name = "barStaticItem";
     this.barStaticItem.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime;
     //
     // ppbctStopPageBuilding
     //
     this.ppbctStopPageBuilding.Caption = "Stop";
     this.ppbctStopPageBuilding.Command = DevExpress.XtraPrinting.PrintingSystemCommand.StopPageBuilding;
     this.ppbctStopPageBuilding.Enabled = false;
     this.ppbctStopPageBuilding.Hint = "Stop";
     this.ppbctStopPageBuilding.Id = 3;
     this.ppbctStopPageBuilding.Name = "ppbctStopPageBuilding";
     this.ppbctStopPageBuilding.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // zoomTrackBarEditItem
     //
     this.zoomTrackBarEditItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.zoomTrackBarEditItem.Edit = this.repositoryItemZoomTrackBar;
     this.zoomTrackBarEditItem.EditValue = 90;
     this.zoomTrackBarEditItem.Enabled = false;
     this.zoomTrackBarEditItem.Id = 6;
     this.zoomTrackBarEditItem.Name = "zoomTrackBarEditItem";
     this.zoomTrackBarEditItem.Range = new int[] {
     10,
     500};
     this.zoomTrackBarEditItem.Width = 140;
     //
     // barButtonItem
     //
     this.barButtonItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
     this.barButtonItem.Enabled = false;
     this.barButtonItem.Id = 4;
     this.barButtonItem.Name = "barButtonItem";
     this.barButtonItem.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime;
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 51);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 438);
     //
     // ppstNoBorder
     //
     this.ppstNoBorder.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.ppstNoBorder.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.ppstNoBorder.Caption = "100%";
     this.ppstNoBorder.Id = 5;
     this.ppstNoBorder.Name = "ppstNoBorder";
     this.ppstNoBorder.TextAlignment = System.Drawing.StringAlignment.Far;
     this.ppstNoBorder.Type = "ZoomFactor";
     this.ppstNoBorder.Width = 40;
     //
     // ppbctSendMht
     //
     this.ppbctSendMht.Caption = "MHT File";
     this.ppbctSendMht.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht;
     this.ppbctSendMht.Enabled = false;
     this.ppbctSendMht.GroupIndex = 1;
     this.ppbctSendMht.Hint = "MHT File";
     this.ppbctSendMht.Id = 50;
     this.ppbctSendMht.Name = "ppbctSendMht";
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(856, 51);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 438);
     //
     // ppbctSendPdf
     //
     this.ppbctSendPdf.BindableChecked = true;
     this.ppbctSendPdf.Caption = "PDF File";
     this.ppbctSendPdf.Checked = true;
     this.ppbctSendPdf.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf;
     this.ppbctSendPdf.Enabled = false;
     this.ppbctSendPdf.GroupIndex = 1;
     this.ppbctSendPdf.Hint = "PDF File";
     this.ppbctSendPdf.Id = 49;
     this.ppbctSendPdf.Name = "ppbctSendPdf";
     //
     // ppbctSendRtf
     //
     this.ppbctSendRtf.Caption = "RTF File";
     this.ppbctSendRtf.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf;
     this.ppbctSendRtf.Enabled = false;
     this.ppbctSendRtf.GroupIndex = 1;
     this.ppbctSendRtf.Hint = "RTF File";
     this.ppbctSendRtf.Id = 51;
     this.ppbctSendRtf.Name = "ppbctSendRtf";
     //
     // ppbctExportGraphic
     //
     this.ppbctExportGraphic.Caption = "Image File";
     this.ppbctExportGraphic.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic;
     this.ppbctExportGraphic.Enabled = false;
     this.ppbctExportGraphic.GroupIndex = 2;
     this.ppbctExportGraphic.Hint = "Image File";
     this.ppbctExportGraphic.Id = 48;
     this.ppbctExportGraphic.Name = "ppbctExportGraphic";
     //
     // ppbctSendTxt
     //
     this.ppbctSendTxt.Caption = "Text File";
     this.ppbctSendTxt.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt;
     this.ppbctSendTxt.Enabled = false;
     this.ppbctSendTxt.GroupIndex = 1;
     this.ppbctSendTxt.Hint = "Text File";
     this.ppbctSendTxt.Id = 55;
     this.ppbctSendTxt.Name = "ppbctSendTxt";
     //
     // ppbctSendXls
     //
     this.ppbctSendXls.Caption = "XLS File";
     this.ppbctSendXls.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls;
     this.ppbctSendXls.Enabled = false;
     this.ppbctSendXls.GroupIndex = 1;
     this.ppbctSendXls.Hint = "XLS File";
     this.ppbctSendXls.Id = 52;
     this.ppbctSendXls.Name = "ppbctSendXls";
     //
     // ppbctSendCsv
     //
     this.ppbctSendCsv.Caption = "CSV File";
     this.ppbctSendCsv.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv;
     this.ppbctSendCsv.Enabled = false;
     this.ppbctSendCsv.GroupIndex = 1;
     this.ppbctSendCsv.Hint = "CSV File";
     this.ppbctSendCsv.Id = 54;
     this.ppbctSendCsv.Name = "ppbctSendCsv";
     //
     // ppbctExportTxt
     //
     this.ppbctExportTxt.Caption = "Text File";
     this.ppbctExportTxt.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt;
     this.ppbctExportTxt.Enabled = false;
     this.ppbctExportTxt.GroupIndex = 2;
     this.ppbctExportTxt.Hint = "Text File";
     this.ppbctExportTxt.Id = 47;
     this.ppbctExportTxt.Name = "ppbctExportTxt";
     //
     // ppbctSendXlsx
     //
     this.ppbctSendXlsx.Caption = "XLSX File";
     this.ppbctSendXlsx.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXlsx;
     this.ppbctSendXlsx.Enabled = false;
     this.ppbctSendXlsx.GroupIndex = 1;
     this.ppbctSendXlsx.Hint = "XLSX File";
     this.ppbctSendXlsx.Id = 53;
     this.ppbctSendXlsx.Name = "ppbctSendXlsx";
     //
     // ppbctExportCsv
     //
     this.ppbctExportCsv.Caption = "CSV File";
     this.ppbctExportCsv.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv;
     this.ppbctExportCsv.Enabled = false;
     this.ppbctExportCsv.GroupIndex = 2;
     this.ppbctExportCsv.Hint = "CSV File";
     this.ppbctExportCsv.Id = 46;
     this.ppbctExportCsv.Name = "ppbctExportCsv";
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 489);
     this.barDockControlBottom.Size = new System.Drawing.Size(856, 26);
     //
     // ppbctExportPdf
     //
     this.ppbctExportPdf.BindableChecked = true;
     this.ppbctExportPdf.Caption = "PDF File";
     this.ppbctExportPdf.Checked = true;
     this.ppbctExportPdf.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportPdf;
     this.ppbctExportPdf.Enabled = false;
     this.ppbctExportPdf.GroupIndex = 2;
     this.ppbctExportPdf.Hint = "PDF File";
     this.ppbctExportPdf.Id = 40;
     this.ppbctExportPdf.Name = "ppbctExportPdf";
     //
     // ppbctExportHtm
     //
     this.ppbctExportHtm.Caption = "HTML File";
     this.ppbctExportHtm.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm;
     this.ppbctExportHtm.Enabled = false;
     this.ppbctExportHtm.GroupIndex = 2;
     this.ppbctExportHtm.Hint = "HTML File";
     this.ppbctExportHtm.Id = 41;
     this.ppbctExportHtm.Name = "ppbctExportHtm";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(856, 51);
     //
     // ppbctExportXlsx
     //
     this.ppbctExportXlsx.Caption = "XLSX File";
     this.ppbctExportXlsx.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXlsx;
     this.ppbctExportXlsx.Enabled = false;
     this.ppbctExportXlsx.GroupIndex = 2;
     this.ppbctExportXlsx.Hint = "XLSX File";
     this.ppbctExportXlsx.Id = 45;
     this.ppbctExportXlsx.Name = "ppbctExportXlsx";
     //
     // ppbctExportMht
     //
     this.ppbctExportMht.Caption = "MHT File";
     this.ppbctExportMht.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht;
     this.ppbctExportMht.Enabled = false;
     this.ppbctExportMht.GroupIndex = 2;
     this.ppbctExportMht.Hint = "MHT File";
     this.ppbctExportMht.Id = 42;
     this.ppbctExportMht.Name = "ppbctExportMht";
     //
     // ppbctExportXls
     //
     this.ppbctExportXls.Caption = "XLS File";
     this.ppbctExportXls.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls;
     this.ppbctExportXls.Enabled = false;
     this.ppbctExportXls.GroupIndex = 2;
     this.ppbctExportXls.Hint = "XLS File";
     this.ppbctExportXls.Id = 44;
     this.ppbctExportXls.Name = "ppbctExportXls";
     //
     // ppstNothing
     //
     this.ppstNothing.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.ppstNothing.Caption = "Nothing";
     this.ppstNothing.Id = 0;
     this.ppstNothing.LeftIndent = 1;
     this.ppstNothing.Name = "ppstNothing";
     this.ppstNothing.RightIndent = 1;
     this.ppstNothing.TextAlignment = System.Drawing.StringAlignment.Near;
     this.ppstNothing.Type = "PageOfPages";
     //
     // ppbctExportRtf
     //
     this.ppbctExportRtf.Caption = "RTF File";
     this.ppbctExportRtf.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf;
     this.ppbctExportRtf.Enabled = false;
     this.ppbctExportRtf.GroupIndex = 2;
     this.ppbctExportRtf.Hint = "RTF File";
     this.ppbctExportRtf.Id = 43;
     this.ppbctExportRtf.Name = "ppbctExportRtf";
     //
     // ppbtMap
     //
     this.ppbtMap.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtMap.Caption = "Document Map";
     this.ppbtMap.Command = DevExpress.XtraPrinting.PrintingSystemCommand.DocumentMap;
     this.ppbtMap.Enabled = false;
     this.ppbtMap.Hint = "Document Map";
     this.ppbtMap.Id = 7;
     this.ppbtMap.ImageIndex = 19;
     this.ppbtMap.Name = "ppbtMap";
     //
     // previewBar
     //
     this.previewBar.BarName = "Status Bar";
     this.previewBar.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.previewBar.DockCol = 0;
     this.previewBar.DockRow = 0;
     this.previewBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.previewBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ppstNothing),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.progressBarEditItem),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbctStopPageBuilding),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppstNoBorder, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.zoomTrackBarEditItem)});
     this.previewBar.OptionsBar.AllowQuickCustomization = false;
     this.previewBar.OptionsBar.DrawDragBorder = false;
     this.previewBar.OptionsBar.UseWholeRow = true;
     this.previewBar.Text = "Status Bar";
     //
     // ppbtParameters
     //
     this.ppbtParameters.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtParameters.Caption = "Parameters";
     this.ppbtParameters.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Parameters;
     this.ppbtParameters.Enabled = false;
     this.ppbtParameters.Hint = "Parameters";
     this.ppbtParameters.Id = 8;
     this.ppbtParameters.ImageIndex = 22;
     this.ppbtParameters.Name = "ppbtParameters";
     //
     // prbToolbar
     //
     this.prbToolbar.BarName = "Toolbar";
     this.prbToolbar.DockCol = 0;
     this.prbToolbar.DockRow = 1;
     this.prbToolbar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.prbToolbar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtMap),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtParameters),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtSearch),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtCustomize, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtOpen, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtSave),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPrintDirect),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtHeaderAndFooter),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtPageSetup),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtScale),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtHandTool, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtMagnifier),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtZoomOut, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtZoom),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtZoomIn),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtShowFirstPage, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtShowPrevPage),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtShowNextPage),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtShowLastPage),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtExportFile, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtMultiplePages),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtSendFile, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.ppbtClosePreview, true)});
     this.prbToolbar.Text = "Toolbar";
     //
     // ppbtSearch
     //
     this.ppbtSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtSearch.Caption = "Search";
     this.ppbtSearch.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find;
     this.ppbtSearch.Enabled = false;
     this.ppbtSearch.Hint = "Search";
     this.ppbtSearch.Id = 9;
     this.ppbtSearch.ImageIndex = 20;
     this.ppbtSearch.Name = "ppbtSearch";
     //
     // ppbtCustomize
     //
     this.ppbtCustomize.Caption = "Customize";
     this.ppbtCustomize.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Customize;
     this.ppbtCustomize.Enabled = false;
     this.ppbtCustomize.Hint = "Customize";
     this.ppbtCustomize.Id = 10;
     this.ppbtCustomize.ImageIndex = 14;
     this.ppbtCustomize.Name = "ppbtCustomize";
     //
     // ppbtOpen
     //
     this.ppbtOpen.Caption = "Open";
     this.ppbtOpen.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Open;
     this.ppbtOpen.Enabled = false;
     this.ppbtOpen.Hint = "Open a document";
     this.ppbtOpen.Id = 11;
     this.ppbtOpen.ImageIndex = 23;
     this.ppbtOpen.Name = "ppbtOpen";
     //
     // ppbtSave
     //
     this.ppbtSave.Caption = "Save";
     this.ppbtSave.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Save;
     this.ppbtSave.Enabled = false;
     this.ppbtSave.Hint = "Save the document";
     this.ppbtSave.Id = 12;
     this.ppbtSave.ImageIndex = 24;
     this.ppbtSave.Name = "ppbtSave";
     //
     // ppbtHeaderAndFooter
     //
     this.ppbtHeaderAndFooter.Caption = "Header And Footer";
     this.ppbtHeaderAndFooter.Command = DevExpress.XtraPrinting.PrintingSystemCommand.EditPageHF;
     this.ppbtHeaderAndFooter.Enabled = false;
     this.ppbtHeaderAndFooter.Hint = "Header And Footer";
     this.ppbtHeaderAndFooter.Id = 16;
     this.ppbtHeaderAndFooter.ImageIndex = 15;
     this.ppbtHeaderAndFooter.Name = "ppbtHeaderAndFooter";
     //
     // ppbtScale
     //
     this.ppbtScale.ActAsDropDown = true;
     this.ppbtScale.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.ppbtScale.Caption = "Scale";
     this.ppbtScale.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale;
     this.ppbtScale.Enabled = false;
     this.ppbtScale.Hint = "Scale";
     this.ppbtScale.Id = 17;
     this.ppbtScale.ImageIndex = 25;
     this.ppbtScale.Name = "ppbtScale";
     //
     // ppbtHandTool
     //
     this.ppbtHandTool.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtHandTool.Caption = "Hand Tool";
     this.ppbtHandTool.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool;
     this.ppbtHandTool.Enabled = false;
     this.ppbtHandTool.Hint = "Hand Tool";
     this.ppbtHandTool.Id = 18;
     this.ppbtHandTool.ImageIndex = 16;
     this.ppbtHandTool.Name = "ppbtHandTool";
     //
     // ppbtMagnifier
     //
     this.ppbtMagnifier.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.ppbtMagnifier.Caption = "Magnifier";
     this.ppbtMagnifier.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier;
     this.ppbtMagnifier.Enabled = false;
     this.ppbtMagnifier.Hint = "Magnifier";
     this.ppbtMagnifier.Id = 19;
     this.ppbtMagnifier.ImageIndex = 3;
     this.ppbtMagnifier.Name = "ppbtMagnifier";
     //
     // ppbtZoomOut
     //
     this.ppbtZoomOut.Caption = "Zoom Out";
     this.ppbtZoomOut.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut;
     this.ppbtZoomOut.Enabled = false;
     this.ppbtZoomOut.Hint = "Zoom Out";
     this.ppbtZoomOut.Id = 20;
     this.ppbtZoomOut.ImageIndex = 5;
     this.ppbtZoomOut.Name = "ppbtZoomOut";
     //
     // ppbtZoom
     //
     this.ppbtZoom.Caption = "Zoom";
     this.ppbtZoom.Edit = this.printPreviewRepositoryItemComboBox;
     this.ppbtZoom.EditValue = "100%";
     this.ppbtZoom.Enabled = false;
     this.ppbtZoom.Hint = "Zoom";
     this.ppbtZoom.Id = 21;
     this.ppbtZoom.Name = "ppbtZoom";
     this.ppbtZoom.Width = 70;
     //
     // printPreviewRepositoryItemComboBox
     //
     this.printPreviewRepositoryItemComboBox.AutoComplete = false;
     this.printPreviewRepositoryItemComboBox.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.printPreviewRepositoryItemComboBox.DropDownRows = 11;
     this.printPreviewRepositoryItemComboBox.Name = "printPreviewRepositoryItemComboBox";
     //
     // ppbtZoomIn
     //
     this.ppbtZoomIn.Caption = "Zoom In";
     this.ppbtZoomIn.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn;
     this.ppbtZoomIn.Enabled = false;
     this.ppbtZoomIn.Hint = "Zoom In";
     this.ppbtZoomIn.Id = 22;
     this.ppbtZoomIn.ImageIndex = 4;
     this.ppbtZoomIn.Name = "ppbtZoomIn";
     //
     // ppbtShowFirstPage
     //
     this.ppbtShowFirstPage.Caption = "First Page";
     this.ppbtShowFirstPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage;
     this.ppbtShowFirstPage.Enabled = false;
     this.ppbtShowFirstPage.Hint = "First Page";
     this.ppbtShowFirstPage.Id = 23;
     this.ppbtShowFirstPage.ImageIndex = 7;
     this.ppbtShowFirstPage.Name = "ppbtShowFirstPage";
     //
     // ppbtShowPrevPage
     //
     this.ppbtShowPrevPage.Caption = "Previous Page";
     this.ppbtShowPrevPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage;
     this.ppbtShowPrevPage.Enabled = false;
     this.ppbtShowPrevPage.Hint = "Previous Page";
     this.ppbtShowPrevPage.Id = 24;
     this.ppbtShowPrevPage.ImageIndex = 8;
     this.ppbtShowPrevPage.Name = "ppbtShowPrevPage";
     //
     // ppbtShowNextPage
     //
     this.ppbtShowNextPage.Caption = "Next Page";
     this.ppbtShowNextPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage;
     this.ppbtShowNextPage.Enabled = false;
     this.ppbtShowNextPage.Hint = "Next Page";
     this.ppbtShowNextPage.Id = 25;
     this.ppbtShowNextPage.ImageIndex = 9;
     this.ppbtShowNextPage.Name = "ppbtShowNextPage";
     //
     // ppbtShowLastPage
     //
     this.ppbtShowLastPage.Caption = "Last Page";
     this.ppbtShowLastPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage;
     this.ppbtShowLastPage.Enabled = false;
     this.ppbtShowLastPage.Hint = "Last Page";
     this.ppbtShowLastPage.Id = 26;
     this.ppbtShowLastPage.ImageIndex = 10;
     this.ppbtShowLastPage.Name = "ppbtShowLastPage";
     //
     // ppbtMultiplePages
     //
     this.ppbtMultiplePages.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.ppbtMultiplePages.Caption = "Multiple Pages";
     this.ppbtMultiplePages.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages;
     this.ppbtMultiplePages.Enabled = false;
     this.ppbtMultiplePages.Hint = "Multiple Pages";
     this.ppbtMultiplePages.Id = 27;
     this.ppbtMultiplePages.ImageIndex = 11;
     this.ppbtMultiplePages.Name = "ppbtMultiplePages";
     //
     // docMgDeliveryNote
     //
     this.docMgDeliveryNote.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.prbToolbar,
     this.previewBar,
     this.prvbTop});
     this.docMgDeliveryNote.DockControls.Add(this.barDockControlTop);
     this.docMgDeliveryNote.DockControls.Add(this.barDockControlBottom);
     this.docMgDeliveryNote.DockControls.Add(this.barDockControlLeft);
     this.docMgDeliveryNote.DockControls.Add(this.barDockControlRight);
     this.docMgDeliveryNote.DocumentViewer = this.docDeliveryNoteView;
     this.docMgDeliveryNote.Form = this;
     this.docMgDeliveryNote.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("docMgDeliveryNote.ImageStream")));
     this.docMgDeliveryNote.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ppstNothing,
     this.barStaticItem,
     this.progressBarEditItem,
     this.ppbctStopPageBuilding,
     this.barButtonItem,
     this.ppstNoBorder,
     this.zoomTrackBarEditItem,
     this.ppbtMap,
     this.ppbtParameters,
     this.ppbtSearch,
     this.ppbtCustomize,
     this.ppbtOpen,
     this.ppbtSave,
     this.ppbtPrint,
     this.ppbtPrintDirect,
     this.ppbtPageSetup,
     this.ppbtHeaderAndFooter,
     this.ppbtScale,
     this.ppbtHandTool,
     this.ppbtMagnifier,
     this.ppbtZoomOut,
     this.ppbtZoom,
     this.ppbtZoomIn,
     this.ppbtShowFirstPage,
     this.ppbtShowPrevPage,
     this.ppbtShowNextPage,
     this.ppbtShowLastPage,
     this.ppbtMultiplePages,
     this.ppbtExportFile,
     this.ppbtSendFile,
     this.ppbtClosePreview,
     this.ppstFile,
     this.ppstView,
     this.pptsBackGround,
     this.ppstPageLayout,
     this.ppbtPageLayoutFacing,
     this.ppbtPageLayoutContinuous,
     this.barToolbarsListItem,
     this.ppbctExportPdf,
     this.ppbctExportHtm,
     this.ppbctExportMht,
     this.ppbctExportRtf,
     this.ppbctExportXls,
     this.ppbctExportXlsx,
     this.ppbctExportCsv,
     this.ppbctExportTxt,
     this.ppbctExportGraphic,
     this.ppbctSendPdf,
     this.ppbctSendMht,
     this.ppbctSendRtf,
     this.ppbctSendXls,
     this.ppbctSendXlsx,
     this.ppbctSendCsv,
     this.ppbctSendTxt,
     this.ppbctSendGraphic});
     this.docMgDeliveryNote.MainMenu = this.prvbTop;
     this.docMgDeliveryNote.MaxItemId = 57;
     this.docMgDeliveryNote.PreviewBar = this.prbToolbar;
     this.docMgDeliveryNote.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemProgressBar,
     this.repositoryItemZoomTrackBar,
     this.printPreviewRepositoryItemComboBox});
     this.docMgDeliveryNote.StatusBar = this.previewBar;
     this.docMgDeliveryNote.TransparentEditors = true;
     //
     // docDeliveryNoteView
     //
     this.docDeliveryNoteView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.docDeliveryNoteView.IsMetric = false;
     this.docDeliveryNoteView.Location = new System.Drawing.Point(2, 2);
     this.docDeliveryNoteView.Name = "docDeliveryNoteView";
     this.docDeliveryNoteView.Size = new System.Drawing.Size(852, 398);
     this.docDeliveryNoteView.TabIndex = 3;
     //
     // ppbctSendGraphic
     //
     this.ppbctSendGraphic.Caption = "Image File";
     this.ppbctSendGraphic.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic;
     this.ppbctSendGraphic.Enabled = false;
     this.ppbctSendGraphic.GroupIndex = 1;
     this.ppbctSendGraphic.Hint = "Image File";
     this.ppbctSendGraphic.Id = 56;
     this.ppbctSendGraphic.Name = "ppbctSendGraphic";
     //
     // panDeliveryNoteTitles
     //
     this.panDeliveryNoteTitles.Controls.Add(this.labDeliveryNoteTitle);
     this.panDeliveryNoteTitles.Dock = System.Windows.Forms.DockStyle.Top;
     this.panDeliveryNoteTitles.Location = new System.Drawing.Point(0, 51);
     this.panDeliveryNoteTitles.Name = "panDeliveryNoteTitles";
     this.panDeliveryNoteTitles.Size = new System.Drawing.Size(856, 36);
     this.panDeliveryNoteTitles.TabIndex = 7;
     //
     // labDeliveryNoteTitle
     //
     this.labDeliveryNoteTitle.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labDeliveryNoteTitle.Appearance.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
     this.labDeliveryNoteTitle.Appearance.ForeColor = System.Drawing.Color.DarkSlateBlue;
     this.labDeliveryNoteTitle.Location = new System.Drawing.Point(299, -1);
     this.labDeliveryNoteTitle.Name = "labDeliveryNoteTitle";
     this.labDeliveryNoteTitle.Size = new System.Drawing.Size(257, 32);
     this.labDeliveryNoteTitle.TabIndex = 2;
     this.labDeliveryNoteTitle.Text = "THÔNG TIN HÓA ĐƠN";
     //
     // panSurvivalView
     //
     this.panSurvivalView.Controls.Add(this.pnBottom);
     this.panSurvivalView.Controls.Add(this.docDeliveryNoteView);
     this.panSurvivalView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panSurvivalView.Location = new System.Drawing.Point(0, 87);
     this.panSurvivalView.Name = "panSurvivalView";
     this.panSurvivalView.Size = new System.Drawing.Size(856, 402);
     this.panSurvivalView.TabIndex = 8;
     //
     // pnBottom
     //
     this.pnBottom.Controls.Add(this.btnClose);
     this.pnBottom.Controls.Add(this.btnPrint);
     this.pnBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnBottom.Location = new System.Drawing.Point(2, 364);
     this.pnBottom.Name = "pnBottom";
     this.pnBottom.Size = new System.Drawing.Size(852, 36);
     this.pnBottom.TabIndex = 8;
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(713, 8);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text = "(Esc)Đóng";
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(585, 8);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(85, 23);
     this.btnPrint.TabIndex = 0;
     this.btnPrint.Text = "(F2)In hóa đơn";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // frmViewBill
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(856, 515);
     this.Controls.Add(this.panSurvivalView);
     this.Controls.Add(this.panDeliveryNoteTitles);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.KeyPreview = true;
     this.Name = "frmViewBill";
     this.Text = "Xem thông tin hóa đơn";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmViewBillReport_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printPreviewRepositoryItemComboBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.docMgDeliveryNote)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panDeliveryNoteTitles)).EndInit();
     this.panDeliveryNoteTitles.ResumeLayout(false);
     this.panDeliveryNoteTitles.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panSurvivalView)).EndInit();
     this.panSurvivalView.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnBottom)).EndInit();
     this.pnBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWorkDistributionDate));
     DevExpress.XtraEditors.Repository.RepositoryItemProgressBar repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.leYear              = new DevExpress.XtraEditors.LookUpEdit();
     this.leStaff             = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl6       = new DevExpress.XtraEditors.LabelControl();
     this.textEdit2           = new DevExpress.XtraEditors.TextEdit();
     this.labelControl7       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5       = new DevExpress.XtraEditors.LabelControl();
     this.mnuMenu             = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.grdData             = new DevExpress.XtraGrid.GridControl();
     this.grvData             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtEndDate          = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.txtStartDate        = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.leWeek              = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.btnSave             = new System.Windows.Forms.ToolStripButton();
     this.btnClose            = new System.Windows.Forms.ToolStripButton();
     this.colWorkerName       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSumTime          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPercent          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colID        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leYear.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leStaff.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     this.mnuMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.leWeek.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ProgressBar1)).BeginInit();
     this.SuspendLayout();
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(54, 73);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Size     = new System.Drawing.Size(126, 20);
     this.textEdit1.TabIndex = 170;
     //
     // leYear
     //
     this.leYear.Location = new System.Drawing.Point(50, 120);
     this.leYear.Name     = "leYear";
     this.leYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.leYear.Properties.NullText = "";
     this.leYear.Size     = new System.Drawing.Size(83, 20);
     this.leYear.TabIndex = 174;
     //
     // leStaff
     //
     this.leStaff.Location = new System.Drawing.Point(683, 73);
     this.leStaff.Name     = "leStaff";
     this.leStaff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.leStaff.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ID", "ID", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Code", "Mã"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("FullName", "Tên")
     });
     this.leStaff.Properties.NullText = "";
     this.leStaff.Size     = new System.Drawing.Size(210, 20);
     this.leStaff.TabIndex = 173;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(14, 76);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(34, 13);
     this.labelControl6.TabIndex = 166;
     this.labelControl6.Text     = "Mã CV:";
     //
     // textEdit2
     //
     this.textEdit2.EditValue = "T";
     this.textEdit2.Location  = new System.Drawing.Point(292, 73);
     this.textEdit2.Name      = "textEdit2";
     this.textEdit2.Size      = new System.Drawing.Size(285, 20);
     this.textEdit2.TabIndex  = 169;
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(216, 76);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(70, 13);
     this.labelControl7.TabIndex = 167;
     this.labelControl7.Text     = "Tên công việc:";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(627, 76);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(52, 13);
     this.labelControl5.TabIndex = 161;
     this.labelControl5.Text     = "Nhân viên:";
     //
     // mnuMenu
     //
     this.mnuMenu.AutoSize  = false;
     this.mnuMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.mnuMenu.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mnuMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.mnuMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnSave,
         this.toolStripSeparator1,
         this.btnClose
     });
     this.mnuMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.mnuMenu.Location    = new System.Drawing.Point(0, 0);
     this.mnuMenu.Name        = "mnuMenu";
     this.mnuMenu.RenderMode  = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mnuMenu.Size        = new System.Drawing.Size(926, 42);
     this.mnuMenu.TabIndex    = 158;
     this.mnuMenu.Text        = "toolStrip2";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(6, 40);
     //
     // grdData
     //
     this.grdData.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.grdData.Location = new System.Drawing.Point(3, 146);
     this.grdData.MainView = this.grvData;
     this.grdData.Name     = "grdData";
     this.grdData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.ProgressBar1
     });
     this.grdData.Size     = new System.Drawing.Size(919, 337);
     this.grdData.TabIndex = 172;
     this.grdData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.grvData
     });
     //
     // grvData
     //
     this.grvData.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colWorkerName,
         this.colSumTime,
         this.colPercent,
         this.colID
     });
     this.grvData.GridControl = this.grdData;
     this.grvData.Name        = "grvData";
     this.grvData.OptionsBehavior.AutoExpandAllGroups = true;
     this.grvData.OptionsBehavior.Editable            = false;
     this.grvData.OptionsFind.AlwaysVisible           = true;
     this.grvData.OptionsView.ShowAutoFilterRow       = true;
     this.grvData.OptionsView.ShowFooter = true;
     //
     // txtEndDate
     //
     this.txtEndDate.Location = new System.Drawing.Point(673, 120);
     this.txtEndDate.Name     = "txtEndDate";
     this.txtEndDate.Size     = new System.Drawing.Size(96, 20);
     this.txtEndDate.TabIndex = 171;
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(599, 123);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(71, 13);
     this.labelControl4.TabIndex = 164;
     this.labelControl4.Text     = "Ngày kết thúc:";
     //
     // txtStartDate
     //
     this.txtStartDate.Location = new System.Drawing.Point(491, 120);
     this.txtStartDate.Name     = "txtStartDate";
     this.txtStartDate.Size     = new System.Drawing.Size(96, 20);
     this.txtStartDate.TabIndex = 168;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(419, 123);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(69, 13);
     this.labelControl3.TabIndex = 165;
     this.labelControl3.Text     = "Ngày bắt đầu:";
     //
     // leWeek
     //
     this.leWeek.Location = new System.Drawing.Point(193, 120);
     this.leWeek.Name     = "leWeek";
     this.leWeek.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.leWeek.Properties.NullText = "";
     this.leWeek.Size     = new System.Drawing.Size(210, 20);
     this.leWeek.TabIndex = 163;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(161, 123);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(28, 13);
     this.labelControl2.TabIndex = 162;
     this.labelControl2.Text     = "Tuần:";
     //
     // labelControl8
     //
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.BorderStyle  = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.labelControl8.Location     = new System.Drawing.Point(0, 106);
     this.labelControl8.Name         = "labelControl8";
     this.labelControl8.Size         = new System.Drawing.Size(922, 1);
     this.labelControl8.TabIndex     = 160;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(19, 123);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(25, 13);
     this.labelControl1.TabIndex = 159;
     this.labelControl1.Text     = "Năm:";
     //
     // btnSave
     //
     this.btnSave.AutoSize = false;
     this.btnSave.Image    = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name              = "btnSave";
     this.btnSave.Size              = new System.Drawing.Size(55, 40);
     this.btnSave.Text              = "Ghi";
     this.btnSave.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // btnClose
     //
     this.btnClose.AutoSize              = false;
     this.btnClose.Image                 = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(55, 40);
     this.btnClose.Text = "Thoát";
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // colWorkerName
     //
     this.colWorkerName.Caption      = "NGÀY";
     this.colWorkerName.FieldName    = "FullName";
     this.colWorkerName.Name         = "colWorkerName";
     this.colWorkerName.Visible      = true;
     this.colWorkerName.VisibleIndex = 0;
     this.colWorkerName.Width        = 165;
     //
     // colSumTime
     //
     this.colSumTime.Caption      = "Tổng thời gian";
     this.colSumTime.FieldName    = "SumTime";
     this.colSumTime.Name         = "colSumTime";
     this.colSumTime.Visible      = true;
     this.colSumTime.VisibleIndex = 1;
     this.colSumTime.Width        = 80;
     //
     // colPercent
     //
     this.colPercent.Caption            = "Lượng công việc";
     repositoryItemProgressBar1.Maximum = 48;
     repositoryItemProgressBar1.Name    = "ProgressBar1";
     repositoryItemProgressBar1.Step    = 1;
     this.colPercent.ColumnEdit         = repositoryItemProgressBar1;
     this.colPercent.FieldName          = "SumTime";
     this.colPercent.Name         = "colPercent";
     this.colPercent.Visible      = true;
     this.colPercent.VisibleIndex = 2;
     this.colPercent.Width        = 656;
     //
     // colID
     //
     this.colID.Caption   = "ID";
     this.colID.FieldName = "ID";
     this.colID.Name      = "colID";
     //
     // ProgressBar1
     //
     this.ProgressBar1.Maximum = 48;
     this.ProgressBar1.Name    = "ProgressBar1";
     this.ProgressBar1.Step    = 1;
     //
     // frmWorkDistributionDate
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(926, 487);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.leYear);
     this.Controls.Add(this.leStaff);
     this.Controls.Add(this.labelControl6);
     this.Controls.Add(this.textEdit2);
     this.Controls.Add(this.labelControl7);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.mnuMenu);
     this.Controls.Add(this.grdData);
     this.Controls.Add(this.txtEndDate);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.txtStartDate);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.leWeek);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl8);
     this.Controls.Add(this.labelControl1);
     this.Name = "frmWorkDistributionDate";
     this.Text = "PHÂN BỔ NGÀY GIỜ HOÀN THÀNH DỰ KIẾN";
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leYear.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leStaff.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     this.mnuMenu.ResumeLayout(false);
     this.mnuMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvData)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStartDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.leWeek.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ProgressBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(UpdaterSplashScreen));
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gcFileName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcVersion = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gcProgress = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.gridView_ShowLine1 = new FengSharp.WinForm.Dev.Components.GridView_ShowLine(this.components);
     this.progessTotal = new DevExpress.XtraEditors.ProgressBarControl();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progessTotal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.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.gridControl1.Location = new System.Drawing.Point(12, 71);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemProgressBar1});
     this.gridControl1.Size = new System.Drawing.Size(944, 345);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gcFileName,
     this.gcVersion,
     this.gcProgress});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.IndicatorWidth = 40;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode = false;
     this.gridView1.OptionsLayout.Columns.StoreAllOptions = true;
     this.gridView1.OptionsLayout.Columns.StoreLayout = false;
     this.gridView1.OptionsLayout.StoreDataSettings = false;
     this.gridView1.OptionsLayout.StoreVisualOptions = false;
     this.gridView1.OptionsMenu.EnableColumnMenu = false;
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView_ShowLine1.SetShowLineNo(this.gridView1, true);
     //
     // gcFileName
     //
     this.gcFileName.Caption = "文件名";
     this.gcFileName.FieldName = "FileName";
     this.gcFileName.Name = "gcFileName";
     this.gcFileName.OptionsColumn.AllowEdit = false;
     this.gcFileName.Visible = true;
     this.gcFileName.VisibleIndex = 0;
     this.gcFileName.Width = 319;
     //
     // gcVersion
     //
     this.gcVersion.Caption = "版本号";
     this.gcVersion.FieldName = "Version";
     this.gcVersion.Name = "gcVersion";
     this.gcVersion.OptionsColumn.AllowEdit = false;
     this.gcVersion.Visible = true;
     this.gcVersion.VisibleIndex = 1;
     this.gcVersion.Width = 176;
     //
     // gcProgress
     //
     this.gcProgress.Caption = "进度";
     this.gcProgress.ColumnEdit = this.repositoryItemProgressBar1;
     this.gcProgress.FieldName = "Progress";
     this.gcProgress.Name = "gcProgress";
     this.gcProgress.OptionsColumn.AllowEdit = false;
     this.gcProgress.Visible = true;
     this.gcProgress.VisibleIndex = 2;
     this.gcProgress.Width = 441;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // progessTotal
     //
     this.progessTotal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.progessTotal.Location = new System.Drawing.Point(12, 445);
     this.progessTotal.Name = "progessTotal";
     this.progessTotal.Size = new System.Drawing.Size(944, 27);
     this.progessTotal.TabIndex = 14;
     //
     // pictureEdit1
     //
     this.pictureEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location = new System.Drawing.Point(803, 490);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Size = new System.Drawing.Size(123, 30);
     this.pictureEdit1.TabIndex = 16;
     //
     // labelControl1
     //
     this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.labelControl1.Location = new System.Drawing.Point(41, 507);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(102, 13);
     this.labelControl1.TabIndex = 15;
     this.labelControl1.Text = "Copyright 1998-2015";
     //
     // labelControl2
     //
     this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelControl2.Appearance.Font = new System.Drawing.Font("KaiTi", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.labelControl2.Location = new System.Drawing.Point(360, 16);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(185, 35);
     this.labelControl2.TabIndex = 18;
     this.labelControl2.Text = "自动升级器";
     //
     // UpdaterSplashScreen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(978, 540);
     this.ControlBox = true;
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.pictureEdit1);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.progessTotal);
     this.Controls.Add(this.gridControl1);
     this.Name = "UpdaterSplashScreen";
     this.Text = "XtraForm1";
     this.Load += new System.EventHandler(this.XtraForm1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progessTotal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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();
     DevExpress.XtraEditors.Repository.RepositoryItemProgressBar          repositoryItemProgressBar1;
     DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters msSqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1      = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1            = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7 = new DevExpress.DataAccess.Sql.ColumnExpression();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(FrmOgrenciler));
     this.label1                = new System.Windows.Forms.Label();
     this.id                    = new DevExpress.XtraEditors.TextEdit();
     this.label2                = new System.Windows.Forms.Label();
     this.ad                    = new DevExpress.XtraEditors.TextEdit();
     this.label3                = new System.Windows.Forms.Label();
     this.soyad                 = new DevExpress.XtraEditors.TextEdit();
     this.gridControl1          = new DevExpress.XtraGrid.GridControl();
     this.sqlDataSource1        = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.gridView1             = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colID                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAD                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSOYAD              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNUMARA             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFOTOGRAF           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colKULUP              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colORTALAMA           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl1         = new DevExpress.XtraEditors.GroupControl();
     this.pictureEdit1          = new DevExpress.XtraEditors.PictureEdit();
     this.simpleButton1         = new DevExpress.XtraEditors.SimpleButton();
     this.ortalama              = new DevExpress.XtraEditors.TextEdit();
     this.ratingControl1        = new DevExpress.XtraEditors.RatingControl();
     this.lookUpEdit1           = new DevExpress.XtraEditors.LookUpEdit();
     this.numara                = new DevExpress.XtraEditors.TextEdit();
     this.label6                = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     ((System.ComponentModel.ISupportInitialize)(repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.id.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.soyad.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ortalama.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ratingControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numara.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // repositoryItemProgressBar1
     //
     repositoryItemProgressBar1.EndColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     repositoryItemProgressBar1.ExportMode            = DevExpress.XtraEditors.Repository.ExportMode.Value;
     repositoryItemProgressBar1.FlowAnimationDuration = 8000;
     repositoryItemProgressBar1.FlowAnimationEnabled  = true;
     repositoryItemProgressBar1.Name       = "repositoryItemProgressBar1";
     repositoryItemProgressBar1.ShowTitle  = true;
     repositoryItemProgressBar1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label1.Location = new System.Drawing.Point(71, 45);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(25, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "ID:";
     //
     // id
     //
     this.id.Location     = new System.Drawing.Point(110, 44);
     this.id.Name         = "id";
     this.id.Size         = new System.Drawing.Size(121, 20);
     this.id.TabIndex     = 1;
     this.id.TextChanged += new System.EventHandler(this.id_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label2.Location = new System.Drawing.Point(62, 83);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 17);
     this.label2.TabIndex = 0;
     this.label2.Text     = "ADI:";
     //
     // ad
     //
     this.ad.Location     = new System.Drawing.Point(110, 80);
     this.ad.Name         = "ad";
     this.ad.Size         = new System.Drawing.Size(121, 20);
     this.ad.TabIndex     = 1;
     this.ad.TextChanged += new System.EventHandler(this.ad_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label3.Location = new System.Drawing.Point(33, 118);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(63, 17);
     this.label3.TabIndex = 0;
     this.label3.Text     = "SOYADI:";
     //
     // soyad
     //
     this.soyad.Location     = new System.Drawing.Point(111, 115);
     this.soyad.Name         = "soyad";
     this.soyad.Size         = new System.Drawing.Size(121, 20);
     this.soyad.TabIndex     = 1;
     this.soyad.TextChanged += new System.EventHandler(this.soyad_TextChanged);
     //
     // gridControl1
     //
     this.gridControl1.DataMember = "TBL_OGRENCİLER";
     this.gridControl1.DataSource = this.sqlDataSource1;
     this.gridControl1.Location   = new System.Drawing.Point(3, 2);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         repositoryItemProgressBar1
     });
     this.gridControl1.Size     = new System.Drawing.Size(531, 386);
     this.gridControl1.TabIndex = 3;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName           = "localhost_TestDevexpresOgrenciOtomasyon_Connection";
     msSqlConnectionParameters1.AuthorizationType = DevExpress.DataAccess.ConnectionParameters.MsSqlAuthorizationType.SqlServer;
     msSqlConnectionParameters1.DatabaseName      = "TestDevexpresOgrenciOtomasyon";
     msSqlConnectionParameters1.ServerName        = "ADEM";
     this.sqlDataSource1.ConnectionParameters     = msSqlConnectionParameters1;
     this.sqlDataSource1.Name     = "sqlDataSource1";
     columnExpression1.ColumnName = "ID";
     table1.MetaSerializable      = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"191\" />";
     table1.Name                  = "TBL_OGRENCİLER";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "AD";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "SOYAD";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "NUMARA";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "FOTOGRAF";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "KULUP";
     columnExpression6.Table      = table1;
     column6.Expression           = columnExpression6;
     columnExpression7.ColumnName = "ORTALAMA";
     columnExpression7.Table      = table1;
     column7.Expression           = columnExpression7;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Name = "TBL_OGRENCİLER";
     selectQuery1.Tables.Add(table1);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colID,
         this.colAD,
         this.colSOYAD,
         this.colNUMARA,
         this.colFOTOGRAF,
         this.colKULUP,
         this.colORTALAMA
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsView.ShowFooter   = true;
     this.gridView1.FocusedRowChanged       += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // colID
     //
     this.colID.FieldName    = "ID";
     this.colID.Name         = "colID";
     this.colID.Visible      = true;
     this.colID.VisibleIndex = 0;
     //
     // colAD
     //
     this.colAD.FieldName    = "AD";
     this.colAD.Name         = "colAD";
     this.colAD.Visible      = true;
     this.colAD.VisibleIndex = 1;
     //
     // colSOYAD
     //
     this.colSOYAD.FieldName    = "SOYAD";
     this.colSOYAD.Name         = "colSOYAD";
     this.colSOYAD.Visible      = true;
     this.colSOYAD.VisibleIndex = 2;
     //
     // colNUMARA
     //
     this.colNUMARA.FieldName    = "NUMARA";
     this.colNUMARA.Name         = "colNUMARA";
     this.colNUMARA.Visible      = true;
     this.colNUMARA.VisibleIndex = 3;
     //
     // colFOTOGRAF
     //
     this.colFOTOGRAF.FieldName    = "FOTOGRAF";
     this.colFOTOGRAF.Name         = "colFOTOGRAF";
     this.colFOTOGRAF.Visible      = true;
     this.colFOTOGRAF.VisibleIndex = 4;
     //
     // colKULUP
     //
     this.colKULUP.FieldName    = "KULUP";
     this.colKULUP.Name         = "colKULUP";
     this.colKULUP.Visible      = true;
     this.colKULUP.VisibleIndex = 5;
     //
     // colORTALAMA
     //
     this.colORTALAMA.ColumnEdit   = repositoryItemProgressBar1;
     this.colORTALAMA.FieldName    = "ORTALAMA";
     this.colORTALAMA.Name         = "colORTALAMA";
     this.colORTALAMA.Visible      = true;
     this.colORTALAMA.VisibleIndex = 6;
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.pictureEdit1);
     this.groupControl1.Controls.Add(this.simpleButton1);
     this.groupControl1.Controls.Add(this.ortalama);
     this.groupControl1.Controls.Add(this.ratingControl1);
     this.groupControl1.Controls.Add(this.lookUpEdit1);
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.label2);
     this.groupControl1.Controls.Add(this.numara);
     this.groupControl1.Controls.Add(this.soyad);
     this.groupControl1.Controls.Add(this.label6);
     this.groupControl1.Controls.Add(this.label5);
     this.groupControl1.Controls.Add(this.label4);
     this.groupControl1.Controls.Add(this.label3);
     this.groupControl1.Controls.Add(this.ad);
     this.groupControl1.Controls.Add(this.id);
     this.groupControl1.Location = new System.Drawing.Point(540, 2);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(270, 391);
     this.groupControl1.TabIndex = 4;
     //
     // pictureEdit1
     //
     this.pictureEdit1.Location = new System.Drawing.Point(121, 295);
     this.pictureEdit1.Name     = "pictureEdit1";
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Size     = new System.Drawing.Size(140, 91);
     this.pictureEdit1.TabIndex = 8;
     //
     // simpleButton1
     //
     this.simpleButton1.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.simpleButton1.Appearance.Options.UseFont = true;
     this.simpleButton1.ImageOptions.Image         = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     this.simpleButton1.Location = new System.Drawing.Point(5, 324);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(110, 36);
     this.simpleButton1.TabIndex = 7;
     this.simpleButton1.Text     = "Resim Ekle";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // ortalama
     //
     this.ortalama.EditValue             = "";
     this.ortalama.Location              = new System.Drawing.Point(103, 258);
     this.ortalama.Name                  = "ortalama";
     this.ortalama.Properties.AutoHeight = false;
     this.ortalama.Size                  = new System.Drawing.Size(36, 20);
     this.ortalama.TabIndex              = 6;
     this.ortalama.EditValueChanged     += new System.EventHandler(this.ortalama_EditValueChanged);
     //
     // ratingControl1
     //
     this.ratingControl1.Location = new System.Drawing.Point(140, 242);
     this.ratingControl1.Name     = "ratingControl1";
     this.ratingControl1.Properties.AutoHeight = false;
     this.ratingControl1.Properties.AutoSize   = false;
     this.ratingControl1.Rating = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.ratingControl1.Size     = new System.Drawing.Size(92, 46);
     this.ratingControl1.TabIndex = 5;
     this.ratingControl1.Text     = "ratingControl1";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(111, 190);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.AutoHeight = false;
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Size              = new System.Drawing.Size(120, 28);
     this.lookUpEdit1.TabIndex          = 4;
     this.lookUpEdit1.EditValueChanged += new System.EventHandler(this.lookUpEdit1_EditValueChanged);
     //
     // numara
     //
     this.numara.Location     = new System.Drawing.Point(111, 153);
     this.numara.Name         = "numara";
     this.numara.Size         = new System.Drawing.Size(121, 20);
     this.numara.TabIndex     = 1;
     this.numara.TextChanged += new System.EventHandler(this.numara_TextChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label6.Location = new System.Drawing.Point(28, 258);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(68, 17);
     this.label6.TabIndex = 0;
     this.label6.Text     = "DERECE:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label5.Location = new System.Drawing.Point(38, 195);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(58, 17);
     this.label5.TabIndex = 0;
     this.label5.Text     = "KULÜP:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label4.Location = new System.Drawing.Point(25, 156);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(71, 17);
     this.label4.TabIndex = 0;
     this.label4.Text     = "NUMARA:";
     //
     // FrmOgrenciler
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.ClientSize          = new System.Drawing.Size(813, 391);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.gridControl1);
     this.Name  = "FrmOgrenciler";
     this.Text  = "FrmOgrenciler";
     this.Load += new System.EventHandler(this.FrmOgrenciler_Load);
     ((System.ComponentModel.ISupportInitialize)(repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.id.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.soyad.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ortalama.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ratingControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numara.Properties)).EndInit();
     this.ResumeLayout(false);
 }