namespace DevExpress.StockMarketTrader { partial class StockWorkspacesUC { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.SimpleDiagram simpleDiagram2 = new DevExpress.XtraCharts.SimpleDiagram(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel3 = new DevExpress.XtraCharts.DoughnutSeriesLabel(); DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView3 = new DevExpress.XtraCharts.DoughnutSeriesView(); DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel4 = new DevExpress.XtraCharts.DoughnutSeriesLabel(); DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView4 = new DevExpress.XtraCharts.DoughnutSeriesView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.barManagerStockChart = new DevExpress.XtraBars.BarManager(this.components); this.barWorckspace = new DevExpress.XtraBars.Bar(); this.ViewSubitem = new DevExpress.XtraBars.BarSubItem(); this.barSubItem1 = new DevExpress.XtraBars.BarSubItem(); this.watchListbarCheckItem = new DevExpress.XtraBars.BarCheckItem(); this.transactionGridbarCheckItem = new DevExpress.XtraBars.BarCheckItem(); this.topVolumesbarCheckItem = new DevExpress.XtraBars.BarCheckItem(); this.bbiSwatches = new DevExpress.XtraBars.BarButtonItem(); this.helpBarItemButton = new DevExpress.XtraBars.BarSubItem(); this.bsiConnectedStatus = new DevExpress.XtraBars.BarStaticItem(); 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.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel(); this.watchListDockPanel = new DevExpress.XtraBars.Docking.DockPanel(); this.watchListDockPanel_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.watchListGrid = new DevExpress.XtraGrid.GridControl(); this.watchListGridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.panelContainerTopVolumesAndTransaction = new DevExpress.XtraBars.Docking.DockPanel(); this.topVolumesDockPanel = new DevExpress.XtraBars.Docking.DockPanel(); this.topVolumesDockPanel_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.volumeChart = new DevExpress.XtraCharts.ChartControl(); this.transactionGridDockPanel = new DevExpress.XtraBars.Docking.DockPanel(); this.transactionGridDockPanel_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.transactionGrid = new DevExpress.XtraGrid.GridControl(); this.transactionGridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.stockChartUC = new DevExpress.StockMarketTrader.StockChartUC(); this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components); this.noDocumentsView1 = new DevExpress.XtraBars.Docking2010.Views.NoDocuments.NoDocumentsView(this.components); ((System.ComponentModel.ISupportInitialize)(this.barManagerStockChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.panelContainer1.SuspendLayout(); this.watchListDockPanel.SuspendLayout(); this.watchListDockPanel_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.watchListGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.watchListGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.panelContainerTopVolumesAndTransaction.SuspendLayout(); this.topVolumesDockPanel.SuspendLayout(); this.topVolumesDockPanel_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.volumeChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView4)).BeginInit(); this.transactionGridDockPanel.SuspendLayout(); this.transactionGridDockPanel_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.transactionGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.noDocumentsView1)).BeginInit(); this.SuspendLayout(); // // gridColumn1 // this.gridColumn1.Caption = "Ask"; this.gridColumn1.FieldName = "Ask"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn3 // this.gridColumn3.Caption = "Bid"; this.gridColumn3.FieldName = "Bid"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn2 // this.gridColumn2.Caption = "Price"; this.gridColumn2.FieldName = "Price"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // barManagerStockChart // this.barManagerStockChart.AllowCustomization = false; this.barManagerStockChart.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.barWorckspace}); this.barManagerStockChart.DockControls.Add(this.barDockControlTop); this.barManagerStockChart.DockControls.Add(this.barDockControlBottom); this.barManagerStockChart.DockControls.Add(this.barDockControlLeft); this.barManagerStockChart.DockControls.Add(this.barDockControlRight); this.barManagerStockChart.DockManager = this.dockManager1; this.barManagerStockChart.Form = this; this.barManagerStockChart.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1, this.helpBarItemButton, this.ViewSubitem, this.barSubItem1, this.watchListbarCheckItem, this.transactionGridbarCheckItem, this.topVolumesbarCheckItem, this.barEditItem1, this.bsiConnectedStatus, this.bbiSwatches}); this.barManagerStockChart.MainMenu = this.barWorckspace; this.barManagerStockChart.MaxItemId = 20; this.barManagerStockChart.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTextEdit1, this.repositoryItemTextEdit2, this.repositoryItemTextEdit3}); // // barWorckspace // this.barWorckspace.BarAppearance.Disabled.Font = new System.Drawing.Font("Segoe UI", 8.25F); this.barWorckspace.BarAppearance.Disabled.Options.UseFont = true; this.barWorckspace.BarAppearance.Hovered.Font = new System.Drawing.Font("Segoe UI", 8.25F); this.barWorckspace.BarAppearance.Hovered.Options.UseFont = true; this.barWorckspace.BarAppearance.Normal.Font = new System.Drawing.Font("Segoe UI", 8.25F); this.barWorckspace.BarAppearance.Normal.Options.UseFont = true; this.barWorckspace.BarAppearance.Pressed.Font = new System.Drawing.Font("Segoe UI", 8.25F); this.barWorckspace.BarAppearance.Pressed.Options.UseFont = true; this.barWorckspace.BarName = "Main menu"; this.barWorckspace.DockCol = 0; this.barWorckspace.DockRow = 0; this.barWorckspace.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom; this.barWorckspace.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.ViewSubitem, true), new DevExpress.XtraBars.LinkPersistInfo(this.bbiSwatches), new DevExpress.XtraBars.LinkPersistInfo(this.helpBarItemButton), new DevExpress.XtraBars.LinkPersistInfo(this.bsiConnectedStatus)}); this.barWorckspace.OptionsBar.AllowQuickCustomization = false; this.barWorckspace.OptionsBar.DrawDragBorder = false; this.barWorckspace.OptionsBar.UseWholeRow = true; this.barWorckspace.Text = "Main menu"; // // ViewSubitem // this.ViewSubitem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; this.ViewSubitem.Caption = "View"; this.ViewSubitem.Id = 4; this.ViewSubitem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1)}); this.ViewSubitem.Name = "ViewSubitem"; // // barSubItem1 // this.barSubItem1.Caption = "Panels"; this.barSubItem1.Id = 6; this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.watchListbarCheckItem), new DevExpress.XtraBars.LinkPersistInfo(this.transactionGridbarCheckItem), new DevExpress.XtraBars.LinkPersistInfo(this.topVolumesbarCheckItem)}); this.barSubItem1.Name = "barSubItem1"; // // watchListbarCheckItem // this.watchListbarCheckItem.BindableChecked = true; this.watchListbarCheckItem.Caption = "Watch List"; this.watchListbarCheckItem.Checked = true; this.watchListbarCheckItem.Id = 7; this.watchListbarCheckItem.Name = "watchListbarCheckItem"; this.watchListbarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.PanelsCheckedChanged); // // transactionGridbarCheckItem // this.transactionGridbarCheckItem.BindableChecked = true; this.transactionGridbarCheckItem.Caption = "Transaction"; this.transactionGridbarCheckItem.Checked = true; this.transactionGridbarCheckItem.Id = 9; this.transactionGridbarCheckItem.Name = "transactionGridbarCheckItem"; this.transactionGridbarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.PanelsCheckedChanged); // // topVolumesbarCheckItem // this.topVolumesbarCheckItem.BindableChecked = true; this.topVolumesbarCheckItem.Caption = "Top Volumes"; this.topVolumesbarCheckItem.Checked = true; this.topVolumesbarCheckItem.Id = 10; this.topVolumesbarCheckItem.Name = "topVolumesbarCheckItem"; this.topVolumesbarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.PanelsCheckedChanged); // // bbiSwatches // this.bbiSwatches.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; this.bbiSwatches.Caption = "Swatches"; this.bbiSwatches.Id = 19; this.bbiSwatches.Name = "bbiSwatches"; this.bbiSwatches.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.bbiSwatches.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSwatches_ItemClick); // // helpBarItemButton // this.helpBarItemButton.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; this.helpBarItemButton.Caption = "Help"; this.helpBarItemButton.Id = 3; this.helpBarItemButton.Name = "helpBarItemButton"; this.helpBarItemButton.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.helpBarItemButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.helpBarItemButton_ItemClick); // // bsiConnectedStatus // this.bsiConnectedStatus.Caption = "Disconnected"; this.bsiConnectedStatus.Id = 18; this.bsiConnectedStatus.Name = "bsiConnectedStatus"; this.bsiConnectedStatus.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // // 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.barManagerStockChart; this.barDockControlTop.Size = new System.Drawing.Size(989, 1); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 519); this.barDockControlBottom.Manager = this.barManagerStockChart; this.barDockControlBottom.Size = new System.Drawing.Size(989, 20); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 1); this.barDockControlLeft.Manager = this.barManagerStockChart; this.barDockControlLeft.Size = new System.Drawing.Size(0, 518); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(989, 1); this.barDockControlRight.Manager = this.barManagerStockChart; this.barDockControlRight.Size = new System.Drawing.Size(0, 518); // // dockManager1 // this.dockManager1.DockingOptions.ShowMaximizeButton = false; this.dockManager1.Form = this; this.dockManager1.MenuManager = this.barManagerStockChart; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.panelContainer1}); this.dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; 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"}); // // panelContainer1 // this.panelContainer1.Controls.Add(this.watchListDockPanel); this.panelContainer1.Controls.Add(this.panelContainerTopVolumesAndTransaction); this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.panelContainer1.ID = new System.Guid("1b1d5e12-d87c-4a81-a868-82f0a735d9de"); this.panelContainer1.Location = new System.Drawing.Point(0, 1); this.panelContainer1.Name = "panelContainer1"; this.panelContainer1.OriginalSize = new System.Drawing.Size(399, 259); this.panelContainer1.SavedSizeFactor = 0D; this.panelContainer1.Size = new System.Drawing.Size(399, 518); this.panelContainer1.Text = "panelContainer1"; // // watchListDockPanel // this.watchListDockPanel.Controls.Add(this.watchListDockPanel_Container); this.watchListDockPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.watchListDockPanel.ID = new System.Guid("4267c8de-af74-47af-a136-093eaa4b9652"); this.watchListDockPanel.Location = new System.Drawing.Point(0, 0); this.watchListDockPanel.Margin = new System.Windows.Forms.Padding(0); this.watchListDockPanel.Name = "watchListDockPanel"; this.watchListDockPanel.OriginalSize = new System.Drawing.Size(399, 259); this.watchListDockPanel.SavedSizeFactor = 0D; this.watchListDockPanel.Size = new System.Drawing.Size(399, 259); this.watchListDockPanel.Text = "Watch List"; this.watchListDockPanel.ClosedPanel += new DevExpress.XtraBars.Docking.DockPanelEventHandler(this.watchListDockPanel_ClosedPanel); // // watchListDockPanel_Container // this.watchListDockPanel_Container.Controls.Add(this.watchListGrid); this.watchListDockPanel_Container.Location = new System.Drawing.Point(0, 23); this.watchListDockPanel_Container.Margin = new System.Windows.Forms.Padding(0); this.watchListDockPanel_Container.Name = "watchListDockPanel_Container"; this.watchListDockPanel_Container.Size = new System.Drawing.Size(398, 236); this.watchListDockPanel_Container.TabIndex = 0; // // watchListGrid // this.watchListGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.watchListGrid.Location = new System.Drawing.Point(0, 0); this.watchListGrid.MainView = this.watchListGridView; this.watchListGrid.Margin = new System.Windows.Forms.Padding(0); this.watchListGrid.MenuManager = this.barManagerStockChart; this.watchListGrid.Name = "watchListGrid"; this.watchListGrid.Size = new System.Drawing.Size(398, 236); this.watchListGrid.TabIndex = 0; this.watchListGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.watchListGridView, this.gridView1}); // // watchListGridView // this.watchListGridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.watchListGridView.GridControl = this.watchListGrid; this.watchListGridView.Name = "watchListGridView"; this.watchListGridView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.watchListGridView.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False; this.watchListGridView.OptionsBehavior.AllowPixelScrolling = DevExpress.Utils.DefaultBoolean.True; this.watchListGridView.OptionsBehavior.Editable = false; this.watchListGridView.OptionsBehavior.ReadOnly = true; this.watchListGridView.OptionsCustomization.AllowGroup = false; this.watchListGridView.OptionsDetail.EnableMasterViewMode = false; this.watchListGridView.OptionsSelection.EnableAppearanceFocusedCell = false; this.watchListGridView.OptionsView.ShowGroupPanel = false; this.watchListGridView.OptionsView.ShowIndicator = false; this.watchListGridView.RowHeight = 30; // // gridView1 // this.gridView1.GridControl = this.watchListGrid; this.gridView1.Name = "gridView1"; // // panelContainerTopVolumesAndTransaction // this.panelContainerTopVolumesAndTransaction.ActiveChild = this.topVolumesDockPanel; this.panelContainerTopVolumesAndTransaction.Controls.Add(this.topVolumesDockPanel); this.panelContainerTopVolumesAndTransaction.Controls.Add(this.transactionGridDockPanel); this.panelContainerTopVolumesAndTransaction.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.panelContainerTopVolumesAndTransaction.FloatVertical = true; this.panelContainerTopVolumesAndTransaction.ID = new System.Guid("adb62255-405c-41ba-9125-27cad310e2e6"); this.panelContainerTopVolumesAndTransaction.Location = new System.Drawing.Point(0, 259); this.panelContainerTopVolumesAndTransaction.Margin = new System.Windows.Forms.Padding(0); this.panelContainerTopVolumesAndTransaction.Name = "panelContainerTopVolumesAndTransaction"; this.panelContainerTopVolumesAndTransaction.OriginalSize = new System.Drawing.Size(399, 259); this.panelContainerTopVolumesAndTransaction.SavedSizeFactor = 0D; this.panelContainerTopVolumesAndTransaction.Size = new System.Drawing.Size(399, 259); this.panelContainerTopVolumesAndTransaction.Tabbed = true; this.panelContainerTopVolumesAndTransaction.Text = "panelContainer2"; this.panelContainerTopVolumesAndTransaction.ClosedPanel += new DevExpress.XtraBars.Docking.DockPanelEventHandler(this.panelContainerTopVolumesAndTransaction_ClosedPanel); // // topVolumesDockPanel // this.topVolumesDockPanel.Controls.Add(this.topVolumesDockPanel_Container); this.topVolumesDockPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.topVolumesDockPanel.FloatVertical = true; this.topVolumesDockPanel.ID = new System.Guid("b6ef28bb-a6b0-4632-9943-cf1c3536dada"); this.topVolumesDockPanel.Location = new System.Drawing.Point(0, 24); this.topVolumesDockPanel.Margin = new System.Windows.Forms.Padding(0); this.topVolumesDockPanel.Name = "topVolumesDockPanel"; this.topVolumesDockPanel.OriginalSize = new System.Drawing.Size(398, 207); this.topVolumesDockPanel.SavedSizeFactor = 0D; this.topVolumesDockPanel.Size = new System.Drawing.Size(398, 208); this.topVolumesDockPanel.Text = "Top Volumes"; this.topVolumesDockPanel.ClosedPanel += new DevExpress.XtraBars.Docking.DockPanelEventHandler(this.topVolumesDockPanel_ClosedPanel); // // topVolumesDockPanel_Container // this.topVolumesDockPanel_Container.Controls.Add(this.volumeChart); this.topVolumesDockPanel_Container.Location = new System.Drawing.Point(0, 0); this.topVolumesDockPanel_Container.Margin = new System.Windows.Forms.Padding(0); this.topVolumesDockPanel_Container.Name = "topVolumesDockPanel_Container"; this.topVolumesDockPanel_Container.Size = new System.Drawing.Size(398, 208); this.topVolumesDockPanel_Container.TabIndex = 0; // // volumeChart // this.volumeChart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; simpleDiagram2.LabelsResolveOverlappingMinIndent = 2; this.volumeChart.Diagram = simpleDiagram2; this.volumeChart.Dock = System.Windows.Forms.DockStyle.Fill; this.volumeChart.Legend.Name = "Default Legend"; this.volumeChart.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.volumeChart.Location = new System.Drawing.Point(0, 0); this.volumeChart.Margin = new System.Windows.Forms.Padding(0); this.volumeChart.Name = "volumeChart"; this.volumeChart.PaletteRepository.Add("DxDemoStockPalette", new DevExpress.XtraCharts.Palette("DxDemoStockPalette", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(138)))), ((int)(((byte)(9))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(138)))), ((int)(((byte)(9)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(217)))), ((int)(((byte)(164))))), System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(217)))), ((int)(((byte)(164)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(95)))), ((int)(((byte)(149))))), System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(95)))), ((int)(((byte)(149)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(117)))), ((int)(((byte)(101)))), ((int)(((byte)(199))))), System.Drawing.Color.FromArgb(((int)(((byte)(117)))), ((int)(((byte)(101)))), ((int)(((byte)(199)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))), System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(165)))), ((int)(((byte)(199))))))})); this.volumeChart.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single; this.volumeChart.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point; doughnutSeriesLabel3.BackColor = System.Drawing.Color.Transparent; doughnutSeriesLabel3.Font = new System.Drawing.Font("Tahoma", 10F); doughnutSeriesLabel3.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.TwoColumns; doughnutSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; doughnutSeriesLabel3.TextPattern = "{A}: {VP:P2}"; series2.Label = doughnutSeriesLabel3; series2.Name = "Series 1"; doughnutSeriesView3.HoleRadiusPercent = 40; doughnutSeriesView3.Rotation = 1; series2.View = doughnutSeriesView3; this.volumeChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2}; doughnutSeriesLabel4.TextPattern = "{VP:G}"; this.volumeChart.SeriesTemplate.Label = doughnutSeriesLabel4; this.volumeChart.SeriesTemplate.View = doughnutSeriesView4; this.volumeChart.Size = new System.Drawing.Size(398, 208); this.volumeChart.TabIndex = 0; this.volumeChart.ObjectSelected += new DevExpress.XtraCharts.HotTrackEventHandler(this.volumeChart_ObjectSelected); this.volumeChart.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.volumeChart_ObjectHotTracked); this.volumeChart.BoundDataChanged += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.OnVolumeChartBoundDataChanged); this.volumeChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.volumeChart_MouseDown); // // transactionGridDockPanel // this.transactionGridDockPanel.Controls.Add(this.transactionGridDockPanel_Container); this.transactionGridDockPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.transactionGridDockPanel.ID = new System.Guid("730a70bb-a6cb-40ed-b87c-c3b2251e0a24"); this.transactionGridDockPanel.Location = new System.Drawing.Point(0, 24); this.transactionGridDockPanel.Margin = new System.Windows.Forms.Padding(0); this.transactionGridDockPanel.Name = "transactionGridDockPanel"; this.transactionGridDockPanel.OriginalSize = new System.Drawing.Size(398, 207); this.transactionGridDockPanel.SavedSizeFactor = 0D; this.transactionGridDockPanel.Size = new System.Drawing.Size(398, 208); this.transactionGridDockPanel.Text = "Transactions"; this.transactionGridDockPanel.ClosedPanel += new DevExpress.XtraBars.Docking.DockPanelEventHandler(this.transactionGridDockPanel_ClosedPanel); // // transactionGridDockPanel_Container // this.transactionGridDockPanel_Container.Controls.Add(this.transactionGrid); this.transactionGridDockPanel_Container.Location = new System.Drawing.Point(0, 0); this.transactionGridDockPanel_Container.Margin = new System.Windows.Forms.Padding(0); this.transactionGridDockPanel_Container.Name = "transactionGridDockPanel_Container"; this.transactionGridDockPanel_Container.Size = new System.Drawing.Size(398, 208); this.transactionGridDockPanel_Container.TabIndex = 0; // // transactionGrid // this.transactionGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.transactionGrid.Location = new System.Drawing.Point(0, 0); this.transactionGrid.MainView = this.transactionGridView; this.transactionGrid.Margin = new System.Windows.Forms.Padding(0); this.transactionGrid.MenuManager = this.barManagerStockChart; this.transactionGrid.Name = "transactionGrid"; this.transactionGrid.Size = new System.Drawing.Size(398, 208); this.transactionGrid.TabIndex = 0; this.transactionGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.transactionGridView}); // // transactionGridView // this.transactionGridView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.transactionGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3}); this.transactionGridView.GridControl = this.transactionGrid; this.transactionGridView.Name = "transactionGridView"; this.transactionGridView.OptionsBehavior.AutoPopulateColumns = false; this.transactionGridView.OptionsBehavior.Editable = false; this.transactionGridView.OptionsBehavior.ReadOnly = true; this.transactionGridView.OptionsCustomization.AllowGroup = false; this.transactionGridView.OptionsView.ShowGroupPanel = false; this.transactionGridView.OptionsView.ShowIndicator = false; this.transactionGridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn2, DevExpress.Data.ColumnSortOrder.Ascending)}); // // barButtonItem1 // this.barButtonItem1.Caption = "test"; this.barButtonItem1.Id = 0; this.barButtonItem1.Name = "barButtonItem1"; // // barEditItem1 // this.barEditItem1.Caption = "barEdittem1"; this.barEditItem1.Edit = this.repositoryItemTextEdit1; this.barEditItem1.Id = 11; this.barEditItem1.Name = "barEditItem1"; // // repositoryItemTextEdit1 // this.repositoryItemTextEdit1.AutoHeight = false; this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; // // repositoryItemTextEdit2 // this.repositoryItemTextEdit2.AutoHeight = false; this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2"; // // repositoryItemTextEdit3 // this.repositoryItemTextEdit3.AutoHeight = false; this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3"; // // stockChartUC // this.stockChartUC.Dock = System.Windows.Forms.DockStyle.Fill; this.stockChartUC.Location = new System.Drawing.Point(399, 1); this.stockChartUC.Margin = new System.Windows.Forms.Padding(0); this.stockChartUC.Name = "stockChartUC"; this.stockChartUC.Size = new System.Drawing.Size(590, 518); this.stockChartUC.TabIndex = 6; // // documentManager1 // this.documentManager1.ClientControl = this.stockChartUC; this.documentManager1.MenuManager = this.barManagerStockChart; this.documentManager1.View = this.noDocumentsView1; this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { this.noDocumentsView1}); // // StockWorkspacesUC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.stockChartUC); this.Controls.Add(this.panelContainer1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Margin = new System.Windows.Forms.Padding(0); this.MinimumSize = new System.Drawing.Size(500, 350); this.Name = "StockWorkspacesUC"; this.Size = new System.Drawing.Size(989, 539); this.Load += new System.EventHandler(this.StockWorkspacesUC_Load); ((System.ComponentModel.ISupportInitialize)(this.barManagerStockChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.panelContainer1.ResumeLayout(false); this.watchListDockPanel.ResumeLayout(false); this.watchListDockPanel_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.watchListGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.watchListGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.panelContainerTopVolumesAndTransaction.ResumeLayout(false); this.topVolumesDockPanel.ResumeLayout(false); this.topVolumesDockPanel_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(simpleDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.volumeChart)).EndInit(); this.transactionGridDockPanel.ResumeLayout(false); this.transactionGridDockPanel_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.transactionGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.noDocumentsView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private XtraBars.BarManager barManagerStockChart; private XtraBars.Bar barWorckspace; private XtraBars.BarDockControl barDockControlTop; private XtraBars.BarDockControl barDockControlBottom; private XtraBars.BarDockControl barDockControlLeft; private XtraBars.BarDockControl barDockControlRight; private XtraBars.BarButtonItem barButtonItem1; private XtraBars.Docking.DockManager dockManager1; private XtraBars.BarSubItem helpBarItemButton; private XtraBars.Docking.DockPanel watchListDockPanel; private XtraBars.Docking.ControlContainer watchListDockPanel_Container; private XtraGrid.GridControl watchListGrid; private XtraGrid.Views.Grid.GridView watchListGridView; private XtraBars.Docking.DockPanel topVolumesDockPanel; private XtraBars.Docking.ControlContainer topVolumesDockPanel_Container; private XtraBars.Docking.DockPanel panelContainerTopVolumesAndTransaction; private XtraCharts.ChartControl volumeChart; private XtraBars.Docking.DockPanel transactionGridDockPanel; private XtraBars.Docking.ControlContainer transactionGridDockPanel_Container; private XtraGrid.GridControl transactionGrid; private XtraGrid.Views.Grid.GridView transactionGridView; private XtraGrid.Views.Grid.GridView gridView1; private XtraGrid.Columns.GridColumn gridColumn1; private XtraGrid.Columns.GridColumn gridColumn2; private XtraGrid.Columns.GridColumn gridColumn3; private StockChartUC stockChartUC; private XtraBars.BarSubItem ViewSubitem; private XtraBars.BarSubItem barSubItem1; private XtraBars.BarCheckItem watchListbarCheckItem; private XtraBars.BarCheckItem transactionGridbarCheckItem; private XtraBars.BarCheckItem topVolumesbarCheckItem; private XtraBars.BarEditItem barEditItem1; private XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1; private XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2; private XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit3; private XtraBars.Docking2010.DocumentManager documentManager1; private XtraBars.Docking2010.Views.NoDocuments.NoDocumentsView noDocumentsView1; internal XtraBars.Docking.DockPanel panelContainer1; private XtraBars.BarStaticItem bsiConnectedStatus; private XtraBars.BarButtonItem bbiSwatches; } }