/// <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.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(); this.ctcAlarmHistory = new DevExpress.XtraCharts.ChartControl(); this.alarmHistoryTableBindingSource = new System.Windows.Forms.BindingSource(this.components); this.de_Start = new DevExpress.XtraEditors.DateEdit(); this.te_End = new DevExpress.XtraEditors.TimeEdit(); this.de_End = new DevExpress.XtraEditors.DateEdit(); this.te_Start = new DevExpress.XtraEditors.TimeEdit(); this.btnSelect = new DevExpress.XtraEditors.SimpleButton(); this.tp_Header = new DevExpress.Utils.Layout.TablePanel(); this.codeFilter = new DevExpress.XtraEditors.TextEdit(); this.eqpFilter = new DevExpress.XtraEditors.ComboBoxEdit(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.grdAlarmHistory = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colUnit = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCategory = new DevExpress.XtraGrid.Columns.GridColumn(); this.colReceivedTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAlarmCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAlarmHexCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAlarmTextKorean = new DevExpress.XtraGrid.Columns.GridColumn(); this.colAlarmTextChinese = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCount = new DevExpress.XtraGrid.Columns.GridColumn(); this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.pum_AlarmHistoryGrid = new DevExpress.XtraBars.PopupMenu(this.components); this.barBtn_Excel = new DevExpress.XtraBars.BarButtonItem(); this.barBtn_CSV = new DevExpress.XtraBars.BarButtonItem(); this.barBtn_DOCX = new DevExpress.XtraBars.BarButtonItem(); this.barBtn_HTML = new DevExpress.XtraBars.BarButtonItem(); this.barBtn_PDF = new DevExpress.XtraBars.BarButtonItem(); this.barMgrAlarmHistoryGrid = new DevExpress.XtraBars.BarManager(this.components); 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.pum_AlarmHistoryChart = new DevExpress.XtraBars.PopupMenu(this.components); this.barBtn__Excel = new DevExpress.XtraBars.BarButtonItem(); this.barBtn_IMG = new DevExpress.XtraBars.BarButtonItem(); this.barBtn__PDF = new DevExpress.XtraBars.BarButtonItem(); this.barMgrAlarmHistoryChart = new DevExpress.XtraBars.BarManager(this.components); this.bar3 = new DevExpress.XtraBars.Bar(); this.barDockControl1 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl2 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl3 = new DevExpress.XtraBars.BarDockControl(); this.barDockControl4 = new DevExpress.XtraBars.BarDockControl(); ((System.ComponentModel.ISupportInitialize)(this.ctcAlarmHistory)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.alarmHistoryTableBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.de_Start.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.de_Start.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.te_End.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.de_End.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.de_End.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.te_Start.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tp_Header)).BeginInit(); this.tp_Header.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.codeFilter.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.eqpFilter.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdAlarmHistory)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit(); this.tablePanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pum_AlarmHistoryGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barMgrAlarmHistoryGrid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pum_AlarmHistoryChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barMgrAlarmHistoryChart)).BeginInit(); this.SuspendLayout(); // // ctcAlarmHistory // this.tablePanel1.SetColumn(this.ctcAlarmHistory, 0); this.ctcAlarmHistory.DataSource = this.alarmHistoryTableBindingSource; this.ctcAlarmHistory.Dock = System.Windows.Forms.DockStyle.Fill; this.ctcAlarmHistory.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside; this.ctcAlarmHistory.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Center; this.ctcAlarmHistory.Legend.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; this.ctcAlarmHistory.Legend.Name = "Default Legend"; this.ctcAlarmHistory.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; legend1.Name = "Legend1"; legend1.Tag = ""; legend1.Title.Text = "Alarm History"; legend1.Title.Visible = true; this.ctcAlarmHistory.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.ctcAlarmHistory.Location = new System.Drawing.Point(3, 3); this.ctcAlarmHistory.Name = "ctcAlarmHistory"; this.tablePanel1.SetRow(this.ctcAlarmHistory, 0); this.ctcAlarmHistory.SeriesDataMember = "Unit"; this.ctcAlarmHistory.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.ctcAlarmHistory.SeriesTemplate.ArgumentDataMember = "AlarmHexCode"; this.ctcAlarmHistory.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; this.ctcAlarmHistory.SeriesTemplate.LegendName = "Default Legend"; this.ctcAlarmHistory.SeriesTemplate.SeriesColorizer = null; this.ctcAlarmHistory.SeriesTemplate.SeriesDataMember = "Unit"; this.ctcAlarmHistory.SeriesTemplate.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True; this.ctcAlarmHistory.SeriesTemplate.ToolTipHintDataMember = "AlarmTextKorean"; this.ctcAlarmHistory.SeriesTemplate.ToolTipPointPattern = "{A} : {V}"; this.ctcAlarmHistory.SeriesTemplate.ValueDataMembersSerializable = "Count"; this.ctcAlarmHistory.SeriesTemplate.View = pieSeriesView1; this.ctcAlarmHistory.Size = new System.Drawing.Size(617, 662); this.ctcAlarmHistory.TabIndex = 1; this.ctcAlarmHistory.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True; this.ctcAlarmHistory.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ctcAlarmHistory_MouseClick); // // alarmHistoryTableBindingSource // this.alarmHistoryTableBindingSource.DataSource = typeof(AlarmHistory.AlarmHistorySchema); // // de_Start // this.tp_Header.SetColumn(this.de_Start, 0); this.de_Start.EditValue = null; this.de_Start.Location = new System.Drawing.Point(3, 3); this.de_Start.Name = "de_Start"; this.de_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.de_Start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.tp_Header.SetRow(this.de_Start, 0); this.de_Start.Size = new System.Drawing.Size(124, 20); this.de_Start.TabIndex = 0; // // te_End // this.tp_Header.SetColumn(this.te_End, 4); this.te_End.EditValue = new System.DateTime(2020, 8, 6, 0, 0, 0, 0); this.te_End.Location = new System.Drawing.Point(443, 3); this.te_End.Name = "te_End"; this.te_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.te_End.Properties.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI; this.tp_Header.SetRow(this.te_End, 0); this.te_End.Size = new System.Drawing.Size(124, 20); this.te_End.TabIndex = 4; // // de_End // this.tp_Header.SetColumn(this.de_End, 3); this.de_End.EditValue = null; this.de_End.Location = new System.Drawing.Point(313, 3); this.de_End.Name = "de_End"; this.de_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.de_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.tp_Header.SetRow(this.de_End, 0); this.de_End.Size = new System.Drawing.Size(124, 20); this.de_End.TabIndex = 3; // // te_Start // this.tp_Header.SetColumn(this.te_Start, 1); this.te_Start.EditValue = new System.DateTime(2020, 8, 6, 0, 0, 0, 0); this.te_Start.Location = new System.Drawing.Point(133, 3); this.te_Start.Name = "te_Start"; this.te_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.te_Start.Properties.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI; this.tp_Header.SetRow(this.te_Start, 0); this.te_Start.Size = new System.Drawing.Size(124, 20); this.te_Start.TabIndex = 1; // // btnSelect // this.tp_Header.SetColumn(this.btnSelect, 9); this.btnSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSelect.Location = new System.Drawing.Point(933, 3); this.btnSelect.Name = "btnSelect"; this.tp_Header.SetRow(this.btnSelect, 0); this.btnSelect.Size = new System.Drawing.Size(44, 21); this.btnSelect.TabIndex = 5; this.btnSelect.Text = "Search"; this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click); // // tp_Header // this.tp_Header.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 130F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 130F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 130F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 130F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 130F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 130F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 50F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 50F) }); this.tp_Header.Controls.Add(this.codeFilter); this.tp_Header.Controls.Add(this.eqpFilter); this.tp_Header.Controls.Add(this.label3); this.tp_Header.Controls.Add(this.label2); this.tp_Header.Controls.Add(this.label1); this.tp_Header.Controls.Add(this.te_End); this.tp_Header.Controls.Add(this.btnSelect); this.tp_Header.Controls.Add(this.de_Start); this.tp_Header.Controls.Add(this.de_End); this.tp_Header.Controls.Add(this.te_Start); this.tp_Header.Dock = System.Windows.Forms.DockStyle.Top; this.tp_Header.Location = new System.Drawing.Point(0, 0); this.tp_Header.Name = "tp_Header"; this.tp_Header.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 25F) }); this.tp_Header.Size = new System.Drawing.Size(1350, 27); this.tp_Header.TabIndex = 2; // // codeFilter // this.tp_Header.SetColumn(this.codeFilter, 8); this.codeFilter.Location = new System.Drawing.Point(803, 3); this.codeFilter.Name = "codeFilter"; this.tp_Header.SetRow(this.codeFilter, 0); this.codeFilter.Size = new System.Drawing.Size(124, 20); this.codeFilter.TabIndex = 10; // // eqpFilter // this.tp_Header.SetColumn(this.eqpFilter, 6); this.eqpFilter.Location = new System.Drawing.Point(623, 3); this.eqpFilter.Name = "eqpFilter"; this.eqpFilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.tp_Header.SetRow(this.eqpFilter, 0); this.eqpFilter.Size = new System.Drawing.Size(124, 20); this.eqpFilter.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.tp_Header.SetColumn(this.label3, 7); this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(753, 0); this.label3.Name = "label3"; this.tp_Header.SetRow(this.label3, 0); this.label3.Size = new System.Drawing.Size(44, 27); this.label3.TabIndex = 8; this.label3.Text = "Code"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.tp_Header.SetColumn(this.label2, 5); this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(573, 0); this.label2.Name = "label2"; this.tp_Header.SetRow(this.label2, 0); this.label2.Size = new System.Drawing.Size(44, 27); this.label2.TabIndex = 7; this.label2.Text = "EQP"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.AutoSize = true; this.tp_Header.SetColumn(this.label1, 2); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(263, 0); this.label1.Name = "label1"; this.tp_Header.SetRow(this.label1, 0); this.label1.Size = new System.Drawing.Size(44, 27); this.label1.TabIndex = 6; this.label1.Text = "~"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // grdAlarmHistory // this.tablePanel2.SetColumn(this.grdAlarmHistory, 0); this.grdAlarmHistory.DataSource = this.alarmHistoryTableBindingSource; this.grdAlarmHistory.Dock = System.Windows.Forms.DockStyle.Fill; this.grdAlarmHistory.Location = new System.Drawing.Point(3, 3); this.grdAlarmHistory.MainView = this.gridView1; this.grdAlarmHistory.Name = "grdAlarmHistory"; this.tablePanel2.SetRow(this.grdAlarmHistory, 0); this.grdAlarmHistory.Size = new System.Drawing.Size(718, 662); this.grdAlarmHistory.TabIndex = 2; this.grdAlarmHistory.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); this.grdAlarmHistory.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grdAlarmHistory_MouseClick); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colUnit, this.colCategory, this.colReceivedTime, this.colAlarmCode, this.colAlarmHexCode, this.colAlarmTextKorean, this.colAlarmTextChinese, this.colCount }); this.gridView1.GridControl = this.grdAlarmHistory; this.gridView1.Name = "gridView1"; // // colUnit // this.colUnit.FieldName = "Unit"; this.colUnit.Name = "colUnit"; this.colUnit.Visible = true; this.colUnit.VisibleIndex = 0; this.colUnit.Width = 53; // // colCategory // this.colCategory.FieldName = "Category"; this.colCategory.Name = "colCategory"; this.colCategory.Visible = true; this.colCategory.VisibleIndex = 1; this.colCategory.Width = 62; // // colReceivedTime // this.colReceivedTime.FieldName = "ReceivedTime"; this.colReceivedTime.Name = "colReceivedTime"; this.colReceivedTime.Visible = true; this.colReceivedTime.VisibleIndex = 2; this.colReceivedTime.Width = 143; // // colAlarmCode // this.colAlarmCode.FieldName = "AlarmCode"; this.colAlarmCode.Name = "colAlarmCode"; this.colAlarmCode.Visible = true; this.colAlarmCode.VisibleIndex = 3; this.colAlarmCode.Width = 102; // // colAlarmHexCode // this.colAlarmHexCode.FieldName = "AlarmHexCode"; this.colAlarmHexCode.Name = "colAlarmHexCode"; this.colAlarmHexCode.Visible = true; this.colAlarmHexCode.VisibleIndex = 4; this.colAlarmHexCode.Width = 102; // // colAlarmTextKorean // this.colAlarmTextKorean.FieldName = "AlarmTextKorean"; this.colAlarmTextKorean.Name = "colAlarmTextKorean"; this.colAlarmTextKorean.Visible = true; this.colAlarmTextKorean.VisibleIndex = 5; this.colAlarmTextKorean.Width = 102; // // colAlarmTextChinese // this.colAlarmTextChinese.FieldName = "AlarmTextChinese"; this.colAlarmTextChinese.Name = "colAlarmTextChinese"; this.colAlarmTextChinese.Visible = true; this.colAlarmTextChinese.VisibleIndex = 6; this.colAlarmTextChinese.Width = 102; // // colCount // this.colCount.FieldName = "Count"; this.colCount.Name = "colCount"; this.colCount.Visible = true; this.colCount.VisibleIndex = 7; this.colCount.Width = 110; // // tablePanel2 // this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 30.04F) }); this.tablePanel2.Controls.Add(this.grdAlarmHistory); this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Left; this.tablePanel2.Location = new System.Drawing.Point(0, 27); this.tablePanel2.Name = "tablePanel2"; this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 599F) }); this.tablePanel2.Size = new System.Drawing.Size(724, 668); this.tablePanel2.TabIndex = 3; // // tablePanel1 // this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F) }); this.tablePanel1.Controls.Add(this.ctcAlarmHistory); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Right; this.tablePanel1.Location = new System.Drawing.Point(727, 27); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 599F) }); this.tablePanel1.Size = new System.Drawing.Size(623, 668); this.tablePanel1.TabIndex = 4; // // pum_AlarmHistoryGrid // this.pum_AlarmHistoryGrid.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barBtn_Excel), new DevExpress.XtraBars.LinkPersistInfo(this.barBtn_CSV), new DevExpress.XtraBars.LinkPersistInfo(this.barBtn_DOCX), new DevExpress.XtraBars.LinkPersistInfo(this.barBtn_HTML), new DevExpress.XtraBars.LinkPersistInfo(this.barBtn_PDF) }); this.pum_AlarmHistoryGrid.Manager = this.barMgrAlarmHistoryGrid; this.pum_AlarmHistoryGrid.Name = "pum_AlarmHistoryGrid"; // // barBtn_Excel // this.barBtn_Excel.Caption = "Export to Excel"; this.barBtn_Excel.Id = 0; this.barBtn_Excel.Name = "barBtn_Excel"; // // barBtn_CSV // this.barBtn_CSV.Caption = "Export to CSV"; this.barBtn_CSV.Id = 1; this.barBtn_CSV.Name = "barBtn_CSV"; // // barBtn_DOCX // this.barBtn_DOCX.Caption = "Export to DOCX"; this.barBtn_DOCX.Id = 2; this.barBtn_DOCX.Name = "barBtn_DOCX"; // // barBtn_HTML // this.barBtn_HTML.Caption = "Export to HTML"; this.barBtn_HTML.Id = 3; this.barBtn_HTML.Name = "barBtn_HTML"; // // barBtn_PDF // this.barBtn_PDF.Caption = "Export to PDF"; this.barBtn_PDF.Id = 4; this.barBtn_PDF.Name = "barBtn_PDF"; // // barMgrAlarmHistoryGrid // this.barMgrAlarmHistoryGrid.DockControls.Add(this.barDockControlTop); this.barMgrAlarmHistoryGrid.DockControls.Add(this.barDockControlBottom); this.barMgrAlarmHistoryGrid.DockControls.Add(this.barDockControlLeft); this.barMgrAlarmHistoryGrid.DockControls.Add(this.barDockControlRight); this.barMgrAlarmHistoryGrid.Form = this; this.barMgrAlarmHistoryGrid.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barBtn_Excel, this.barBtn_CSV, this.barBtn_DOCX, this.barBtn_HTML, this.barBtn_PDF }); this.barMgrAlarmHistoryGrid.MaxItemId = 5; this.barMgrAlarmHistoryGrid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barMgrAlarmHistoryGrid_ItemClick); // // 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.barMgrAlarmHistoryGrid; this.barDockControlTop.Size = new System.Drawing.Size(1350, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 695); this.barDockControlBottom.Manager = this.barMgrAlarmHistoryGrid; this.barDockControlBottom.Size = new System.Drawing.Size(1350, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Manager = this.barMgrAlarmHistoryGrid; this.barDockControlLeft.Size = new System.Drawing.Size(0, 695); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1350, 0); this.barDockControlRight.Manager = this.barMgrAlarmHistoryGrid; this.barDockControlRight.Size = new System.Drawing.Size(0, 695); // // pum_AlarmHistoryChart // this.pum_AlarmHistoryChart.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.barBtn__Excel), new DevExpress.XtraBars.LinkPersistInfo(this.barBtn_IMG), new DevExpress.XtraBars.LinkPersistInfo(this.barBtn__PDF) }); this.pum_AlarmHistoryChart.Manager = this.barMgrAlarmHistoryChart; this.pum_AlarmHistoryChart.Name = "pum_AlarmHistoryChart"; // // barBtn__Excel // this.barBtn__Excel.Caption = "Export to Excel"; this.barBtn__Excel.Id = 0; this.barBtn__Excel.Name = "barBtn__Excel"; // // barBtn_IMG // this.barBtn_IMG.Caption = "Export to IMG"; this.barBtn_IMG.Id = 1; this.barBtn_IMG.Name = "barBtn_IMG"; // // barBtn__PDF // this.barBtn__PDF.Caption = "Export to PDF"; this.barBtn__PDF.Id = 2; this.barBtn__PDF.Name = "barBtn__PDF"; // // barMgrAlarmHistoryChart // this.barMgrAlarmHistoryChart.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar3 }); this.barMgrAlarmHistoryChart.DockControls.Add(this.barDockControl1); this.barMgrAlarmHistoryChart.DockControls.Add(this.barDockControl2); this.barMgrAlarmHistoryChart.DockControls.Add(this.barDockControl3); this.barMgrAlarmHistoryChart.DockControls.Add(this.barDockControl4); this.barMgrAlarmHistoryChart.Form = this; this.barMgrAlarmHistoryChart.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barBtn__Excel, this.barBtn_IMG, this.barBtn__PDF }); this.barMgrAlarmHistoryChart.MaxItemId = 3; this.barMgrAlarmHistoryChart.StatusBar = this.bar3; this.barMgrAlarmHistoryChart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barMgrAlarmHistoryChart_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.OptionsBar.AllowQuickCustomization = false; this.bar3.OptionsBar.DrawDragBorder = false; this.bar3.OptionsBar.UseWholeRow = true; this.bar3.Text = "Status bar"; // // barDockControl1 // this.barDockControl1.CausesValidation = false; this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControl1.Location = new System.Drawing.Point(0, 0); this.barDockControl1.Manager = this.barMgrAlarmHistoryChart; this.barDockControl1.Size = new System.Drawing.Size(1350, 0); // // barDockControl2 // this.barDockControl2.CausesValidation = false; this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControl2.Location = new System.Drawing.Point(0, 695); this.barDockControl2.Manager = this.barMgrAlarmHistoryChart; this.barDockControl2.Size = new System.Drawing.Size(1350, 23); // // barDockControl3 // this.barDockControl3.CausesValidation = false; this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControl3.Location = new System.Drawing.Point(0, 0); this.barDockControl3.Manager = this.barMgrAlarmHistoryChart; this.barDockControl3.Size = new System.Drawing.Size(0, 695); // // barDockControl4 // this.barDockControl4.CausesValidation = false; this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControl4.Location = new System.Drawing.Point(1350, 0); this.barDockControl4.Manager = this.barMgrAlarmHistoryChart; this.barDockControl4.Size = new System.Drawing.Size(0, 695); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1350, 718); this.Controls.Add(this.tablePanel1); this.Controls.Add(this.tablePanel2); this.Controls.Add(this.tp_Header); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Controls.Add(this.barDockControl3); this.Controls.Add(this.barDockControl4); this.Controls.Add(this.barDockControl2); this.Controls.Add(this.barDockControl1); this.Name = "MainForm"; this.Text = "MainForm"; this.Load += new System.EventHandler(this.MainForm_Load); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ctcAlarmHistory)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.alarmHistoryTableBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.de_Start.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.de_Start.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.te_End.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.de_End.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.de_End.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.te_Start.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tp_Header)).EndInit(); this.tp_Header.ResumeLayout(false); this.tp_Header.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.codeFilter.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.eqpFilter.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdAlarmHistory)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit(); this.tablePanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pum_AlarmHistoryGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barMgrAlarmHistoryGrid)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pum_AlarmHistoryChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barMgrAlarmHistoryChart)).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(FRM_SMT_BTS)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.CustomLegendItem customLegendItem1 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem2 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem3 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); this.panel1 = new System.Windows.Forms.Panel(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.button1 = new System.Windows.Forms.Button(); this.lblDate = new System.Windows.Forms.Label(); this.lbltitle = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.axfpSpread = new AxFPSpreadADO.AxfpSpread(); this.chartBTS = new DevExpress.XtraCharts.ChartControl(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.UC_MONTH = new Smart_FTY.Source_PU.UC.UC_MONTH_SELECTION(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartBTS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.DarkTurquoise; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.panel1.Controls.Add(this.simpleButton1); this.panel1.Controls.Add(this.simpleButton4); this.panel1.Controls.Add(this.simpleButton3); this.panel1.Controls.Add(this.simpleButton2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.lblDate); this.panel1.Controls.Add(this.lbltitle); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.MaximumSize = new System.Drawing.Size(1920, 109); this.panel1.MinimumSize = new System.Drawing.Size(1920, 109); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1920, 109); this.panel1.TabIndex = 4; // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton1.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.simpleButton1.Enabled = false; this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image"))); this.simpleButton1.Location = new System.Drawing.Point(1278, 57); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(175, 48); this.simpleButton1.TabIndex = 58; this.simpleButton1.Text = "Week"; // // simpleButton4 // this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton4.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton4.Appearance.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton4.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.simpleButton4.Appearance.Options.UseBackColor = true; this.simpleButton4.Appearance.Options.UseFont = true; this.simpleButton4.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.simpleButton4.Enabled = false; this.simpleButton4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.ImageOptions.Image"))); this.simpleButton4.Location = new System.Drawing.Point(1278, 3); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(175, 48); this.simpleButton4.TabIndex = 57; this.simpleButton4.Text = "Day"; // // simpleButton3 // this.simpleButton3.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton3.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton3.Appearance.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton3.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.simpleButton3.Appearance.Options.UseBackColor = true; this.simpleButton3.Appearance.Options.UseFont = true; this.simpleButton3.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.simpleButton3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.ImageOptions.Image"))); this.simpleButton3.Location = new System.Drawing.Point(1459, 58); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(175, 48); this.simpleButton3.TabIndex = 56; this.simpleButton3.Text = "Year"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton2.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.simpleButton2.Appearance.Font = new System.Drawing.Font("Calibri", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal; this.simpleButton2.Appearance.Options.UseBackColor = true; this.simpleButton2.Appearance.Options.UseFont = true; this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.simpleButton2.Enabled = false; this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image"))); this.simpleButton2.Location = new System.Drawing.Point(1459, 3); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(175, 48); this.simpleButton2.TabIndex = 55; this.simpleButton2.Text = "Month"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.BackgroundImage = global::Smart_FTY.Properties.Resources.Back_Icon; this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Yellow; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(1164, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(108, 101); this.button1.TabIndex = 51; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // lblDate // this.lblDate.BackColor = System.Drawing.Color.DarkTurquoise; this.lblDate.Dock = System.Windows.Forms.DockStyle.Right; this.lblDate.Font = new System.Drawing.Font("Calibri", 32.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDate.ForeColor = System.Drawing.Color.White; this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.lblDate.Location = new System.Drawing.Point(1639, 0); this.lblDate.Name = "lblDate"; this.lblDate.Size = new System.Drawing.Size(281, 109); this.lblDate.TabIndex = 49; this.lblDate.Text = "lblDate"; this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbltitle // this.lbltitle.BackColor = System.Drawing.Color.DarkTurquoise; this.lbltitle.Dock = System.Windows.Forms.DockStyle.Left; this.lbltitle.Font = new System.Drawing.Font("Calibri", 62.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbltitle.ForeColor = System.Drawing.Color.White; this.lbltitle.Location = new System.Drawing.Point(0, 0); this.lbltitle.Name = "lbltitle"; this.lbltitle.Size = new System.Drawing.Size(1920, 109); this.lbltitle.TabIndex = 0; this.lbltitle.Text = "BTS Tracking by Month"; this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbltitle.Click += new System.EventHandler(this.lbltitle_Click); // // splitContainer1 // this.splitContainer1.Enabled = false; this.splitContainer1.Location = new System.Drawing.Point(0, 159); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.axfpSpread); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.chartBTS); this.splitContainer1.Size = new System.Drawing.Size(1920, 920); this.splitContainer1.SplitterDistance = 222; this.splitContainer1.TabIndex = 5; // // axfpSpread // this.axfpSpread.DataSource = null; this.axfpSpread.Dock = System.Windows.Forms.DockStyle.Fill; this.axfpSpread.Location = new System.Drawing.Point(0, 0); this.axfpSpread.Name = "axfpSpread"; this.axfpSpread.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpSpread.OcxState"))); this.axfpSpread.Size = new System.Drawing.Size(1920, 222); this.axfpSpread.TabIndex = 0; // // chartBTS // this.chartBTS.AppearanceNameSerializable = "Chameleon"; this.chartBTS.DataBindings = null; xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 14F); xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold); xyDiagram1.AxisX.Title.Text = "Date"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 14F); xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisY.Title.Text = "(%)"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartBTS.Diagram = xyDiagram1; this.chartBTS.Dock = System.Windows.Forms.DockStyle.Fill; this.chartBTS.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartBTS.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartBTS.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartBTS.Legend.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartBTS.Legend.Name = "Default Legend"; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; legend1.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; customLegendItem1.MarkerColor = System.Drawing.Color.LimeGreen; customLegendItem1.Name = ">=90%"; customLegendItem2.MarkerColor = System.Drawing.Color.Yellow; customLegendItem2.Name = ">=85% and <90%"; customLegendItem3.MarkerColor = System.Drawing.Color.Red; customLegendItem3.Name = "<85%"; legend1.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] { customLegendItem1, customLegendItem2, customLegendItem3 }); legend1.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; legend1.Font = new System.Drawing.Font("Tahoma", 12F); legend1.Name = "Legend1"; this.chartBTS.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.chartBTS.Location = new System.Drawing.Point(0, 0); this.chartBTS.Name = "chartBTS"; this.chartBTS.PaletteName = "Chameleon"; sideBySideBarSeriesLabel1.TextPattern = "{V:%}"; series1.Label = sideBySideBarSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "BTS"; sideBySideBarSeriesView1.Color = System.Drawing.Color.DodgerBlue; sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; series1.View = sideBySideBarSeriesView1; series2.Name = "Target"; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series2.View = lineSeriesView1; this.chartBTS.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartBTS.Size = new System.Drawing.Size(1920, 694); this.chartBTS.TabIndex = 0; this.chartBTS.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartBTS_CustomDrawAxisLabel); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // UC_MONTH // this.UC_MONTH.AutoSize = true; this.UC_MONTH.Location = new System.Drawing.Point(3, 109); this.UC_MONTH.Name = "UC_MONTH"; this.UC_MONTH.Size = new System.Drawing.Size(472, 46); this.UC_MONTH.TabIndex = 6; this.UC_MONTH.ValueChangeEvent += new System.EventHandler(this.UC_MONTH_ValueChangeEvent); // // FRM_SMT_BTS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1920, 1080); this.Controls.Add(this.UC_MONTH); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FRM_SMT_BTS"; this.Text = "FRM_SMT_BTS"; this.Load += new System.EventHandler(this.FRM_SMT_BTS_Load); this.VisibleChanged += new System.EventHandler(this.FRM_SMT_BTS_VisibleChanged); this.panel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartBTS)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.dateEdit_start = new DevExpress.XtraEditors.DateEdit(); this.dateEdit_target = new DevExpress.XtraEditors.DateEdit(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.statics_btn = new DevExpress.XtraEditors.SimpleButton(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_start.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_start.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_target.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_target.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // dateEdit_start // this.dateEdit_start.EditValue = null; this.dateEdit_start.Location = new System.Drawing.Point(100, 146); this.dateEdit_start.Name = "dateEdit_start"; this.dateEdit_start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdit_start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdit_start.Size = new System.Drawing.Size(140, 28); this.dateEdit_start.TabIndex = 0; // // dateEdit_target // this.dateEdit_target.EditValue = null; this.dateEdit_target.Location = new System.Drawing.Point(100, 413); this.dateEdit_target.Name = "dateEdit_target"; this.dateEdit_target.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdit_target.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEdit_target.Size = new System.Drawing.Size(140, 28); this.dateEdit_target.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 149); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(78, 21); this.label1.TabIndex = 2; this.label1.Text = "起始日期"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 416); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 21); this.label2.TabIndex = 3; this.label2.Text = "结束日期"; // // chartControl1 // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Name = "Default Legend"; legend1.Name = "Legend 1"; this.chartControl1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.chartControl1.Location = new System.Drawing.Point(270, 0); this.chartControl1.Name = "chartControl1"; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.LegendName = "Legend 1"; series1.Name = "开始日期确诊"; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.LegendName = "Legend 1"; series2.Name = "结束日期确诊"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartControl1.Size = new System.Drawing.Size(1477, 909); this.chartControl1.TabIndex = 4; chartTitle1.Text = "各市现存确诊人数统计"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // statics_btn // this.statics_btn.Location = new System.Drawing.Point(86, 642); this.statics_btn.Name = "statics_btn"; this.statics_btn.Size = new System.Drawing.Size(96, 62); this.statics_btn.TabIndex = 5; this.statics_btn.Text = "统计"; this.statics_btn.Click += new System.EventHandler(this.statics_btn_Click); // // panel1 // this.panel1.Controls.Add(this.dateEdit_start); this.panel1.Controls.Add(this.statics_btn); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.dateEdit_target); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(270, 909); this.panel1.TabIndex = 6; // // StaticsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1747, 909); this.Controls.Add(this.chartControl1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "StaticsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "疫情统计"; ((System.ComponentModel.ISupportInitialize)(this.dateEdit_start.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_start.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_target.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit_target.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); 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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane2 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Legend legend2 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] { ((object)(56.48D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] { ((object)(53.78D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] { ((object)(57.74D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] { ((object)(64.4D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] { ((object)(72.5D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] { ((object)(72.68D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] { ((object)(69.62D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] { ((object)(67.28D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] { ((object)(62.42D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] { ((object)(60.62D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] { ((object)(62.6D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] { ((object)(71.96D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] { ((object)(77.9D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] { ((object)(78.98D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] { ((object)(76.28D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] { ((object)(71.06D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] { ((object)(60.8D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] { ((object)(58.64D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] { ((object)(63.14D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] { ((object)(68.54D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] { ((object)(75.2D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] { ((object)(77.18D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] { ((object)(74.48D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] { ((object)(64.58D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] { ((object)(59.36D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] { ((object)(60.08D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] { ((object)(61.16D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] { ((object)(63.86D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] { ((object)(65.66D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] { ((object)(65.12D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] { ((object)(63.86D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] { ((object)(61.52D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] { ((object)(51.8D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] { ((object)(52.34D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] { ((object)(57.2D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] { ((object)(60.44D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] { ((object)(65.48D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] { ((object)(66.56D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] { ((object)(64.04D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] { ((object)(60.26D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] { ((object)(51.44D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] { ((object)(50.18D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint43 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] { ((object)(56.12D)) }); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint44 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint45 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint46 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint47 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint48 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] { ((object)(1020D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint49 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint50 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint51 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint52 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint53 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint54 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint55 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint56 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint57 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint58 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] { ((object)(1024D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint59 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] { ((object)(1024D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint60 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] { ((object)(1024D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint61 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint62 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] { ((object)(1024D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint63 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] { ((object)(1023D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint64 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint65 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint66 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint67 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] { ((object)(1021D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint68 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] { ((object)(1020D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint69 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] { ((object)(1019D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint70 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] { ((object)(1019D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint71 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] { ((object)(1019D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint72 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] { ((object)(1017D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint73 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] { ((object)(1017D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint74 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] { ((object)(1017D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint75 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] { ((object)(1017D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint76 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] { ((object)(1017D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint77 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] { ((object)(1016D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint78 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] { ((object)(1016D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint79 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] { ((object)(1016D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint80 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint81 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint82 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint83 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint84 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint85 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint86 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] { ((object)(1015D)) }); DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint87 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 6, 0, 0, 0), new object[] { ((object)(69D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint88 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 3, 0, 0, 0), new object[] { ((object)(76D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint89 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 11, 0, 0, 0, 0), new object[] { ((object)(66D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint90 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 21, 0, 0, 0), new object[] { ((object)(49D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint91 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 18, 0, 0, 0), new object[] { ((object)(45D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint92 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 15, 0, 0, 0), new object[] { ((object)(48D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint93 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 12, 0, 0, 0), new object[] { ((object)(57D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint94 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 9, 0, 0, 0), new object[] { ((object)(66D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint95 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 6, 0, 0, 0), new object[] { ((object)(78D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint96 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 3, 0, 0, 0), new object[] { ((object)(83D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint97 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 10, 0, 0, 0, 0), new object[] { ((object)(72D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint98 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 21, 0, 0, 0), new object[] { ((object)(52D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint99 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 18, 0, 0, 0), new object[] { ((object)(40D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint100 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 15, 0, 0, 0), new object[] { ((object)(41D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint101 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 12, 0, 0, 0), new object[] { ((object)(37D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint102 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 9, 0, 0, 0), new object[] { ((object)(41D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint103 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 6, 0, 0, 0), new object[] { ((object)(68D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint104 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 3, 0, 0, 0), new object[] { ((object)(78D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint105 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 9, 0, 0, 0, 0), new object[] { ((object)(71D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint106 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 21, 0, 0, 0), new object[] { ((object)(63D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint107 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 18, 0, 0, 0), new object[] { ((object)(47D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint108 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 15, 0, 0, 0), new object[] { ((object)(44D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint109 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 12, 0, 0, 0), new object[] { ((object)(48D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint110 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 9, 0, 0, 0), new object[] { ((object)(68D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint111 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 6, 0, 0, 0), new object[] { ((object)(81D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint112 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 3, 0, 0, 0), new object[] { ((object)(85D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint113 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 8, 0, 0, 0, 0), new object[] { ((object)(76D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint114 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 21, 0, 0, 0), new object[] { ((object)(65D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint115 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 18, 0, 0, 0), new object[] { ((object)(57D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint116 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 15, 0, 0, 0), new object[] { ((object)(62D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint117 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 12, 0, 0, 0), new object[] { ((object)(53D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint118 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 9, 0, 0, 0), new object[] { ((object)(62D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint119 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 6, 0, 0, 0), new object[] { ((object)(76D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint120 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 3, 0, 0, 0), new object[] { ((object)(80D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint121 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 7, 0, 0, 0, 0), new object[] { ((object)(82D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint122 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 21, 0, 0, 0), new object[] { ((object)(73D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint123 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 18, 0, 0, 0), new object[] { ((object)(57D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint124 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 15, 0, 0, 0), new object[] { ((object)(55D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint125 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 12, 0, 0, 0), new object[] { ((object)(64D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint126 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 9, 0, 0, 0), new object[] { ((object)(74D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint127 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 6, 0, 0, 0), new object[] { ((object)(89D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint128 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 3, 0, 0, 0), new object[] { ((object)(87D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint129 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2008, 6, 6, 0, 0, 0, 0), new object[] { ((object)(80D)) }); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); this.SuspendLayout(); // // chartControl // this.chartControl.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False; this.chartControl.CrosshairOptions.ShowOnlyInFocusedPane = false; this.chartControl.DataBindings = null; xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None; xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false; xyDiagram1.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour; xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 5D; xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour; xyDiagram1.AxisX.Label.TextPattern = "{A:MMMM d, H:mm tt}"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;1;0"; xyDiagram1.AxisX.VisualRange.Auto = false; xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "06/08/2008 06:00:00.000"; xyDiagram1.AxisX.VisualRange.MinValueSerializable = "06/06/2008 00:00:00.000"; xyDiagram1.AxisY.Title.Text = "Temperature, F"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.EnableAxisXScrolling = true; xyDiagramPane1.Name = "Pane 1"; xyDiagramPane1.PaneID = 0; xyDiagramPane2.Name = "Pane 2"; xyDiagramPane2.PaneID = 1; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1, xyDiagramPane2 }); secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY1.AxisID = 0; secondaryAxisY1.GridLines.Visible = true; secondaryAxisY1.Name = "Secondary AxisY 1"; secondaryAxisY1.Title.Text = "Pressure, mbar"; secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY1.VisibleInPanesSerializable = "0"; secondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false; secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY2.AxisID = 1; secondaryAxisY2.GridLines.Visible = true; secondaryAxisY2.Name = "Secondary AxisY 2"; secondaryAxisY2.Title.Text = "Humidity, %"; secondaryAxisY2.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY2.VisibleInPanesSerializable = "1"; secondaryAxisY2.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1, secondaryAxisY2 }); this.chartControl.Diagram = xyDiagram1; this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl.Legend.DockTargetName = "Default Pane"; this.chartControl.Legend.Name = "Default Legend"; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; legend1.DockTargetName = "Pane 1"; legend1.Name = "Legend1"; legend2.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; legend2.DockTargetName = "Pane 2"; legend2.Name = "Legend2"; this.chartControl.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1, legend2 }); this.chartControl.Location = new System.Drawing.Point(0, 0); this.chartControl.Name = "chartControl"; series1.CrosshairLabelPattern = "{S} : {V}F"; series1.LegendName = "Default Legend"; series1.Name = "Temperature"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5, seriesPoint6, seriesPoint7, seriesPoint8, seriesPoint9, seriesPoint10, seriesPoint11, seriesPoint12, seriesPoint13, seriesPoint14, seriesPoint15, seriesPoint16, seriesPoint17, seriesPoint18, seriesPoint19, seriesPoint20, seriesPoint21, seriesPoint22, seriesPoint23, seriesPoint24, seriesPoint25, seriesPoint26, seriesPoint27, seriesPoint28, seriesPoint29, seriesPoint30, seriesPoint31, seriesPoint32, seriesPoint33, seriesPoint34, seriesPoint35, seriesPoint36, seriesPoint37, seriesPoint38, seriesPoint39, seriesPoint40, seriesPoint41, seriesPoint42, seriesPoint43 }); series1.View = lineSeriesView1; series2.CrosshairLabelPattern = "{S} : {V} mbars"; series2.LegendName = "Legend1"; series2.Name = "Pressure"; series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint44, seriesPoint45, seriesPoint46, seriesPoint47, seriesPoint48, seriesPoint49, seriesPoint50, seriesPoint51, seriesPoint52, seriesPoint53, seriesPoint54, seriesPoint55, seriesPoint56, seriesPoint57, seriesPoint58, seriesPoint59, seriesPoint60, seriesPoint61, seriesPoint62, seriesPoint63, seriesPoint64, seriesPoint65, seriesPoint66, seriesPoint67, seriesPoint68, seriesPoint69, seriesPoint70, seriesPoint71, seriesPoint72, seriesPoint73, seriesPoint74, seriesPoint75, seriesPoint76, seriesPoint77, seriesPoint78, seriesPoint79, seriesPoint80, seriesPoint81, seriesPoint82, seriesPoint83, seriesPoint84, seriesPoint85, seriesPoint86 }); areaSeriesView1.AxisYName = "Secondary AxisY 1"; areaSeriesView1.PaneName = "Pane 1"; areaSeriesView1.Transparency = ((byte)(0)); series2.View = areaSeriesView1; series3.CrosshairLabelPattern = "{S} : {V}%"; series3.LegendName = "Legend2"; series3.Name = "Humidity"; series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint87, seriesPoint88, seriesPoint89, seriesPoint90, seriesPoint91, seriesPoint92, seriesPoint93, seriesPoint94, seriesPoint95, seriesPoint96, seriesPoint97, seriesPoint98, seriesPoint99, seriesPoint100, seriesPoint101, seriesPoint102, seriesPoint103, seriesPoint104, seriesPoint105, seriesPoint106, seriesPoint107, seriesPoint108, seriesPoint109, seriesPoint110, seriesPoint111, seriesPoint112, seriesPoint113, seriesPoint114, seriesPoint115, seriesPoint116, seriesPoint117, seriesPoint118, seriesPoint119, seriesPoint120, seriesPoint121, seriesPoint122, seriesPoint123, seriesPoint124, seriesPoint125, seriesPoint126, seriesPoint127, seriesPoint128, seriesPoint129 }); sideBySideBarSeriesView1.AxisYName = "Secondary AxisY 2"; sideBySideBarSeriesView1.PaneName = "Pane 2"; series3.View = sideBySideBarSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; this.chartControl.Size = new System.Drawing.Size(1264, 681); this.chartControl.TabIndex = 0; chartTitle1.Text = "Weather in London"; this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); this.chartControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnChartMouseUp); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1264, 681); this.Controls.Add(this.chartControl); this.Name = "Form1"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).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(); 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.Table table2 = new DevExpress.DataAccess.Sql.Table(); DevExpress.DataAccess.Sql.Column column3 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.CustomExpression customExpression1 = new DevExpress.DataAccess.Sql.CustomExpression(); DevExpress.DataAccess.Sql.Column column4 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression3 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Column column5 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression4 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Group group1 = new DevExpress.DataAccess.Sql.Group(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression5 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Group group2 = new DevExpress.DataAccess.Sql.Group(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression6 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Group group3 = new DevExpress.DataAccess.Sql.Group(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression7 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Group group4 = new DevExpress.DataAccess.Sql.Group(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression8 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Join join1 = new DevExpress.DataAccess.Sql.Join(); DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo(); DevExpress.DataAccess.Sql.Table table3 = new DevExpress.DataAccess.Sql.Table(); DevExpress.DataAccess.Sql.Join join2 = new DevExpress.DataAccess.Sql.Join(); DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport1)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings(); DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.xrChart1 = new DevExpress.XtraReports.UI.XRChart(); this.Moneda = new DevExpress.XtraReports.Parameters.Parameter(); this.UnidadArtistica = new DevExpress.XtraReports.Parameters.Parameter(); this.Desde = new DevExpress.XtraReports.Parameters.Parameter(); this.Hasta = new DevExpress.XtraReports.Parameters.Parameter(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "DXApplication9.Properties.Settings.artistasConnectionString"; this.sqlDataSource1.Name = "sqlDataSource1"; columnExpression1.ColumnName = "Nombre"; table1.Name = "Agrupacion"; columnExpression1.Table = table1; column1.Expression = columnExpression1; columnExpression2.ColumnName = "Abreviatura"; table2.Name = "TipoMoneda"; columnExpression2.Table = table2; column2.Expression = columnExpression2; column3.Alias = "Expr"; customExpression1.Aggregate = DevExpress.DataAccess.Sql.AggregationType.Sum; customExpression1.Expression = "[OrdenDeTrabajo.ImporteFinal] * (100-[OrdenDeTrabajo.PorcientoCliente])/100"; column3.Expression = customExpression1; columnExpression3.ColumnName = "AgrupacionID"; columnExpression3.Table = table1; column4.Expression = columnExpression3; columnExpression4.ColumnName = "TipoMonedaID"; columnExpression4.Table = table2; column5.Expression = columnExpression4; selectQuery1.Columns.Add(column1); selectQuery1.Columns.Add(column2); selectQuery1.Columns.Add(column3); selectQuery1.Columns.Add(column4); selectQuery1.Columns.Add(column5); selectQuery1.FilterString = "[OrdenDeTrabajo.Estado] <> 1s And [OrdenDeTrabajo.Estado] <> 3s"; selectQuery1.GroupFilterString = ""; columnExpression5.ColumnName = "TipoMonedaID"; columnExpression5.Table = table2; group1.Expression = columnExpression5; columnExpression6.ColumnName = "AgrupacionID"; columnExpression6.Table = table1; group2.Expression = columnExpression6; columnExpression7.ColumnName = "Nombre"; columnExpression7.Table = table1; group3.Expression = columnExpression7; columnExpression8.ColumnName = "Abreviatura"; columnExpression8.Table = table2; group4.Expression = columnExpression8; selectQuery1.Groups.Add(group1); selectQuery1.Groups.Add(group2); selectQuery1.Groups.Add(group3); selectQuery1.Groups.Add(group4); selectQuery1.Name = "Agrupacion_1"; relationColumnInfo1.NestedKeyColumn = "AgrupacionId"; relationColumnInfo1.ParentKeyColumn = "AgrupacionID"; join1.KeyColumns.Add(relationColumnInfo1); table3.Name = "OrdenDeTrabajo"; join1.Nested = table3; join1.Parent = table1; relationColumnInfo2.NestedKeyColumn = "TipoMonedaID"; relationColumnInfo2.ParentKeyColumn = "TipoMonedaId"; join2.KeyColumns.Add(relationColumnInfo2); join2.Nested = table2; join2.Parent = table3; selectQuery1.Relations.Add(join1); selectQuery1.Relations.Add(join2); selectQuery1.Tables.Add(table1); selectQuery1.Tables.Add(table3); selectQuery1.Tables.Add(table2); this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { selectQuery1 }); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // Detail // this.Detail.Dpi = 254F; this.Detail.HeightF = 0F; this.Detail.KeepTogether = true; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // TopMargin // this.TopMargin.Dpi = 254F; this.TopMargin.HeightF = 132F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Dpi = 254F; this.BottomMargin.HeightF = 132F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrChart1 // this.xrChart1.BorderColor = System.Drawing.Color.Black; this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrChart1.DataMember = "Agrupacion_1"; this.xrChart1.DataSource = this.sqlDataSource1; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False; this.xrChart1.Diagram = xyDiagram1; this.xrChart1.Dpi = 254F; this.xrChart1.Legend.Name = "Default Legend"; legend1.Name = "Legend1"; this.xrChart1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 24.99998F); this.xrChart1.Name = "xrChart1"; this.xrChart1.SeriesDataMember = "TipoMonedaID"; series1.ArgumentDataMember = "Nombre"; series1.Name = "Series 4"; series1.SummaryFunction = "SUM([Expr])"; this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.xrChart1.SeriesTemplate.ArgumentDataMember = "Expr"; this.xrChart1.SeriesTemplate.View = stackedBarSeriesView1; this.xrChart1.SizeF = new System.Drawing.SizeF(2440.94F, 2809.044F); // // Moneda // this.Moneda.Description = "Moneda"; dynamicListLookUpSettings1.DataAdapter = null; dynamicListLookUpSettings1.DataMember = "Agrupacion_1"; dynamicListLookUpSettings1.DataSource = this.sqlDataSource1; dynamicListLookUpSettings1.DisplayMember = "Abreviatura"; dynamicListLookUpSettings1.ValueMember = "TipoMonedaID"; this.Moneda.LookUpSettings = dynamicListLookUpSettings1; this.Moneda.Name = "Moneda"; this.Moneda.Type = typeof(int); this.Moneda.ValueInfo = "0"; // // UnidadArtistica // this.UnidadArtistica.Description = "Unidad Artística:"; dynamicListLookUpSettings2.DataAdapter = null; dynamicListLookUpSettings2.DataMember = "Agrupacion_1"; dynamicListLookUpSettings2.DataSource = this.sqlDataSource1; dynamicListLookUpSettings2.DisplayMember = "Nombre"; dynamicListLookUpSettings2.ValueMember = "AgrupacionID"; this.UnidadArtistica.LookUpSettings = dynamicListLookUpSettings2; this.UnidadArtistica.MultiValue = true; this.UnidadArtistica.Name = "UnidadArtistica"; this.UnidadArtistica.Type = typeof(int); this.UnidadArtistica.ValueInfo = "0"; // // Desde // this.Desde.Description = "Desde:"; this.Desde.Name = "Desde"; this.Desde.Type = typeof(System.DateTime); // // Hasta // this.Hasta.Description = "Hasta:"; this.Hasta.Name = "Hasta"; this.Hasta.Type = typeof(System.DateTime); this.Hasta.ValueInfo = "2050-01-01"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrChart1 }); this.ReportHeader.Dpi = 254F; this.ReportHeader.HeightF = 2834.044F; this.ReportHeader.Name = "ReportHeader"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1 }); this.DataMember = "Agrupacion_1"; this.DataSource = this.sqlDataSource1; this.Dpi = 254F; this.FilterString = "[AgrupacionID] In (?UnidadArtistica) And [TipoMonedaID] = ?Moneda And [FechaLiqui" + "dacion] >= ?Desde And [FechaLiquidacion] <= ?Hasta"; this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(178, 150, 132, 132); this.PageHeight = 2159; this.PageWidth = 2794; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.Moneda, this.UnidadArtistica, this.Desde, this.Hasta }); this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter; this.RollPaper = true; this.SnapGridSize = 25F; this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel(); DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView1 = new DevExpress.XtraCharts.DoughnutSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView2 = new DevExpress.XtraCharts.DoughnutSeriesView(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.GridControlHoaDon = new DevExpress.XtraGrid.GridControl(); this.gridViewHoaDon = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit(); this.layoutControl = new DevExpress.XtraLayout.LayoutControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.leftLayoutControl = new DevExpress.XtraLayout.LayoutControl(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.rightLayoutControl = new DevExpress.XtraLayout.LayoutControl(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.datepickerNam = new DevExpress.XtraEditors.DateEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridControlHoaDon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewHoaDon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).BeginInit(); this.layoutControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.leftLayoutControl)).BeginInit(); this.leftLayoutControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rightLayoutControl)).BeginInit(); this.rightLayoutControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.datepickerNam.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.datepickerNam.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); this.SuspendLayout(); // // gridView1 // this.gridView1.ColumnPanelRowHeight = 50; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5, this.gridColumn6 }); this.gridView1.GridControl = this.GridControlHoaDon; this.gridView1.GroupCount = 1; this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ThanhTien", null, "(Tên dịch vụ: Tổng thành tiền={0:0,### VNĐ})"), new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "SoLuong", null, "(Số lượng={0:0.##})") }); this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.OptionsView.ShowIndicator = false; this.gridView1.RowHeight = 40; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn3, DevExpress.Data.ColumnSortOrder.Ascending) }); // // gridColumn2 // this.gridColumn2.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn2.AppearanceCell.Options.UseFont = true; this.gridColumn2.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn2.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.gridColumn2.AppearanceHeader.Options.UseFont = true; this.gridColumn2.AppearanceHeader.Options.UseForeColor = true; this.gridColumn2.Caption = "Mã hóa đơn"; this.gridColumn2.FieldName = "MaHoaDon"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; // // gridColumn3 // this.gridColumn3.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn3.AppearanceCell.Options.UseFont = true; this.gridColumn3.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn3.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.gridColumn3.AppearanceHeader.Options.UseFont = true; this.gridColumn3.AppearanceHeader.Options.UseForeColor = true; this.gridColumn3.Caption = "Tên dịch vụ"; this.gridColumn3.FieldName = "TenDV"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 1; // // gridColumn4 // this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn4.AppearanceCell.Options.UseFont = true; this.gridColumn4.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn4.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.gridColumn4.AppearanceHeader.Options.UseFont = true; this.gridColumn4.AppearanceHeader.Options.UseForeColor = true; this.gridColumn4.Caption = "Giá"; this.gridColumn4.DisplayFormat.FormatString = "###,###,##0 VNĐ"; this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn4.FieldName = "Gia"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 1; // // gridColumn5 // this.gridColumn5.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn5.AppearanceCell.Options.UseFont = true; this.gridColumn5.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn5.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.gridColumn5.AppearanceHeader.Options.UseFont = true; this.gridColumn5.AppearanceHeader.Options.UseForeColor = true; this.gridColumn5.Caption = "Số lượng"; this.gridColumn5.FieldName = "SoLuong"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 2; // // gridColumn6 // this.gridColumn6.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn6.AppearanceCell.Options.UseFont = true; this.gridColumn6.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn6.AppearanceHeader.ForeColor = System.Drawing.Color.Gray; this.gridColumn6.AppearanceHeader.Options.UseFont = true; this.gridColumn6.AppearanceHeader.Options.UseForeColor = true; this.gridColumn6.Caption = "Thành tiền"; this.gridColumn6.DisplayFormat.FormatString = "###,###,##0 VNĐ"; this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn6.FieldName = "ThanhTien"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 3; // // GridControlHoaDon // this.GridControlHoaDon.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); gridLevelNode1.LevelTemplate = this.gridView1; gridLevelNode1.RelationName = "Level1"; this.GridControlHoaDon.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1 }); this.GridControlHoaDon.Location = new System.Drawing.Point(3, 3); this.GridControlHoaDon.MainView = this.gridViewHoaDon; this.GridControlHoaDon.Margin = new System.Windows.Forms.Padding(4); this.GridControlHoaDon.Name = "GridControlHoaDon"; this.GridControlHoaDon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemTextEdit1, this.repositoryItemTextEdit2, this.repositoryItemTextEdit3 }); this.GridControlHoaDon.Size = new System.Drawing.Size(743, 611); this.GridControlHoaDon.TabIndex = 6; this.GridControlHoaDon.Tag = "GridHoaDon"; this.GridControlHoaDon.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewHoaDon, this.gridView1 }); // // gridViewHoaDon // this.gridViewHoaDon.Appearance.GroupButton.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridViewHoaDon.Appearance.GroupButton.Options.UseFont = true; this.gridViewHoaDon.Appearance.GroupFooter.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridViewHoaDon.Appearance.GroupFooter.Options.UseFont = true; this.gridViewHoaDon.Appearance.GroupRow.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridViewHoaDon.Appearance.GroupRow.Options.UseFont = true; this.gridViewHoaDon.ColumnPanelRowHeight = 50; this.gridViewHoaDon.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn7, this.gridColumn9 }); this.gridViewHoaDon.DetailHeight = 450; this.gridViewHoaDon.GridControl = this.GridControlHoaDon; this.gridViewHoaDon.Name = "gridViewHoaDon"; this.gridViewHoaDon.OptionsBehavior.AutoExpandAllGroups = true; this.gridViewHoaDon.OptionsBehavior.Editable = false; this.gridViewHoaDon.OptionsBehavior.ReadOnly = true; this.gridViewHoaDon.OptionsFilter.AllowFilterEditor = false; this.gridViewHoaDon.OptionsView.ShowGroupPanel = false; this.gridViewHoaDon.OptionsView.ShowIndicator = false; this.gridViewHoaDon.RowHeight = 40; // // gridColumn1 // this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn1.AppearanceCell.Options.UseFont = true; this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn1.AppearanceHeader.Options.UseFont = true; this.gridColumn1.Caption = "Tháng"; this.gridColumn1.FieldName = "Thang"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn7 // this.gridColumn7.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn7.AppearanceCell.Options.UseFont = true; this.gridColumn7.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn7.AppearanceHeader.Options.UseFont = true; this.gridColumn7.Caption = "Tổng số dịch vụ trong tháng"; this.gridColumn7.FieldName = "TongSoDichVu"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 1; // // gridColumn9 // this.gridColumn9.AppearanceCell.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn9.AppearanceCell.Options.UseFont = true; this.gridColumn9.AppearanceHeader.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridColumn9.AppearanceHeader.Options.UseFont = true; this.gridColumn9.Caption = "Tổng tiền dịch vụ trong tháng"; this.gridColumn9.ColumnEdit = this.repositoryItemTextEdit1; this.gridColumn9.FieldName = "TongTienDichVu"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 2; this.gridColumn9.Width = 296; // // repositoryItemTextEdit1 // this.repositoryItemTextEdit1.AutoHeight = false; this.repositoryItemTextEdit1.Mask.EditMask = "###,###,##0 VNĐ"; this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.repositoryItemTextEdit1.Mask.UseMaskAsDisplayFormat = true; this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1"; // // repositoryItemTextEdit2 // this.repositoryItemTextEdit2.AutoHeight = false; this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2"; // // repositoryItemTextEdit3 // this.repositoryItemTextEdit3.AutoHeight = false; this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3"; // // layoutControl // this.layoutControl.Controls.Add(this.splitContainerControl1); this.layoutControl.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl.Location = new System.Drawing.Point(0, 0); this.layoutControl.Margin = new System.Windows.Forms.Padding(4); this.layoutControl.Name = "layoutControl"; this.layoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(599, 222, 450, 350); this.layoutControl.Root = this.layoutControlGroup1; this.layoutControl.Size = new System.Drawing.Size(1386, 737); this.layoutControl.TabIndex = 14; this.layoutControl.Text = "layoutControl1"; // // splitContainerControl1 // this.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.White; this.splitContainerControl1.Appearance.Options.UseBackColor = true; this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.splitContainerControl1.IsSplitterFixed = true; this.splitContainerControl1.Location = new System.Drawing.Point(0, 118); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Padding = new System.Windows.Forms.Padding(40, 0, 40, 0); this.splitContainerControl1.Panel1.Controls.Add(this.leftLayoutControl); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.rightLayoutControl); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1386, 617); this.splitContainerControl1.SplitterPosition = 551; this.splitContainerControl1.TabIndex = 9; this.splitContainerControl1.Text = "splitContainerControl1"; // // leftLayoutControl // this.leftLayoutControl.BackColor = System.Drawing.Color.White; this.leftLayoutControl.Controls.Add(this.GridControlHoaDon); this.leftLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill; this.leftLayoutControl.Location = new System.Drawing.Point(0, 0); this.leftLayoutControl.Margin = new System.Windows.Forms.Padding(4); this.leftLayoutControl.Name = "leftLayoutControl"; this.leftLayoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(572, 445, 450, 350); this.leftLayoutControl.Root = this.layoutControlGroup3; this.leftLayoutControl.Size = new System.Drawing.Size(749, 617); this.leftLayoutControl.TabIndex = 0; this.leftLayoutControl.Text = "layoutControl3"; // // layoutControlGroup3 // this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup3.GroupBordersVisible = false; this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1 }); this.layoutControlGroup3.Name = "Root"; this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup3.Size = new System.Drawing.Size(749, 617); this.layoutControlGroup3.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.GridControlHoaDon; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(749, 617); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // rightLayoutControl // this.rightLayoutControl.BackColor = System.Drawing.Color.White; this.rightLayoutControl.Controls.Add(this.chartControl); this.rightLayoutControl.Controls.Add(this.datepickerNam); this.rightLayoutControl.Controls.Add(this.simpleButton1); this.rightLayoutControl.Dock = System.Windows.Forms.DockStyle.Fill; this.rightLayoutControl.Location = new System.Drawing.Point(0, 0); this.rightLayoutControl.Margin = new System.Windows.Forms.Padding(4); this.rightLayoutControl.Name = "rightLayoutControl"; this.rightLayoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1004, 445, 450, 350); this.rightLayoutControl.Root = this.layoutControlGroup2; this.rightLayoutControl.Size = new System.Drawing.Size(551, 617); this.rightLayoutControl.TabIndex = 0; this.rightLayoutControl.Text = "layoutControl2"; // // chartControl // this.chartControl.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.AxisX.AutoScaleBreaks.MaxCount = 12; xyDiagram1.AxisX.QualitativeScaleOptions.AutoGrid = false; xyDiagram1.AxisX.Title.Text = "Tháng"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.TextPattern = "{V:###,###,###,###}"; xyDiagram1.AxisY.Title.Text = "VNĐ"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl.Diagram = xyDiagram1; this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl.Legend.BackColor = System.Drawing.Color.Transparent; this.chartControl.Legend.Border.Color = System.Drawing.Color.White; this.chartControl.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl.Legend.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; this.chartControl.Legend.Font = new System.Drawing.Font("Segoe UI", 12F); this.chartControl.Legend.Name = "Default Legend"; this.chartControl.Legend.Title.Text = "Doanh thu theo tháng"; legend1.Name = "Legend1"; legend1.Title.Text = "AAA"; legend1.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.chartControl.Location = new System.Drawing.Point(3, 43); this.chartControl.Margin = new System.Windows.Forms.Padding(4); this.chartControl.Name = "chartControl"; series1.ArgumentDataMember = "Name"; doughnutSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; doughnutSeriesLabel1.Font = new System.Drawing.Font("Segoe UI", 9.75F); doughnutSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside; doughnutSeriesLabel1.TextPattern = "${V:n}"; series1.Label = doughnutSeriesLabel1; series1.LegendName = "Legend1"; series1.LegendTextPattern = "{A}"; series1.Name = "Series 1"; doughnutSeriesView1.HoleRadiusPercent = 56; series1.View = doughnutSeriesView1; series1.Visible = false; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series2.CrosshairLabelPattern = "{A}:{V:###,###,##0 VNĐ}"; sideBySideBarSeriesLabel1.TextPattern = "{V:###,###,##0 VNĐ}"; series2.Label = sideBySideBarSeriesLabel1; series2.LegendName = "Legend1"; series2.LegendTextPattern = "{V:###,###,##0 VNĐ}"; series2.Name = "Doanh thu theo tháng"; series2.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1; series2.ToolTipPointPattern = "{V:###,###.### VNĐ}"; sideBySideBarSeriesView1.BarWidth = 0.7D; series2.View = sideBySideBarSeriesView1; series3.Name = "Hóa đơn"; series3.Visible = false; series4.Name = "Doanh thu theo thuê phòng"; series4.Visible = false; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3, series4 }; this.chartControl.SeriesTemplate.View = doughnutSeriesView2; this.chartControl.Size = new System.Drawing.Size(545, 571); this.chartControl.TabIndex = 6; // // datepickerNam // this.datepickerNam.EditValue = null; this.datepickerNam.Location = new System.Drawing.Point(153, 3); this.datepickerNam.Name = "datepickerNam"; this.datepickerNam.Properties.Appearance.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.datepickerNam.Properties.Appearance.Options.UseFont = true; this.datepickerNam.Properties.Appearance.Options.UseTextOptions = true; this.datepickerNam.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.datepickerNam.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.datepickerNam.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.datepickerNam.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.TouchUI; this.datepickerNam.Properties.Mask.EditMask = "yyyy"; this.datepickerNam.Properties.Mask.UseMaskAsDisplayFormat = true; this.datepickerNam.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.False; this.datepickerNam.Size = new System.Drawing.Size(192, 34); this.datepickerNam.StyleController = this.rightLayoutControl; this.datepickerNam.TabIndex = 11; this.datepickerNam.EditValueChanged += new System.EventHandler(this.datepickerNam_EditValueChanged); // // simpleButton1 // this.simpleButton1.Appearance.Font = new System.Drawing.Font("Segoe UI", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Location = new System.Drawing.Point(455, 3); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(93, 27); this.simpleButton1.StyleController = this.rightLayoutControl; this.simpleButton1.TabIndex = 12; this.simpleButton1.Text = "In báo cáo"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // layoutControlGroup2 // this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup2.GroupBordersVisible = false; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.emptySpaceItem1, this.layoutControlItem2, this.layoutControlItem5, this.emptySpaceItem2 }); this.layoutControlGroup2.Name = "Root"; this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup2.Size = new System.Drawing.Size(551, 617); this.layoutControlGroup2.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.chartControl; this.layoutControlItem3.Location = new System.Drawing.Point(0, 40); this.layoutControlItem3.MinSize = new System.Drawing.Size(421, 1); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(551, 577); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0); this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(150, 40); this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // this.layoutControlItem2.Control = this.datepickerNam; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(150, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(198, 40); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.simpleButton1; this.layoutControlItem5.Location = new System.Drawing.Point(452, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(99, 40); this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(348, 0); this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(104, 40); this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlGroup1 // this.layoutControlGroup1.AppearanceGroup.BackColor = System.Drawing.Color.White; this.layoutControlGroup1.AppearanceGroup.Options.UseBackColor = true; this.layoutControlGroup1.BestFitWeight = 0; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.simpleLabelItem1, this.layoutControlItem4 }); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup1.Size = new System.Drawing.Size(1386, 737); this.layoutControlGroup1.TextVisible = false; // // simpleLabelItem1 // this.simpleLabelItem1.AllowHotTrack = false; this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI", 43.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleLabelItem1.AppearanceItemCaption.FontSizeDelta = 3; this.simpleLabelItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.Gray; this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true; this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true; this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0); this.simpleLabelItem1.Name = "simpleLabelItem1"; this.simpleLabelItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(40, 0, 8, 10); this.simpleLabelItem1.Size = new System.Drawing.Size(1386, 116); this.simpleLabelItem1.Text = "Báo cáo doanh thu dịch vụ theo tháng"; this.simpleLabelItem1.TextSize = new System.Drawing.Size(1234, 98); // // layoutControlItem4 // this.layoutControlItem4.Control = this.splitContainerControl1; this.layoutControlItem4.Location = new System.Drawing.Point(0, 116); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 2, 2); this.layoutControlItem4.Size = new System.Drawing.Size(1386, 621); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // DoanhThuDichVuTheoNam // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl); this.Name = "DoanhThuDichVuTheoNam"; this.Size = new System.Drawing.Size(1386, 737); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridControlHoaDon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewHoaDon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl)).EndInit(); this.layoutControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.leftLayoutControl)).EndInit(); this.leftLayoutControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rightLayoutControl)).EndInit(); this.rightLayoutControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.datepickerNam.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.datepickerNam.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).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(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.CustomLegendItem customLegendItem1 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem2 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem3 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem4 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem5 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel(); DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView1 = new DevExpress.XtraCharts.DoughnutSeriesView(); DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.satisfactionModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.cbxCategory = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.yearSelectorControl1 = new GothamSubway.WinForm.YearSelectorControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.satisfactionModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbxCategory.Properties)).BeginInit(); this.SuspendLayout(); // // chartControl1 // this.chartControl1.Anchor = System.Windows.Forms.AnchorStyles.None; this.chartControl1.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl1.AutoLayout = false; this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.tablePanel1.SetColumn(this.chartControl1, 0); this.tablePanel1.SetColumnSpan(this.chartControl1, 10); this.chartControl1.DataSource = this.satisfactionModelBindingSource; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; legend1.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; legend1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; customLegendItem1.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(181)))), ((int)(((byte)(204))))); customLegendItem1.Name = "매우좋음"; customLegendItem2.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(108)))), ((int)(((byte)(125))))); customLegendItem2.Name = "좋음"; customLegendItem3.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(183)))), ((int)(((byte)(109))))); customLegendItem3.Name = "보통"; customLegendItem4.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(173)))), ((int)(((byte)(0))))); customLegendItem4.Name = "나쁨"; customLegendItem5.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(134)))), ((int)(((byte)(81))))); customLegendItem5.Name = "매우나쁨"; legend1.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] { customLegendItem1, customLegendItem2, customLegendItem3, customLegendItem4, customLegendItem5 }); legend1.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; legend1.Font = new System.Drawing.Font("맑은 고딕", 9F); legend1.MarkerSize = new System.Drawing.Size(16, 16); legend1.Name = "Legend 1"; this.chartControl1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.chartControl1.Location = new System.Drawing.Point(3, 61); this.chartControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chartControl1.Name = "chartControl1"; this.tablePanel1.SetRow(this.chartControl1, 1); this.tablePanel1.SetRowSpan(this.chartControl1, 8); this.chartControl1.SeriesDataMember = "SatisfactionCategory"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.SeriesTemplate.ArgumentDataMember = "SatisfactionItem"; this.chartControl1.SeriesTemplate.ColorDataMember = "ColorData"; this.chartControl1.SeriesTemplate.FilterString = "[SatisfactionCategory] = \'동희구\' Or [SatisfactionCategory] = \'대근구\' Or [Satisfaction" + "Category] = \'성윤구\'"; doughnutSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Inside; doughnutSeriesLabel1.TextPattern = "{A}:{V}%"; this.chartControl1.SeriesTemplate.Label = doughnutSeriesLabel1; this.chartControl1.SeriesTemplate.SeriesDataMember = "SatisfactionCategory"; this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Persent"; doughnutSeriesView1.HoleRadiusPercent = 40; seriesTitle1.Dock = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom; seriesTitle1.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] { seriesTitle1 }); doughnutSeriesView1.TotalLabel.TextPattern = "{S}"; this.chartControl1.SeriesTemplate.View = doughnutSeriesView1; this.chartControl1.Size = new System.Drawing.Size(1162, 666); this.chartControl1.TabIndex = 0; // // satisfactionModelBindingSource // this.satisfactionModelBindingSource.DataSource = typeof(GothamSubway.Data.SatisfactionModel); // // tablePanel1 // this.tablePanel1.Appearance.BackColor = System.Drawing.Color.Transparent; this.tablePanel1.Appearance.Options.UseBackColor = true; this.tablePanel1.AutoTabOrder = false; this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F) }); this.tablePanel1.Controls.Add(this.cbxCategory); this.tablePanel1.Controls.Add(this.labelControl1); this.tablePanel1.Controls.Add(this.labelControl2); this.tablePanel1.Controls.Add(this.yearSelectorControl1); this.tablePanel1.Controls.Add(this.chartControl1); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tablePanel1.Location = new System.Drawing.Point(0, 0); this.tablePanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.7F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1.3F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1.3F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.7F) }); this.tablePanel1.Size = new System.Drawing.Size(1168, 786); this.tablePanel1.TabIndex = 1; // // cbxCategory // this.tablePanel1.SetColumn(this.cbxCategory, 1); this.cbxCategory.Location = new System.Drawing.Point(120, 15); this.cbxCategory.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.cbxCategory.Name = "cbxCategory"; this.cbxCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbxCategory.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.tablePanel1.SetRow(this.cbxCategory, 0); this.cbxCategory.Size = new System.Drawing.Size(111, 24); this.cbxCategory.TabIndex = 10; this.cbxCategory.SelectedIndexChanged += new System.EventHandler(this.cbxCategory_SelectedIndexChanged); // // labelControl1 // this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.None; this.labelControl1.Appearance.Font = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.Options.UseFont = true; this.tablePanel1.SetColumn(this.labelControl1, 4); this.tablePanel1.SetColumnSpan(this.labelControl1, 3); this.labelControl1.Location = new System.Drawing.Point(470, 4); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.tablePanel1.SetRow(this.labelControl1, 0); this.labelControl1.Size = new System.Drawing.Size(345, 47); this.labelControl1.TabIndex = 9; this.labelControl1.Text = "지하철 이용 만족도"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.Options.UseFont = true; this.tablePanel1.SetColumn(this.labelControl2, 4); this.labelControl2.Location = new System.Drawing.Point(470, 745); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.tablePanel1.SetRow(this.labelControl2, 9); this.labelControl2.Size = new System.Drawing.Size(80, 28); this.labelControl2.TabIndex = 8; this.labelControl2.Text = "기준년도"; // // yearSelectorControl1 // this.tablePanel1.SetColumn(this.yearSelectorControl1, 5); this.yearSelectorControl1.Location = new System.Drawing.Point(587, 738); this.yearSelectorControl1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.yearSelectorControl1.MaximumSize = new System.Drawing.Size(123, 42); this.yearSelectorControl1.MinimumSize = new System.Drawing.Size(123, 42); this.yearSelectorControl1.Name = "yearSelectorControl1"; this.tablePanel1.SetRow(this.yearSelectorControl1, 9); this.yearSelectorControl1.Size = new System.Drawing.Size(123, 42); this.yearSelectorControl1.TabIndex = 1; // // SatisfactionForm // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1168, 786); this.Controls.Add(this.tablePanel1); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "SatisfactionForm"; this.Text = "SatisfactionForm"; ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.satisfactionModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); this.tablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cbxCategory.Properties)).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(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView(); this.productSalesQuantityModel2BindingSource = new System.Windows.Forms.BindingSource(this.components); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.productSalesQuantityModel2BindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit(); this.SuspendLayout(); // // productSalesQuantityModel2BindingSource // this.productSalesQuantityModel2BindingSource.DataSource = typeof(MiniSteelworksMES.Data.ProductSalesQuantityModel2); // // chartControl1 // this.chartControl1.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.chartControl1.DataSource = this.productSalesQuantityModel2BindingSource; legend1.Name = "Legend 1"; this.chartControl1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.chartControl1.Location = new System.Drawing.Point(11, 14); this.chartControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chartControl1.Name = "chartControl1"; this.chartControl1.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single; this.chartControl1.SeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point; series1.ArgumentDataMember = "ProductName"; series1.DataSource = this.productSalesQuantityModel2BindingSource; series1.LegendTextPattern = "{A}"; series1.Name = "Series 1"; series1.ValueDataMembersSerializable = "Amount"; series1.View = pieSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.SeriesTemplate.ArgumentDataMember = "ProductName"; this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Amount"; this.chartControl1.SeriesTemplate.View = pieSeriesView2; this.chartControl1.Size = new System.Drawing.Size(815, 447); this.chartControl1.TabIndex = 0; this.chartControl1.SelectedItemsChanged += new DevExpress.XtraCharts.SelectedItemsChangedEventHandler(this.chartControl1_SelectedItemsChanged); // // ProductSalesQuantity // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(837, 467); this.Controls.Add(this.chartControl1); this.Name = "ProductSalesQuantity"; this.Text = "제품군별 판매량"; ((System.ComponentModel.ISupportInitialize)(this.productSalesQuantityModel2BindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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(FRM_SMT_BTS)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.CustomLegendItem customLegendItem1 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem2 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.CustomLegendItem customLegendItem3 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); this.panel1 = new System.Windows.Forms.Panel(); this.pnYMD = new System.Windows.Forms.Panel(); this.lblDate = new System.Windows.Forms.Label(); this.lbltitle = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.axfpSpread = new AxFPSpreadADO.AxfpSpread(); this.chartBTS = new DevExpress.XtraCharts.ChartControl(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.UC_MONTH = new FORM.UC.UC_MONTH_SELECTION(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartBTS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.DarkTurquoise; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.panel1.Controls.Add(this.pnYMD); this.panel1.Controls.Add(this.lblDate); this.panel1.Controls.Add(this.lbltitle); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.MaximumSize = new System.Drawing.Size(1920, 109); this.panel1.MinimumSize = new System.Drawing.Size(1920, 109); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1920, 109); this.panel1.TabIndex = 4; // // pnYMD // this.pnYMD.Location = new System.Drawing.Point(1173, 7); this.pnYMD.Name = "pnYMD"; this.pnYMD.Size = new System.Drawing.Size(450, 96); this.pnYMD.TabIndex = 51; // // lblDate // this.lblDate.BackColor = System.Drawing.Color.DarkTurquoise; this.lblDate.Dock = System.Windows.Forms.DockStyle.Right; this.lblDate.Font = new System.Drawing.Font("Calibri", 32.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDate.ForeColor = System.Drawing.Color.White; this.lblDate.ImageAlign = System.Drawing.ContentAlignment.TopLeft; this.lblDate.Location = new System.Drawing.Point(1639, 0); this.lblDate.Name = "lblDate"; this.lblDate.Size = new System.Drawing.Size(281, 109); this.lblDate.TabIndex = 49; this.lblDate.Text = "lblDate"; this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbltitle // this.lbltitle.BackColor = System.Drawing.Color.DarkTurquoise; this.lbltitle.Dock = System.Windows.Forms.DockStyle.Left; this.lbltitle.Font = new System.Drawing.Font("Calibri", 62.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbltitle.ForeColor = System.Drawing.Color.White; this.lbltitle.Location = new System.Drawing.Point(0, 0); this.lbltitle.Name = "lbltitle"; this.lbltitle.Size = new System.Drawing.Size(1920, 109); this.lbltitle.TabIndex = 0; this.lbltitle.Text = "BTS Tracking by Month"; this.lbltitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbltitle.Click += new System.EventHandler(this.lbltitle_Click); // // splitContainer1 // this.splitContainer1.Enabled = false; this.splitContainer1.Location = new System.Drawing.Point(0, 159); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.axfpSpread); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.chartBTS); this.splitContainer1.Size = new System.Drawing.Size(1920, 920); this.splitContainer1.SplitterDistance = 220; this.splitContainer1.TabIndex = 5; // // axfpSpread // this.axfpSpread.DataSource = null; this.axfpSpread.Dock = System.Windows.Forms.DockStyle.Fill; this.axfpSpread.Location = new System.Drawing.Point(0, 0); this.axfpSpread.Name = "axfpSpread"; this.axfpSpread.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axfpSpread.OcxState"))); this.axfpSpread.Size = new System.Drawing.Size(1920, 220); this.axfpSpread.TabIndex = 0; // // chartBTS // this.chartBTS.AppearanceNameSerializable = "Chameleon"; this.chartBTS.DataBindings = null; xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 14F); xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold); xyDiagram1.AxisX.Title.Text = "Date"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 14F); xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisY.Title.Text = "(%)"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartBTS.Diagram = xyDiagram1; this.chartBTS.Dock = System.Windows.Forms.DockStyle.Fill; this.chartBTS.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartBTS.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartBTS.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartBTS.Legend.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartBTS.Legend.Name = "Default Legend"; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; legend1.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; customLegendItem1.MarkerColor = System.Drawing.Color.LimeGreen; customLegendItem1.Name = ">=90%"; customLegendItem2.MarkerColor = System.Drawing.Color.Yellow; customLegendItem2.Name = ">=85% and <90%"; customLegendItem3.MarkerColor = System.Drawing.Color.Red; customLegendItem3.Name = "<85%"; legend1.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] { customLegendItem1, customLegendItem2, customLegendItem3 }); legend1.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; legend1.Font = new System.Drawing.Font("Tahoma", 12F); legend1.Name = "Legend1"; this.chartBTS.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.chartBTS.Location = new System.Drawing.Point(0, 0); this.chartBTS.Name = "chartBTS"; this.chartBTS.PaletteName = "Chameleon"; sideBySideBarSeriesLabel1.TextPattern = "{V:%}"; series1.Label = sideBySideBarSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "BTS"; sideBySideBarSeriesView1.Color = System.Drawing.Color.DodgerBlue; sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; series1.View = sideBySideBarSeriesView1; series2.Name = "Target"; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series2.View = lineSeriesView1; this.chartBTS.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartBTS.Size = new System.Drawing.Size(1920, 696); this.chartBTS.TabIndex = 0; this.chartBTS.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartBTS_CustomDrawAxisLabel); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Interval = 1000; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // UC_MONTH // this.UC_MONTH.AutoSize = true; this.UC_MONTH.Location = new System.Drawing.Point(3, 109); this.UC_MONTH.Name = "UC_MONTH"; this.UC_MONTH.Size = new System.Drawing.Size(472, 46); this.UC_MONTH.TabIndex = 6; this.UC_MONTH.ValueChangeEvent += new System.EventHandler(this.UC_MONTH_ValueChangeEvent); // // FRM_SMT_BTS // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1920, 1080); this.Controls.Add(this.UC_MONTH); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FRM_SMT_BTS"; this.Text = "FRM_SMT_BTS"; this.Load += new System.EventHandler(this.FRM_SMT_BTS_Load); this.VisibleChanged += new System.EventHandler(this.FRM_SMT_BTS_VisibleChanged); this.panel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.axfpSpread)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartBTS)).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.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem(); DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem(); DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem(); DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem(); DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem(); DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.CustomAxisLabel customAxisLabel1 = new DevExpress.XtraCharts.CustomAxisLabel(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView1 = new DevExpress.XtraCharts.CandleStickSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView2 = new DevExpress.XtraCharts.CandleStickSeriesView(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barMain = new DevExpress.XtraBars.Bar(); this.stockBarCheckItem = new DevExpress.XtraBars.BarCheckItem(); this.candleStickBarCheckItem = new DevExpress.XtraBars.BarCheckItem(); this.volumesBarCheckItem = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItem5 = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItem6 = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItem7 = new DevExpress.XtraBars.BarCheckItem(); this.barStaticItemPeriod = new DevExpress.XtraBars.BarStaticItem(); this.comboBoxBarEditItem = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemComboBoxPeriod = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.barCheckItemTrendLine = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItemFibonacciArcs = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItemFibonacciFans = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItemFibonacciRetracement = new DevExpress.XtraBars.BarCheckItem(); this.barCheckItemRemoveIndicator = new DevExpress.XtraBars.BarCheckItem(); this.barStaticItemAdvancedIndicators = new DevExpress.XtraBars.BarStaticItem(); this.barEditItemAdvancedIndicators = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemCheckedComboBoxEditAdvancedIndicators = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit(); this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components); 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.barCheckItemRegressionLine = new DevExpress.XtraBars.BarCheckItem(); this.repositoryItemCheckedComboBoxEditMovingAverages = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit(); this.repositoryItemComboBoxRegression = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.stockChart = new DevExpress.XtraCharts.ChartControl(); this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxPeriod)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditAdvancedIndicators)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditMovingAverages)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxRegression)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.stockChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).BeginInit(); this.SuspendLayout(); // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.barMain }); this.barManager1.Controller = this.barAndDockingController1; 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.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.stockBarCheckItem, this.candleStickBarCheckItem, this.volumesBarCheckItem, this.barCheckItem3, this.barCheckItem4, this.barCheckItem5, this.barCheckItem6, this.barCheckItem7, this.barStaticItemPeriod, this.comboBoxBarEditItem, this.barCheckItemTrendLine, this.barCheckItemFibonacciArcs, this.barCheckItemFibonacciFans, this.barCheckItemFibonacciRetracement, this.barCheckItemRemoveIndicator, this.barCheckItemRegressionLine, this.barStaticItemAdvancedIndicators, this.barEditItemAdvancedIndicators }); this.barManager1.MaxItemId = 37; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemComboBoxPeriod, this.repositoryItemCheckedComboBoxEditMovingAverages, this.repositoryItemComboBoxRegression, this.repositoryItemCheckedComboBoxEditAdvancedIndicators }); // // barMain // this.barMain.BarName = "Main"; this.barMain.DockCol = 0; this.barMain.DockRow = 0; this.barMain.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.barMain.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.stockBarCheckItem, true), new DevExpress.XtraBars.LinkPersistInfo(this.candleStickBarCheckItem), new DevExpress.XtraBars.LinkPersistInfo(this.volumesBarCheckItem), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem3, true), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem4), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem5), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem6), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem7), new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.Caption | DevExpress.XtraBars.BarLinkUserDefines.PaintStyle))), this.barStaticItemPeriod, "Period:", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.comboBoxBarEditItem, "", false, true, true, 79), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemTrendLine, true), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciArcs), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciFans), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciRetracement), new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemRemoveIndicator), new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItemAdvancedIndicators, true), new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemAdvancedIndicators) }); this.barMain.OptionsBar.AllowQuickCustomization = false; this.barMain.OptionsBar.DrawBorder = false; this.barMain.OptionsBar.DrawDragBorder = false; this.barMain.OptionsBar.UseWholeRow = true; this.barMain.Text = "Main"; // // stockBarCheckItem // this.stockBarCheckItem.Caption = "Stock"; this.stockBarCheckItem.GroupIndex = 2; this.stockBarCheckItem.Id = 16; this.stockBarCheckItem.Name = "stockBarCheckItem"; this.stockBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ChangeViewToStock); // // candleStickBarCheckItem // this.candleStickBarCheckItem.BindableChecked = true; this.candleStickBarCheckItem.Caption = "Candle Stick"; this.candleStickBarCheckItem.Checked = true; this.candleStickBarCheckItem.GroupIndex = 2; this.candleStickBarCheckItem.Id = 15; this.candleStickBarCheckItem.Name = "candleStickBarCheckItem"; this.candleStickBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ChangeViewToCandleStick); // // volumesBarCheckItem // this.volumesBarCheckItem.BindableChecked = true; this.volumesBarCheckItem.Caption = "Volume"; this.volumesBarCheckItem.Checked = true; this.volumesBarCheckItem.Id = 2; this.volumesBarCheckItem.Name = "volumesBarCheckItem"; this.volumesBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnShowVolumeChartChanged); // // barCheckItem3 // this.barCheckItem3.Caption = "6m"; this.barCheckItem3.GroupIndex = 1; this.barCheckItem3.Id = 4; this.barCheckItem3.Name = "barCheckItem3"; this.barCheckItem3.Tag = 120; this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged); // // barCheckItem4 // this.barCheckItem4.Caption = "1y"; this.barCheckItem4.GroupIndex = 1; this.barCheckItem4.Id = 5; this.barCheckItem4.Name = "barCheckItem4"; this.barCheckItem4.Tag = 240; this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged); // // barCheckItem5 // this.barCheckItem5.BindableChecked = true; this.barCheckItem5.Caption = "1.5y"; this.barCheckItem5.GroupIndex = 1; this.barCheckItem5.Id = 6; this.barCheckItem5.Name = "barCheckItem5"; this.barCheckItem5.Tag = 360; this.barCheckItem5.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged); // // barCheckItem6 // this.barCheckItem6.Caption = "2y"; this.barCheckItem6.GroupIndex = 1; this.barCheckItem6.Id = 7; this.barCheckItem6.Name = "barCheckItem6"; this.barCheckItem6.Tag = 480; this.barCheckItem6.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged); // // barCheckItem7 // this.barCheckItem7.Caption = "4y"; this.barCheckItem7.GroupIndex = 1; this.barCheckItem7.Checked = true; this.barCheckItem7.Id = 8; this.barCheckItem7.Name = "barCheckItem7"; this.barCheckItem7.Tag = 960; this.barCheckItem7.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged); // // barStaticItemPeriod // this.barStaticItemPeriod.Caption = "Period:"; this.barStaticItemPeriod.Id = 9; this.barStaticItemPeriod.Name = "barStaticItemPeriod"; // // comboBoxBarEditItem // this.comboBoxBarEditItem.Caption = "Period"; this.comboBoxBarEditItem.Edit = this.repositoryItemComboBoxPeriod; this.comboBoxBarEditItem.EditWidth = 65; this.comboBoxBarEditItem.Id = 13; this.comboBoxBarEditItem.Name = "comboBoxBarEditItem"; this.comboBoxBarEditItem.EditValueChanged += new System.EventHandler(this.OnTicksChanged); // // repositoryItemComboBoxPeriod // this.repositoryItemComboBoxPeriod.AutoHeight = false; this.repositoryItemComboBoxPeriod.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.repositoryItemComboBoxPeriod.Name = "repositoryItemComboBoxPeriod"; this.repositoryItemComboBoxPeriod.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // barCheckItemTrendLine // this.barCheckItemTrendLine.Caption = "Trend Line"; this.barCheckItemTrendLine.Id = 19; this.barCheckItemTrendLine.Name = "barCheckItemTrendLine"; toolTipTitleItem1.Text = "Trend Line"; toolTipItem1.LeftIndent = 6; toolTipItem1.Text = "To add a Trend Line, click on the first series point and drag mouse to the secon" + "d series point."; superToolTip1.Items.Add(toolTipTitleItem1); superToolTip1.Items.Add(toolTipItem1); this.barCheckItemTrendLine.SuperTip = superToolTip1; this.barCheckItemTrendLine.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems); // // barCheckItemFibonacciArcs // this.barCheckItemFibonacciArcs.Caption = "Fibonacci Arcs"; this.barCheckItemFibonacciArcs.Id = 20; this.barCheckItemFibonacciArcs.Name = "barCheckItemFibonacciArcs"; toolTipTitleItem2.Text = "Fibonacci Arcs"; toolTipItem2.LeftIndent = 6; toolTipItem2.Text = "To add a Fibonacci Arcs, click on the first series point and drag mouse to the s" + "econd series point."; superToolTip2.Items.Add(toolTipTitleItem2); superToolTip2.Items.Add(toolTipItem2); this.barCheckItemFibonacciArcs.SuperTip = superToolTip2; this.barCheckItemFibonacciArcs.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems); // // barCheckItemFibonacciFans // this.barCheckItemFibonacciFans.Caption = "Fibonacci Fans"; this.barCheckItemFibonacciFans.Id = 21; this.barCheckItemFibonacciFans.Name = "barCheckItemFibonacciFans"; toolTipTitleItem3.Text = "Fibonacci Fans"; toolTipItem3.LeftIndent = 6; toolTipItem3.Text = "To add a Fibonacci Fans, click on the first series point and drag mouse to the s" + "econd series point."; superToolTip3.Items.Add(toolTipTitleItem3); superToolTip3.Items.Add(toolTipItem3); this.barCheckItemFibonacciFans.SuperTip = superToolTip3; this.barCheckItemFibonacciFans.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems); // // barCheckItemFibonacciRetracement // this.barCheckItemFibonacciRetracement.Caption = "Fibonacci Retracement"; this.barCheckItemFibonacciRetracement.Id = 22; this.barCheckItemFibonacciRetracement.Name = "barCheckItemFibonacciRetracement"; toolTipTitleItem4.Text = "Fibonacci Retracement"; toolTipItem4.LeftIndent = 6; toolTipItem4.Text = "To add a Fibonacci Retracement, click on the first series point and drag mouse t" + "o the second series point."; superToolTip4.Items.Add(toolTipTitleItem4); superToolTip4.Items.Add(toolTipItem4); this.barCheckItemFibonacciRetracement.SuperTip = superToolTip4; this.barCheckItemFibonacciRetracement.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems); // // barCheckItemRemoveIndicator // this.barCheckItemRemoveIndicator.Caption = "Remove Indicator"; this.barCheckItemRemoveIndicator.Id = 27; this.barCheckItemRemoveIndicator.Name = "barCheckItemRemoveIndicator"; toolTipTitleItem5.Text = "Remove Indicator"; toolTipItem5.LeftIndent = 6; toolTipItem5.Text = "To remove an indicator, click it or its label."; superToolTip5.Items.Add(toolTipTitleItem5); superToolTip5.Items.Add(toolTipItem5); this.barCheckItemRemoveIndicator.SuperTip = superToolTip5; this.barCheckItemRemoveIndicator.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemRemoveIndicator_CheckedChanged); // // barStaticItemAdvancedIndicators // this.barStaticItemAdvancedIndicators.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.barStaticItemAdvancedIndicators.Caption = "Indicators:"; this.barStaticItemAdvancedIndicators.Id = 35; this.barStaticItemAdvancedIndicators.Name = "barStaticItemAdvancedIndicators"; toolTipTitleItem6.Text = "Advanced Indicators"; toolTipItem6.LeftIndent = 6; toolTipItem6.Text = "To add an indicator, check it in a drop down list."; superToolTip6.Items.Add(toolTipTitleItem6); superToolTip6.Items.Add(toolTipItem6); this.barStaticItemAdvancedIndicators.SuperTip = superToolTip6; // // barEditItemAdvancedIndicators // this.barEditItemAdvancedIndicators.Caption = "Advanced Indicators"; this.barEditItemAdvancedIndicators.Edit = this.repositoryItemCheckedComboBoxEditAdvancedIndicators; this.barEditItemAdvancedIndicators.EditWidth = 80; this.barEditItemAdvancedIndicators.Id = 36; this.barEditItemAdvancedIndicators.Name = "barEditItemAdvancedIndicators"; toolTipTitleItem7.Text = "Advanced Indicators"; toolTipItem7.LeftIndent = 6; toolTipItem7.Text = "To add an indicator, check it in a drop down list."; superToolTip7.Items.Add(toolTipTitleItem7); superToolTip7.Items.Add(toolTipItem7); this.barEditItemAdvancedIndicators.SuperTip = superToolTip7; this.barEditItemAdvancedIndicators.EditValueChanged += new System.EventHandler(this.barEditItemAdvancedIndicators_EditValueChanged); // // repositoryItemCheckedComboBoxEditAdvancedIndicators // this.repositoryItemCheckedComboBoxEditAdvancedIndicators.AutoHeight = false; this.repositoryItemCheckedComboBoxEditAdvancedIndicators.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.repositoryItemCheckedComboBoxEditAdvancedIndicators.Name = "repositoryItemCheckedComboBoxEditAdvancedIndicators"; this.repositoryItemCheckedComboBoxEditAdvancedIndicators.PopupFormSize = new System.Drawing.Size(240, 410); this.repositoryItemCheckedComboBoxEditAdvancedIndicators.SelectAllItemVisible = false; // // barAndDockingController1 // this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false; this.barAndDockingController1.PropertiesDocking.ViewStyle = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Classic; // // 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(1157, 20); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 536); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(1157, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 20); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Size = new System.Drawing.Size(0, 516); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(1157, 20); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 516); // // barCheckItemRegressionLine // this.barCheckItemRegressionLine.Caption = "Regression Line"; this.barCheckItemRegressionLine.Id = 28; this.barCheckItemRegressionLine.Name = "barCheckItemRegressionLine"; // // repositoryItemCheckedComboBoxEditMovingAverages // this.repositoryItemCheckedComboBoxEditMovingAverages.AutoHeight = false; this.repositoryItemCheckedComboBoxEditMovingAverages.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.repositoryItemCheckedComboBoxEditMovingAverages.Name = "repositoryItemCheckedComboBoxEditMovingAverages"; this.repositoryItemCheckedComboBoxEditMovingAverages.SelectAllItemVisible = false; // // repositoryItemComboBoxRegression // this.repositoryItemComboBoxRegression.AutoHeight = false; this.repositoryItemComboBoxRegression.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.repositoryItemComboBoxRegression.Name = "repositoryItemComboBoxRegression"; this.repositoryItemComboBoxRegression.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // stockChart // this.stockChart.AccessibleRole = System.Windows.Forms.AccessibleRole.Application; this.stockChart.AutoLayout = false; this.stockChart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; //this.stockChart.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.White; this.stockChart.CrosshairOptions.ShowOnlyInFocusedPane = false; //this.stockChart.CrosshairOptions.ValueLineColor = System.Drawing.Color.White; xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Week; xyDiagram1.AxisX.GridLines.MinorVisible = true; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "0"; xyDiagram1.AxisY.Alignment = DevExpress.XtraCharts.AxisAlignment.Far; customAxisLabel1.AxisValueSerializable = "1"; customAxisLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71))))); customAxisLabel1.Name = "$1,0"; //customAxisLabel1.TextColor = System.Drawing.Color.White; xyDiagram1.AxisY.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] { customAxisLabel1 }); xyDiagram1.AxisY.GridLines.MinorVisible = true; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowHide = false; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate = false; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false; xyDiagram1.AxisY.Label.TextPattern = "${V:F1}"; xyDiagram1.AxisY.LabelVisibilityMode = DevExpress.XtraCharts.AxisLabelVisibilityMode.AutoGeneratedAndCustom; xyDiagram1.AxisY.Title.Text = ""; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.DefaultPane.LayoutOptions.RowSpan = 2; xyDiagram1.PaneDistance = 5; xyDiagramPane1.Name = "Volume Pane"; xyDiagramPane1.PaneID = 0; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1 }); secondaryAxisY1.AxisID = 1; secondaryAxisY1.GridLines.MinorVisible = true; secondaryAxisY1.GridLines.Visible = true; secondaryAxisY1.Label.TextPattern = "{V:F1}M"; secondaryAxisY1.Name = "Volume Axis"; secondaryAxisY1.VisibleInPanesSerializable = "0"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1 }); this.stockChart.Diagram = xyDiagram1; this.stockChart.Dock = System.Windows.Forms.DockStyle.Fill; this.stockChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.stockChart.Legend.Margins.Bottom = 10; this.stockChart.Legend.Margins.Left = 10; this.stockChart.Legend.Margins.Right = 10; this.stockChart.Legend.Margins.Top = 10; this.stockChart.Legend.Name = "Default Legend"; this.stockChart.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; legend1.DockTargetName = "Volume Pane"; legend1.Margins.Bottom = 10; legend1.Margins.Left = 10; legend1.Margins.Right = 10; legend1.Margins.Top = 10; legend1.Name = "Volume Legend"; this.stockChart.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1 }); this.stockChart.Location = new System.Drawing.Point(0, 20); this.stockChart.Name = "stockChart"; this.stockChart.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "Price"; candleStickSeriesView1.LevelLineLength = 0.3D; candleStickSeriesView1.LineThickness = 1; series1.View = candleStickSeriesView1; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series2.CrosshairLabelPattern = "{S} : {V}M"; sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False; series2.Label = sideBySideBarSeriesLabel1; series2.LegendName = "Volume Legend"; series2.LegendTextPattern = "{A}"; series2.Name = "Volume"; sideBySideBarSeriesView1.AxisYName = "Volume Axis"; sideBySideBarSeriesView1.BarWidth = 0.8D; sideBySideBarSeriesView1.PaneName = "Volume Pane"; series2.View = sideBySideBarSeriesView1; this.stockChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.stockChart.SeriesTemplate.View = candleStickSeriesView2; this.stockChart.SideBySideBarDistanceFixed = 0; this.stockChart.Size = new System.Drawing.Size(1157, 516); this.stockChart.TabIndex = 5; this.stockChart.ObjectSelected += new DevExpress.XtraCharts.HotTrackEventHandler(this.stockChart_ObjectSelected); this.stockChart.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.stockChart_ObjectHotTracked); this.stockChart.BoundDataChanged += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.stockChart_BoundDataChanged); this.stockChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseDown); this.stockChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseMove); this.stockChart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseUp); // // barCheckItem1 // this.barCheckItem1.BindableChecked = true; this.barCheckItem1.Caption = "Crosshair"; this.barCheckItem1.Checked = true; this.barCheckItem1.GroupIndex = 3; this.barCheckItem1.Id = 23; this.barCheckItem1.Name = "barCheckItem1"; // // StockChartUC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.stockChart); 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.Name = "StockChartUC"; this.Size = new System.Drawing.Size(1157, 536); this.Load += new System.EventHandler(this.StockChartUC_Load); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxPeriod)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditAdvancedIndicators)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditMovingAverages)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxRegression)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.stockChart)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.Legend legend1 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.CustomLegendItem customLegendItem1 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.Legend legend2 = new DevExpress.XtraCharts.Legend(); DevExpress.XtraCharts.CustomLegendItem customLegendItem2 = new DevExpress.XtraCharts.CustomLegendItem(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); this.button1 = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.pbox = new System.Windows.Forms.PictureBox(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.pbox2 = new System.Windows.Forms.PictureBox(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(1126, 22); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 31); this.button1.TabIndex = 0; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panel1 // this.panel1.AutoSize = true; this.panel1.Controls.Add(this.panel2); this.panel1.Location = new System.Drawing.Point(931, 453); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(648, 489); this.panel1.TabIndex = 1; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // panel2 // this.panel2.AutoSize = true; this.panel2.Location = new System.Drawing.Point(23, 10); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(247, 215); this.panel2.TabIndex = 2; // // pbox // this.pbox.Location = new System.Drawing.Point(24, 22); this.pbox.Name = "pbox"; this.pbox.Size = new System.Drawing.Size(276, 233); this.pbox.TabIndex = 3; this.pbox.TabStop = false; // // button2 // this.button2.Location = new System.Drawing.Point(1054, 355); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(100, 60); this.button2.TabIndex = 4; this.button2.Text = "Report"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(1126, 179); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(100, 55); this.button3.TabIndex = 5; this.button3.Text = "Image"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // pbox2 // this.pbox2.Location = new System.Drawing.Point(348, 22); this.pbox2.Name = "pbox2"; this.pbox2.Size = new System.Drawing.Size(235, 233); this.pbox2.TabIndex = 6; this.pbox2.TabStop = false; // // chartControl1 // xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1;0"; xyDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal; xyDiagramPane1.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False; xyDiagramPane1.Name = "Pane 1"; xyDiagramPane1.PaneID = 0; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1 }); xyDiagram1.Rotated = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; this.chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.None; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Legend.TextVisible = false; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; legend1.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; customLegendItem1.MarkerImageSizeMode = DevExpress.XtraCharts.ChartImageSizeMode.Stretch; customLegendItem1.MarkerVisible = false; customLegendItem1.Name = "Custom Legend Item 1"; customLegendItem1.Text = "Deepth Value"; legend1.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] { customLegendItem1 }); legend1.DockTargetName = "Default Pane"; legend1.Name = "Legend1"; legend2.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; customLegendItem2.MarkerVisible = false; customLegendItem2.Name = "Custom Legend Item 1"; customLegendItem2.Text = "Ves"; legend2.CustomItems.AddRange(new DevExpress.XtraCharts.CustomLegendItem[] { customLegendItem2 }); legend2.DockTargetName = "Pane 1"; legend2.Name = "Legend2"; this.chartControl1.Legends.AddRange(new DevExpress.XtraCharts.Legend[] { legend1, legend2 }); this.chartControl1.Location = new System.Drawing.Point(35, 0); this.chartControl1.Name = "chartControl1"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "Series 1"; series1.ShowInLegend = false; lineSeriesView1.LineMarkerOptions.Size = 8; series1.View = lineSeriesView1; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series2.Name = "Series 2"; series2.ShowInLegend = false; lineSeriesView2.PaneName = "Pane 1"; series2.View = lineSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartControl1.Size = new System.Drawing.Size(997, 479); this.chartControl1.TabIndex = 7; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1272, 570); this.Controls.Add(this.chartControl1); this.Controls.Add(this.pbox2); this.Controls.Add(this.pbox); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.panel1); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }