/// <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.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.RegressionLine regressionLine1 = new DevExpress.XtraCharts.RegressionLine(); DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); this.chartControl1 = new SPC.Controls.Base.AdvChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(regressionLine1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit(); this.SuspendLayout(); // // chartControl1 // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisYScrolling = true; xyDiagram1.ScrollingOptions.UseKeyboard = false; xyDiagram1.ScrollingOptions.UseMouse = false; xyDiagram1.ScrollingOptions.UseTouchDevice = false; xyDiagram1.ZoomingOptions.UseMouseWheel = false; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.RuntimeHitTesting = true; series1.Name = "Series 1"; regressionLine1.Name = "Regression Line 1"; pointSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] { regressionLine1}); pointSeriesView1.PointMarkerOptions.Size = 3; series1.View = pointSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.SeriesTemplate.View = pointSeriesView2; this.chartControl1.Size = new System.Drawing.Size(747, 360); this.chartControl1.TabIndex = 0; // // NormalityCheckDrawBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Name = "NormalityCheckDrawBoard"; this.Size = new System.Drawing.Size(747, 360); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(regressionLine1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.charCtrl_BieuDoNhapKho = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.charCtrl_BieuDoNhapKho)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); this.SuspendLayout(); // // charCtrl_BieuDoNhapKho // this.charCtrl_BieuDoNhapKho.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))); xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.charCtrl_BieuDoNhapKho.Diagram = xyDiagram1; this.charCtrl_BieuDoNhapKho.Location = new System.Drawing.Point(20, 36); this.charCtrl_BieuDoNhapKho.Name = "charCtrl_BieuDoNhapKho"; sideBySideBarSeriesLabel1.LineVisible = true; series1.Label = sideBySideBarSeriesLabel1; series1.Name = "Series 1"; this.charCtrl_BieuDoNhapKho.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; sideBySideBarSeriesLabel2.LineVisible = true; this.charCtrl_BieuDoNhapKho.SeriesTemplate.Label = sideBySideBarSeriesLabel2; this.charCtrl_BieuDoNhapKho.Size = new System.Drawing.Size(844, 390); this.charCtrl_BieuDoNhapKho.TabIndex = 0; chartTitle1.Text = "Thống Kê Nhập Kho"; this.charCtrl_BieuDoNhapKho.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // frmNhapKho_ThongKe // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(884, 462); this.Controls.Add(this.charCtrl_BieuDoNhapKho); this.Name = "frmNhapKho_ThongKe"; this.Text = "Thống kê nhập kho"; this.Load += new System.EventHandler(this.frmNhapKho_ThongKe_Load); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.charCtrl_BieuDoNhapKho)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); this.chartControl1 = new SPC.Controls.Base.AdvChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit(); this.SuspendLayout(); // // chartControl1 // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.ScrollingOptions.UseKeyboard = false; xyDiagram1.ScrollingOptions.UseMouse = false; xyDiagram1.ScrollingOptions.UseTouchDevice = false; xyDiagram1.ZoomingOptions.UseMouseWheel = false; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.RuntimeHitTesting = true; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series1.Name = "Series 1"; pointSeriesView1.PointMarkerOptions.Size = 4; series1.View = pointSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.SeriesTemplate.View = pointSeriesView2; this.chartControl1.Size = new System.Drawing.Size(637, 406); this.chartControl1.TabIndex = 0; // // SampleDataRunPointDrawBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Name = "SampleDataRunPointDrawBoard"; this.Size = new System.Drawing.Size(637, 406); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView(); DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView(); this.chartControl1 = new SPC.Controls.Base.AdvChartControl(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); 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.barManager1 = new DevExpress.XtraBars.BarManager(); this.barEditItem2 = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit(); this.SuspendLayout(); // // chartControl1 // this.chartControl1.CrosshairOptions.HighlightPoints = false; xyDiagram6.AxisX.Tickmarks.MinorVisible = false; xyDiagram6.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram6.AxisX.WholeRange.AutoSideMargins = false; xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D; xyDiagram6.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram6.EnableAxisXScrolling = true; xyDiagram6.ScrollingOptions.UseKeyboard = false; xyDiagram6.ScrollingOptions.UseMouse = false; xyDiagram6.ScrollingOptions.UseTouchDevice = false; secondaryAxisY6.AxisID = 0; secondaryAxisY6.Name = "Secondary AxisY 1"; secondaryAxisY6.VisibleInPanesSerializable = "-1"; secondaryAxisY6.VisualRange.Auto = false; secondaryAxisY6.VisualRange.AutoSideMargins = false; secondaryAxisY6.VisualRange.MaxValueSerializable = "100"; secondaryAxisY6.VisualRange.MinValueSerializable = "0"; secondaryAxisY6.VisualRange.SideMarginsValue = 0D; secondaryAxisY6.WholeRange.Auto = false; secondaryAxisY6.WholeRange.AutoSideMargins = false; secondaryAxisY6.WholeRange.MaxValueSerializable = "100"; secondaryAxisY6.WholeRange.MinValueSerializable = "0"; secondaryAxisY6.WholeRange.SideMarginsValue = 0D; xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY6}); xyDiagram6.ZoomingOptions.UseMouseWheel = false; this.chartControl1.Diagram = xyDiagram6; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(4, 2); this.chartControl1.Name = "chartControl1"; this.chartControl1.RuntimeHitTesting = true; series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; pointSeriesLabel6.Angle = 42; pointSeriesLabel6.Antialiasing = true; pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; pointOptions6.PointView = DevExpress.XtraCharts.PointView.Argument; pointSeriesLabel6.PointOptions = pointOptions6; pointSeriesLabel6.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint; pointSeriesLabel6.TextOrientation = DevExpress.XtraCharts.TextOrientation.TopToBottom; series16.Label = pointSeriesLabel6; series16.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series16.Name = "Series 1"; stepAreaSeriesView11.Transparency = ((byte)(0)); series16.View = stepAreaSeriesView11; series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series17.Name = "Series 2"; splineSeriesView11.AxisYName = "Secondary AxisY 1"; series17.View = splineSeriesView11; series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series18.Name = "Series 3"; splineSeriesView12.AxisYName = "Secondary AxisY 1"; series18.View = splineSeriesView12; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series16, series17, series18}; stepAreaSeriesView12.MarkerOptions.Size = 8; this.chartControl1.SeriesTemplate.View = stepAreaSeriesView12; this.chartControl1.SideBySideEqualBarWidth = false; this.chartControl1.Size = new System.Drawing.Size(718, 373); this.chartControl1.TabIndex = 0; this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu); // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = "Check"; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging); // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.Caption = "Check"; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; // // barEditItem1 // this.barEditItem1.Caption = "显示X坐标"; this.barEditItem1.Edit = this.repositoryItemCheckEdit1; this.barEditItem1.Id = 0; this.barEditItem1.Name = "barEditItem1"; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(4, 2); this.barDockControlTop.Size = new System.Drawing.Size(718, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(4, 375); this.barDockControlBottom.Size = new System.Drawing.Size(718, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(4, 2); this.barDockControlLeft.Size = new System.Drawing.Size(0, 373); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(722, 2); this.barDockControlRight.Size = new System.Drawing.Size(0, 373); // // barManager1 // 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.barEditItem1, this.barEditItem2}); this.barManager1.MaxItemId = 3; this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1, this.repositoryItemCheckEdit2, this.repositoryItemToggleSwitch1}); // // barEditItem2 // this.barEditItem2.Caption = "填充"; this.barEditItem2.Edit = this.repositoryItemToggleSwitch1; this.barEditItem2.Id = 2; this.barEditItem2.Name = "barEditItem2"; // // repositoryItemToggleSwitch1 // this.repositoryItemToggleSwitch1.AutoHeight = false; this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1"; this.repositoryItemToggleSwitch1.OffText = "Off"; this.repositoryItemToggleSwitch1.OnText = "On"; this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging); // // SpectralDistributionDrawBoard // this.Appearance.BackColor = System.Drawing.Color.Transparent; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "SpectralDistributionDrawBoard"; this.Size = new System.Drawing.Size(724, 377); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series18)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView sideBySideFullStackedBarSeriesView1 = new DevExpress.XtraCharts.SideBySideFullStackedBarSeriesView(); this.label6 = new System.Windows.Forms.Label(); this.moneyLabel = new System.Windows.Forms.Label(); this.newGameButton = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.turnLabel1 = new System.Windows.Forms.Label(); this.ActionPanel = new System.Windows.Forms.Panel(); this.orateButton = new System.Windows.Forms.Button(); this.bribeButton = new System.Windows.Forms.Button(); this.thugsButton = new System.Windows.Forms.Button(); this.actionNameLabel = new System.Windows.Forms.Label(); this.TurnAction = new System.Windows.Forms.Label(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panel1 = new System.Windows.Forms.Panel(); this.palatinePanel = new System.Windows.Forms.Panel(); this.ActionPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideFullStackedBarSeriesView1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(625, 46); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 13); this.label6.TabIndex = 11; this.label6.Text = "Cash Flow"; // // moneyLabel // this.moneyLabel.AutoSize = true; this.moneyLabel.Location = new System.Drawing.Point(688, 46); this.moneyLabel.Name = "moneyLabel"; this.moneyLabel.Size = new System.Drawing.Size(35, 13); this.moneyLabel.TabIndex = 12; this.moneyLabel.Text = "label7"; // // newGameButton // this.newGameButton.Location = new System.Drawing.Point(566, 12); this.newGameButton.Name = "newGameButton"; this.newGameButton.Size = new System.Drawing.Size(75, 23); this.newGameButton.TabIndex = 13; this.newGameButton.Text = "New Game"; this.newGameButton.UseVisualStyleBackColor = true; this.newGameButton.Click += new System.EventHandler(this.newGameButton_Click); // // button1 // this.button1.Location = new System.Drawing.Point(782, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 14; this.button1.Text = "End Turn"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // turnLabel1 // this.turnLabel1.AutoSize = true; this.turnLabel1.Location = new System.Drawing.Point(790, 44); this.turnLabel1.Name = "turnLabel1"; this.turnLabel1.Size = new System.Drawing.Size(51, 13); this.turnLabel1.TabIndex = 16; this.turnLabel1.Text = "turnLabel"; // // ActionPanel // this.ActionPanel.Controls.Add(this.orateButton); this.ActionPanel.Controls.Add(this.bribeButton); this.ActionPanel.Controls.Add(this.thugsButton); this.ActionPanel.Controls.Add(this.actionNameLabel); this.ActionPanel.Location = new System.Drawing.Point(607, 327); this.ActionPanel.Name = "ActionPanel"; this.ActionPanel.Size = new System.Drawing.Size(207, 153); this.ActionPanel.TabIndex = 17; // // orateButton // this.orateButton.Location = new System.Drawing.Point(21, 106); this.orateButton.Name = "orateButton"; this.orateButton.Size = new System.Drawing.Size(166, 23); this.orateButton.TabIndex = 3; this.orateButton.Text = "Orate"; this.orateButton.UseVisualStyleBackColor = true; this.orateButton.Click += new System.EventHandler(this.orateButton_Click); // // bribeButton // this.bribeButton.Location = new System.Drawing.Point(21, 76); this.bribeButton.Name = "bribeButton"; this.bribeButton.Size = new System.Drawing.Size(166, 23); this.bribeButton.TabIndex = 2; this.bribeButton.Text = "Bribe them!"; this.bribeButton.UseVisualStyleBackColor = true; this.bribeButton.Click += new System.EventHandler(this.bribeButton_Click); // // thugsButton // this.thugsButton.Location = new System.Drawing.Point(21, 47); this.thugsButton.Name = "thugsButton"; this.thugsButton.Size = new System.Drawing.Size(166, 23); this.thugsButton.TabIndex = 1; this.thugsButton.Text = "Send in the thugs"; this.thugsButton.UseVisualStyleBackColor = true; this.thugsButton.Click += new System.EventHandler(this.thugsButton_Click); // // actionNameLabel // this.actionNameLabel.AutoSize = true; this.actionNameLabel.Location = new System.Drawing.Point(21, 15); this.actionNameLabel.Name = "actionNameLabel"; this.actionNameLabel.Size = new System.Drawing.Size(35, 13); this.actionNameLabel.TabIndex = 0; this.actionNameLabel.Text = "label7"; // // TurnAction // this.TurnAction.AutoSize = true; this.TurnAction.Location = new System.Drawing.Point(607, 295); this.TurnAction.Name = "TurnAction"; this.TurnAction.Size = new System.Drawing.Size(228, 13); this.TurnAction.TabIndex = 18; this.TurnAction.Text = "You have not yet chosen an action for this turn"; // // chartControl1 // this.chartControl1.BackColor = System.Drawing.Color.Transparent; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(566, 72); this.chartControl1.Name = "chartControl1"; series1.Name = "Player"; series1.ShowInLegend = false; series1.View = fullStackedBarSeriesView1; series2.Name = "Cato"; series2.ShowInLegend = false; series2.View = fullStackedBarSeriesView2; series3.Name = "Curio"; series3.ShowInLegend = false; series3.View = fullStackedBarSeriesView3; series4.Name = "Lucius"; series4.ShowInLegend = false; series4.View = fullStackedBarSeriesView4; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3, series4}; this.chartControl1.SeriesTemplate.View = sideBySideFullStackedBarSeriesView1; this.chartControl1.Size = new System.Drawing.Size(300, 200); this.chartControl1.TabIndex = 19; // // panel1 // this.panel1.BackgroundImage = global::Intrigue.Properties.Resources.romemap; this.panel1.Controls.Add(this.palatinePanel); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(548, 532); this.panel1.TabIndex = 0; // // palatinePanel // this.palatinePanel.BackColor = System.Drawing.Color.Transparent; this.palatinePanel.BackgroundImage = global::Intrigue.Properties.Resources.romemap_palatina; this.palatinePanel.Cursor = System.Windows.Forms.Cursors.Hand; this.palatinePanel.Location = new System.Drawing.Point(180, 252); this.palatinePanel.Name = "palatinePanel"; this.palatinePanel.Size = new System.Drawing.Size(110, 137); this.palatinePanel.TabIndex = 0; // // IntrigueMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(872, 556); this.Controls.Add(this.chartControl1); this.Controls.Add(this.TurnAction); this.Controls.Add(this.ActionPanel); this.Controls.Add(this.turnLabel1); this.Controls.Add(this.button1); this.Controls.Add(this.newGameButton); this.Controls.Add(this.moneyLabel); this.Controls.Add(this.label6); this.Controls.Add(this.panel1); this.Name = "IntrigueMain"; this.Text = "IntrigueMain"; this.ActionPanel.ResumeLayout(false); this.ActionPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideFullStackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.panel1.ResumeLayout(false); 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(frmRevisarAsigMetas)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(18))}); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(12))}); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(9))}); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(15))}); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(21))}); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(13))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(5))}); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(12))}); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(23))}); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(6))}); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(9))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(4))}); DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(1))}); DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(2))}); DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(3))}); DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(4))}); DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(2))}); DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(3))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel4 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView(); this.gridProspectos = new DevExpress.XtraEditors.GroupControl(); this.gridMisProspectos = new DevExpress.XtraGrid.GridControl(); this.gridViewProspectos = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColCuenta = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColFechaActualizacion = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColTipoActualizacion = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.ImageCollection = new DevExpress.Utils.ImageCollection(this.components); this.gridColFechaHoy = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColPrioridad = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColImage = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.MenuNuevo = new System.Windows.Forms.ToolStripButton(); this.MenuAceptar = new System.Windows.Forms.ToolStripButton(); this.MenuDevolver = new System.Windows.Forms.ToolStripButton(); this.MenuCerrar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.MenuTodasAsignaciones = new System.Windows.Forms.ToolStripButton(); this.MenuVerVisitas = new System.Windows.Forms.ToolStripButton(); this.MenuVerLlamadas = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.MenuFichaTarget = new System.Windows.Forms.ToolStripButton(); this.MenuFollowUp = new System.Windows.Forms.ToolStripButton(); this.MenuFichaCuenta = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.MenuExcel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.MenuSalir = new System.Windows.Forms.ToolStripButton(); this.ChartProspectos = new DevExpress.XtraCharts.ChartControl(); this.gridObservaciones = new DevExpress.XtraGrid.GridControl(); this.gridViewObs = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColCodigo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridTema = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit(); this.gridColFecha = new DevExpress.XtraGrid.Columns.GridColumn(); this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.sButtonAgregarObservacion = new DevExpress.XtraEditors.SimpleButton(); this.sButtonEliminarObservacion = new DevExpress.XtraEditors.SimpleButton(); this.sButtonGrabarObs = new DevExpress.XtraEditors.SimpleButton(); this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); this.DateHasta = new DevExpress.XtraEditors.DateEdit(); this.DateDesde = new DevExpress.XtraEditors.DateEdit(); this.sBActualizar = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).BeginInit(); this.gridProspectos.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridMisProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit(); this.toolStripBarraLlamada.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit(); this.SuspendLayout(); // // gridProspectos // this.gridProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridProspectos.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.gridProspectos.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue; this.gridProspectos.AppearanceCaption.Options.UseFont = true; this.gridProspectos.AppearanceCaption.Options.UseForeColor = true; this.gridProspectos.Controls.Add(this.gridMisProspectos); this.gridProspectos.Location = new System.Drawing.Point(4, 39); this.gridProspectos.Name = "gridProspectos"; this.gridProspectos.Size = new System.Drawing.Size(948, 333); this.gridProspectos.TabIndex = 3; this.gridProspectos.Text = "Targets Asignados"; // // gridMisProspectos // this.gridMisProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridMisProspectos.Location = new System.Drawing.Point(5, 23); this.gridMisProspectos.MainView = this.gridViewProspectos; this.gridMisProspectos.Name = "gridMisProspectos"; this.gridMisProspectos.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemImageComboBox1, this.repositoryItemPictureEdit1}); this.gridMisProspectos.Size = new System.Drawing.Size(938, 306); this.gridMisProspectos.TabIndex = 1; this.gridMisProspectos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewProspectos}); this.gridMisProspectos.Click += new System.EventHandler(this.gridMisMetas_Click); // // gridViewProspectos // this.gridViewProspectos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn3, this.gridColumn4, this.gridColumn7, this.gridColCuenta, this.gridColumn8, this.gridColumn9, this.gridColumn10, this.gridColumn1, this.gridColFechaActualizacion, this.gridColTipoActualizacion, this.gridColFechaHoy, this.gridColPrioridad, this.gridColImage}); this.gridViewProspectos.GridControl = this.gridMisProspectos; this.gridViewProspectos.Name = "gridViewProspectos"; this.gridViewProspectos.OptionsView.ShowGroupPanel = false; this.gridViewProspectos.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewProspectos_FocusedRowChanged); this.gridViewProspectos.ColumnFilterChanged += new System.EventHandler(this.gridViewProspectos_ColumnFilterChanged); this.gridViewProspectos.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewProspectos_RowStyle); // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "N# Target"; this.gridColumn3.FieldName = "IdNumMeta"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.OptionsColumn.ReadOnly = true; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 0; this.gridColumn3.Width = 43; // // gridColumn4 // this.gridColumn4.AppearanceCell.Options.UseTextOptions = true; this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "Tipo Target"; this.gridColumn4.FieldName = "TipoOportunidad"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.OptionsColumn.ReadOnly = true; this.gridColumn4.Width = 58; // // gridColumn7 // this.gridColumn7.AppearanceCell.Options.UseTextOptions = true; this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn7.Caption = "Target"; this.gridColumn7.FieldName = "GlosaClienteTarget"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.OptionsColumn.AllowEdit = false; this.gridColumn7.OptionsColumn.ReadOnly = true; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 1; this.gridColumn7.Width = 149; // // gridColCuenta // this.gridColCuenta.Caption = "Cuenta"; this.gridColCuenta.FieldName = "ObjClienteMaster.NombreFantasia"; this.gridColCuenta.Name = "gridColCuenta"; this.gridColCuenta.OptionsColumn.ReadOnly = true; this.gridColCuenta.Visible = true; this.gridColCuenta.VisibleIndex = 2; this.gridColCuenta.Width = 86; // // gridColumn8 // this.gridColumn8.AppearanceCell.Options.UseTextOptions = true; this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColumn8.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn8.Caption = "Vendedor"; this.gridColumn8.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.OptionsColumn.AllowEdit = false; this.gridColumn8.OptionsColumn.ReadOnly = true; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 3; this.gridColumn8.Width = 76; // // gridColumn9 // this.gridColumn9.AppearanceCell.Options.UseTextOptions = true; this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn9.Caption = "Estado"; this.gridColumn9.FieldName = "EstadoMeta"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.OptionsColumn.AllowEdit = false; this.gridColumn9.OptionsColumn.ReadOnly = true; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 4; this.gridColumn9.Width = 62; // // gridColumn10 // this.gridColumn10.AppearanceCell.Options.UseTextOptions = true; this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColumn10.Caption = "Asignación"; this.gridColumn10.FieldName = "FechaApertura"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.OptionsColumn.AllowEdit = false; this.gridColumn10.OptionsColumn.ReadOnly = true; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 5; this.gridColumn10.Width = 91; // // gridColumn1 // this.gridColumn1.AppearanceCell.Options.UseTextOptions = true; this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColumn1.Caption = "Follow Up"; this.gridColumn1.FieldName = "FechaRevision"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.ReadOnly = true; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 6; this.gridColumn1.Width = 94; // // gridColFechaActualizacion // this.gridColFechaActualizacion.Caption = "Actualización"; this.gridColFechaActualizacion.FieldName = "FechaUltActulizacion"; this.gridColFechaActualizacion.Name = "gridColFechaActualizacion"; this.gridColFechaActualizacion.OptionsColumn.ReadOnly = true; this.gridColFechaActualizacion.Visible = true; this.gridColFechaActualizacion.VisibleIndex = 7; this.gridColFechaActualizacion.Width = 87; // // gridColTipoActualizacion // this.gridColTipoActualizacion.Caption = "Tipo Actualización"; this.gridColTipoActualizacion.ColumnEdit = this.repositoryItemImageComboBox1; this.gridColTipoActualizacion.FieldName = "IdTipoActualizacion"; this.gridColTipoActualizacion.Name = "gridColTipoActualizacion"; this.gridColTipoActualizacion.OptionsColumn.ReadOnly = true; this.gridColTipoActualizacion.Visible = true; this.gridColTipoActualizacion.VisibleIndex = 8; this.gridColTipoActualizacion.Width = 51; // // repositoryItemImageComboBox1 // this.repositoryItemImageComboBox1.Appearance.Options.UseTextOptions = true; this.repositoryItemImageComboBox1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.repositoryItemImageComboBox1.AutoHeight = false; this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center; this.repositoryItemImageComboBox1.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned; this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Baja", "2", 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Alta", "0", 1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Media", "1", 2), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("New", 1, 3)}); this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1"; this.repositoryItemImageComboBox1.SmallImages = this.ImageCollection; // // ImageCollection // this.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImageCollection.ImageStream"))); this.ImageCollection.Images.SetKeyName(0, "Baja Prioridad.png"); this.ImageCollection.Images.SetKeyName(1, "Alta Prioridad.png"); this.ImageCollection.Images.SetKeyName(2, "Media Prioridad.png"); this.ImageCollection.Images.SetKeyName(3, "mail_get.png"); this.ImageCollection.Images.SetKeyName(4, "mail_get.png"); // // gridColFechaHoy // this.gridColFechaHoy.Caption = "Hoy"; this.gridColFechaHoy.FieldName = "FechaHoy"; this.gridColFechaHoy.Name = "gridColFechaHoy"; this.gridColFechaHoy.OptionsColumn.ReadOnly = true; this.gridColFechaHoy.Visible = true; this.gridColFechaHoy.VisibleIndex = 9; this.gridColFechaHoy.Width = 51; // // gridColPrioridad // this.gridColPrioridad.AppearanceHeader.Options.UseTextOptions = true; this.gridColPrioridad.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColPrioridad.Caption = "Prioridad"; this.gridColPrioridad.ColumnEdit = this.repositoryItemImageComboBox1; this.gridColPrioridad.FieldName = "Prioridad.Codigo"; this.gridColPrioridad.Name = "gridColPrioridad"; this.gridColPrioridad.OptionsColumn.AllowEdit = false; this.gridColPrioridad.OptionsColumn.ReadOnly = true; this.gridColPrioridad.Visible = true; this.gridColPrioridad.VisibleIndex = 10; this.gridColPrioridad.Width = 69; // // gridColImage // this.gridColImage.Caption = "Image"; this.gridColImage.ColumnEdit = this.repositoryItemImageComboBox1; this.gridColImage.FieldName = "gridColImage"; this.gridColImage.ImageAlignment = System.Drawing.StringAlignment.Center; this.gridColImage.Name = "gridColImage"; this.gridColImage.OptionsColumn.ReadOnly = true; this.gridColImage.UnboundType = DevExpress.Data.UnboundColumnType.Object; // // repositoryItemPictureEdit1 // this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1"; this.repositoryItemPictureEdit1.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.Image; // // toolStripBarraLlamada // this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator2, this.MenuNuevo, this.MenuAceptar, this.MenuDevolver, this.MenuCerrar, this.toolStripSeparator1, this.MenuTodasAsignaciones, this.MenuVerVisitas, this.MenuVerLlamadas, this.toolStripSeparator3, this.MenuFichaTarget, this.MenuFollowUp, this.MenuFichaCuenta, this.toolStripSeparator4, this.MenuExcel, this.toolStripSeparator5, this.MenuSalir}); this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0); this.toolStripBarraLlamada.Name = "toolStripBarraLlamada"; this.toolStripBarraLlamada.Size = new System.Drawing.Size(956, 38); this.toolStripBarraLlamada.TabIndex = 6; this.toolStripBarraLlamada.Text = "toolStrip1"; this.toolStripBarraLlamada.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStripBarraLlamada_ItemClicked); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38); // // MenuNuevo // this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image"))); this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuNuevo.Name = "MenuNuevo"; this.MenuNuevo.Size = new System.Drawing.Size(63, 35); this.MenuNuevo.Text = "Actualizar"; this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuNuevo.ToolTipText = "Nueva Llamada"; this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevo_Click); // // MenuAceptar // this.MenuAceptar.Image = ((System.Drawing.Image)(resources.GetObject("MenuAceptar.Image"))); this.MenuAceptar.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuAceptar.Name = "MenuAceptar"; this.MenuAceptar.Size = new System.Drawing.Size(52, 35); this.MenuAceptar.Text = "Aceptar"; this.MenuAceptar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuAceptar.Click += new System.EventHandler(this.MenuAceptar_Click); // // MenuDevolver // this.MenuDevolver.Image = ((System.Drawing.Image)(resources.GetObject("MenuDevolver.Image"))); this.MenuDevolver.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuDevolver.Name = "MenuDevolver"; this.MenuDevolver.Size = new System.Drawing.Size(57, 35); this.MenuDevolver.Text = "Devolver"; this.MenuDevolver.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuDevolver.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuDevolver.Click += new System.EventHandler(this.MenuDevolver_Click); // // MenuCerrar // this.MenuCerrar.Image = ((System.Drawing.Image)(resources.GetObject("MenuCerrar.Image"))); this.MenuCerrar.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuCerrar.Name = "MenuCerrar"; this.MenuCerrar.Size = new System.Drawing.Size(43, 35); this.MenuCerrar.Text = "Cerrar"; this.MenuCerrar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuCerrar.Click += new System.EventHandler(this.MenuGenerarOportunidad_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38); // // MenuTodasAsignaciones // this.MenuTodasAsignaciones.Enabled = false; this.MenuTodasAsignaciones.Image = ((System.Drawing.Image)(resources.GetObject("MenuTodasAsignaciones.Image"))); this.MenuTodasAsignaciones.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.MenuTodasAsignaciones.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuTodasAsignaciones.Name = "MenuTodasAsignaciones"; this.MenuTodasAsignaciones.Size = new System.Drawing.Size(63, 35); this.MenuTodasAsignaciones.Text = "Ver Todas"; this.MenuTodasAsignaciones.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuTodasAsignaciones.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // MenuVerVisitas // this.MenuVerVisitas.Enabled = false; this.MenuVerVisitas.Image = ((System.Drawing.Image)(resources.GetObject("MenuVerVisitas.Image"))); this.MenuVerVisitas.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuVerVisitas.Name = "MenuVerVisitas"; this.MenuVerVisitas.Size = new System.Drawing.Size(64, 35); this.MenuVerVisitas.Text = "Ver Visitas"; this.MenuVerVisitas.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuVerVisitas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // MenuVerLlamadas // this.MenuVerLlamadas.Enabled = false; this.MenuVerLlamadas.Image = ((System.Drawing.Image)(resources.GetObject("MenuVerLlamadas.Image"))); this.MenuVerLlamadas.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuVerLlamadas.Name = "MenuVerLlamadas"; this.MenuVerLlamadas.Size = new System.Drawing.Size(81, 35); this.MenuVerLlamadas.Text = "Ver Llamadas"; this.MenuVerLlamadas.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuVerLlamadas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 38); // // MenuFichaTarget // this.MenuFichaTarget.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaTarget.Image"))); this.MenuFichaTarget.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuFichaTarget.Name = "MenuFichaTarget"; this.MenuFichaTarget.Size = new System.Drawing.Size(76, 35); this.MenuFichaTarget.Text = "Ficha Target"; this.MenuFichaTarget.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuFichaTarget.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuFichaTarget.Click += new System.EventHandler(this.MenuFichaTarget_Click); // // MenuFollowUp // this.MenuFollowUp.Enabled = false; this.MenuFollowUp.Image = ((System.Drawing.Image)(resources.GetObject("MenuFollowUp.Image"))); this.MenuFollowUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuFollowUp.Name = "MenuFollowUp"; this.MenuFollowUp.Size = new System.Drawing.Size(61, 35); this.MenuFollowUp.Text = "FollowUp"; this.MenuFollowUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuFollowUp.Click += new System.EventHandler(this.MenuFollowUp_Click); // // MenuFichaCuenta // this.MenuFichaCuenta.Enabled = false; this.MenuFichaCuenta.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaCuenta.Image"))); this.MenuFichaCuenta.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuFichaCuenta.Name = "MenuFichaCuenta"; this.MenuFichaCuenta.Size = new System.Drawing.Size(80, 35); this.MenuFichaCuenta.Text = "Ficha Cuenta"; this.MenuFichaCuenta.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuFichaCuenta.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 38); // // MenuExcel // this.MenuExcel.Image = ((System.Drawing.Image)(resources.GetObject("MenuExcel.Image"))); this.MenuExcel.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuExcel.Name = "MenuExcel"; this.MenuExcel.Size = new System.Drawing.Size(37, 35); this.MenuExcel.Text = "Excel"; this.MenuExcel.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuExcel.Click += new System.EventHandler(this.MenuExcel_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 38); // // MenuSalir // this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image"))); this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuSalir.Name = "MenuSalir"; this.MenuSalir.Size = new System.Drawing.Size(33, 35); this.MenuSalir.Text = "Salir"; this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click); // // ChartProspectos // this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.ChartProspectos.Diagram = xyDiagram1; this.ChartProspectos.Location = new System.Drawing.Point(5, 401); this.ChartProspectos.Name = "ChartProspectos"; stackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions"; series1.Label = stackedBarSeriesLabel1; series1.Name = "Propuesta"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5, seriesPoint6, seriesPoint7}); series1.View = stackedBarSeriesView1; stackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions"; series2.Label = stackedBarSeriesLabel2; series2.Name = "Asignada"; series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint8, seriesPoint9, seriesPoint10, seriesPoint11, seriesPoint12, seriesPoint13, seriesPoint14}); series2.View = stackedBarSeriesView2; stackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions"; series3.Label = stackedBarSeriesLabel3; series3.Name = "Revisión"; series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint15, seriesPoint16, seriesPoint17, seriesPoint18, seriesPoint19, seriesPoint20, seriesPoint21}); series3.View = stackedBarSeriesView3; this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3}; stackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions"; this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel4; this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView4; this.ChartProspectos.Size = new System.Drawing.Size(464, 145); this.ChartProspectos.TabIndex = 71; // // gridObservaciones // this.gridObservaciones.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.gridObservaciones.Location = new System.Drawing.Point(525, 378); this.gridObservaciones.MainView = this.gridViewObs; this.gridObservaciones.Name = "gridObservaciones"; this.gridObservaciones.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repSel, this.repositoryItemCheckEdit1, this.repositoryItemCheckEdit2, this.repositoryItemMemoExEdit1}); this.gridObservaciones.Size = new System.Drawing.Size(427, 168); this.gridObservaciones.TabIndex = 72; this.gridObservaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewObs, this.gridView3}); // // gridViewObs // this.gridViewObs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColCodigo, this.gridTema, this.gridColFecha}); this.gridViewObs.CustomizationFormBounds = new System.Drawing.Rectangle(592, 334, 208, 170); this.gridViewObs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.gridViewObs.GridControl = this.gridObservaciones; this.gridViewObs.Name = "gridViewObs"; this.gridViewObs.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled; this.gridViewObs.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridViewObs.OptionsSelection.EnableAppearanceFocusedRow = false; this.gridViewObs.OptionsView.ShowGroupPanel = false; this.gridViewObs.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewObs_RowStyle); // // gridColCodigo // this.gridColCodigo.Caption = "Usuario"; this.gridColCodigo.FieldName = "ObjUsuario.NombreUsuario"; this.gridColCodigo.Name = "gridColCodigo"; this.gridColCodigo.OptionsColumn.AllowEdit = false; this.gridColCodigo.OptionsColumn.ReadOnly = true; this.gridColCodigo.Visible = true; this.gridColCodigo.VisibleIndex = 0; this.gridColCodigo.Width = 63; // // gridTema // this.gridTema.AppearanceHeader.Options.UseTextOptions = true; this.gridTema.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridTema.Caption = "Observacion"; this.gridTema.ColumnEdit = this.repositoryItemMemoExEdit1; this.gridTema.FieldName = "Observacion"; this.gridTema.Name = "gridTema"; this.gridTema.Visible = true; this.gridTema.VisibleIndex = 1; this.gridTema.Width = 276; // // repositoryItemMemoExEdit1 // this.repositoryItemMemoExEdit1.AutoHeight = false; this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1"; this.repositoryItemMemoExEdit1.ShowIcon = false; // // gridColFecha // this.gridColFecha.AppearanceHeader.Options.UseTextOptions = true; this.gridColFecha.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColFecha.Caption = "Fecha"; this.gridColFecha.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColFecha.FieldName = "FechaHora"; this.gridColFecha.Name = "gridColFecha"; this.gridColFecha.OptionsColumn.ReadOnly = true; this.gridColFecha.Visible = true; this.gridColFecha.VisibleIndex = 2; this.gridColFecha.Width = 76; // // repSel // this.repSel.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repSel.Appearance.Image"))); this.repSel.Appearance.Options.UseImage = true; this.repSel.AutoHeight = false; this.repSel.Name = "repSel"; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; // // gridView3 // this.gridView3.GridControl = this.gridObservaciones; this.gridView3.Name = "gridView3"; // // sButtonAgregarObservacion // this.sButtonAgregarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarObservacion.Image"))); this.sButtonAgregarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sButtonAgregarObservacion.Location = new System.Drawing.Point(487, 522); this.sButtonAgregarObservacion.Name = "sButtonAgregarObservacion"; this.sButtonAgregarObservacion.Size = new System.Drawing.Size(32, 24); this.sButtonAgregarObservacion.TabIndex = 77; this.sButtonAgregarObservacion.Click += new System.EventHandler(this.sButtonAgregarObservacion_Click); // // sButtonEliminarObservacion // this.sButtonEliminarObservacion.AutoSizeInLayoutControl = true; this.sButtonEliminarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarObservacion.Image"))); this.sButtonEliminarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sButtonEliminarObservacion.Location = new System.Drawing.Point(487, 492); this.sButtonEliminarObservacion.Name = "sButtonEliminarObservacion"; this.sButtonEliminarObservacion.Size = new System.Drawing.Size(32, 24); this.sButtonEliminarObservacion.TabIndex = 76; this.sButtonEliminarObservacion.Click += new System.EventHandler(this.sButtonEliminarObservacion_Click); // // sButtonGrabarObs // this.sButtonGrabarObs.Image = ((System.Drawing.Image)(resources.GetObject("sButtonGrabarObs.Image"))); this.sButtonGrabarObs.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sButtonGrabarObs.Location = new System.Drawing.Point(487, 379); this.sButtonGrabarObs.Name = "sButtonGrabarObs"; this.sButtonGrabarObs.Size = new System.Drawing.Size(32, 29); this.sButtonGrabarObs.TabIndex = 75; this.sButtonGrabarObs.Click += new System.EventHandler(this.sButtonGrabarObs_Click); // // ctrldxError // this.ctrldxError.ContainerControl = this; // // DateHasta // this.DateHasta.EditValue = null; this.DateHasta.Location = new System.Drawing.Point(102, 376); this.DateHasta.Name = "DateHasta"; this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateHasta.Size = new System.Drawing.Size(91, 20); this.DateHasta.TabIndex = 79; this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged); this.DateHasta.Leave += new System.EventHandler(this.DateHasta_Leave); // // DateDesde // this.DateDesde.EditValue = null; this.DateDesde.Location = new System.Drawing.Point(5, 375); this.DateDesde.Name = "DateDesde"; this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateDesde.Size = new System.Drawing.Size(91, 20); this.DateDesde.TabIndex = 78; this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged); this.DateDesde.Leave += new System.EventHandler(this.DateDesde_Leave); // // sBActualizar // this.sBActualizar.Image = ((System.Drawing.Image)(resources.GetObject("sBActualizar.Image"))); this.sBActualizar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sBActualizar.Location = new System.Drawing.Point(199, 376); this.sBActualizar.Name = "sBActualizar"; this.sBActualizar.Size = new System.Drawing.Size(41, 20); this.sBActualizar.TabIndex = 80; this.sBActualizar.ToolTip = "Actualizar Gráfico"; this.sBActualizar.Click += new System.EventHandler(this.sBActualizar_Click); // // frmRevisarAsigMetas // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(956, 549); this.Controls.Add(this.sBActualizar); this.Controls.Add(this.DateHasta); this.Controls.Add(this.DateDesde); this.Controls.Add(this.sButtonAgregarObservacion); this.Controls.Add(this.sButtonEliminarObservacion); this.Controls.Add(this.sButtonGrabarObs); this.Controls.Add(this.gridObservaciones); this.Controls.Add(this.ChartProspectos); this.Controls.Add(this.toolStripBarraLlamada); this.Controls.Add(this.gridProspectos); this.Name = "frmRevisarAsigMetas"; this.Text = "Mis TARGETS"; this.Load += new System.EventHandler(this.frmRevisarAsigMetas_Load); ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).EndInit(); this.gridProspectos.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridMisProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit(); this.toolStripBarraLlamada.ResumeLayout(false); this.toolStripBarraLlamada.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); this.splitContainerControl = new DevExpress.XtraEditors.SplitContainerControl(); this.navBarControl = new DevExpress.XtraNavBar.NavBarControl(); this.mailGroup = new DevExpress.XtraNavBar.NavBarGroup(); this.inboxItem = new DevExpress.XtraNavBar.NavBarItem(); this.outboxItem = new DevExpress.XtraNavBar.NavBarItem(); this.draftsItem = new DevExpress.XtraNavBar.NavBarItem(); this.trashItem = new DevExpress.XtraNavBar.NavBarItem(); this.organizerGroup = new DevExpress.XtraNavBar.NavBarGroup(); this.calendarItem = new DevExpress.XtraNavBar.NavBarItem(); this.tasksItem = new DevExpress.XtraNavBar.NavBarItem(); this.navbarImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components); this.navbarImageCollection = new DevExpress.Utils.ImageCollection(this.components); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.pivotGridControl = new DevExpress.XtraPivotGrid.PivotGridControl(); this.layoutControlGroup = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components); this.popupControlContainer2 = new DevExpress.XtraBars.PopupControlContainer(this.components); this.buttonEdit = new DevExpress.XtraEditors.ButtonEdit(); this.iNew = new DevExpress.XtraBars.BarButtonItem(); this.iOpen = new DevExpress.XtraBars.BarButtonItem(); this.iSave = new DevExpress.XtraBars.BarButtonItem(); this.iSaveAs = new DevExpress.XtraBars.BarButtonItem(); this.iExit = new DevExpress.XtraBars.BarButtonItem(); this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components); this.someLabelControl2 = new DevExpress.XtraEditors.LabelControl(); this.someLabelControl1 = new DevExpress.XtraEditors.LabelControl(); this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components); this.iClose = new DevExpress.XtraBars.BarButtonItem(); this.iFind = new DevExpress.XtraBars.BarButtonItem(); this.iHelp = new DevExpress.XtraBars.BarButtonItem(); this.iAbout = new DevExpress.XtraBars.BarButtonItem(); this.siStatus = new DevExpress.XtraBars.BarStaticItem(); this.siInfo = new DevExpress.XtraBars.BarStaticItem(); this.alignButtonGroup = new DevExpress.XtraBars.BarButtonGroup(); this.iBoldFontStyle = new DevExpress.XtraBars.BarButtonItem(); this.iItalicFontStyle = new DevExpress.XtraBars.BarButtonItem(); this.iUnderlinedFontStyle = new DevExpress.XtraBars.BarButtonItem(); this.fontStyleButtonGroup = new DevExpress.XtraBars.BarButtonGroup(); this.iLeftTextAlign = new DevExpress.XtraBars.BarButtonItem(); this.iCenterTextAlign = new DevExpress.XtraBars.BarButtonItem(); this.iRightTextAlign = new DevExpress.XtraBars.BarButtonItem(); this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem(); this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components); this.homeRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.fileRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.formatRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.exitRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit(); this.splitContainerControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollectionLarge)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer2)).BeginInit(); this.popupControlContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit(); this.popupControlContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit(); this.SuspendLayout(); // // splitContainerControl // this.splitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl.Location = new System.Drawing.Point(0, 144); this.splitContainerControl.Name = "splitContainerControl"; this.splitContainerControl.Padding = new System.Windows.Forms.Padding(6); this.splitContainerControl.Panel1.Controls.Add(this.navBarControl); this.splitContainerControl.Panel1.Text = "Panel1"; this.splitContainerControl.Panel2.Controls.Add(this.layoutControl1); this.splitContainerControl.Panel2.Text = "Panel2"; this.splitContainerControl.Size = new System.Drawing.Size(1100, 525); this.splitContainerControl.SplitterPosition = 165; this.splitContainerControl.TabIndex = 0; this.splitContainerControl.Text = "splitContainerControl1"; // // navBarControl // this.navBarControl.ActiveGroup = this.mailGroup; this.navBarControl.Dock = System.Windows.Forms.DockStyle.Fill; this.navBarControl.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] { this.mailGroup, this.organizerGroup}); this.navBarControl.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] { this.inboxItem, this.outboxItem, this.draftsItem, this.trashItem, this.calendarItem, this.tasksItem}); this.navBarControl.LargeImages = this.navbarImageCollectionLarge; this.navBarControl.Location = new System.Drawing.Point(0, 0); this.navBarControl.Name = "navBarControl"; this.navBarControl.OptionsNavPane.ExpandedWidth = 165; this.navBarControl.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.ExplorerBar; this.navBarControl.Size = new System.Drawing.Size(165, 513); this.navBarControl.SmallImages = this.navbarImageCollection; this.navBarControl.StoreDefaultPaintStyleName = true; this.navBarControl.TabIndex = 0; this.navBarControl.Text = "navBarControl1"; // // mailGroup // this.mailGroup.Caption = "Mail"; this.mailGroup.Expanded = true; this.mailGroup.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] { new DevExpress.XtraNavBar.NavBarItemLink(this.inboxItem), new DevExpress.XtraNavBar.NavBarItemLink(this.outboxItem), new DevExpress.XtraNavBar.NavBarItemLink(this.draftsItem), new DevExpress.XtraNavBar.NavBarItemLink(this.trashItem)}); this.mailGroup.LargeImageIndex = 0; this.mailGroup.Name = "mailGroup"; // // inboxItem // this.inboxItem.Caption = "Inbox"; this.inboxItem.Name = "inboxItem"; this.inboxItem.SmallImageIndex = 0; // // outboxItem // this.outboxItem.Caption = "Outbox"; this.outboxItem.Name = "outboxItem"; this.outboxItem.SmallImageIndex = 1; // // draftsItem // this.draftsItem.Caption = "Drafts"; this.draftsItem.Name = "draftsItem"; this.draftsItem.SmallImageIndex = 2; // // trashItem // this.trashItem.Caption = "Trash"; this.trashItem.Name = "trashItem"; this.trashItem.SmallImageIndex = 3; // // organizerGroup // this.organizerGroup.Caption = "Organizer"; this.organizerGroup.Expanded = true; this.organizerGroup.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] { new DevExpress.XtraNavBar.NavBarItemLink(this.calendarItem), new DevExpress.XtraNavBar.NavBarItemLink(this.tasksItem)}); this.organizerGroup.LargeImageIndex = 1; this.organizerGroup.Name = "organizerGroup"; // // calendarItem // this.calendarItem.Caption = "Calendar"; this.calendarItem.Name = "calendarItem"; this.calendarItem.SmallImageIndex = 4; // // tasksItem // this.tasksItem.Caption = "Tasks"; this.tasksItem.Name = "tasksItem"; this.tasksItem.SmallImageIndex = 5; // // navbarImageCollectionLarge // this.navbarImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("navbarImageCollectionLarge.ImageStream"))); this.navbarImageCollectionLarge.TransparentColor = System.Drawing.Color.Transparent; this.navbarImageCollectionLarge.Images.SetKeyName(0, "Mail_16x16.png"); this.navbarImageCollectionLarge.Images.SetKeyName(1, "Organizer_16x16.png"); // // navbarImageCollection // this.navbarImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("navbarImageCollection.ImageStream"))); this.navbarImageCollection.TransparentColor = System.Drawing.Color.Transparent; this.navbarImageCollection.Images.SetKeyName(0, "Inbox_16x16.png"); this.navbarImageCollection.Images.SetKeyName(1, "Outbox_16x16.png"); this.navbarImageCollection.Images.SetKeyName(2, "Drafts_16x16.png"); this.navbarImageCollection.Images.SetKeyName(3, "Trash_16x16.png"); this.navbarImageCollection.Images.SetKeyName(4, "Calendar_16x16.png"); this.navbarImageCollection.Images.SetKeyName(5, "Tasks_16x16.png"); // // layoutControl1 // this.layoutControl1.Controls.Add(this.chartControl); this.layoutControl1.Controls.Add(this.pivotGridControl); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup; this.layoutControl1.Size = new System.Drawing.Size(918, 513); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // chartControl // this.chartControl.Cursor = System.Windows.Forms.Cursors.Default; this.chartControl.DataSource = this.pivotGridControl; xyDiagram1.AxisX.Label.Staggered = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.WholeRange.AutoSideMargins = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AutoSideMargins = true; this.chartControl.Diagram = xyDiagram1; this.chartControl.Legend.MaxHorizontalPercentage = 30D; this.chartControl.Location = new System.Drawing.Point(0, 262); this.chartControl.Name = "chartControl"; this.chartControl.SeriesDataMember = "Series"; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl.SeriesTemplate.ArgumentDataMember = "Arguments"; this.chartControl.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True; sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; this.chartControl.SeriesTemplate.Label = sideBySideBarSeriesLabel1; this.chartControl.SeriesTemplate.ValueDataMembersSerializable = "Values"; this.chartControl.Size = new System.Drawing.Size(918, 251); this.chartControl.TabIndex = 5; // // pivotGridControl // this.pivotGridControl.Location = new System.Drawing.Point(0, 0); this.pivotGridControl.Name = "pivotGridControl"; this.pivotGridControl.OptionsChartDataSource.FieldValuesProvideMode = DevExpress.XtraPivotGrid.PivotChartFieldValuesProvideMode.DisplayText; this.pivotGridControl.Size = new System.Drawing.Size(918, 257); this.pivotGridControl.TabIndex = 4; // // layoutControlGroup // this.layoutControlGroup.CustomizationFormText = "Root"; this.layoutControlGroup.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal; this.layoutControlGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup.GroupBordersVisible = false; this.layoutControlGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.splitterItem1}); this.layoutControlGroup.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup.Name = "Root"; this.layoutControlGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup.Size = new System.Drawing.Size(918, 513); this.layoutControlGroup.Text = "Root"; this.layoutControlGroup.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.pivotGridControl; this.layoutControlItem1.CustomizationFormText = "PivotGrid"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem1.Size = new System.Drawing.Size(918, 257); this.layoutControlItem1.Text = "PivotGrid"; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextToControlDistance = 0; this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.chartControl; this.layoutControlItem2.CustomizationFormText = "Chart"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 262); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlItem2.Size = new System.Drawing.Size(918, 251); this.layoutControlItem2.Text = "Chart"; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextToControlDistance = 0; this.layoutControlItem2.TextVisible = false; // // splitterItem1 // this.splitterItem1.AllowHotTrack = true; this.splitterItem1.CustomizationFormText = "splitterItem1"; this.splitterItem1.Location = new System.Drawing.Point(0, 257); this.splitterItem1.Name = "splitterItem1"; this.splitterItem1.Size = new System.Drawing.Size(918, 5); // // ribbonControl // this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu; this.ribbonControl.ApplicationButtonText = null; this.ribbonControl.ExpandCollapseItem.Id = 0; this.ribbonControl.Images = this.ribbonImageCollection; this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl.ExpandCollapseItem, this.iNew, this.iOpen, this.iClose, this.iFind, this.iSave, this.iSaveAs, this.iExit, this.iHelp, this.iAbout, this.siStatus, this.siInfo, this.alignButtonGroup, this.iBoldFontStyle, this.iItalicFontStyle, this.iUnderlinedFontStyle, this.fontStyleButtonGroup, this.iLeftTextAlign, this.iCenterTextAlign, this.iRightTextAlign, this.rgbiSkins}); this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge; this.ribbonControl.Location = new System.Drawing.Point(0, 0); this.ribbonControl.MaxItemId = 1; this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.PageHeaderItemLinks.Add(this.iAbout); this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.homeRibbonPage, this.helpRibbonPage}); this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013; this.ribbonControl.Size = new System.Drawing.Size(1100, 144); this.ribbonControl.StatusBar = this.ribbonStatusBar; this.ribbonControl.Toolbar.ItemLinks.Add(this.iNew); this.ribbonControl.Toolbar.ItemLinks.Add(this.iOpen); this.ribbonControl.Toolbar.ItemLinks.Add(this.iSave); this.ribbonControl.Toolbar.ItemLinks.Add(this.iSaveAs); this.ribbonControl.Toolbar.ItemLinks.Add(this.iHelp); // // appMenu // this.appMenu.BottomPaneControlContainer = this.popupControlContainer2; this.appMenu.ItemLinks.Add(this.iNew); this.appMenu.ItemLinks.Add(this.iOpen); this.appMenu.ItemLinks.Add(this.iSave); this.appMenu.ItemLinks.Add(this.iSaveAs); this.appMenu.ItemLinks.Add(this.iExit); this.appMenu.Name = "appMenu"; this.appMenu.Ribbon = this.ribbonControl; this.appMenu.RightPaneControlContainer = this.popupControlContainer1; this.appMenu.ShowRightPane = true; // // popupControlContainer2 // this.popupControlContainer2.Appearance.BackColor = System.Drawing.Color.Transparent; this.popupControlContainer2.Appearance.Options.UseBackColor = true; this.popupControlContainer2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.popupControlContainer2.Controls.Add(this.buttonEdit); this.popupControlContainer2.Location = new System.Drawing.Point(238, 289); this.popupControlContainer2.Name = "popupControlContainer2"; this.popupControlContainer2.Ribbon = this.ribbonControl; this.popupControlContainer2.Size = new System.Drawing.Size(118, 28); this.popupControlContainer2.TabIndex = 3; this.popupControlContainer2.Visible = false; // // buttonEdit // this.buttonEdit.EditValue = "Some Text"; this.buttonEdit.Location = new System.Drawing.Point(3, 5); this.buttonEdit.MenuManager = this.ribbonControl; this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.buttonEdit.Size = new System.Drawing.Size(100, 20); this.buttonEdit.TabIndex = 0; // // iNew // this.iNew.Caption = "New"; this.iNew.Description = "Creates a new, blank file."; this.iNew.Hint = "Creates a new, blank file"; this.iNew.Id = 1; this.iNew.ImageIndex = 0; this.iNew.LargeImageIndex = 0; this.iNew.Name = "iNew"; // // iOpen // this.iOpen.Caption = "&Open"; this.iOpen.Description = "Opens a file."; this.iOpen.Hint = "Opens a file"; this.iOpen.Id = 2; this.iOpen.ImageIndex = 1; this.iOpen.LargeImageIndex = 1; this.iOpen.Name = "iOpen"; this.iOpen.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText))); // // iSave // this.iSave.Caption = "&Save"; this.iSave.Description = "Saves the active document."; this.iSave.Hint = "Saves the active document"; this.iSave.Id = 16; this.iSave.ImageIndex = 4; this.iSave.LargeImageIndex = 4; this.iSave.Name = "iSave"; // // iSaveAs // this.iSaveAs.Caption = "Save As"; this.iSaveAs.Description = "Saves the active document in a different location."; this.iSaveAs.Hint = "Saves the active document in a different location"; this.iSaveAs.Id = 17; this.iSaveAs.ImageIndex = 5; this.iSaveAs.LargeImageIndex = 5; this.iSaveAs.Name = "iSaveAs"; // // iExit // this.iExit.Caption = "Exit"; this.iExit.Description = "Closes this program after prompting you to save unsaved data."; this.iExit.Hint = "Closes this program after prompting you to save unsaved data"; this.iExit.Id = 20; this.iExit.ImageIndex = 6; this.iExit.LargeImageIndex = 6; this.iExit.Name = "iExit"; // // popupControlContainer1 // this.popupControlContainer1.Appearance.BackColor = System.Drawing.Color.Transparent; this.popupControlContainer1.Appearance.Options.UseBackColor = true; this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.popupControlContainer1.Controls.Add(this.someLabelControl2); this.popupControlContainer1.Controls.Add(this.someLabelControl1); this.popupControlContainer1.Location = new System.Drawing.Point(111, 197); this.popupControlContainer1.Name = "popupControlContainer1"; this.popupControlContainer1.Ribbon = this.ribbonControl; this.popupControlContainer1.Size = new System.Drawing.Size(76, 70); this.popupControlContainer1.TabIndex = 2; this.popupControlContainer1.Visible = false; // // someLabelControl2 // this.someLabelControl2.Location = new System.Drawing.Point(3, 57); this.someLabelControl2.Name = "someLabelControl2"; this.someLabelControl2.Size = new System.Drawing.Size(49, 13); this.someLabelControl2.TabIndex = 0; this.someLabelControl2.Text = "Some Info"; // // someLabelControl1 // this.someLabelControl1.Location = new System.Drawing.Point(3, 3); this.someLabelControl1.Name = "someLabelControl1"; this.someLabelControl1.Size = new System.Drawing.Size(49, 13); this.someLabelControl1.TabIndex = 0; this.someLabelControl1.Text = "Some Info"; // // ribbonImageCollection // this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream"))); this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_New_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Open_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Close_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(3, "Ribbon_Find_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(4, "Ribbon_Save_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(5, "Ribbon_SaveAs_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(6, "Ribbon_Exit_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(7, "Ribbon_Content_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(8, "Ribbon_Info_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(9, "Ribbon_Bold_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(10, "Ribbon_Italic_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(11, "Ribbon_Underline_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(12, "Ribbon_AlignLeft_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(13, "Ribbon_AlignCenter_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(14, "Ribbon_AlignRight_16x16.png"); // // iClose // this.iClose.Caption = "&Close"; this.iClose.Description = "Closes the active document."; this.iClose.Hint = "Closes the active document"; this.iClose.Id = 3; this.iClose.ImageIndex = 2; this.iClose.LargeImageIndex = 2; this.iClose.Name = "iClose"; this.iClose.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText))); // // iFind // this.iFind.Caption = "Find"; this.iFind.Description = "Searches for the specified info."; this.iFind.Hint = "Searches for the specified info"; this.iFind.Id = 15; this.iFind.ImageIndex = 3; this.iFind.LargeImageIndex = 3; this.iFind.Name = "iFind"; this.iFind.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText))); // // iHelp // this.iHelp.Caption = "Help"; this.iHelp.Description = "Start the program help system."; this.iHelp.Hint = "Start the program help system"; this.iHelp.Id = 22; this.iHelp.ImageIndex = 7; this.iHelp.LargeImageIndex = 7; this.iHelp.Name = "iHelp"; // // iAbout // this.iAbout.Caption = "About"; this.iAbout.Description = "Displays general program information."; this.iAbout.Hint = "Displays general program information"; this.iAbout.Id = 24; this.iAbout.ImageIndex = 8; this.iAbout.LargeImageIndex = 8; this.iAbout.Name = "iAbout"; // // siStatus // this.siStatus.Caption = "Some Status Info"; this.siStatus.Id = 31; this.siStatus.Name = "siStatus"; this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near; // // siInfo // this.siInfo.Caption = "Some Info"; this.siInfo.Id = 32; this.siInfo.Name = "siInfo"; this.siInfo.TextAlignment = System.Drawing.StringAlignment.Near; // // alignButtonGroup // this.alignButtonGroup.Caption = "Align Commands"; this.alignButtonGroup.Id = 52; this.alignButtonGroup.ItemLinks.Add(this.iBoldFontStyle); this.alignButtonGroup.ItemLinks.Add(this.iItalicFontStyle); this.alignButtonGroup.ItemLinks.Add(this.iUnderlinedFontStyle); this.alignButtonGroup.Name = "alignButtonGroup"; // // iBoldFontStyle // this.iBoldFontStyle.Caption = "Bold"; this.iBoldFontStyle.Id = 53; this.iBoldFontStyle.ImageIndex = 9; this.iBoldFontStyle.Name = "iBoldFontStyle"; // // iItalicFontStyle // this.iItalicFontStyle.Caption = "Italic"; this.iItalicFontStyle.Id = 54; this.iItalicFontStyle.ImageIndex = 10; this.iItalicFontStyle.Name = "iItalicFontStyle"; // // iUnderlinedFontStyle // this.iUnderlinedFontStyle.Caption = "Underlined"; this.iUnderlinedFontStyle.Id = 55; this.iUnderlinedFontStyle.ImageIndex = 11; this.iUnderlinedFontStyle.Name = "iUnderlinedFontStyle"; // // fontStyleButtonGroup // this.fontStyleButtonGroup.Caption = "Font Style"; this.fontStyleButtonGroup.Id = 56; this.fontStyleButtonGroup.ItemLinks.Add(this.iLeftTextAlign); this.fontStyleButtonGroup.ItemLinks.Add(this.iCenterTextAlign); this.fontStyleButtonGroup.ItemLinks.Add(this.iRightTextAlign); this.fontStyleButtonGroup.Name = "fontStyleButtonGroup"; // // iLeftTextAlign // this.iLeftTextAlign.Caption = "Left"; this.iLeftTextAlign.Id = 57; this.iLeftTextAlign.ImageIndex = 12; this.iLeftTextAlign.Name = "iLeftTextAlign"; // // iCenterTextAlign // this.iCenterTextAlign.Caption = "Center"; this.iCenterTextAlign.Id = 58; this.iCenterTextAlign.ImageIndex = 13; this.iCenterTextAlign.Name = "iCenterTextAlign"; // // iRightTextAlign // this.iRightTextAlign.Caption = "Right"; this.iRightTextAlign.Id = 59; this.iRightTextAlign.ImageIndex = 14; this.iRightTextAlign.Name = "iRightTextAlign"; // // rgbiSkins // this.rgbiSkins.Caption = "Skins"; // // // this.rgbiSkins.Gallery.AllowHoverImages = true; this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true; this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true; this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.rgbiSkins.Gallery.ColumnCount = 4; this.rgbiSkins.Gallery.FixedHoverImageSize = false; this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17); this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top; this.rgbiSkins.Gallery.RowCount = 4; this.rgbiSkins.Id = 60; this.rgbiSkins.Name = "rgbiSkins"; // // ribbonImageCollectionLarge // this.ribbonImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32); this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream"))); this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_New_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Open_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Close_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Ribbon_Find_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(4, "Ribbon_Save_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(5, "Ribbon_SaveAs_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(6, "Ribbon_Exit_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(7, "Ribbon_Content_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(8, "Ribbon_Info_32x32.png"); // // homeRibbonPage // this.homeRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.fileRibbonPageGroup, this.formatRibbonPageGroup, this.skinsRibbonPageGroup, this.exitRibbonPageGroup}); this.homeRibbonPage.Name = "homeRibbonPage"; this.homeRibbonPage.Text = "Home"; // // fileRibbonPageGroup // this.fileRibbonPageGroup.ItemLinks.Add(this.iNew); this.fileRibbonPageGroup.ItemLinks.Add(this.iOpen); this.fileRibbonPageGroup.ItemLinks.Add(this.iClose); this.fileRibbonPageGroup.ItemLinks.Add(this.iFind); this.fileRibbonPageGroup.ItemLinks.Add(this.iSave); this.fileRibbonPageGroup.ItemLinks.Add(this.iSaveAs); this.fileRibbonPageGroup.Name = "fileRibbonPageGroup"; this.fileRibbonPageGroup.Text = "File"; // // formatRibbonPageGroup // this.formatRibbonPageGroup.ItemLinks.Add(this.alignButtonGroup); this.formatRibbonPageGroup.ItemLinks.Add(this.fontStyleButtonGroup); this.formatRibbonPageGroup.Name = "formatRibbonPageGroup"; this.formatRibbonPageGroup.Text = "Format"; // // skinsRibbonPageGroup // this.skinsRibbonPageGroup.ItemLinks.Add(this.rgbiSkins); this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup"; this.skinsRibbonPageGroup.ShowCaptionButton = false; this.skinsRibbonPageGroup.Text = "Skins"; // // exitRibbonPageGroup // this.exitRibbonPageGroup.ItemLinks.Add(this.iExit); this.exitRibbonPageGroup.Name = "exitRibbonPageGroup"; this.exitRibbonPageGroup.Text = "Exit"; // // helpRibbonPage // this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.helpRibbonPageGroup}); this.helpRibbonPage.Name = "helpRibbonPage"; this.helpRibbonPage.Text = "Help"; // // helpRibbonPageGroup // this.helpRibbonPageGroup.ItemLinks.Add(this.iHelp); this.helpRibbonPageGroup.ItemLinks.Add(this.iAbout); this.helpRibbonPageGroup.Name = "helpRibbonPageGroup"; this.helpRibbonPageGroup.Text = "Help"; // // ribbonStatusBar // this.ribbonStatusBar.ItemLinks.Add(this.siStatus); this.ribbonStatusBar.ItemLinks.Add(this.siInfo); this.ribbonStatusBar.Location = new System.Drawing.Point(0, 669); this.ribbonStatusBar.Name = "ribbonStatusBar"; this.ribbonStatusBar.Ribbon = this.ribbonControl; this.ribbonStatusBar.Size = new System.Drawing.Size(1100, 31); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1100, 700); this.Controls.Add(this.splitContainerControl); this.Controls.Add(this.popupControlContainer1); this.Controls.Add(this.popupControlContainer2); this.Controls.Add(this.ribbonStatusBar); this.Controls.Add(this.ribbonControl); this.Name = "Form1"; this.Ribbon = this.ribbonControl; this.StatusBar = this.ribbonStatusBar; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit(); this.splitContainerControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.navBarControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollectionLarge)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer2)).EndInit(); this.popupControlContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit(); this.popupControlContainer1.ResumeLayout(false); this.popupControlContainer1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraMap.ImageTilesLayer imageTilesLayer1 = new DevExpress.XtraMap.ImageTilesLayer(); DevExpress.XtraMap.BingMapDataProvider bingMapDataProvider1 = new DevExpress.XtraMap.BingMapDataProvider(); DevExpress.XtraMap.VectorItemsLayer vectorItemsLayer1 = new DevExpress.XtraMap.VectorItemsLayer(); DevExpress.XtraMap.ColorIndexColorizer colorIndexColorizer1 = new DevExpress.XtraMap.ColorIndexColorizer(); DevExpress.XtraMap.PieChartDataAdapter pieChartDataAdapter1 = new DevExpress.XtraMap.PieChartDataAdapter(); this.chartPanel = new DevExpress.XtraEditors.PanelControl(); this.periodButtons = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel(); this.chart = new DevExpress.XtraCharts.ChartControl(); this.bindingSourceChart = new System.Windows.Forms.BindingSource(this.components); this.bindingSource = new System.Windows.Forms.BindingSource(this.components); this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.biSave = new DevExpress.XtraBars.BarButtonItem(); this.biClose = new DevExpress.XtraBars.BarButtonItem(); this.biSaveAndClose = new DevExpress.XtraBars.BarButtonItem(); this.biDelete = new DevExpress.XtraBars.BarButtonItem(); this.biLifetime = new DevExpress.XtraBars.BarCheckItem(); this.biThisYear = new DevExpress.XtraBars.BarCheckItem(); this.biThisMonth = new DevExpress.XtraBars.BarCheckItem(); this.biPrint = new DevExpress.XtraBars.BarButtonItem(); this.biPrintPreview = new DevExpress.XtraBars.BarButtonItem(); this.barExportItem = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.moduleLayout = new DevExpress.XtraDataLayout.DataLayoutControl(); this.AddressLabelLine2 = new DevExpress.XtraEditors.LabelControl(); this.mapControl = new DevExpress.XtraMap.MapControl(); this.NameLabel = new DevExpress.XtraEditors.LabelControl(); this.AddressLabelLine1 = new DevExpress.XtraEditors.LabelControl(); this.ImagePictureEdit = new DevExpress.XtraEditors.PictureEdit(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForMap = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.ItemForChartPanel = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.ItemForImage = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForAddressLine1 = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForFullName = new DevExpress.XtraLayout.LayoutControlItem(); this.ItemForAddressLine2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator(); this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator(); ((System.ComponentModel.ISupportInitialize)(this.chartPanel)).BeginInit(); this.chartPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.moduleLayout)).BeginInit(); this.moduleLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mapControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ImagePictureEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForChartPanel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForImage)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit(); this.SuspendLayout(); // // chartPanel // this.chartPanel.Controls.Add(this.periodButtons); this.chartPanel.Controls.Add(this.chart); this.chartPanel.Location = new System.Drawing.Point(736, 150); this.chartPanel.Name = "chartPanel"; this.chartPanel.Size = new System.Drawing.Size(476, 483); this.chartPanel.TabIndex = 32; // // periodButtons // this.periodButtons.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraBars.Docking2010.WindowsUIButton("This Month", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton), new DevExpress.XtraBars.Docking2010.WindowsUIButton("YTD", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton), new DevExpress.XtraBars.Docking2010.WindowsUIButton("Lifetime", DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton)}); this.periodButtons.ContentAlignment = System.Drawing.ContentAlignment.BottomRight; this.periodButtons.Dock = System.Windows.Forms.DockStyle.Top; this.periodButtons.Location = new System.Drawing.Point(2, 2); this.periodButtons.Name = "periodButtons"; this.periodButtons.Padding = new System.Windows.Forms.Padding(0, 0, 44, 0); this.periodButtons.Size = new System.Drawing.Size(472, 32); this.periodButtons.TabIndex = 31; this.periodButtons.UseButtonBackgroundImages = false; // // chart // this.chart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chart.DataSource = this.bindingSourceChart; xyDiagram1.AxisX.Label.Visible = false; xyDiagram1.AxisX.Tickmarks.MinorVisible = false; xyDiagram1.AxisX.Tickmarks.Visible = false; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate = false; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false; xyDiagram1.AxisY.Label.TextPattern = "{V:$##,#0}"; xyDiagram1.AxisY.Tickmarks.MinorVisible = false; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.Rotated = true; this.chart.Diagram = xyDiagram1; this.chart.Dock = System.Windows.Forms.DockStyle.Fill; this.chart.Legend.Visible = false; this.chart.Location = new System.Drawing.Point(2, 2); this.chart.Name = "chart"; this.chart.Padding.Bottom = 40; this.chart.Padding.Left = 40; this.chart.Padding.Right = 40; this.chart.Padding.Top = 48; this.chart.PaletteName = "Office 2013"; series1.ArgumentDataMember = "ProductName"; series1.Name = "Products"; series1.SummaryFunction = "SUM([Total])"; sideBySideBarSeriesView1.ColorEach = true; series1.View = sideBySideBarSeriesView1; this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chart.Size = new System.Drawing.Size(472, 479); this.chart.TabIndex = 34; // // bindingSourceChart // this.bindingSourceChart.DataSource = typeof(DevExpress.DevAV.ViewModels.Sales.MapItem); // // bindingSource // this.bindingSource.DataSource = typeof(DevExpress.OutlookInspiredApp.Win.ViewModel.CustomerMapViewModel); // // ribbonControl // this.ribbonControl.ExpandCollapseItem.Id = 0; this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl.ExpandCollapseItem, this.biSave, this.biClose, this.biSaveAndClose, this.biDelete, this.biLifetime, this.biThisYear, this.biThisMonth, this.biPrint, this.biPrintPreview, this.barExportItem}); this.ribbonControl.Location = new System.Drawing.Point(0, 0); this.ribbonControl.MaxItemId = 12; this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1}); this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.ribbonControl.Size = new System.Drawing.Size(1226, 121); // // biSave // this.biSave.Caption = "Save"; this.biSave.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_16; this.biSave.Id = 1; this.biSave.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_32; this.biSave.Name = "biSave"; // // biClose // this.biClose.Caption = "Close"; this.biClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_16; this.biClose.Id = 2; this.biClose.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Escape); this.biClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_close_32; this.biClose.Name = "biClose"; // // biSaveAndClose // this.biSaveAndClose.Caption = "Save && Close"; this.biSaveAndClose.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_16; this.biSaveAndClose.Id = 3; this.biSaveAndClose.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_save_close_32; this.biSaveAndClose.Name = "biSaveAndClose"; // // biDelete // this.biDelete.Caption = "Delete"; this.biDelete.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_16; this.biDelete.Id = 4; this.biDelete.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_delete_32; this.biDelete.Name = "biDelete"; // // biLifetime // this.biLifetime.Caption = "Lifetime"; this.biLifetime.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_lifetime_16; this.biLifetime.Id = 5; this.biLifetime.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_lifetime_32; this.biLifetime.Name = "biLifetime"; // // biThisYear // this.biThisYear.Caption = "This Year"; this.biThisYear.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_year_16; this.biThisYear.Id = 6; this.biThisYear.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_year_32; this.biThisYear.Name = "biThisYear"; // // biThisMonth // this.biThisMonth.Caption = "This Month"; this.biThisMonth.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_16; this.biThisMonth.Id = 7; this.biThisMonth.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_sales_period_month_32; this.biThisMonth.Name = "biThisMonth"; // // biPrint // this.biPrint.Caption = "Print"; this.biPrint.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_16; this.biPrint.Id = 8; this.biPrint.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_32; this.biPrint.Name = "biPrint"; // // biPrintPreview // this.biPrintPreview.Caption = "Print Preview"; this.biPrintPreview.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_16; this.biPrintPreview.Id = 9; this.biPrintPreview.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_print_preview_32; this.biPrintPreview.Name = "biPrintPreview"; // // barExportItem // this.barExportItem.Caption = "Export"; this.barExportItem.Glyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_16; this.barExportItem.Id = 11; this.barExportItem.LargeGlyph = global::DevExpress.OutlookInspiredApp.Win.Properties.Resources.icon_export_32; this.barExportItem.LargeImageIndex = 50; this.barExportItem.Name = "barExportItem"; // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1, this.ribbonPageGroup2, this.ribbonPageGroup5, this.ribbonPageGroup4, this.ribbonPageGroup3}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "HOME"; // // ribbonPageGroup1 // this.ribbonPageGroup1.AllowTextClipping = false; this.ribbonPageGroup1.ItemLinks.Add(this.biSave); this.ribbonPageGroup1.ItemLinks.Add(this.biSaveAndClose); this.ribbonPageGroup1.MergeOrder = 0; this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.ShowCaptionButton = false; // // ribbonPageGroup2 // this.ribbonPageGroup2.AllowTextClipping = false; this.ribbonPageGroup2.ItemLinks.Add(this.biDelete); this.ribbonPageGroup2.MergeOrder = 0; this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.ShowCaptionButton = false; this.ribbonPageGroup2.Text = "Delete"; // // ribbonPageGroup5 // this.ribbonPageGroup5.AllowTextClipping = false; this.ribbonPageGroup5.ItemLinks.Add(this.biPrintPreview); this.ribbonPageGroup5.ItemLinks.Add(this.biPrint); this.ribbonPageGroup5.ItemLinks.Add(this.barExportItem); this.ribbonPageGroup5.MergeOrder = 0; this.ribbonPageGroup5.Name = "ribbonPageGroup5"; this.ribbonPageGroup5.ShowCaptionButton = false; this.ribbonPageGroup5.Text = "Print and Export"; // // ribbonPageGroup4 // this.ribbonPageGroup4.AllowTextClipping = false; this.ribbonPageGroup4.ItemLinks.Add(this.biThisMonth); this.ribbonPageGroup4.ItemLinks.Add(this.biThisYear); this.ribbonPageGroup4.ItemLinks.Add(this.biLifetime); this.ribbonPageGroup4.MergeOrder = 0; this.ribbonPageGroup4.Name = "ribbonPageGroup4"; this.ribbonPageGroup4.ShowCaptionButton = false; this.ribbonPageGroup4.Text = "Sales Period"; // // ribbonPageGroup3 // this.ribbonPageGroup3.AllowTextClipping = false; this.ribbonPageGroup3.ItemLinks.Add(this.biClose); this.ribbonPageGroup3.MergeOrder = 0; this.ribbonPageGroup3.Name = "ribbonPageGroup3"; this.ribbonPageGroup3.ShowCaptionButton = false; this.ribbonPageGroup3.Text = "Close"; // // moduleLayout // this.moduleLayout.AllowCustomizationMenu = false; this.moduleLayout.Controls.Add(this.chartPanel); this.moduleLayout.Controls.Add(this.AddressLabelLine2); this.moduleLayout.Controls.Add(this.mapControl); this.moduleLayout.Controls.Add(this.NameLabel); this.moduleLayout.Controls.Add(this.AddressLabelLine1); this.moduleLayout.Controls.Add(this.ImagePictureEdit); this.moduleLayout.DataSource = this.bindingSource; this.moduleLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.moduleLayout.Location = new System.Drawing.Point(0, 121); this.moduleLayout.Name = "moduleLayout"; this.moduleLayout.Root = this.layoutControlGroup1; this.moduleLayout.Size = new System.Drawing.Size(1226, 641); this.moduleLayout.TabIndex = 2; this.moduleLayout.Text = "moduleLayout"; // // AddressLabelLine2 // this.AddressLabelLine2.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F); this.AddressLabelLine2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "AddressLine2", true)); this.AddressLabelLine2.Location = new System.Drawing.Point(858, 62); this.AddressLabelLine2.Name = "AddressLabelLine2"; this.AddressLabelLine2.Size = new System.Drawing.Size(342, 20); this.AddressLabelLine2.StyleController = this.moduleLayout; this.AddressLabelLine2.TabIndex = 33; // // mapControl // this.mapControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.mapControl.Cursor = System.Windows.Forms.Cursors.Default; bingMapDataProvider1.Kind = DevExpress.XtraMap.BingMapKind.Road; imageTilesLayer1.DataProvider = bingMapDataProvider1; vectorItemsLayer1.Colorizer = colorIndexColorizer1; pieChartDataAdapter1.Mappings.Latitude = "Latitude"; pieChartDataAdapter1.Mappings.Longitude = "Longitude"; pieChartDataAdapter1.Mappings.PieSegment = "ProductCategory"; pieChartDataAdapter1.Mappings.Value = "Total"; pieChartDataAdapter1.PieItemDataMember = "City"; vectorItemsLayer1.Data = pieChartDataAdapter1; vectorItemsLayer1.ToolTipPattern = "City:%CI% Total:%CV%"; this.mapControl.Layers.Add(imageTilesLayer1); this.mapControl.Layers.Add(vectorItemsLayer1); this.mapControl.Location = new System.Drawing.Point(0, 0); this.mapControl.Name = "mapControl"; this.mapControl.Size = new System.Drawing.Size(720, 641); this.mapControl.TabIndex = 18; this.mapControl.ZoomLevel = 8D; // // NameLabel // this.NameLabel.Appearance.Font = new System.Drawing.Font("Segoe UI", 18F); this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "Name", true)); this.NameLabel.Location = new System.Drawing.Point(856, 8); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(346, 32); this.NameLabel.StyleController = this.moduleLayout; this.NameLabel.TabIndex = 8; // // AddressLabelLine1 // this.AddressLabelLine1.Appearance.Font = new System.Drawing.Font("Segoe UI", 11F); this.AddressLabelLine1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindingSource, "AddressLine1", true)); this.AddressLabelLine1.Location = new System.Drawing.Point(856, 40); this.AddressLabelLine1.Name = "AddressLabelLine1"; this.AddressLabelLine1.Size = new System.Drawing.Size(346, 20); this.AddressLabelLine1.StyleController = this.moduleLayout; this.AddressLabelLine1.TabIndex = 8; // // ImagePictureEdit // this.ImagePictureEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindingSource, "Image", true)); this.ImagePictureEdit.Location = new System.Drawing.Point(736, 8); this.ImagePictureEdit.MenuManager = this.ribbonControl; this.ImagePictureEdit.Name = "ImagePictureEdit"; this.ImagePictureEdit.Properties.ReadOnly = true; this.ImagePictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom; this.ImagePictureEdit.Size = new System.Drawing.Size(108, 120); this.ImagePictureEdit.StyleController = this.moduleLayout; this.ImagePictureEdit.TabIndex = 17; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForMap, this.layoutControlGroup3, this.layoutControlGroup4, this.simpleSeparator1, this.simpleSeparator2}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.OptionsItemText.TextToControlDistance = 6; this.layoutControlGroup1.Size = new System.Drawing.Size(1226, 641); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // ItemForMap // this.ItemForMap.Control = this.mapControl; this.ItemForMap.CustomizationFormText = "map"; this.ItemForMap.Location = new System.Drawing.Point(0, 0); this.ItemForMap.Name = "layoutControlItem1"; this.ItemForMap.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForMap.Size = new System.Drawing.Size(720, 641); this.ItemForMap.Text = "map"; this.ItemForMap.TextSize = new System.Drawing.Size(0, 0); this.ItemForMap.TextToControlDistance = 0; this.ItemForMap.TextVisible = false; // // layoutControlGroup3 // this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3"; this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup3.GroupBordersVisible = false; this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.ItemForChartPanel}); this.layoutControlGroup3.Location = new System.Drawing.Point(722, 140); this.layoutControlGroup3.Name = "layoutControlGroup3"; this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8); this.layoutControlGroup3.Size = new System.Drawing.Size(504, 501); this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0); this.layoutControlGroup3.Text = "layoutControlGroup3"; this.layoutControlGroup3.TextVisible = false; // // ItemForChartPanel // this.ItemForChartPanel.Control = this.chartPanel; this.ItemForChartPanel.CustomizationFormText = "layoutControlItem2"; this.ItemForChartPanel.Location = new System.Drawing.Point(0, 0); this.ItemForChartPanel.Name = "ItemForChartPanel"; this.ItemForChartPanel.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForChartPanel.Size = new System.Drawing.Size(476, 483); this.ItemForChartPanel.Text = "ItemForChartPanel"; this.ItemForChartPanel.TextSize = new System.Drawing.Size(0, 0); this.ItemForChartPanel.TextToControlDistance = 0; this.ItemForChartPanel.TextVisible = false; // // layoutControlGroup4 // this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4"; this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup4.GroupBordersVisible = false; this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem2, this.ItemForImage, this.ItemForAddressLine1, this.ItemForFullName, this.ItemForAddressLine2, this.emptySpaceItem1}); this.layoutControlGroup4.Location = new System.Drawing.Point(722, 0); this.layoutControlGroup4.Name = "layoutControlGroup4"; this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 12, 8, 8); this.layoutControlGroup4.Size = new System.Drawing.Size(504, 138); this.layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 0, 2); this.layoutControlGroup4.Text = "layoutControlGroup4"; this.layoutControlGroup4.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"; this.emptySpaceItem2.Location = new System.Drawing.Point(120, 76); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(356, 44); this.emptySpaceItem2.Text = "emptySpaceItem2"; this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // ItemForImage // this.ItemForImage.Control = this.ImagePictureEdit; this.ItemForImage.CustomizationFormText = "Image"; this.ItemForImage.Location = new System.Drawing.Point(0, 0); this.ItemForImage.MaxSize = new System.Drawing.Size(120, 120); this.ItemForImage.MinSize = new System.Drawing.Size(120, 120); this.ItemForImage.Name = "ItemForImage"; this.ItemForImage.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 12, 0, 0); this.ItemForImage.Size = new System.Drawing.Size(120, 120); this.ItemForImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.ItemForImage.Text = "Image"; this.ItemForImage.TextSize = new System.Drawing.Size(0, 0); this.ItemForImage.TextToControlDistance = 0; this.ItemForImage.TextVisible = false; // // ItemForAddressLine1 // this.ItemForAddressLine1.Control = this.AddressLabelLine1; this.ItemForAddressLine1.CustomizationFormText = "Address"; this.ItemForAddressLine1.Location = new System.Drawing.Point(120, 32); this.ItemForAddressLine1.Name = "ItemForAddressLine1"; this.ItemForAddressLine1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForAddressLine1.Size = new System.Drawing.Size(346, 20); this.ItemForAddressLine1.Text = "Address"; this.ItemForAddressLine1.TextSize = new System.Drawing.Size(0, 0); this.ItemForAddressLine1.TextToControlDistance = 0; this.ItemForAddressLine1.TextVisible = false; // // ItemForFullName // this.ItemForFullName.Control = this.NameLabel; this.ItemForFullName.CustomizationFormText = "Full Name"; this.ItemForFullName.Location = new System.Drawing.Point(120, 0); this.ItemForFullName.Name = "ItemForFullName"; this.ItemForFullName.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.ItemForFullName.Size = new System.Drawing.Size(346, 32); this.ItemForFullName.Text = "Full Name"; this.ItemForFullName.TextSize = new System.Drawing.Size(0, 0); this.ItemForFullName.TextToControlDistance = 0; this.ItemForFullName.TextVisible = false; // // ItemForAddressLine2 // this.ItemForAddressLine2.Control = this.AddressLabelLine2; this.ItemForAddressLine2.CustomizationFormText = "Address"; this.ItemForAddressLine2.Location = new System.Drawing.Point(120, 52); this.ItemForAddressLine2.Name = "ItemForAddressLine2"; this.ItemForAddressLine2.Size = new System.Drawing.Size(346, 24); this.ItemForAddressLine2.Text = "Address"; this.ItemForAddressLine2.TextSize = new System.Drawing.Size(0, 0); this.ItemForAddressLine2.TextToControlDistance = 0; this.ItemForAddressLine2.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(466, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(10, 76); this.emptySpaceItem1.Text = "emptySpaceItem1"; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // simpleSeparator1 // this.simpleSeparator1.AllowHotTrack = false; this.simpleSeparator1.CustomizationFormText = "simpleSeparator1"; this.simpleSeparator1.Location = new System.Drawing.Point(722, 138); this.simpleSeparator1.Name = "simpleSeparator1"; this.simpleSeparator1.Size = new System.Drawing.Size(504, 2); this.simpleSeparator1.Text = "simpleSeparator1"; // // simpleSeparator2 // this.simpleSeparator2.AllowHotTrack = false; this.simpleSeparator2.CustomizationFormText = "simpleSeparator2"; this.simpleSeparator2.Location = new System.Drawing.Point(720, 0); this.simpleSeparator2.Name = "simpleSeparator2"; this.simpleSeparator2.Size = new System.Drawing.Size(2, 641); this.simpleSeparator2.Text = "simpleSeparator2"; // // CustomerMapView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.moduleLayout); this.Controls.Add(this.ribbonControl); this.Margin = new System.Windows.Forms.Padding(6); this.Name = "CustomerMapView"; this.Size = new System.Drawing.Size(1226, 762); ((System.ComponentModel.ISupportInitialize)(this.chartPanel)).EndInit(); this.chartPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSourceChart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.moduleLayout)).EndInit(); this.moduleLayout.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.mapControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ImagePictureEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForMap)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForChartPanel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForImage)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForFullName)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ItemForAddressLine2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); 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.CandleStickSeriesView candleStickSeriesView2 = new DevExpress.XtraCharts.CandleStickSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView3 = new DevExpress.XtraCharts.CandleStickSeriesView(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView3)).BeginInit(); this.SuspendLayout(); // // chartControl1 // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.EnableAxisYScrolling = true; xyDiagram1.ScrollingOptions.UseKeyboard = false; xyDiagram1.ScrollingOptions.UseMouse = false; xyDiagram1.ScrollingOptions.UseTouchDevice = false; xyDiagram1.ZoomingOptions.UseMouseWheel = false; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series1.CrosshairLabelPattern = "正常上限:{HV}\n上四分位:{CV}\n中位线;{LV}"; series1.Name = "Series 1"; candleStickSeriesView1.ReductionOptions.Visible = false; series1.View = candleStickSeriesView1; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series2.CrosshairLabelPattern = "下四分位:{OV}\n正常下限:{LV}"; series2.Name = "Series 4"; candleStickSeriesView2.ReductionOptions.Visible = false; series2.View = candleStickSeriesView2; series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series3.Name = "Series 2"; pointSeriesView1.PointMarkerOptions.Size = 5; series3.View = pointSeriesView1; series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series4.Name = "Series 3"; pointSeriesView2.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Star; pointSeriesView2.PointMarkerOptions.Size = 5; series4.View = pointSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3, series4}; this.chartControl1.SeriesTemplate.View = candleStickSeriesView3; this.chartControl1.Size = new System.Drawing.Size(656, 358); this.chartControl1.TabIndex = 0; // // BoxPlotDrawBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Name = "BoxPlotDrawBoard"; this.Size = new System.Drawing.Size(656, 358); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView3)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StockSeriesView stockSeriesView1 = new DevExpress.XtraCharts.StockSeriesView(); DevExpress.XtraCharts.MovingAverageConvergenceDivergence movingAverageConvergenceDivergence1 = new DevExpress.XtraCharts.MovingAverageConvergenceDivergence(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.chart = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stockSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(movingAverageConvergenceDivergence1)).BeginInit(); this.SuspendLayout(); // // chart // xyDiagram1.AxisX.DateTimeScaleOptions.WorkdaysOnly = true; xyDiagram1.AxisX.GridLines.MinorVisible = true; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.Interlaced = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0"; xyDiagram1.AxisX.WholeRange.Auto = false; xyDiagram1.AxisX.WholeRange.MaxValueSerializable = "06/30/2015 00:00:00.000"; xyDiagram1.AxisX.WholeRange.MinValueSerializable = "02/25/2015 00:00:00.000"; xyDiagram1.AxisY.Interlaced = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagramPane1.Name = "macdPane"; xyDiagramPane1.PaneID = 0; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1 }); secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY1.AxisID = 0; secondaryAxisY1.GridLines.Visible = true; secondaryAxisY1.Interlaced = true; secondaryAxisY1.Name = "Secondary AxisY 1"; secondaryAxisY1.VisibleInPanesSerializable = "0"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1 }); this.chart.Diagram = xyDiagram1; this.chart.Dock = System.Windows.Forms.DockStyle.Fill; this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chart.Legend.DockTargetName = "Default Pane"; this.chart.Legend.Name = "Default Legend"; this.chart.Location = new System.Drawing.Point(0, 0); this.chart.Name = "chart"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "AUDUSD Daily"; movingAverageConvergenceDivergence1.AxisYName = "Secondary AxisY 1"; movingAverageConvergenceDivergence1.Name = "MACD"; movingAverageConvergenceDivergence1.PaneName = "macdPane"; movingAverageConvergenceDivergence1.ShowInLegend = true; stockSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] { movingAverageConvergenceDivergence1 }); series1.View = stockSeriesView1; this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chart.Size = new System.Drawing.Size(1264, 681); this.chart.TabIndex = 0; chartTitle1.Text = "AUDUSD Daily"; chartTitle1.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // 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.chart); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(movingAverageConvergenceDivergence1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stockSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart)).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() { DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(4, 2); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(570, 446); this.gridControl1.TabIndex = 1; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick); // // gridView1 // this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; // // xtraTabControl1 // this.xtraTabControl1.Location = new System.Drawing.Point(580, 2); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(786, 446); this.xtraTabControl1.TabIndex = 2; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2 }); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.chartControl1); this.xtraTabPage1.ImageOptions.Image = global::TicariOtomosyon_Uygulama.Properties.Resources.doughnut_32x32; this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(784, 402); this.xtraTabPage1.Text = "Ürün Miktar Grafiği"; // // chartControl1 // this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; series1.LegendTextPattern = "{A}"; series1.Name = "Series 1"; series1.View = pieSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.Size = new System.Drawing.Size(784, 402); this.chartControl1.TabIndex = 1; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.chartControl2); this.xtraTabPage2.ImageOptions.Image = global::TicariOtomosyon_Uygulama.Properties.Resources.chart_32x32; this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(784, 402); this.xtraTabPage2.Text = "Şehir Miktar Grafiği"; // // chartControl2 // this.chartControl2.BorderOptions.Thickness = 13; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl2.Diagram = xyDiagram1; this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl2.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartControl2.Legend.Name = "Default Legend"; this.chartControl2.Legend.Title.Text = ""; this.chartControl2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl2.Location = new System.Drawing.Point(0, 0); this.chartControl2.Name = "chartControl2"; this.chartControl2.PaletteName = "Yellow"; series2.LegendTextPattern = "{A}"; series2.Name = "Series 1"; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 }; this.chartControl2.Size = new System.Drawing.Size(784, 402); this.chartControl2.TabIndex = 2; chartTitle1.Text = "Şehir Miktar Grafiği"; this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // FrmStoklar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1370, 450); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.gridControl1); this.Name = "FrmStoklar"; this.Text = "FrmStoklar"; this.Load += new System.EventHandler(this.FrmStoklar_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).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.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.ordersTableAdapter = new DateTimeScales.nwindDataSetTableAdapters.OrdersTableAdapter(); this.ordersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.nwindDataSet = new DateTimeScales.nwindDataSet(); this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).BeginInit(); this.SuspendLayout(); // // chartControl // this.chartControl.DataAdapter = this.ordersTableAdapter; this.chartControl.DataSource = this.ordersBindingSource; xyDiagram2.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic; xyDiagram2.AxisX.Label.TextPattern = "{A:m}"; xyDiagram2.AxisX.Title.Text = ""; xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisX.WholeRange.AutoSideMargins = false; xyDiagram2.AxisX.WholeRange.SideMarginsValue = 0D; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.EnableAxisXScrolling = true; xyDiagram2.EnableAxisXZooming = true; this.chartControl.Diagram = xyDiagram2; this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl.Legend.Name = "Default Legend"; this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Location = new System.Drawing.Point(0, 0); this.chartControl.Name = "chartControl"; series2.ArgumentDataMember = "OrderDate"; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series2.Name = "Series 1"; series2.ValueDataMembersSerializable = "Freight"; series2.View = lineSeriesView3; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 }; this.chartControl.SeriesTemplate.View = lineSeriesView4; this.chartControl.Size = new System.Drawing.Size(718, 373); this.chartControl.TabIndex = 0; this.chartControl.AxisScaleChanged += new System.EventHandler <DevExpress.XtraCharts.AxisScaleChangedEventArgs>(this.OnAxisScaleChanged); // // ordersTableAdapter // this.ordersTableAdapter.ClearBeforeFill = true; // // ordersBindingSource // this.ordersBindingSource.DataMember = "Orders"; this.ordersBindingSource.DataSource = this.nwindDataSet; // // nwindDataSet // this.nwindDataSet.DataSetName = "nwindDataSet"; this.nwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // defaultLookAndFeel1 // this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(718, 373); this.Controls.Add(this.chartControl); this.Name = "MainForm"; this.Text = "Zoom the Chart or Resize the Window to See Changes"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.panel1 = new System.Windows.Forms.Panel(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.cbAggregateFunction = new DevExpress.XtraEditors.ComboBoxEdit(); this.cbGridAlignment = new DevExpress.XtraEditors.ComboBoxEdit(); this.cbScaleMode = new DevExpress.XtraEditors.ComboBoxEdit(); this.cbMeasureUnit = new DevExpress.XtraEditors.ComboBoxEdit(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbAggregateFunction.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbGridAlignment.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbScaleMode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbMeasureUnit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.checkEdit1); this.panel1.Controls.Add(this.cbAggregateFunction); this.panel1.Controls.Add(this.cbGridAlignment); this.panel1.Controls.Add(this.cbScaleMode); this.panel1.Controls.Add(this.cbMeasureUnit); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1082, 93); this.panel1.TabIndex = 0; // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(569, 21); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "Only work days"; this.checkEdit1.Size = new System.Drawing.Size(109, 19); this.checkEdit1.TabIndex = 12; this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged); // // cbAggregateFunction // this.cbAggregateFunction.Location = new System.Drawing.Point(429, 22); this.cbAggregateFunction.Name = "cbAggregateFunction"; this.cbAggregateFunction.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbAggregateFunction.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cbAggregateFunction.Size = new System.Drawing.Size(100, 20); this.cbAggregateFunction.TabIndex = 11; this.cbAggregateFunction.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectedValueChanged); // // cbGridAlignment // this.cbGridAlignment.Location = new System.Drawing.Point(429, 56); this.cbGridAlignment.Name = "cbGridAlignment"; this.cbGridAlignment.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbGridAlignment.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cbGridAlignment.Size = new System.Drawing.Size(100, 20); this.cbGridAlignment.TabIndex = 10; this.cbGridAlignment.SelectedValueChanged += new System.EventHandler(this.ComboBoxSelectedValueChanged); // // cbScaleMode // this.cbScaleMode.Location = new System.Drawing.Point(153, 21); this.cbScaleMode.Name = "cbScaleMode"; this.cbScaleMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbScaleMode.Properties.DropDownRows = 6; this.cbScaleMode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cbScaleMode.Size = new System.Drawing.Size(100, 20); this.cbScaleMode.TabIndex = 9; this.cbScaleMode.SelectedValueChanged += new System.EventHandler(this.ComboBoxSelectedValueChanged); // // cbMeasureUnit // this.cbMeasureUnit.Location = new System.Drawing.Point(153, 60); this.cbMeasureUnit.Name = "cbMeasureUnit"; this.cbMeasureUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbMeasureUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cbMeasureUnit.Size = new System.Drawing.Size(100, 20); this.cbMeasureUnit.TabIndex = 2; this.cbMeasureUnit.SelectedValueChanged += new System.EventHandler(this.ComboBoxSelectedValueChanged); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(299, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(103, 13); this.label4.TabIndex = 6; this.label4.Text = "Aggregate Function:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(299, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 13); this.label3.TabIndex = 4; this.label3.Text = "Grid Alignment:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(57, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 13); this.label2.TabIndex = 2; this.label2.Text = "Scale Mode:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(57, 63); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 13); this.label1.TabIndex = 0; this.label1.Text = "Measure Unit:"; // // chartControl1 // this.chartControl1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.MinorCount = 3; xyDiagram1.AxisX.Title.Text = "Date"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.GridLines.MinorVisible = true; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisXZooming = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(0, 93); this.chartControl1.Name = "chartControl1"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "Orders"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.Size = new System.Drawing.Size(1082, 577); this.chartControl1.TabIndex = 0; chartTitle1.Text = "Date-Time Data Aggregation"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1082, 670); this.Controls.Add(this.chartControl1); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "Form1"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbAggregateFunction.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbGridAlignment.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbScaleMode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbMeasureUnit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.RectangleGradientFillOptions rectangleGradientFillOptions1 = new DevExpress.XtraCharts.RectangleGradientFillOptions(); DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint(0D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint(0.3D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint(1.4D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint(2.5D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint(3.6D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint(4.7D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint(5.8D, new object[] { ((object)(0D)) }); DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView(); this.beamLineChartControl = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit(); this.SuspendLayout(); // // beamLineChartControl // this.beamLineChartControl.AppearanceName = "Light"; this.beamLineChartControl.CacheToMemory = true; xyDiagram1.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero; xyDiagram1.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); xyDiagram1.AxisX.InterlacedFillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient; rectangleGradientFillOptions1.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); xyDiagram1.AxisX.InterlacedFillStyle.Options = rectangleGradientFillOptions1; xyDiagram1.AxisX.Label.EndText = " m"; xyDiagram1.AxisX.Range.Auto = false; xyDiagram1.AxisX.Range.MaxValueSerializable = "42"; xyDiagram1.AxisX.Range.MinValueSerializable = "0"; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.Title.Alignment = System.Drawing.StringAlignment.Near; xyDiagram1.AxisX.Title.Antialiasing = false; xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 8F); xyDiagram1.AxisX.Title.Text = "Sector Lenght (m)"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; constantLine1.AxisValueSerializable = "0"; constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid; constantLine1.Name = "Drift Tube"; constantLine1.ShowInLegend = false; xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine1 }); xyDiagram1.AxisY.Range.Auto = false; xyDiagram1.AxisY.Range.MaxValueSerializable = "25"; xyDiagram1.AxisY.Range.MinValueSerializable = "-25"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.Title.Antialiasing = false; xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 8F); xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.SizeInPixels = 840; xyDiagram1.DefaultPane.SizeMode = DevExpress.XtraCharts.PaneSizeMode.UseSizeInPixels; xyDiagram1.Margins.Bottom = 0; xyDiagram1.Margins.Left = 1; xyDiagram1.Margins.Top = 0; this.beamLineChartControl.Diagram = xyDiagram1; this.beamLineChartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.LeftOutside; this.beamLineChartControl.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom; this.beamLineChartControl.Legend.Margins.Bottom = 1; this.beamLineChartControl.Legend.Margins.Left = 1; this.beamLineChartControl.Legend.Margins.Right = 1; this.beamLineChartControl.Legend.Margins.Top = 1; this.beamLineChartControl.Location = new System.Drawing.Point(0, 0); this.beamLineChartControl.Name = "beamLineChartControl"; this.beamLineChartControl.Padding.Bottom = 0; this.beamLineChartControl.Padding.Left = 0; this.beamLineChartControl.Padding.Right = 0; this.beamLineChartControl.Padding.Top = 0; this.beamLineChartControl.PaletteName = "Nature Colors"; this.beamLineChartControl.RefreshDataOnRepaint = false; this.beamLineChartControl.RuntimeHitTesting = false; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; pointSeriesLabel1.Angle = -45; pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 7F); pointSeriesLabel1.LineVisible = true; pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; pointSeriesLabel1.Visible = false; series1.Label = pointSeriesLabel1; series1.Name = "X-Position (mm)"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5, seriesPoint6, seriesPoint7 }); lineSeriesView1.LineMarkerOptions.Size = 5; series1.View = lineSeriesView1; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; pointSeriesLabel2.Angle = -135; pointSeriesLabel2.Font = new System.Drawing.Font("Tahoma", 7F); pointSeriesLabel2.LineVisible = true; pointSeriesLabel2.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; pointSeriesLabel2.Visible = false; series2.Label = pointSeriesLabel2; series2.Name = "Y-Position (mm)"; series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint8, seriesPoint9, seriesPoint10, seriesPoint11, seriesPoint12, seriesPoint13, seriesPoint14 }); lineSeriesView2.LineMarkerOptions.Size = 5; series2.View = lineSeriesView2; series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; pointSeriesLabel3.Angle = -90; pointSeriesLabel3.Font = new System.Drawing.Font("Tahoma", 7F); pointSeriesLabel3.LineLength = 7; pointSeriesLabel3.LineVisible = true; pointSeriesLabel3.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; pointSeriesLabel3.Visible = false; series3.Label = pointSeriesLabel3; series3.Name = "Current (10 µA)"; series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint15, seriesPoint16, seriesPoint17, seriesPoint18, seriesPoint19, seriesPoint20, seriesPoint21 }); lineSeriesView3.LineMarkerOptions.Size = 5; series3.View = lineSeriesView3; this.beamLineChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; pointSeriesLabel4.LineVisible = true; this.beamLineChartControl.SeriesTemplate.Label = pointSeriesLabel4; this.beamLineChartControl.SeriesTemplate.View = lineSeriesView4; this.beamLineChartControl.Size = new System.Drawing.Size(9160, 125); this.beamLineChartControl.TabIndex = 2; this.beamLineChartControl.TabStop = false; // // BeamLineChart // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.beamLineChartControl); this.Name = "BeamLineChart"; this.Size = new System.Drawing.Size(9160, 125); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.beamLineChartControl)).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(UC_SanPhamBanChay)); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); 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.dateDen = new DevExpress.XtraEditors.DateEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.dateTu = new DevExpress.XtraEditors.DateEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.cbochon = new DevExpress.XtraEditors.ComboBoxEdit(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbochon.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1 }); 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.barButtonItem1, this.barButtonItem2, this.barButtonItem3 }); this.barManager1.MaxItemId = 3; // // bar1 // this.bar1.BarName = "Tools"; this.bar1.DockCol = 0; this.bar1.DockRow = 0; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph) }); this.bar1.Offset = 372; this.bar1.Text = "Tools"; // // barButtonItem1 // this.barButtonItem1.Caption = "Xem"; this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph"))); this.barButtonItem1.Hint = "F9"; this.barButtonItem1.Id = 0; this.barButtonItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F9); this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // barButtonItem2 // this.barButtonItem2.Caption = "In"; this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph"))); this.barButtonItem2.Hint = "F6"; this.barButtonItem2.Id = 1; this.barButtonItem2.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F6); this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // barButtonItem3 // this.barButtonItem3.Caption = "Đóng"; this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph"))); this.barButtonItem3.Hint = "F8"; this.barButtonItem3.Id = 2; this.barButtonItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8); this.barButtonItem3.Name = "barButtonItem3"; // // dateDen // this.dateDen.EditValue = null; this.dateDen.Location = new System.Drawing.Point(268, 2); this.dateDen.MenuManager = this.barManager1; this.dateDen.Name = "dateDen"; this.dateDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateDen.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dateDen.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dateDen.Size = new System.Drawing.Size(100, 20); this.dateDen.TabIndex = 34; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Location = new System.Drawing.Point(240, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(22, 14); this.labelControl2.TabIndex = 33; this.labelControl2.Text = "Đến"; // // dateTu // this.dateTu.EditValue = null; this.dateTu.Location = new System.Drawing.Point(131, 3); this.dateTu.MenuManager = this.barManager1; this.dateTu.Name = "dateTu"; this.dateTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateTu.Properties.DisplayFormat.FormatString = "dd/MM/yyyy"; this.dateTu.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dateTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.dateTu.Size = new System.Drawing.Size(100, 20); this.dateTu.TabIndex = 32; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Location = new System.Drawing.Point(109, 5); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(16, 14); this.labelControl1.TabIndex = 31; this.labelControl1.Text = "Từ"; // // cbochon // this.cbochon.EditValue = "Hôm nay"; this.cbochon.Location = new System.Drawing.Point(3, 2); this.cbochon.MenuManager = this.barManager1; this.cbochon.Name = "cbochon"; this.cbochon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbochon.Properties.Items.AddRange(new object[] { "Hôm nay", "Tuần này", "Tháng này", "Quý này", "Năm nay", "Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12", "Quý 1", "Quý 2", "Quý 3", "Quý 4" }); this.cbochon.Size = new System.Drawing.Size(100, 20); this.cbochon.TabIndex = 30; this.cbochon.SelectedIndexChanged += new System.EventHandler(this.cbochon_SelectedIndexChanged); // // layoutControl1 // this.layoutControl1.Appearance.DisabledLayoutGroupCaption.ForeColor = System.Drawing.SystemColors.GrayText; this.layoutControl1.Appearance.DisabledLayoutGroupCaption.Options.UseForeColor = true; this.layoutControl1.Appearance.DisabledLayoutItem.ForeColor = System.Drawing.SystemColors.GrayText; this.layoutControl1.Appearance.DisabledLayoutItem.Options.UseForeColor = true; this.layoutControl1.Controls.Add(this.chartControl1); this.layoutControl1.Controls.Add(this.gridControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 26); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(948, 466); this.layoutControl1.TabIndex = 35; this.layoutControl1.Text = "layoutControl1"; // // chartControl1 // xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisX.Range.SideMarginsEnabled = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisY.Range.SideMarginsEnabled = true; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram2; this.chartControl1.Location = new System.Drawing.Point(7, 211); this.chartControl1.Name = "chartControl1"; sideBySideBarSeriesLabel3.LineVisible = true; sideBySideBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions"; series2.Label = sideBySideBarSeriesLabel3; series2.Name = "Series 1"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 }; sideBySideBarSeriesLabel4.LineVisible = true; sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions"; this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel4; this.chartControl1.Size = new System.Drawing.Size(935, 249); this.chartControl1.TabIndex = 5; // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(10, 28); this.gridControl1.MainView = this.gridView1; this.gridControl1.MenuManager = this.barManager1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(929, 169); this.gridControl1.TabIndex = 4; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1, this.gridView2 }); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4 }); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); // // gridColumn1 // this.gridColumn1.Caption = "Mã Hàng"; this.gridColumn1.FieldName = "Product_ID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "Tên Hàng"; this.gridColumn2.FieldName = "ProductName"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.Caption = "Tên Nhóm"; this.gridColumn3.FieldName = "ProductGroup_ID"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn4 // this.gridColumn4.Caption = "Số Lượng Tổng"; this.gridColumn4.DisplayFormat.FormatString = "n0"; this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn4.FieldName = "TongSL"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; // // gridView2 // this.gridView2.GridControl = this.gridControl1; this.gridView2.Name = "gridView2"; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup2, this.layoutControlItem2 }); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(948, 466); this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // layoutControlGroup2 // this.layoutControlGroup2.CustomizationFormText = "Hiển Thị Chi Tiết"; this.layoutControlGroup2.ExpandButtonVisible = true; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1 }); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Size = new System.Drawing.Size(946, 204); this.layoutControlGroup2.Text = "Hiển Thị Chi Tiết"; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gridControl1; this.layoutControlItem1.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(940, 180); this.layoutControlItem1.Text = "layoutControlItem1"; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextToControlDistance = 0; this.layoutControlItem1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.chartControl1; this.layoutControlItem2.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 204); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(946, 260); this.layoutControlItem2.Text = "layoutControlItem2"; this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextToControlDistance = 0; this.layoutControlItem2.TextVisible = false; // // UC_SanPhamBanChay // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Controls.Add(this.dateDen); this.Controls.Add(this.labelControl2); this.Controls.Add(this.dateTu); this.Controls.Add(this.labelControl1); this.Controls.Add(this.cbochon); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "UC_SanPhamBanChay"; this.Size = new System.Drawing.Size(948, 492); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateDen.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateTu.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbochon.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.nvTextEdit2 = new NineVigor.FrameWork.WinForms.Controls.Common.NVTextEdit(); this.label7 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.rbBeforeCheck = new System.Windows.Forms.RadioButton(); this.rbCurCheck = new System.Windows.Forms.RadioButton(); this.label6 = new System.Windows.Forms.Label(); this.nvTextEdit1 = new NineVigor.FrameWork.WinForms.Controls.Common.NVTextEdit(); this.label4 = new System.Windows.Forms.Label(); this.dtBeginDate = new System.Windows.Forms.DateTimePicker(); this.nineCBSmallDept = new NineVigor.FrameWork.WinForms.Controls.NineComboBox(this.components); this.label3 = new System.Windows.Forms.Label(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit2.Properties)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.nvTextEdit2); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.nvTextEdit1); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.dtBeginDate); this.groupBox1.Controls.Add(this.nineCBSmallDept); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(726, 104); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "分析条件"; // // nvTextEdit2 // this.nvTextEdit2.Location = new System.Drawing.Point(79, 78); this.nvTextEdit2.Name = "nvTextEdit2"; this.nvTextEdit2.Size = new System.Drawing.Size(100, 20); this.nvTextEdit2.TabIndex = 21; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 82); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 18; this.label7.Text = "往期年度数:"; // // groupBox2 // this.groupBox2.Controls.Add(this.rbBeforeCheck); this.groupBox2.Controls.Add(this.rbCurCheck); this.groupBox2.Location = new System.Drawing.Point(216, 6); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(200, 34); this.groupBox2.TabIndex = 16; this.groupBox2.TabStop = false; // // rbBeforeCheck // this.rbBeforeCheck.AutoSize = true; this.rbBeforeCheck.Location = new System.Drawing.Point(109, 14); this.rbBeforeCheck.Name = "rbBeforeCheck"; this.rbBeforeCheck.Size = new System.Drawing.Size(71, 16); this.rbBeforeCheck.TabIndex = 1; this.rbBeforeCheck.Text = "往期分析"; this.rbBeforeCheck.UseVisualStyleBackColor = true; this.rbBeforeCheck.CheckedChanged += new System.EventHandler(this.rbBeforeCheck_CheckedChanged); // // rbCurCheck // this.rbCurCheck.AutoSize = true; this.rbCurCheck.Checked = true; this.rbCurCheck.Location = new System.Drawing.Point(7, 14); this.rbCurCheck.Name = "rbCurCheck"; this.rbCurCheck.Size = new System.Drawing.Size(71, 16); this.rbCurCheck.TabIndex = 0; this.rbCurCheck.TabStop = true; this.rbCurCheck.Text = "同期分析"; this.rbCurCheck.UseVisualStyleBackColor = true; this.rbCurCheck.CheckedChanged += new System.EventHandler(this.rbCurCheck_CheckedChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(4, 52); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 12); this.label6.TabIndex = 15; this.label6.Text = "分析周日期:"; // // nvTextEdit1 // this.nvTextEdit1.EditValue = "1"; this.nvTextEdit1.Location = new System.Drawing.Point(330, 48); this.nvTextEdit1.Name = "nvTextEdit1"; this.nvTextEdit1.Size = new System.Drawing.Size(100, 20); this.nvTextEdit1.TabIndex = 14; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(216, 52); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 12); this.label4.TabIndex = 13; this.label4.Text = "向前对比分析周数:"; // // dtBeginDate // this.dtBeginDate.CustomFormat = "yyyy-MM-dd"; this.dtBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtBeginDate.Location = new System.Drawing.Point(85, 47); this.dtBeginDate.Name = "dtBeginDate"; this.dtBeginDate.Size = new System.Drawing.Size(101, 21); this.dtBeginDate.TabIndex = 8; // // nineCBSmallDept // this.nineCBSmallDept.ArrowBackColor = System.Drawing.SystemColors.Control; this.nineCBSmallDept.DropDownHeight = 424; this.nineCBSmallDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.nineCBSmallDept.FormattingEnabled = true; this.nineCBSmallDept.IntegralHeight = false; this.nineCBSmallDept.IsEnter2Tab = false; this.nineCBSmallDept.IsFlat = false; this.nineCBSmallDept.IsLike = true; this.nineCBSmallDept.IsListOnly = false; this.nineCBSmallDept.IsPopForm = true; this.nineCBSmallDept.IsShowCustomerList = false; this.nineCBSmallDept.IsShowID = false; this.nineCBSmallDept.Location = new System.Drawing.Point(58, 20); this.nineCBSmallDept.Name = "nineCBSmallDept"; this.nineCBSmallDept.PopForm = null; this.nineCBSmallDept.ShowCustomerList = false; this.nineCBSmallDept.ShowID = false; this.nineCBSmallDept.Size = new System.Drawing.Size(121, 20); this.nineCBSmallDept.Style = NineVigor.FrameWork.WinForms.Controls.StyleType.Flat; this.nineCBSmallDept.TabIndex = 6; this.nineCBSmallDept.Tag = ""; this.nineCBSmallDept.ToolBarUse = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 25); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 5; this.label3.Text = "部门:"; // // chartControl1 // xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram3.AxisX.Range.SideMarginsEnabled = true; xyDiagram3.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram3.AxisY.Range.SideMarginsEnabled = true; xyDiagram3.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram3; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Location = new System.Drawing.Point(0, 104); this.chartControl1.Name = "chartControl1"; sideBySideBarSeriesLabel7.LineVisible = true; series5.Label = sideBySideBarSeriesLabel7; series5.Name = "Series 1"; sideBySideBarSeriesLabel8.LineVisible = true; series6.Label = sideBySideBarSeriesLabel8; series6.Name = "Series 2"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series5, series6 }; sideBySideBarSeriesLabel9.LineVisible = true; this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel9; this.chartControl1.Size = new System.Drawing.Size(726, 354); this.chartControl1.TabIndex = 4; // // ucDeptWeekAnaly // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Controls.Add(this.groupBox1); this.Name = "ucDeptWeekAnaly"; this.Size = new System.Drawing.Size(726, 458); this.Load += new System.EventHandler(this.ucDeptWeekAnaly_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit2.Properties)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nvTextEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).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(frmMain)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); this.configPane1 = new Kaliber3D.Modules.ConfigPane(); this.navbarImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components); this.navbarImageCollection = new DevExpress.Utils.ImageCollection(this.components); this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components); this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components); this.iExit = new DevExpress.XtraBars.BarButtonItem(); this.iHelp = new DevExpress.XtraBars.BarButtonItem(); this.siStatus = new DevExpress.XtraBars.BarStaticItem(); this.siInfo = new DevExpress.XtraBars.BarStaticItem(); this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barNotice = new DevExpress.XtraBars.BarStaticItem(); this.progressbar = new DevExpress.XtraBars.BarEditItem(); this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.vZoomout = new DevExpress.XtraBars.BarButtonItem(); this.vReset = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem(); this.barSubItem1 = new DevExpress.XtraBars.BarSubItem(); this.fNew = new DevExpress.XtraBars.BarButtonItem(); this.fOpen = new DevExpress.XtraBars.BarButtonItem(); this.fClose = new DevExpress.XtraBars.BarButtonItem(); this.fSaveas = new DevExpress.XtraBars.BarButtonItem(); this.fExport = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem(); this.barSubItem2 = new DevExpress.XtraBars.BarSubItem(); this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem(); this.mOpt = new DevExpress.XtraBars.BarSubItem(); this.optFilled = new DevExpress.XtraBars.BarCheckItem(); this.optSnap = new DevExpress.XtraBars.BarCheckItem(); this.optConnect = new DevExpress.XtraBars.BarCheckItem(); this.mTool = new DevExpress.XtraBars.BarSubItem(); this.tNone = new DevExpress.XtraBars.BarCheckItem(); this.tSelect = new DevExpress.XtraBars.BarCheckItem(); this.tLine = new DevExpress.XtraBars.BarCheckItem(); this.tText = new DevExpress.XtraBars.BarCheckItem(); this.tImage = new DevExpress.XtraBars.BarCheckItem(); this.vZoomin = new DevExpress.XtraBars.BarButtonItem(); this.vFit = new DevExpress.XtraBars.BarButtonItem(); this.mEdit = new DevExpress.XtraBars.BarSubItem(); this.eUndo = new DevExpress.XtraBars.BarButtonItem(); this.eRedo = new DevExpress.XtraBars.BarButtonItem(); this.eCut = new DevExpress.XtraBars.BarButtonItem(); this.eCopy = new DevExpress.XtraBars.BarButtonItem(); this.ePaste = new DevExpress.XtraBars.BarButtonItem(); this.eDelete = new DevExpress.XtraBars.BarButtonItem(); this.eSelectall = new DevExpress.XtraBars.BarButtonItem(); this.eDeselectall = new DevExpress.XtraBars.BarButtonItem(); this.eClearall = new DevExpress.XtraBars.BarButtonItem(); this.eGroup = new DevExpress.XtraBars.BarButtonItem(); this.eUngroup = new DevExpress.XtraBars.BarButtonItem(); this.eOrder = new DevExpress.XtraBars.BarSubItem(); this.eoBack = new DevExpress.XtraBars.BarButtonItem(); this.eoBackward = new DevExpress.XtraBars.BarButtonItem(); this.eoFront = new DevExpress.XtraBars.BarButtonItem(); this.eoForward = new DevExpress.XtraBars.BarButtonItem(); this.btnConnect = new DevExpress.XtraBars.BarButtonItem(); this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroupMain = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.repositoryItemDuration1 = new DevExpress.XtraScheduler.UI.RepositoryItemDuration(); this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit(); this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); this.fileRibbonPage1 = new DevExpress.XtraScheduler.UI.FileRibbonPage(); this.printRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.PrintRibbonPageGroup(); this.commonRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.CommonRibbonPageGroup(); this.groupByRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.GroupByRibbonPageGroup(); this.arrangeRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.ArrangeRibbonPageGroup(); this.navigatorRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.NavigatorRibbonPageGroup(); this.appointmentRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.AppointmentRibbonPageGroup(); this.homeRibbonPage1 = new DevExpress.XtraScheduler.UI.HomeRibbonPage(); this.layoutRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.LayoutRibbonPageGroup(); this.timeScaleRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.TimeScaleRibbonPageGroup(); this.activeViewRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.ActiveViewRibbonPageGroup(); this.viewRibbonPage1 = new DevExpress.XtraScheduler.UI.ViewRibbonPage(); this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageSkins = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.optionsRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.OptionsRibbonPageGroup(); this.actionsRibbonPageGroup1 = new DevExpress.XtraScheduler.UI.ActionsRibbonPageGroup(); this.appointmentRibbonPage1 = new DevExpress.XtraScheduler.UI.AppointmentRibbonPage(); this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.PressurePanel = new DevExpress.XtraBars.Docking.DockPanel(); this.configPane = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.pressurePane = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel4_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.controlNavigator1 = new DevExpress.XtraEditors.ControlNavigator(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.KaliberDataset = new System.Data.DataSet(); this.dataReading = new System.Data.DataTable(); this.pressure = new System.Data.DataColumn(); this.angle = new System.Data.DataColumn(); this.outer = new System.Data.DataColumn(); this.inner = new System.Data.DataColumn(); this.vaccuum = new System.Data.DataColumn(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gPressure = new DevExpress.XtraGrid.Columns.GridColumn(); this.gAngle = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOuter = new DevExpress.XtraGrid.Columns.GridColumn(); this.cvOuterValue = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.colInner = new DevExpress.XtraGrid.Columns.GridColumn(); this.cbInnerValue = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); this.colVaccuum = new DevExpress.XtraGrid.Columns.GridColumn(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.chartPane = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel(); this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer(); this.document2 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.documentGroup1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(this.components); this.document1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components); this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components); this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components); this.documentGroup2 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(this.components); this.dockPanel1Document = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components); this.dockPanel2Document = new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(this.components); this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog(); this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem(); this.saveFileDialog2 = new System.Windows.Forms.SaveFileDialog(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.CvsInSightDisplay1 = new Cognex.InSight.Controls.Display.CvsInSightDisplay(); this.cvsInSightDisplay2 = new Cognex.InSight.Controls.Display.CvsInSightDisplay(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollectionLarge)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDuration1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.PressurePanel.SuspendLayout(); this.configPane.SuspendLayout(); this.dockPanel2_Container.SuspendLayout(); this.pressurePane.SuspendLayout(); this.dockPanel4_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.KaliberDataset)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataReading)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cvOuterValue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbInnerValue)).BeginInit(); this.chartPane.SuspendLayout(); this.dockPanel5_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); this.dockPanel1.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); this.dockPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.document2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.documentGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.document1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.documentGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockPanel1Document)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockPanel2Document)).BeginInit(); this.SuspendLayout(); // // configPane1 // this.configPane1.CBInnerValue = "none"; this.configPane1.CBOuterValue = "psi"; this.configPane1.Dock = System.Windows.Forms.DockStyle.Fill; this.configPane1.Location = new System.Drawing.Point(0, 0); this.configPane1.Name = "configPane1"; this.configPane1.Size = new System.Drawing.Size(450, 530); this.configPane1.TabIndex = 0; // // navbarImageCollectionLarge // this.navbarImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32); this.navbarImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("navbarImageCollectionLarge.ImageStream"))); this.navbarImageCollectionLarge.TransparentColor = System.Drawing.Color.Transparent; this.navbarImageCollectionLarge.Images.SetKeyName(0, "Mail_32x32.png"); this.navbarImageCollectionLarge.Images.SetKeyName(1, "Organizer_32x32.png"); // // navbarImageCollection // this.navbarImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("navbarImageCollection.ImageStream"))); this.navbarImageCollection.TransparentColor = System.Drawing.Color.Transparent; this.navbarImageCollection.Images.SetKeyName(0, "Inbox_16x16.png"); this.navbarImageCollection.Images.SetKeyName(1, "Outbox_16x16.png"); this.navbarImageCollection.Images.SetKeyName(2, "Drafts_16x16.png"); this.navbarImageCollection.Images.SetKeyName(3, "Trash_16x16.png"); this.navbarImageCollection.Images.SetKeyName(4, "Calendar_16x16.png"); this.navbarImageCollection.Images.SetKeyName(5, "Tasks_16x16.png"); // // ribbonControl // this.ribbonControl.AllowMinimizeRibbon = false; this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu; this.ribbonControl.ApplicationButtonText = null; this.ribbonControl.ExpandCollapseItem.Id = 0; this.ribbonControl.Images = this.ribbonImageCollection; this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl.ExpandCollapseItem, this.iExit, this.iHelp, this.siStatus, this.siInfo, this.rgbiSkins, this.barButtonItem1, this.barButtonItem2, this.barNotice, this.progressbar, this.barButtonItem3, this.barButtonItem4, this.barButtonItem5, this.vZoomout, this.vReset, this.barButtonItem9, this.barSubItem1, this.barButtonItem10, this.barButtonItem11, this.barSubItem2, this.barButtonItem12, this.barButtonItem13, this.mOpt, this.optFilled, this.optSnap, this.optConnect, this.mTool, this.tNone, this.tSelect, this.tLine, this.tText, this.tImage, this.vZoomin, this.vFit, this.fNew, this.fOpen, this.fClose, this.fSaveas, this.fExport, this.mEdit, this.eUndo, this.eRedo, this.eCut, this.eCopy, this.ePaste, this.eDelete, this.eSelectall, this.eDeselectall, this.eClearall, this.eGroup, this.eUngroup, this.eOrder, this.eoBack, this.eoBackward, this.eoForward, this.eoFront, this.btnConnect}); this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge; this.ribbonControl.Location = new System.Drawing.Point(0, 0); this.ribbonControl.MaxItemId = 55; this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.ribbonPage1, this.ribbonPage2, this.ribbonPage3}); this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemDuration1, this.repositoryItemSpinEdit1, this.repositoryItemProgressBar1}); this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.OfficeUniversal; this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl.ShowToolbarCustomizeItem = false; this.ribbonControl.Size = new System.Drawing.Size(1014, 98); this.ribbonControl.StatusBar = this.ribbonStatusBar; this.ribbonControl.Toolbar.ShowCustomizeItem = false; this.ribbonControl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ribbonControl_MouseDown); // // appMenu // this.appMenu.Name = "appMenu"; this.appMenu.Ribbon = this.ribbonControl; this.appMenu.ShowRightPane = true; // // ribbonImageCollection // this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream"))); this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_Exit_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Content_16x16.png"); this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Info_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("selectall2_16x16.png", "images/actions/selectall2_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/selectall2_16x16.png"), 15); this.ribbonImageCollection.Images.SetKeyName(15, "selectall2_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("bringtofrontoftext_16x16.png", "images/arrange/bringtofrontoftext_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrange/bringtofrontoftext_16x16.png"), 16); this.ribbonImageCollection.Images.SetKeyName(16, "bringtofrontoftext_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("sendbehindtext_16x16.png", "images/arrange/sendbehindtext_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrange/sendbehindtext_16x16.png"), 17); this.ribbonImageCollection.Images.SetKeyName(17, "sendbehindtext_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("index_16x16.png", "images/support/index_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/index_16x16.png"), 18); this.ribbonImageCollection.Images.SetKeyName(18, "index_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("knowledgebasearticle_16x16.png", "images/support/knowledgebasearticle_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/knowledgebasearticle_16x16.png"), 19); this.ribbonImageCollection.Images.SetKeyName(19, "knowledgebasearticle_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("question_16x16.png", "images/support/question_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/question_16x16.png"), 20); this.ribbonImageCollection.Images.SetKeyName(20, "question_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("suggestion_16x16.png", "images/support/suggestion_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/suggestion_16x16.png"), 21); this.ribbonImageCollection.Images.SetKeyName(21, "suggestion_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("pageinfo_16x16.png", "images/toolbox%20items/pageinfo_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/toolbox%20items/pageinfo_16x16.png"), 22); this.ribbonImageCollection.Images.SetKeyName(22, "pageinfo_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("apply_16x16.png", "office2013/actions/apply_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/actions/apply_16x16.png"), 23); this.ribbonImageCollection.Images.SetKeyName(23, "apply_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("cancel_16x16.png", "office2013/actions/cancel_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/actions/cancel_16x16.png"), 24); this.ribbonImageCollection.Images.SetKeyName(24, "cancel_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("none_16x16.png", "office2013/reports/none_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/reports/none_16x16.png"), 25); this.ribbonImageCollection.Images.SetKeyName(25, "none_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("add_16x16.png", "office2013/actions/add_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/actions/add_16x16.png"), 26); this.ribbonImageCollection.Images.SetKeyName(26, "add_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("clear_16x16.png", "office2013/actions/clear_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/actions/clear_16x16.png"), 27); this.ribbonImageCollection.Images.SetKeyName(27, "clear_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("doublefirst_16x16.png", "office2013/arrows/doublefirst_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/doublefirst_16x16.png"), 28); this.ribbonImageCollection.Images.SetKeyName(28, "doublefirst_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("doublelast_16x16.png", "office2013/arrows/doublelast_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/doublelast_16x16.png"), 29); this.ribbonImageCollection.Images.SetKeyName(29, "doublelast_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("doublenext_16x16.png", "office2013/arrows/doublenext_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/doublenext_16x16.png"), 30); this.ribbonImageCollection.Images.SetKeyName(30, "doublenext_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("doubleprev_16x16.png", "office2013/arrows/doubleprev_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/doubleprev_16x16.png"), 31); this.ribbonImageCollection.Images.SetKeyName(31, "doubleprev_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("first_16x16.png", "office2013/arrows/first_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/first_16x16.png"), 32); this.ribbonImageCollection.Images.SetKeyName(32, "first_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("last_16x16.png", "office2013/arrows/last_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/last_16x16.png"), 33); this.ribbonImageCollection.Images.SetKeyName(33, "last_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("next_16x16.png", "office2013/arrows/next_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/next_16x16.png"), 34); this.ribbonImageCollection.Images.SetKeyName(34, "next_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("prev_16x16.png", "office2013/arrows/prev_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/arrows/prev_16x16.png"), 35); this.ribbonImageCollection.Images.SetKeyName(35, "prev_16x16.png"); this.ribbonImageCollection.InsertGalleryImage("none_16x16.png", "office2013/reports/none_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("office2013/reports/none_16x16.png"), 36); this.ribbonImageCollection.Images.SetKeyName(36, "none_16x16.png"); // // iExit // this.iExit.Caption = "Exit"; this.iExit.Description = "Closes this program after prompting you to save unsaved data."; this.iExit.Hint = "Closes this program after prompting you to save unsaved data"; this.iExit.Id = 20; this.iExit.ImageIndex = 6; this.iExit.LargeImageIndex = 6; this.iExit.Name = "iExit"; // // iHelp // this.iHelp.Caption = "About Kaliber 3D"; this.iHelp.Description = "About Kaliber 3D Application"; this.iHelp.Hint = "About Kaliber 3D Application"; this.iHelp.Id = 22; this.iHelp.ImageIndex = 7; this.iHelp.LargeImageIndex = 7; this.iHelp.Name = "iHelp"; // // siStatus // this.siStatus.Caption = "Status Info"; this.siStatus.Id = 31; this.siStatus.ImageIndex = 19; this.siStatus.Name = "siStatus"; this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near; // // siInfo // this.siInfo.Caption = "Application Started"; this.siInfo.Id = 32; this.siInfo.Name = "siInfo"; this.siInfo.TextAlignment = System.Drawing.StringAlignment.Near; // // rgbiSkins // this.rgbiSkins.Caption = "Change Default Style"; // // // this.rgbiSkins.Gallery.AllowHoverImages = true; this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true; this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true; this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.rgbiSkins.Gallery.ColumnCount = 4; this.rgbiSkins.Gallery.FixedHoverImageSize = false; this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17); this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top; this.rgbiSkins.Gallery.RowCount = 4; this.rgbiSkins.Glyph = ((System.Drawing.Image)(resources.GetObject("rgbiSkins.Glyph"))); this.rgbiSkins.Id = 60; this.rgbiSkins.Name = "rgbiSkins"; // // barButtonItem1 // this.barButtonItem1.Caption = "Start Calibration"; this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph"))); this.barButtonItem1.Id = 102; this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph"))); this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "Cancel/Stop"; this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph"))); this.barButtonItem2.Id = 103; this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph"))); this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick); // // barNotice // this.barNotice.Caption = "Next Step Dial Render"; this.barNotice.Glyph = ((System.Drawing.Image)(resources.GetObject("barNotice.Glyph"))); this.barNotice.Id = 1; this.barNotice.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barNotice.LargeGlyph"))); this.barNotice.Name = "barNotice"; this.barNotice.TextAlignment = System.Drawing.StringAlignment.Near; // // progressbar // this.progressbar.Edit = this.repositoryItemProgressBar1; this.progressbar.Glyph = ((System.Drawing.Image)(resources.GetObject("progressbar.Glyph"))); this.progressbar.Id = 5; this.progressbar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("progressbar.LargeGlyph"))); this.progressbar.Name = "progressbar"; this.progressbar.Width = 300; // // repositoryItemProgressBar1 // this.repositoryItemProgressBar1.FlowAnimationEnabled = true; this.repositoryItemProgressBar1.LookAndFeel.SkinName = "Visual Studio 2013 Light"; this.repositoryItemProgressBar1.LookAndFeel.UseDefaultLookAndFeel = false; this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1"; // // barButtonItem3 // this.barButtonItem3.Caption = "Add Points (Test)"; this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph"))); this.barButtonItem3.Id = 6; this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph"))); this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "3D Logo (Test)"; this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph"))); this.barButtonItem4.Id = 7; this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph"))); this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "Print Dial"; this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph"))); this.barButtonItem5.Id = 8; this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph"))); this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick); // // vZoomout // this.vZoomout.Glyph = ((System.Drawing.Image)(resources.GetObject("vZoomout.Glyph"))); this.vZoomout.Id = 9; this.vZoomout.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("vZoomout.LargeGlyph"))); this.vZoomout.Name = "vZoomout"; this.vZoomout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick); // // vReset // this.vReset.Caption = "Reset Zoom"; this.vReset.Glyph = ((System.Drawing.Image)(resources.GetObject("vReset.Glyph"))); this.vReset.Id = 10; this.vReset.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("vReset.LargeGlyph"))); this.vReset.Name = "vReset"; this.vReset.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick); // // barButtonItem9 // this.barButtonItem9.Caption = "Wika Logo (Test)"; this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph"))); this.barButtonItem9.Id = 11; this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph"))); this.barButtonItem9.Name = "barButtonItem9"; this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick); // // barSubItem1 // this.barSubItem1.Caption = "File"; this.barSubItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItem1.Glyph"))); this.barSubItem1.Id = 12; this.barSubItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barSubItem1.LargeGlyph"))); this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.fNew), new DevExpress.XtraBars.LinkPersistInfo(this.fOpen, true), new DevExpress.XtraBars.LinkPersistInfo(this.fClose), new DevExpress.XtraBars.LinkPersistInfo(this.fSaveas, true), new DevExpress.XtraBars.LinkPersistInfo(this.fExport)}); this.barSubItem1.Name = "barSubItem1"; // // fNew // this.fNew.Caption = "New"; this.fNew.Glyph = ((System.Drawing.Image)(resources.GetObject("fNew.Glyph"))); this.fNew.Id = 31; this.fNew.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fNew.LargeGlyph"))); this.fNew.Name = "fNew"; // // fOpen // this.fOpen.Caption = "Open..."; this.fOpen.Glyph = ((System.Drawing.Image)(resources.GetObject("fOpen.Glyph"))); this.fOpen.Id = 32; this.fOpen.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fOpen.LargeGlyph"))); this.fOpen.Name = "fOpen"; // // fClose // this.fClose.Caption = "Close"; this.fClose.Glyph = ((System.Drawing.Image)(resources.GetObject("fClose.Glyph"))); this.fClose.Id = 33; this.fClose.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fClose.LargeGlyph"))); this.fClose.Name = "fClose"; // // fSaveas // this.fSaveas.Caption = "Save As..."; this.fSaveas.Glyph = ((System.Drawing.Image)(resources.GetObject("fSaveas.Glyph"))); this.fSaveas.Id = 34; this.fSaveas.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fSaveas.LargeGlyph"))); this.fSaveas.Name = "fSaveas"; // // fExport // this.fExport.Caption = "Export..."; this.fExport.Glyph = ((System.Drawing.Image)(resources.GetObject("fExport.Glyph"))); this.fExport.Id = 35; this.fExport.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fExport.LargeGlyph"))); this.fExport.Name = "fExport"; // // barButtonItem10 // this.barButtonItem10.Caption = "Line"; this.barButtonItem10.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.Glyph"))); this.barButtonItem10.Id = 13; this.barButtonItem10.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.LargeGlyph"))); this.barButtonItem10.Name = "barButtonItem10"; this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick); // // barButtonItem11 // this.barButtonItem11.Caption = "3D"; this.barButtonItem11.Id = 14; this.barButtonItem11.Name = "barButtonItem11"; this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick); // // barSubItem2 // this.barSubItem2.Caption = "Debug"; this.barSubItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItem2.Glyph"))); this.barSubItem2.Id = 15; this.barSubItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barSubItem2.LargeGlyph"))); this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.Caption | DevExpress.XtraBars.BarLinkUserDefines.PaintStyle))), this.barButtonItem10, "No Template", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12), new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13)}); this.barSubItem2.Name = "barSubItem2"; // // barButtonItem12 // this.barButtonItem12.Caption = "Add Layer (llogo)"; this.barButtonItem12.Id = 16; this.barButtonItem12.Name = "barButtonItem12"; this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick); // // barButtonItem13 // this.barButtonItem13.Caption = "Remove Layer (llogo)"; this.barButtonItem13.Id = 17; this.barButtonItem13.Name = "barButtonItem13"; this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick); // // mOpt // this.mOpt.Caption = "Options"; this.mOpt.Glyph = ((System.Drawing.Image)(resources.GetObject("mOpt.Glyph"))); this.mOpt.Id = 18; this.mOpt.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("mOpt.LargeGlyph"))); this.mOpt.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.optFilled, "Default is Filled"), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.optSnap, "Snap to Grid"), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.optConnect, "Try to Connect")}); this.mOpt.Name = "mOpt"; // // optFilled // this.optFilled.Caption = "Default is Filled"; this.optFilled.Glyph = ((System.Drawing.Image)(resources.GetObject("optFilled.Glyph"))); this.optFilled.Id = 19; this.optFilled.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("optFilled.LargeGlyph"))); this.optFilled.Name = "optFilled"; // // optSnap // this.optSnap.BindableChecked = true; this.optSnap.Caption = "Snap to Grid"; this.optSnap.Checked = true; this.optSnap.Glyph = ((System.Drawing.Image)(resources.GetObject("optSnap.Glyph"))); this.optSnap.Id = 20; this.optSnap.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("optSnap.LargeGlyph"))); this.optSnap.Name = "optSnap"; // // optConnect // this.optConnect.Caption = "Try to Connect"; this.optConnect.Glyph = ((System.Drawing.Image)(resources.GetObject("optConnect.Glyph"))); this.optConnect.Id = 21; this.optConnect.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("optConnect.LargeGlyph"))); this.optConnect.Name = "optConnect"; // // mTool // this.mTool.Caption = "Tool"; this.mTool.Glyph = ((System.Drawing.Image)(resources.GetObject("mTool.Glyph"))); this.mTool.Id = 22; this.mTool.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("mTool.LargeGlyph"))); this.mTool.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.tNone), new DevExpress.XtraBars.LinkPersistInfo(this.tSelect), new DevExpress.XtraBars.LinkPersistInfo(this.tLine, true), new DevExpress.XtraBars.LinkPersistInfo(this.tText), new DevExpress.XtraBars.LinkPersistInfo(this.tImage)}); this.mTool.Name = "mTool"; // // tNone // this.tNone.Caption = "None"; this.tNone.Glyph = ((System.Drawing.Image)(resources.GetObject("tNone.Glyph"))); this.tNone.Id = 23; this.tNone.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("tNone.LargeGlyph"))); this.tNone.Name = "tNone"; // // tSelect // this.tSelect.Caption = "Selection"; this.tSelect.Glyph = ((System.Drawing.Image)(resources.GetObject("tSelect.Glyph"))); this.tSelect.Id = 24; this.tSelect.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("tSelect.LargeGlyph"))); this.tSelect.Name = "tSelect"; // // tLine // this.tLine.Caption = "Line"; this.tLine.Glyph = ((System.Drawing.Image)(resources.GetObject("tLine.Glyph"))); this.tLine.Id = 25; this.tLine.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("tLine.LargeGlyph"))); this.tLine.Name = "tLine"; // // tText // this.tText.Caption = "Text"; this.tText.Glyph = ((System.Drawing.Image)(resources.GetObject("tText.Glyph"))); this.tText.Id = 26; this.tText.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("tText.LargeGlyph"))); this.tText.Name = "tText"; // // tImage // this.tImage.Caption = "Image"; this.tImage.Glyph = ((System.Drawing.Image)(resources.GetObject("tImage.Glyph"))); this.tImage.Id = 27; this.tImage.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("tImage.LargeGlyph"))); this.tImage.Name = "tImage"; // // vZoomin // this.vZoomin.Glyph = ((System.Drawing.Image)(resources.GetObject("vZoomin.Glyph"))); this.vZoomin.Id = 29; this.vZoomin.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("vZoomin.LargeGlyph"))); this.vZoomin.Name = "vZoomin"; // // vFit // this.vFit.Caption = "Zoom Fit"; this.vFit.Glyph = ((System.Drawing.Image)(resources.GetObject("vFit.Glyph"))); this.vFit.Id = 30; this.vFit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("vFit.LargeGlyph"))); this.vFit.Name = "vFit"; // // mEdit // this.mEdit.Caption = "Edit"; this.mEdit.Glyph = ((System.Drawing.Image)(resources.GetObject("mEdit.Glyph"))); this.mEdit.Id = 36; this.mEdit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("mEdit.LargeGlyph"))); this.mEdit.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.eUndo), new DevExpress.XtraBars.LinkPersistInfo(this.eRedo), new DevExpress.XtraBars.LinkPersistInfo(this.eCut, true), new DevExpress.XtraBars.LinkPersistInfo(this.eCopy), new DevExpress.XtraBars.LinkPersistInfo(this.ePaste), new DevExpress.XtraBars.LinkPersistInfo(this.eDelete), new DevExpress.XtraBars.LinkPersistInfo(this.eSelectall, true), new DevExpress.XtraBars.LinkPersistInfo(this.eDeselectall), new DevExpress.XtraBars.LinkPersistInfo(this.eClearall), new DevExpress.XtraBars.LinkPersistInfo(this.eGroup, true), new DevExpress.XtraBars.LinkPersistInfo(this.eUngroup), new DevExpress.XtraBars.LinkPersistInfo(this.eOrder, true)}); this.mEdit.Name = "mEdit"; // // eUndo // this.eUndo.Caption = "Undo"; this.eUndo.Glyph = ((System.Drawing.Image)(resources.GetObject("eUndo.Glyph"))); this.eUndo.Id = 37; this.eUndo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eUndo.LargeGlyph"))); this.eUndo.Name = "eUndo"; // // eRedo // this.eRedo.Caption = "Redo"; this.eRedo.Glyph = ((System.Drawing.Image)(resources.GetObject("eRedo.Glyph"))); this.eRedo.Id = 38; this.eRedo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eRedo.LargeGlyph"))); this.eRedo.Name = "eRedo"; // // eCut // this.eCut.Caption = "Cut"; this.eCut.Glyph = ((System.Drawing.Image)(resources.GetObject("eCut.Glyph"))); this.eCut.Id = 39; this.eCut.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eCut.LargeGlyph"))); this.eCut.Name = "eCut"; // // eCopy // this.eCopy.Caption = "Copy"; this.eCopy.Glyph = ((System.Drawing.Image)(resources.GetObject("eCopy.Glyph"))); this.eCopy.Id = 40; this.eCopy.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eCopy.LargeGlyph"))); this.eCopy.Name = "eCopy"; // // ePaste // this.ePaste.Caption = "Paste"; this.ePaste.Glyph = ((System.Drawing.Image)(resources.GetObject("ePaste.Glyph"))); this.ePaste.Id = 41; this.ePaste.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ePaste.LargeGlyph"))); this.ePaste.Name = "ePaste"; // // eDelete // this.eDelete.Caption = "Delete"; this.eDelete.Glyph = ((System.Drawing.Image)(resources.GetObject("eDelete.Glyph"))); this.eDelete.Id = 42; this.eDelete.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eDelete.LargeGlyph"))); this.eDelete.Name = "eDelete"; // // eSelectall // this.eSelectall.Caption = "Select All"; this.eSelectall.Glyph = ((System.Drawing.Image)(resources.GetObject("eSelectall.Glyph"))); this.eSelectall.Id = 43; this.eSelectall.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eSelectall.LargeGlyph"))); this.eSelectall.Name = "eSelectall"; // // eDeselectall // this.eDeselectall.Caption = "Deselect All"; this.eDeselectall.Glyph = ((System.Drawing.Image)(resources.GetObject("eDeselectall.Glyph"))); this.eDeselectall.Id = 44; this.eDeselectall.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eDeselectall.LargeGlyph"))); this.eDeselectall.Name = "eDeselectall"; // // eClearall // this.eClearall.Caption = "Clear All"; this.eClearall.Id = 45; this.eClearall.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eClearall.LargeGlyph"))); this.eClearall.Name = "eClearall"; // // eGroup // this.eGroup.Caption = "Group"; this.eGroup.Glyph = ((System.Drawing.Image)(resources.GetObject("eGroup.Glyph"))); this.eGroup.Id = 46; this.eGroup.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eGroup.LargeGlyph"))); this.eGroup.Name = "eGroup"; // // eUngroup // this.eUngroup.Caption = "Ungroup"; this.eUngroup.Id = 47; this.eUngroup.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eUngroup.LargeGlyph"))); this.eUngroup.Name = "eUngroup"; // // eOrder // this.eOrder.Caption = "Order"; this.eOrder.Glyph = ((System.Drawing.Image)(resources.GetObject("eOrder.Glyph"))); this.eOrder.Id = 49; this.eOrder.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eOrder.LargeGlyph"))); this.eOrder.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.eoBack), new DevExpress.XtraBars.LinkPersistInfo(this.eoBackward), new DevExpress.XtraBars.LinkPersistInfo(this.eoFront, true), new DevExpress.XtraBars.LinkPersistInfo(this.eoForward)}); this.eOrder.Name = "eOrder"; // // eoBack // this.eoBack.Caption = "Send to Back"; this.eoBack.Glyph = ((System.Drawing.Image)(resources.GetObject("eoBack.Glyph"))); this.eoBack.Id = 50; this.eoBack.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eoBack.LargeGlyph"))); this.eoBack.Name = "eoBack"; // // eoBackward // this.eoBackward.Caption = "Send Backward"; this.eoBackward.Glyph = ((System.Drawing.Image)(resources.GetObject("eoBackward.Glyph"))); this.eoBackward.Id = 51; this.eoBackward.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eoBackward.LargeGlyph"))); this.eoBackward.Name = "eoBackward"; // // eoFront // this.eoFront.Caption = "Bring to Front"; this.eoFront.Glyph = ((System.Drawing.Image)(resources.GetObject("eoFront.Glyph"))); this.eoFront.Id = 53; this.eoFront.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eoFront.LargeGlyph"))); this.eoFront.Name = "eoFront"; // // eoForward // this.eoForward.Caption = "Bring Forward"; this.eoForward.Glyph = ((System.Drawing.Image)(resources.GetObject("eoForward.Glyph"))); this.eoForward.Id = 52; this.eoForward.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("eoForward.LargeGlyph"))); this.eoForward.Name = "eoForward"; // // btnConnect // this.btnConnect.Caption = "Connect"; this.btnConnect.Glyph = ((System.Drawing.Image)(resources.GetObject("btnConnect.Glyph"))); this.btnConnect.Id = 54; this.btnConnect.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnConnect.LargeGlyph"))); this.btnConnect.Name = "btnConnect"; this.btnConnect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnConnect_ItemClick); // // ribbonImageCollectionLarge // this.ribbonImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32); this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream"))); this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_Exit_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Content_32x32.png"); this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Info_32x32.png"); // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1}); this.ribbonPage1.Image = global::Kaliber3D.Properties.Resources.addchartpane_32x32; this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "Calibration"; // // ribbonPageGroup1 // this.ribbonPageGroup1.Glyph = ((System.Drawing.Image)(resources.GetObject("ribbonPageGroup1.Glyph"))); this.ribbonPageGroup1.ItemLinks.Add(this.btnConnect); this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1); this.ribbonPageGroup1.ItemLinks.Add(this.progressbar); this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "Calibration"; // // ribbonPage2 // this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroupMain, this.ribbonPageGroup4, this.ribbonPageGroup5, this.ribbonPageGroup7}); this.ribbonPage2.Image = global::Kaliber3D.Properties.Resources.gaugestylefullcircular_32x32; this.ribbonPage2.Name = "ribbonPage2"; this.ribbonPage2.Text = "Dial Render"; // // ribbonPageGroupMain // this.ribbonPageGroupMain.ItemLinks.Add(this.barSubItem1); this.ribbonPageGroupMain.ItemLinks.Add(this.mEdit); this.ribbonPageGroupMain.ItemLinks.Add(this.mTool); this.ribbonPageGroupMain.ItemLinks.Add(this.mOpt); this.ribbonPageGroupMain.Name = "ribbonPageGroupMain"; this.ribbonPageGroupMain.Text = "Main"; // // ribbonPageGroup4 // this.ribbonPageGroup4.ItemLinks.Add(this.vZoomin); this.ribbonPageGroup4.ItemLinks.Add(this.vZoomout); this.ribbonPageGroup4.ItemLinks.Add(this.vFit); this.ribbonPageGroup4.ItemLinks.Add(this.vReset); this.ribbonPageGroup4.Name = "ribbonPageGroup4"; this.ribbonPageGroup4.Text = "Edit"; // // ribbonPageGroup5 // this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem5); this.ribbonPageGroup5.Name = "ribbonPageGroup5"; this.ribbonPageGroup5.Text = "View"; // // ribbonPageGroup7 // this.ribbonPageGroup7.ItemLinks.Add(this.barSubItem2); this.ribbonPageGroup7.Name = "ribbonPageGroup7"; this.ribbonPageGroup7.Text = "Options"; // // ribbonPage3 // this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup3}); this.ribbonPage3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage3.Image"))); this.ribbonPage3.ImageAlign = DevExpress.Utils.HorzAlignment.Center; this.ribbonPage3.Name = "ribbonPage3"; // // ribbonPageGroup3 // this.ribbonPageGroup3.ItemLinks.Add(this.rgbiSkins); this.ribbonPageGroup3.ItemLinks.Add(this.iHelp); this.ribbonPageGroup3.Name = "ribbonPageGroup3"; this.ribbonPageGroup3.Text = "Config"; // // repositoryItemDuration1 // this.repositoryItemDuration1.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; this.repositoryItemDuration1.AutoHeight = false; this.repositoryItemDuration1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemDuration1.DisabledStateText = null; this.repositoryItemDuration1.Name = "repositoryItemDuration1"; this.repositoryItemDuration1.NullValuePromptShowForEmptyValue = true; this.repositoryItemDuration1.ShowEmptyItem = true; this.repositoryItemDuration1.ValidateOnEnterKey = true; // // repositoryItemSpinEdit1 // this.repositoryItemSpinEdit1.AutoHeight = false; this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemSpinEdit1.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default; this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] { 200, 0, 0, 0}); this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] { 10, 0, 0, 0}); this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1"; // // ribbonStatusBar // this.ribbonStatusBar.ItemLinks.Add(this.siStatus); this.ribbonStatusBar.ItemLinks.Add(this.siInfo); this.ribbonStatusBar.Location = new System.Drawing.Point(0, 668); this.ribbonStatusBar.Name = "ribbonStatusBar"; this.ribbonStatusBar.Ribbon = this.ribbonControl; this.ribbonStatusBar.Size = new System.Drawing.Size(1014, 31); // // fileRibbonPage1 // this.fileRibbonPage1.Name = "fileRibbonPage1"; // // printRibbonPageGroup1 // this.printRibbonPageGroup1.Name = "printRibbonPageGroup1"; this.printRibbonPageGroup1.Text = ""; // // commonRibbonPageGroup1 // this.commonRibbonPageGroup1.Name = "commonRibbonPageGroup1"; this.commonRibbonPageGroup1.Text = ""; // // groupByRibbonPageGroup1 // this.groupByRibbonPageGroup1.Name = "groupByRibbonPageGroup1"; this.groupByRibbonPageGroup1.Text = ""; // // arrangeRibbonPageGroup1 // this.arrangeRibbonPageGroup1.Name = "arrangeRibbonPageGroup1"; this.arrangeRibbonPageGroup1.Text = ""; // // navigatorRibbonPageGroup1 // this.navigatorRibbonPageGroup1.Name = "navigatorRibbonPageGroup1"; this.navigatorRibbonPageGroup1.Text = ""; // // appointmentRibbonPageGroup1 // this.appointmentRibbonPageGroup1.Name = "appointmentRibbonPageGroup1"; this.appointmentRibbonPageGroup1.Text = ""; // // homeRibbonPage1 // this.homeRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.appointmentRibbonPageGroup1, this.navigatorRibbonPageGroup1, this.arrangeRibbonPageGroup1, this.groupByRibbonPageGroup1}); this.homeRibbonPage1.Name = "homeRibbonPage1"; // // layoutRibbonPageGroup1 // this.layoutRibbonPageGroup1.Name = "layoutRibbonPageGroup1"; this.layoutRibbonPageGroup1.Text = ""; // // timeScaleRibbonPageGroup1 // this.timeScaleRibbonPageGroup1.Name = "timeScaleRibbonPageGroup1"; this.timeScaleRibbonPageGroup1.Text = ""; // // activeViewRibbonPageGroup1 // this.activeViewRibbonPageGroup1.Name = "activeViewRibbonPageGroup1"; this.activeViewRibbonPageGroup1.Text = ""; // // viewRibbonPage1 // this.viewRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.activeViewRibbonPageGroup1, this.timeScaleRibbonPageGroup1, this.layoutRibbonPageGroup1}); this.viewRibbonPage1.Name = "viewRibbonPage1"; // // skinsRibbonPageGroup // this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup"; this.skinsRibbonPageGroup.ShowCaptionButton = false; this.skinsRibbonPageGroup.Text = "Skins"; // // ribbonPageSkins // this.ribbonPageSkins.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.skinsRibbonPageGroup}); this.ribbonPageSkins.Name = "ribbonPageSkins"; this.ribbonPageSkins.Text = "Skins"; // // helpRibbonPageGroup // this.helpRibbonPageGroup.Name = "helpRibbonPageGroup"; this.helpRibbonPageGroup.Text = "Help"; // // helpRibbonPage // this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.helpRibbonPageGroup}); this.helpRibbonPage.Name = "helpRibbonPage"; this.helpRibbonPage.Text = "Help"; // // optionsRibbonPageGroup1 // this.optionsRibbonPageGroup1.Name = "optionsRibbonPageGroup1"; this.optionsRibbonPageGroup1.Text = ""; // // actionsRibbonPageGroup1 // this.actionsRibbonPageGroup1.Name = "actionsRibbonPageGroup1"; this.actionsRibbonPageGroup1.Text = ""; // // appointmentRibbonPage1 // this.appointmentRibbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.actionsRibbonPageGroup1, this.optionsRibbonPageGroup1}); this.appointmentRibbonPage1.Name = "appointmentRibbonPage1"; this.appointmentRibbonPage1.Visible = false; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // dockManager1 // this.dockManager1.DockingOptions.FloatOnDblClick = false; this.dockManager1.DockingOptions.HideImmediatelyOnAutoHide = true; this.dockManager1.DockingOptions.ShowCaptionImage = true; this.dockManager1.DockingOptions.ShowCloseButton = false; this.dockManager1.DockingOptions.ShowMaximizeButton = false; this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.PressurePanel, this.dockPanel1, this.dockPanel2}); this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane"}); // // PressurePanel // this.PressurePanel.ActiveChild = this.configPane; this.PressurePanel.Controls.Add(this.configPane); this.PressurePanel.Controls.Add(this.pressurePane); this.PressurePanel.Controls.Add(this.chartPane); this.PressurePanel.CustomHeaderButtons.AddRange(new DevExpress.XtraBars.Docking2010.IButton[] { new DevExpress.XtraBars.Docking.CustomHeaderButton("Clear All Data", ((System.Drawing.Image)(resources.GetObject("PressurePanel.CustomHeaderButtons"))), -1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, -1)}); this.PressurePanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right; this.PressurePanel.FloatSize = new System.Drawing.Size(450, 530); this.PressurePanel.ID = new System.Guid("cb19e0d4-9329-44b5-aa19-12c3f787cbdc"); this.PressurePanel.Location = new System.Drawing.Point(557, 98); this.PressurePanel.Name = "PressurePanel"; this.PressurePanel.Options.AllowDockAsTabbedDocument = false; this.PressurePanel.Options.AllowDockBottom = false; this.PressurePanel.Options.AllowDockTop = false; this.PressurePanel.Options.ShowCloseButton = false; this.PressurePanel.OriginalSize = new System.Drawing.Size(457, 200); this.PressurePanel.Size = new System.Drawing.Size(457, 570); this.PressurePanel.Tabbed = true; this.PressurePanel.Text = "PressurePanel"; this.PressurePanel.CustomButtonClick += new DevExpress.XtraBars.Docking2010.ButtonEventHandler(this.PressurePanel_CustomButtonClick); // // configPane // this.configPane.Controls.Add(this.dockPanel2_Container); this.configPane.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.configPane.FloatSize = new System.Drawing.Size(450, 530); this.configPane.ID = new System.Guid("61706482-755e-4b81-9d40-28170cb6686c"); this.configPane.Image = ((System.Drawing.Image)(resources.GetObject("configPane.Image"))); this.configPane.Location = new System.Drawing.Point(4, 28); this.configPane.Name = "configPane"; this.configPane.Options.AllowDockAsTabbedDocument = false; this.configPane.Options.AllowDockBottom = false; this.configPane.Options.AllowDockTop = false; this.configPane.Options.ShowCloseButton = false; this.configPane.OriginalSize = new System.Drawing.Size(449, 538); this.configPane.Size = new System.Drawing.Size(449, 510); this.configPane.Text = "Work Order Configuration"; // // dockPanel2_Container // this.dockPanel2_Container.Controls.Add(this.configPane1); this.dockPanel2_Container.Location = new System.Drawing.Point(0, 0); this.dockPanel2_Container.MaximumSize = new System.Drawing.Size(450, 530); this.dockPanel2_Container.MinimumSize = new System.Drawing.Size(450, 530); this.dockPanel2_Container.Name = "dockPanel2_Container"; this.dockPanel2_Container.Size = new System.Drawing.Size(450, 530); this.dockPanel2_Container.TabIndex = 0; // // pressurePane // this.pressurePane.Controls.Add(this.dockPanel4_Container); this.pressurePane.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.pressurePane.FloatSize = new System.Drawing.Size(450, 530); this.pressurePane.FloatVertical = true; this.pressurePane.ID = new System.Guid("a92239c7-3b62-416f-9510-5e5b724a716d"); this.pressurePane.Image = ((System.Drawing.Image)(resources.GetObject("pressurePane.Image"))); this.pressurePane.Location = new System.Drawing.Point(4, 28); this.pressurePane.Name = "pressurePane"; this.pressurePane.Options.AllowDockAsTabbedDocument = false; this.pressurePane.Options.AllowDockBottom = false; this.pressurePane.Options.AllowDockTop = false; this.pressurePane.Options.ShowCloseButton = false; this.pressurePane.OriginalSize = new System.Drawing.Size(449, 538); this.pressurePane.Size = new System.Drawing.Size(449, 510); this.pressurePane.Text = "Pressure Angle Data"; // // dockPanel4_Container // this.dockPanel4_Container.Controls.Add(this.panelControl2); this.dockPanel4_Container.Controls.Add(this.labelControl2); this.dockPanel4_Container.Location = new System.Drawing.Point(0, 0); this.dockPanel4_Container.Name = "dockPanel4_Container"; this.dockPanel4_Container.Size = new System.Drawing.Size(449, 510); this.dockPanel4_Container.TabIndex = 0; // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.controlNavigator1); this.panelControl2.Controls.Add(this.gridControl1); this.panelControl2.Location = new System.Drawing.Point(14, 41); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(420, 400); this.panelControl2.TabIndex = 8; // // controlNavigator1 // this.controlNavigator1.Buttons.Append.ImageIndex = 26; this.controlNavigator1.Buttons.CancelEdit.Visible = false; this.controlNavigator1.Buttons.Edit.Visible = false; this.controlNavigator1.Buttons.EndEdit.Visible = false; this.controlNavigator1.Buttons.First.ImageIndex = 28; this.controlNavigator1.Buttons.ImageList = this.ribbonImageCollection; this.controlNavigator1.Buttons.Last.ImageIndex = 29; this.controlNavigator1.Buttons.Next.ImageIndex = 34; this.controlNavigator1.Buttons.NextPage.ImageIndex = 30; this.controlNavigator1.Buttons.Prev.ImageIndex = 35; this.controlNavigator1.Buttons.PrevPage.ImageIndex = 31; this.controlNavigator1.Buttons.Remove.ImageIndex = 24; this.controlNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom; this.controlNavigator1.Location = new System.Drawing.Point(0, 376); this.controlNavigator1.Name = "controlNavigator1"; this.controlNavigator1.NavigatableControl = this.gridControl1; this.controlNavigator1.Size = new System.Drawing.Size(420, 24); this.controlNavigator1.TabIndex = 8; this.controlNavigator1.Text = "controlNavigator1"; this.controlNavigator1.TextLocation = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Begin; // // gridControl1 // this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default; this.gridControl1.DataMember = "TableReading"; this.gridControl1.DataSource = this.KaliberDataset; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.cbInnerValue, this.cvOuterValue}); this.gridControl1.Size = new System.Drawing.Size(420, 400); this.gridControl1.TabIndex = 7; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // KaliberDataset // this.KaliberDataset.DataSetName = "NewDataSet"; this.KaliberDataset.Namespace = "Kaliber3D"; this.KaliberDataset.Tables.AddRange(new System.Data.DataTable[] { this.dataReading}); // // dataReading // this.dataReading.Columns.AddRange(new System.Data.DataColumn[] { this.pressure, this.angle, this.outer, this.inner, this.vaccuum}); this.dataReading.TableName = "TableReading"; // // pressure // this.pressure.Caption = "Pressure"; this.pressure.ColumnName = "Pressure"; this.pressure.DataType = typeof(double); this.pressure.DefaultValue = 0D; // // angle // this.angle.ColumnName = "Angle"; this.angle.DataType = typeof(double); this.angle.DefaultValue = 0D; // // outer // this.outer.Caption = "Outer Unit"; this.outer.ColumnName = "Outer"; this.outer.DefaultValue = "psi"; // // inner // this.inner.Caption = "Inner Unit"; this.inner.ColumnName = "Inner"; this.inner.DefaultValue = "none"; // // vaccuum // this.vaccuum.ColumnName = "Vaccuum"; this.vaccuum.DataType = typeof(bool); this.vaccuum.DefaultValue = false; // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseImage = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gPressure, this.gAngle, this.colOuter, this.colInner, this.colVaccuum}); this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus; this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.NewItemRowText = "Manual Input Pressure/Angle"; this.gridView1.OptionsCustomization.AllowColumnMoving = false; this.gridView1.OptionsCustomization.AllowColumnResizing = false; this.gridView1.OptionsCustomization.AllowFilter = false; this.gridView1.OptionsCustomization.AllowGroup = false; this.gridView1.OptionsCustomization.AllowQuickHideColumns = false; this.gridView1.OptionsCustomization.AllowSort = false; this.gridView1.OptionsImageLoad.AnimationType = DevExpress.Utils.ImageContentAnimationType.Expand; this.gridView1.OptionsImageLoad.AsyncLoad = true; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top; this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False; // // gPressure // this.gPressure.Caption = "Pressure"; this.gPressure.FieldName = "Pressure"; this.gPressure.Image = ((System.Drawing.Image)(resources.GetObject("gPressure.Image"))); this.gPressure.Name = "gPressure"; this.gPressure.OptionsColumn.FixedWidth = true; this.gPressure.UnboundType = DevExpress.Data.UnboundColumnType.Decimal; this.gPressure.Visible = true; this.gPressure.VisibleIndex = 0; this.gPressure.Width = 95; // // gAngle // this.gAngle.Caption = "Angle"; this.gAngle.FieldName = "Angle"; this.gAngle.Image = ((System.Drawing.Image)(resources.GetObject("gAngle.Image"))); this.gAngle.Name = "gAngle"; this.gAngle.OptionsColumn.FixedWidth = true; this.gAngle.UnboundType = DevExpress.Data.UnboundColumnType.Decimal; this.gAngle.Visible = true; this.gAngle.VisibleIndex = 1; // // colOuter // this.colOuter.ColumnEdit = this.cvOuterValue; this.colOuter.FieldName = "Outer"; this.colOuter.Image = ((System.Drawing.Image)(resources.GetObject("colOuter.Image"))); this.colOuter.Name = "colOuter"; this.colOuter.Visible = true; this.colOuter.VisibleIndex = 2; // // cvOuterValue // this.cvOuterValue.AutoHeight = false; this.cvOuterValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cvOuterValue.Items.AddRange(new object[] { "psi", "inH2O", "mmH2O", "cmH2O", "oz/in2", "kg/cm2", "inHg", "mmHg", "cmHg", "mbar", "bar", "Pa", "kPa", "MPa", "atms", "PSIa"}); this.cvOuterValue.Name = "cvOuterValue"; this.cvOuterValue.NullText = "psi"; this.cvOuterValue.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // colInner // this.colInner.ColumnEdit = this.cbInnerValue; this.colInner.FieldName = "Inner"; this.colInner.Image = ((System.Drawing.Image)(resources.GetObject("colInner.Image"))); this.colInner.Name = "colInner"; this.colInner.Visible = true; this.colInner.VisibleIndex = 3; // // cbInnerValue // this.cbInnerValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbInnerValue.Items.AddRange(new object[] { "none", "psi", "inH2O", "mmH2O", "cmH2O", "oz/in2", "kg/cm2", "inHg", "mmHg", "cmHg", "mbar", "bar", "Pa", "kPa", "MPa", "atms", "PSIa"}); this.cbInnerValue.Name = "cbInnerValue"; this.cbInnerValue.NullText = "none"; this.cbInnerValue.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; // // colVaccuum // this.colVaccuum.FieldName = "Vaccuum"; this.colVaccuum.Image = ((System.Drawing.Image)(resources.GetObject("colVaccuum.Image"))); this.colVaccuum.Name = "colVaccuum"; this.colVaccuum.Visible = true; this.colVaccuum.VisibleIndex = 4; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.ForeColor = System.Drawing.SystemColors.WindowFrame; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.LineVisible = true; this.labelControl2.Location = new System.Drawing.Point(14, 5); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(420, 22); this.labelControl2.TabIndex = 7; this.labelControl2.Text = "AUTOMATIC/MANUAL DATA COLLECTION"; // // chartPane // this.chartPane.Controls.Add(this.dockPanel5_Container); this.chartPane.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill; this.chartPane.FloatSize = new System.Drawing.Size(1179, 742); this.chartPane.ID = new System.Guid("8fb8be5f-3de0-4d9c-94c4-dbd283aca771"); this.chartPane.Image = ((System.Drawing.Image)(resources.GetObject("chartPane.Image"))); this.chartPane.Location = new System.Drawing.Point(4, 28); this.chartPane.Name = "chartPane"; this.chartPane.Options.AllowDockAsTabbedDocument = false; this.chartPane.Options.AllowDockBottom = false; this.chartPane.Options.AllowDockTop = false; this.chartPane.Options.ShowCloseButton = false; this.chartPane.OriginalSize = new System.Drawing.Size(449, 538); this.chartPane.Size = new System.Drawing.Size(449, 510); this.chartPane.Text = "Linearity Overview"; // // dockPanel5_Container // this.dockPanel5_Container.Controls.Add(this.labelControl1); this.dockPanel5_Container.Controls.Add(this.panelControl1); this.dockPanel5_Container.Location = new System.Drawing.Point(0, 0); this.dockPanel5_Container.Name = "dockPanel5_Container"; this.dockPanel5_Container.Size = new System.Drawing.Size(449, 510); this.dockPanel5_Container.TabIndex = 0; // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.SystemColors.WindowFrame; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.LineVisible = true; this.labelControl1.Location = new System.Drawing.Point(14, 6); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(420, 22); this.labelControl1.TabIndex = 3; this.labelControl1.Text = "OVERALL PERCENTAGE"; // // panelControl1 // this.panelControl1.AutoSize = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.chartControl1); this.panelControl1.Location = new System.Drawing.Point(14, 41); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(420, 400); this.panelControl1.TabIndex = 1; // // chartControl1 // this.chartControl1.CacheToMemory = true; this.chartControl1.DataSource = this.KaliberDataset; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single; this.chartControl1.SeriesDataMember = "TableReading.Angle"; series1.ArgumentDataMember = "TableReading.Angle"; series1.Name = "Series 4"; series1.ValueDataMembersSerializable = "TableReading.Pressure"; lineSeriesView1.LineStyle.Thickness = 1; series1.View = lineSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "TableReading.Pressure"; lineSeriesView2.LineStyle.Thickness = 1; this.chartControl1.SeriesTemplate.View = lineSeriesView2; this.chartControl1.Size = new System.Drawing.Size(420, 400); this.chartControl1.TabIndex = 2; // // dockPanel1 // this.dockPanel1.Controls.Add(this.dockPanel1_Container); this.dockPanel1.DockedAsTabbedDocument = true; this.dockPanel1.ID = new System.Guid("3a56c875-a689-49dc-a506-38365f0069b5"); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200); this.dockPanel1.Text = "Camera"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.cvsInSightDisplay2); this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(551, 542); this.dockPanel1_Container.TabIndex = 0; // // dockPanel2 // this.dockPanel2.Controls.Add(this.controlContainer1); this.dockPanel2.DockedAsTabbedDocument = true; this.dockPanel2.ID = new System.Guid("a11be5c1-a5ce-4021-9d1f-2abb16ef10fb"); this.dockPanel2.Name = "dockPanel2"; this.dockPanel2.OriginalSize = new System.Drawing.Size(200, 200); this.dockPanel2.Text = "Dial Render"; // // controlContainer1 // this.controlContainer1.Location = new System.Drawing.Point(0, 0); this.controlContainer1.Name = "controlContainer1"; this.controlContainer1.Size = new System.Drawing.Size(551, 542); this.controlContainer1.TabIndex = 0; // // document2 // this.document2.Caption = "dockPanel2"; this.document2.ControlName = "dockPanel2"; this.document2.FloatLocation = new System.Drawing.Point(0, 0); this.document2.FloatSize = new System.Drawing.Size(459, 570); this.document2.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.False; this.document2.Properties.AllowFloat = DevExpress.Utils.DefaultBoolean.True; this.document2.Properties.AllowFloatOnDoubleClick = DevExpress.Utils.DefaultBoolean.True; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.ForeColor = System.Drawing.SystemColors.WindowFrame; this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl3.LineVisible = true; this.labelControl3.Location = new System.Drawing.Point(14, 5); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(420, 22); this.labelControl3.TabIndex = 7; this.labelControl3.Text = "AUTOMATIC/MANUAL DATA COLLECTION"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl4.Appearance.ForeColor = System.Drawing.SystemColors.WindowFrame; this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl4.LineVisible = true; this.labelControl4.Location = new System.Drawing.Point(14, 5); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(420, 22); this.labelControl4.TabIndex = 7; this.labelControl4.Text = "AUTOMATIC/MANUAL DATA COLLECTION"; // // documentGroup1 // this.documentGroup1.Properties.ShowDocumentSelectorButton = DevExpress.Utils.DefaultBoolean.False; // // document1 // this.document1.Caption = "Dial Render"; this.document1.ControlName = "dialPane"; this.document1.FloatLocation = new System.Drawing.Point(284, 222); this.document1.FloatSize = new System.Drawing.Size(200, 570); this.document1.Image = ((System.Drawing.Image)(resources.GetObject("document1.Image"))); // // dockPanel3_Container // this.dockPanel3_Container.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel3_Container.Location = new System.Drawing.Point(0, 0); this.dockPanel3_Container.Name = "dockPanel3_Container"; this.dockPanel3_Container.Size = new System.Drawing.Size(200, 200); this.dockPanel3_Container.TabIndex = 0; // // documentManager1 // this.documentManager1.ContainerControl = this; this.documentManager1.View = this.tabbedView1; this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] { this.tabbedView1}); // // tabbedView1 // this.tabbedView1.DocumentGroups.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup[] { this.documentGroup2}); this.tabbedView1.Documents.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseDocument[] { this.dockPanel1Document, this.dockPanel2Document}); // // documentGroup2 // this.documentGroup2.Items.AddRange(new DevExpress.XtraBars.Docking2010.Views.Tabbed.Document[] { this.dockPanel1Document, this.dockPanel2Document}); // // dockPanel1Document // this.dockPanel1Document.Caption = "Camera"; this.dockPanel1Document.ControlName = "dockPanel1"; this.dockPanel1Document.FloatLocation = new System.Drawing.Point(0, 0); this.dockPanel1Document.FloatSize = new System.Drawing.Size(200, 200); this.dockPanel1Document.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.False; this.dockPanel1Document.Properties.AllowFloat = DevExpress.Utils.DefaultBoolean.True; this.dockPanel1Document.Properties.AllowFloatOnDoubleClick = DevExpress.Utils.DefaultBoolean.False; // // dockPanel2Document // this.dockPanel2Document.Caption = "Dial Render"; this.dockPanel2Document.ControlName = "dockPanel2"; this.dockPanel2Document.FloatLocation = new System.Drawing.Point(0, 0); this.dockPanel2Document.FloatSize = new System.Drawing.Size(200, 200); this.dockPanel2Document.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.False; this.dockPanel2Document.Properties.AllowFloat = DevExpress.Utils.DefaultBoolean.True; this.dockPanel2Document.Properties.AllowFloatOnDoubleClick = DevExpress.Utils.DefaultBoolean.False; // // openFileDialog2 // this.openFileDialog2.FileName = "openFileDialog2"; // // barButtonItem8 // this.barButtonItem8.Caption = "3D Logo (Test)"; this.barButtonItem8.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.Glyph"))); this.barButtonItem8.Id = 7; this.barButtonItem8.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.LargeGlyph"))); this.barButtonItem8.Name = "barButtonItem8"; // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // CvsInSightDisplay1 // this.CvsInSightDisplay1.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.CvsInSightDisplay1.DefaultTextScaleMode = Cognex.InSight.Controls.Display.CvsInSightDisplay.TextScaleModeType.Proportional; this.CvsInSightDisplay1.DialogIcon = null; this.CvsInSightDisplay1.Location = new System.Drawing.Point(8, 21); this.CvsInSightDisplay1.Name = "CvsInSightDisplay1"; this.CvsInSightDisplay1.Size = new System.Drawing.Size(568, 315); this.CvsInSightDisplay1.TabIndex = 1; // // cvsInSightDisplay2 // this.cvsInSightDisplay2.DefaultTextScaleMode = Cognex.InSight.Controls.Display.CvsInSightDisplay.TextScaleModeType.Proportional; this.cvsInSightDisplay2.DialogIcon = null; this.cvsInSightDisplay2.Location = new System.Drawing.Point(9, 14); this.cvsInSightDisplay2.Name = "cvsInSightDisplay2"; this.cvsInSightDisplay2.Size = new System.Drawing.Size(539, 427); this.cvsInSightDisplay2.TabIndex = 0; // // frmMain // this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.True; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 699); this.Controls.Add(this.PressurePanel); this.Controls.Add(this.ribbonStatusBar); this.Controls.Add(this.ribbonControl); this.MinimumSize = new System.Drawing.Size(1024, 700); this.Name = "frmMain"; this.Ribbon = this.ribbonControl; this.ShowIcon = false; this.StatusBar = this.ribbonStatusBar; this.Text = "Kaliber 3D - 3D Instruments LP"; ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollectionLarge)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDuration1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.PressurePanel.ResumeLayout(false); this.configPane.ResumeLayout(false); this.dockPanel2_Container.ResumeLayout(false); this.pressurePane.ResumeLayout(false); this.dockPanel4_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.KaliberDataset)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataReading)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cvOuterValue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbInnerValue)).EndInit(); this.chartPane.ResumeLayout(false); this.dockPanel5_Container.ResumeLayout(false); this.dockPanel5_Container.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.dockPanel1.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); this.dockPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.document2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.documentGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.document1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.documentGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockPanel1Document)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockPanel2Document)).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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(1950, 1, 1, 0, 0, 0, 0), new object[] { ((object)(332D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(1960, 1, 1, 0, 0, 0, 0), new object[] { ((object)(417D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(1970, 1, 1, 0, 0, 0, 0), new object[] { ((object)(513D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(1980, 1, 1, 0, 0, 0, 0), new object[] { ((object)(614D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(1990, 1, 1, 0, 0, 0, 0), new object[] { ((object)(721D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2000, 1, 1, 0, 0, 0, 0), new object[] { ((object)(836D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2010, 1, 1, 0, 0, 0, 0), new object[] { ((object)(935D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2020, 1, 1, 0, 0, 0, 0), new object[] { ((object)(1027D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2030, 1, 1, 0, 0, 0, 0), new object[] { ((object)(1110D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2040, 1, 1, 0, 0, 0, 0), new object[] { ((object)(1178D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2050, 1, 1, 0, 0, 0, 0), new object[] { ((object)(1231D)) }); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.XYSeriesUnwindAnimation xySeriesUnwindAnimation1 = new DevExpress.XtraCharts.XYSeriesUnwindAnimation(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.button1 = new System.Windows.Forms.Button(); this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.pnlButton = new DevExpress.XtraEditors.PanelControl(); this.btnAnimate = new DevExpress.XtraEditors.SimpleButton(); this.pnlChart = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlButton)).BeginInit(); this.pnlButton.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).BeginInit(); this.pnlChart.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(591, 339); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 25); this.button1.TabIndex = 1; this.button1.Text = "Animate"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.OnAnimateClick); // // defaultLookAndFeel // this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2016 Colorful"; // // chartControl // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; this.chartControl.Diagram = xyDiagram1; this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartControl.Legend.Name = "Default Legend"; this.chartControl.Location = new System.Drawing.Point(4, 4); this.chartControl.Name = "chartControl"; series1.Name = "Americas"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5, seriesPoint6, seriesPoint7, seriesPoint8, seriesPoint9, seriesPoint10, seriesPoint11 }); lineSeriesView1.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Plus; lineSeriesView1.LineMarkerOptions.Size = 25; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; xySeriesUnwindAnimation1.Enabled = false; lineSeriesView1.SeriesAnimation = xySeriesUnwindAnimation1; series1.View = lineSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl.Size = new System.Drawing.Size(662, 333); this.chartControl.TabIndex = 2; chartTitle1.Text = "Historic, current and future population "; this.chartControl.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // pnlButton // this.pnlButton.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnlButton.Controls.Add(this.btnAnimate); this.pnlButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlButton.Location = new System.Drawing.Point(0, 339); this.pnlButton.Name = "pnlButton"; this.pnlButton.Padding = new System.Windows.Forms.Padding(4, 2, 4, 4); this.pnlButton.Size = new System.Drawing.Size(670, 29); this.pnlButton.TabIndex = 3; // // btnAnimate // this.btnAnimate.Dock = System.Windows.Forms.DockStyle.Right; this.btnAnimate.Location = new System.Drawing.Point(566, 2); this.btnAnimate.Name = "btnAnimate"; this.btnAnimate.Size = new System.Drawing.Size(100, 23); this.btnAnimate.TabIndex = 0; this.btnAnimate.Text = "Animate"; this.btnAnimate.Click += new System.EventHandler(this.OnAnimateClick); // // pnlChart // this.pnlChart.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnlChart.Controls.Add(this.chartControl); this.pnlChart.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlChart.Location = new System.Drawing.Point(0, 0); this.pnlChart.Name = "pnlChart"; this.pnlChart.Padding = new System.Windows.Forms.Padding(4, 4, 4, 2); this.pnlChart.Size = new System.Drawing.Size(670, 339); this.pnlChart.TabIndex = 4; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(670, 368); this.Controls.Add(this.pnlChart); this.Controls.Add(this.pnlButton); this.Controls.Add(this.button1); this.Name = "MainForm"; this.Text = " Custrom XYMarker Animation Example"; ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlButton)).EndInit(); this.pnlButton.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlChart)).EndInit(); this.pnlChart.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.ConstantLine constantLine3 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 5, 0, 0, 0, 0), new object[] { ((object)(90D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 6, 0, 0, 0, 0), new object[] { ((object)(80D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 8, 0, 0, 0, 0), new object[] { ((object)(96.46D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 7, 0, 0, 0, 0), new object[] { ((object)(90D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 9, 0, 0, 0, 0), new object[] { ((object)(94.48D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 10, 0, 0, 0, 0), new object[] { ((object)(98.78D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint(new System.DateTime(2015, 9, 11, 0, 0, 0, 0), new object[] { ((object)(80D))}); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Qx)); this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge(); this.labelComponent1 = new DevExpress.XtraGauges.Win.Base.LabelComponent(); this.arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent(); this.arcScaleRangeBarComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent(); this.panelContainer = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.label6 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.lblTemperature5 = new System.Windows.Forms.Label(); this.lblTemperature4 = new System.Windows.Forms.Label(); this.lblTemperature3 = new System.Windows.Forms.Label(); this.lblTemperature1 = new System.Windows.Forms.Label(); this.lblTemperature2 = new System.Windows.Forms.Label(); this.lblDateTime1 = new System.Windows.Forms.Label(); this.pboxFigure4 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.pboxFigure3 = new System.Windows.Forms.PictureBox(); this.pboxFigure1 = new System.Windows.Forms.PictureBox(); this.pboxFigure2 = new System.Windows.Forms.PictureBox(); this.lblDateTime4 = new System.Windows.Forms.Label(); this.lblDateTime2 = new System.Windows.Forms.Label(); this.lblDateTime3 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.lbDjsw = new System.Windows.Forms.Label(); this.pboxSW = new com.tk.dam.Views.PictureBoxModel(); this.pboxS = new System.Windows.Forms.PictureBox(); this.label5 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl(); this.circularGauge2 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge(); this.labelComponent2 = new DevExpress.XtraGauges.Win.Base.LabelComponent(); this.arcScaleRangeBarComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent(); this.arcScaleComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent(); this.label3 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.lblPower = new System.Windows.Forms.Label(); this.lblDirection = new System.Windows.Forms.Label(); this.pboxDirectionW = new System.Windows.Forms.PictureBox(); this.pboxDirectionWN = new System.Windows.Forms.PictureBox(); this.pboxDirectionSW = new System.Windows.Forms.PictureBox(); this.pboxDirectionES = new System.Windows.Forms.PictureBox(); this.pboxDirectionNE = new System.Windows.Forms.PictureBox(); this.pboxDirectionN = new System.Windows.Forms.PictureBox(); this.pboxDirectionE = new System.Windows.Forms.PictureBox(); this.pboxDirectionS = new System.Windows.Forms.PictureBox(); this.pboxDirection = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent1)).BeginInit(); this.panelContainer.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure2)).BeginInit(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pboxS)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionWN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionSW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionES)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionNE)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionE)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirection)).BeginInit(); this.SuspendLayout(); // // circularGauge1 // this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 248, 248); this.circularGauge1.Name = "circularGauge1"; // // labelComponent1 // this.labelComponent1.AppearanceText.Font = new System.Drawing.Font("Segoe UI", 27.75F); this.labelComponent1.Name = "circularGauge1_Label1"; this.labelComponent1.Size = new System.Drawing.SizeF(140F, 60F); this.labelComponent1.Text = "910"; this.labelComponent1.UseColorScheme = false; this.labelComponent1.ZOrder = -1001; // // arcScaleComponent1 // this.arcScaleComponent1.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent1.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent1.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent1.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent1.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 8.5F); this.arcScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A"); this.arcScaleComponent1.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F); this.arcScaleComponent1.EndAngle = 90F; this.arcScaleComponent1.MajorTickCount = 0; this.arcScaleComponent1.MajorTickmark.FormatString = "{0:F0}"; this.arcScaleComponent1.MajorTickmark.ShapeOffset = -14F; this.arcScaleComponent1.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_1; this.arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight; this.arcScaleComponent1.MaxValue = 100F; this.arcScaleComponent1.MinorTickCount = 0; this.arcScaleComponent1.MinorTickmark.ShapeOffset = -7F; this.arcScaleComponent1.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2; this.arcScaleComponent1.Name = "scale1"; this.arcScaleComponent1.StartAngle = -270F; this.arcScaleComponent1.Value = 20F; // // arcScaleRangeBarComponent1 // this.arcScaleRangeBarComponent1.Name = "circularGauge1_RangeBar2"; this.arcScaleRangeBarComponent1.RoundedCaps = true; this.arcScaleRangeBarComponent1.ShowBackground = true; this.arcScaleRangeBarComponent1.StartOffset = 80F; this.arcScaleRangeBarComponent1.ZOrder = -10; // // panelContainer // this.panelContainer.Anchor = System.Windows.Forms.AnchorStyles.Left; this.panelContainer.BackColor = System.Drawing.Color.Transparent; this.panelContainer.Controls.Add(this.panel5); this.panelContainer.Controls.Add(this.panel1); this.panelContainer.Controls.Add(this.panel4); this.panelContainer.Controls.Add(this.panel3); this.panelContainer.Controls.Add(this.panel2); this.panelContainer.Location = new System.Drawing.Point(70, 35); this.panelContainer.Name = "panelContainer"; this.panelContainer.Size = new System.Drawing.Size(1220, 530); this.panelContainer.TabIndex = 24; // // panel5 // this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel5.AutoSize = true; this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250))))); this.panel5.Controls.Add(this.chartControl1); this.panel5.Controls.Add(this.label6); this.panel5.Location = new System.Drawing.Point(738, 17); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(486, 500); this.panel5.TabIndex = 23; // // 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.BackColor = System.Drawing.Color.Transparent; this.chartControl1.BorderOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250))))); xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None; xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false; xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 3D; xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.Label.TextPattern = "{A:MMMd日}"; xyDiagram1.AxisX.Title.Alignment = System.Drawing.StringAlignment.Far; xyDiagram1.AxisX.Title.Antialiasing = false; xyDiagram1.AxisX.Title.Text = "时间"; xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.White; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; constantLine1.AxisValueSerializable = "100"; constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); constantLine1.LineStyle.Thickness = 3; constantLine1.Name = "设计水位"; constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far; constantLine1.Title.Visible = false; constantLine2.AxisValueSerializable = "96.5"; constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(0))))); constantLine2.LineStyle.Thickness = 3; constantLine2.Name = "正常水位"; constantLine2.Title.Text = "正常水位"; constantLine2.Title.Visible = false; constantLine3.AxisValueSerializable = "93"; constantLine3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(96)))), ((int)(((byte)(245))))); constantLine3.LineStyle.Thickness = 3; constantLine3.Name = "汛限水位"; constantLine3.Title.Text = "汛限水位"; constantLine3.Title.Visible = false; xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine1, constantLine2, constantLine3}); xyDiagram1.AxisY.GridLines.MinorColor = System.Drawing.Color.Transparent; xyDiagram1.AxisY.Label.TextPattern = "{V}m"; xyDiagram1.AxisY.Tickmarks.Visible = false; xyDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far; xyDiagram1.AxisY.Title.Antialiasing = false; xyDiagram1.AxisY.Title.Text = "水位"; xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.White; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisualRange.Auto = false; xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "100"; xyDiagram1.AxisY.VisualRange.MinValueSerializable = "80"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.AxisY.WholeRange.Auto = false; xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "100"; xyDiagram1.AxisY.WholeRange.MinValueSerializable = "70"; xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent; xyDiagram1.DefaultPane.BorderColor = System.Drawing.Color.Transparent; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Legend.BackColor = System.Drawing.Color.Transparent; this.chartControl1.Legend.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(145)))), ((int)(((byte)(250))))); this.chartControl1.Legend.Font = new System.Drawing.Font("Tahoma", 10F); this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.Location = new System.Drawing.Point(13, 95); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteName = "Yellow"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "水位"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5, seriesPoint6, seriesPoint7}); lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(228)))), ((int)(((byte)(0))))); lineSeriesView1.LineStyle.Thickness = 1; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series1.View = lineSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.SeriesTemplate.View = lineSeriesView2; this.chartControl1.Size = new System.Drawing.Size(468, 375); this.chartControl1.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Tahoma", 24F); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(3, 4); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(145, 39); this.label6.TabIndex = 0; this.label6.Text = "水位曲线"; // // panel1 // this.panel1.AutoSize = true; this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(5)))), ((int)(((byte)(167)))), ((int)(((byte)(108))))); this.panel1.Controls.Add(this.lblTemperature5); this.panel1.Controls.Add(this.lblTemperature4); this.panel1.Controls.Add(this.lblTemperature3); this.panel1.Controls.Add(this.lblTemperature1); this.panel1.Controls.Add(this.lblTemperature2); this.panel1.Controls.Add(this.lblDateTime1); this.panel1.Controls.Add(this.pboxFigure4); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.pboxFigure3); this.panel1.Controls.Add(this.pboxFigure1); this.panel1.Controls.Add(this.pboxFigure2); this.panel1.Controls.Add(this.lblDateTime4); this.panel1.Controls.Add(this.lblDateTime2); this.panel1.Controls.Add(this.lblDateTime3); this.panel1.Location = new System.Drawing.Point(0, 17); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(252, 500); this.panel1.TabIndex = 0; // // lblTemperature5 // this.lblTemperature5.AutoSize = true; this.lblTemperature5.ForeColor = System.Drawing.Color.White; this.lblTemperature5.Location = new System.Drawing.Point(197, 413); this.lblTemperature5.Name = "lblTemperature5"; this.lblTemperature5.Size = new System.Drawing.Size(31, 14); this.lblTemperature5.TabIndex = 14; this.lblTemperature5.Text = "23℃"; // // lblTemperature4 // this.lblTemperature4.AutoSize = true; this.lblTemperature4.ForeColor = System.Drawing.Color.White; this.lblTemperature4.Location = new System.Drawing.Point(106, 413); this.lblTemperature4.Name = "lblTemperature4"; this.lblTemperature4.Size = new System.Drawing.Size(31, 14); this.lblTemperature4.TabIndex = 13; this.lblTemperature4.Text = "21℃"; // // lblTemperature3 // this.lblTemperature3.AutoSize = true; this.lblTemperature3.ForeColor = System.Drawing.Color.White; this.lblTemperature3.Location = new System.Drawing.Point(23, 414); this.lblTemperature3.Name = "lblTemperature3"; this.lblTemperature3.Size = new System.Drawing.Size(31, 14); this.lblTemperature3.TabIndex = 16; this.lblTemperature3.Text = "26℃"; // // lblTemperature1 // this.lblTemperature1.AutoSize = true; this.lblTemperature1.Font = new System.Drawing.Font("Tahoma", 24F); this.lblTemperature1.ForeColor = System.Drawing.Color.White; this.lblTemperature1.Location = new System.Drawing.Point(49, 206); this.lblTemperature1.Name = "lblTemperature1"; this.lblTemperature1.Size = new System.Drawing.Size(78, 39); this.lblTemperature1.TabIndex = 9; this.lblTemperature1.Text = "28℃"; // // lblTemperature2 // this.lblTemperature2.AutoSize = true; this.lblTemperature2.Font = new System.Drawing.Font("Tahoma", 16F); this.lblTemperature2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(205)))), ((int)(((byte)(2))))); this.lblTemperature2.Location = new System.Drawing.Point(123, 215); this.lblTemperature2.Name = "lblTemperature2"; this.lblTemperature2.Size = new System.Drawing.Size(63, 27); this.lblTemperature2.TabIndex = 8; this.lblTemperature2.Text = "/27℃"; // // lblDateTime1 // this.lblDateTime1.AutoSize = true; this.lblDateTime1.ForeColor = System.Drawing.Color.White; this.lblDateTime1.Location = new System.Drawing.Point(53, 245); this.lblDateTime1.Name = "lblDateTime1"; this.lblDateTime1.Size = new System.Drawing.Size(132, 14); this.lblDateTime1.TabIndex = 10; this.lblDateTime1.Text = " 9月16日 星期三"; // // pboxFigure4 // this.pboxFigure4.Location = new System.Drawing.Point(171, 341); this.pboxFigure4.Name = "pboxFigure4"; this.pboxFigure4.Size = new System.Drawing.Size(78, 78); this.pboxFigure4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxFigure4.TabIndex = 17; this.pboxFigure4.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 24F); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(3, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 39); this.label1.TabIndex = 0; this.label1.Text = "天气"; // // pboxFigure3 // this.pboxFigure3.Location = new System.Drawing.Point(87, 341); this.pboxFigure3.Name = "pboxFigure3"; this.pboxFigure3.Size = new System.Drawing.Size(78, 78); this.pboxFigure3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxFigure3.TabIndex = 18; this.pboxFigure3.TabStop = false; // // pboxFigure1 // this.pboxFigure1.Location = new System.Drawing.Point(28, 46); this.pboxFigure1.Name = "pboxFigure1"; this.pboxFigure1.Size = new System.Drawing.Size(180, 180); this.pboxFigure1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxFigure1.TabIndex = 6; this.pboxFigure1.TabStop = false; // // pboxFigure2 // this.pboxFigure2.Location = new System.Drawing.Point(3, 341); this.pboxFigure2.Name = "pboxFigure2"; this.pboxFigure2.Size = new System.Drawing.Size(78, 78); this.pboxFigure2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxFigure2.TabIndex = 19; this.pboxFigure2.TabStop = false; // // lblDateTime4 // this.lblDateTime4.AutoSize = true; this.lblDateTime4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212))))); this.lblDateTime4.ForeColor = System.Drawing.Color.White; this.lblDateTime4.Location = new System.Drawing.Point(190, 324); this.lblDateTime4.Name = "lblDateTime4"; this.lblDateTime4.Size = new System.Drawing.Size(43, 14); this.lblDateTime4.TabIndex = 15; this.lblDateTime4.Text = "星期五"; // // lblDateTime2 // this.lblDateTime2.AutoSize = true; this.lblDateTime2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212))))); this.lblDateTime2.ForeColor = System.Drawing.Color.White; this.lblDateTime2.Location = new System.Drawing.Point(19, 324); this.lblDateTime2.Name = "lblDateTime2"; this.lblDateTime2.Size = new System.Drawing.Size(43, 14); this.lblDateTime2.TabIndex = 12; this.lblDateTime2.Text = "星期三"; // // lblDateTime3 // this.lblDateTime3.AutoSize = true; this.lblDateTime3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(121)))), ((int)(((byte)(212))))); this.lblDateTime3.ForeColor = System.Drawing.Color.White; this.lblDateTime3.Location = new System.Drawing.Point(104, 324); this.lblDateTime3.Name = "lblDateTime3"; this.lblDateTime3.Size = new System.Drawing.Size(43, 14); this.lblDateTime3.TabIndex = 11; this.lblDateTime3.Text = "星期四"; // // panel4 // this.panel4.AutoSize = true; this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(169)))), ((int)(((byte)(245))))); this.panel4.Controls.Add(this.lbDjsw); this.panel4.Controls.Add(this.pboxSW); this.panel4.Controls.Add(this.pboxS); this.panel4.Controls.Add(this.label5); this.panel4.Location = new System.Drawing.Point(454, 17); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(278, 500); this.panel4.TabIndex = 21; // // lbDjsw // this.lbDjsw.BackColor = System.Drawing.Color.Transparent; this.lbDjsw.Font = new System.Drawing.Font("Tahoma", 12F); this.lbDjsw.ForeColor = System.Drawing.Color.WhiteSmoke; this.lbDjsw.Location = new System.Drawing.Point(113, 10); this.lbDjsw.Name = "lbDjsw"; this.lbDjsw.Size = new System.Drawing.Size(154, 42); this.lbDjsw.TabIndex = 26; this.lbDjsw.Text = "当前水位:95m "; this.lbDjsw.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // pboxSW // this.pboxSW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.pboxSW.Location = new System.Drawing.Point(0, 180); this.pboxSW.Name = "pboxSW"; this.pboxSW.Size = new System.Drawing.Size(94, 320); this.pboxSW.TabIndex = 25; // // pboxS // this.pboxS.BackColor = System.Drawing.Color.Transparent; this.pboxS.Dock = System.Windows.Forms.DockStyle.Bottom; this.pboxS.Image = global::com.tk.dam.Properties.Resources.shui1; this.pboxS.Location = new System.Drawing.Point(0, 301); this.pboxS.Name = "pboxS"; this.pboxS.Size = new System.Drawing.Size(278, 199); this.pboxS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxS.TabIndex = 1; this.pboxS.TabStop = false; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Tahoma", 24F); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Location = new System.Drawing.Point(3, 4); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(81, 39); this.label5.TabIndex = 0; this.label5.Text = "水位"; // // panel3 // this.panel3.AutoSize = true; this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(170)))), ((int)(((byte)(21))))); this.panel3.Controls.Add(this.gaugeControl1); this.panel3.Controls.Add(this.label3); this.panel3.Location = new System.Drawing.Point(258, 282); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(190, 235); this.panel3.TabIndex = 21; // // gaugeControl1 // this.gaugeControl1.AutoLayout = false; this.gaugeControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(170)))), ((int)(((byte)(21))))); this.gaugeControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] { this.circularGauge2}); this.gaugeControl1.Location = new System.Drawing.Point(15, 59); this.gaugeControl1.Name = "gaugeControl1"; this.gaugeControl1.Size = new System.Drawing.Size(160, 160); this.gaugeControl1.TabIndex = 1; // // circularGauge2 // this.circularGauge2.AutoSize = DevExpress.Utils.DefaultBoolean.True; this.circularGauge2.Bounds = new System.Drawing.Rectangle(6, 6, 148, 148); this.circularGauge2.Labels.AddRange(new DevExpress.XtraGauges.Win.Base.LabelComponent[] { this.labelComponent2}); this.circularGauge2.Name = "circularGauge2"; this.circularGauge2.RangeBars.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponent[] { this.arcScaleRangeBarComponent2}); this.circularGauge2.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] { this.arcScaleComponent2}); // // labelComponent2 // this.labelComponent2.AppearanceText.Font = new System.Drawing.Font("Segoe UI", 27.75F); this.labelComponent2.AppearanceText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.labelComponent2.Name = "circularGauge1_Label1"; this.labelComponent2.Size = new System.Drawing.SizeF(140F, 60F); this.labelComponent2.Text = "45%"; this.labelComponent2.UseColorScheme = false; this.labelComponent2.ZOrder = -1001; // // arcScaleRangeBarComponent2 // this.arcScaleRangeBarComponent2.AppearanceRangeBar.BackgroundBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F8D291"); this.arcScaleRangeBarComponent2.AppearanceRangeBar.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#F8D291"); this.arcScaleRangeBarComponent2.ArcScale = this.arcScaleComponent2; this.arcScaleRangeBarComponent2.Name = "circularGauge1_RangeBar2"; this.arcScaleRangeBarComponent2.RoundedCaps = true; this.arcScaleRangeBarComponent2.Shader = new DevExpress.XtraGauges.Core.Drawing.ComplexShader("Opacity[1] Colors[Style1:#1F7700;Style2:#1F7700]"); this.arcScaleRangeBarComponent2.ShowBackground = true; this.arcScaleRangeBarComponent2.StartOffset = 80F; this.arcScaleRangeBarComponent2.ZOrder = -10; // // arcScaleComponent2 // this.arcScaleComponent2.AppearanceMajorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent2.AppearanceMajorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent2.AppearanceMinorTickmark.BorderBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent2.AppearanceMinorTickmark.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:White"); this.arcScaleComponent2.AppearanceTickmarkText.Font = new System.Drawing.Font("Tahoma", 8.5F); this.arcScaleComponent2.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#484E5A"); this.arcScaleComponent2.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F); this.arcScaleComponent2.EndAngle = 90F; this.arcScaleComponent2.MajorTickCount = 0; this.arcScaleComponent2.MajorTickmark.FormatString = "{0:F0}"; this.arcScaleComponent2.MajorTickmark.ShapeOffset = -14F; this.arcScaleComponent2.MajorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style14_3; this.arcScaleComponent2.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight; this.arcScaleComponent2.MaxValue = 100F; this.arcScaleComponent2.MinorTickCount = 0; this.arcScaleComponent2.MinorTickmark.ShapeOffset = -7F; this.arcScaleComponent2.MinorTickmark.ShapeType = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style16_2; this.arcScaleComponent2.Name = "scale1"; this.arcScaleComponent2.StartAngle = -270F; this.arcScaleComponent2.Value = 45F; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 24F); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Location = new System.Drawing.Point(3, 13); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(81, 39); this.label3.TabIndex = 0; this.label3.Text = "湿度"; // // panel2 // this.panel2.AutoSize = true; this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(150)))), ((int)(((byte)(145))))); this.panel2.Controls.Add(this.lblPower); this.panel2.Controls.Add(this.lblDirection); this.panel2.Controls.Add(this.pboxDirectionW); this.panel2.Controls.Add(this.pboxDirectionWN); this.panel2.Controls.Add(this.pboxDirectionSW); this.panel2.Controls.Add(this.pboxDirectionES); this.panel2.Controls.Add(this.pboxDirectionNE); this.panel2.Controls.Add(this.pboxDirectionN); this.panel2.Controls.Add(this.pboxDirectionE); this.panel2.Controls.Add(this.pboxDirectionS); this.panel2.Controls.Add(this.pboxDirection); this.panel2.Controls.Add(this.label2); this.panel2.Location = new System.Drawing.Point(258, 17); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(190, 255); this.panel2.TabIndex = 20; // // lblPower // this.lblPower.Font = new System.Drawing.Font("Tahoma", 10F); this.lblPower.ForeColor = System.Drawing.Color.White; this.lblPower.Location = new System.Drawing.Point(57, 139); this.lblPower.Name = "lblPower"; this.lblPower.Size = new System.Drawing.Size(70, 24); this.lblPower.TabIndex = 7; this.lblPower.Text = "4~6级"; this.lblPower.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblDirection // this.lblDirection.Font = new System.Drawing.Font("Tahoma", 10F); this.lblDirection.ForeColor = System.Drawing.Color.White; this.lblDirection.Location = new System.Drawing.Point(45, 117); this.lblDirection.Name = "lblDirection"; this.lblDirection.Size = new System.Drawing.Size(97, 21); this.lblDirection.TabIndex = 6; this.lblDirection.Text = "东北风"; this.lblDirection.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pboxDirectionW // this.pboxDirectionW.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_w; this.pboxDirectionW.Location = new System.Drawing.Point(-4, 129); this.pboxDirectionW.Name = "pboxDirectionW"; this.pboxDirectionW.Size = new System.Drawing.Size(34, 34); this.pboxDirectionW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionW.TabIndex = 8; this.pboxDirectionW.TabStop = false; this.pboxDirectionW.Visible = false; // // pboxDirectionWN // this.pboxDirectionWN.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_wn; this.pboxDirectionWN.Location = new System.Drawing.Point(15, 65); this.pboxDirectionWN.Name = "pboxDirectionWN"; this.pboxDirectionWN.Size = new System.Drawing.Size(34, 34); this.pboxDirectionWN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionWN.TabIndex = 8; this.pboxDirectionWN.TabStop = false; this.pboxDirectionWN.Visible = false; // // pboxDirectionSW // this.pboxDirectionSW.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_sw; this.pboxDirectionSW.Location = new System.Drawing.Point(13, 185); this.pboxDirectionSW.Name = "pboxDirectionSW"; this.pboxDirectionSW.Size = new System.Drawing.Size(34, 34); this.pboxDirectionSW.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionSW.TabIndex = 8; this.pboxDirectionSW.TabStop = false; this.pboxDirectionSW.Visible = false; // // pboxDirectionES // this.pboxDirectionES.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_es; this.pboxDirectionES.Location = new System.Drawing.Point(138, 183); this.pboxDirectionES.Name = "pboxDirectionES"; this.pboxDirectionES.Size = new System.Drawing.Size(34, 34); this.pboxDirectionES.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionES.TabIndex = 8; this.pboxDirectionES.TabStop = false; this.pboxDirectionES.Visible = false; // // pboxDirectionNE // this.pboxDirectionNE.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_ne; this.pboxDirectionNE.Location = new System.Drawing.Point(134, 63); this.pboxDirectionNE.Name = "pboxDirectionNE"; this.pboxDirectionNE.Size = new System.Drawing.Size(34, 34); this.pboxDirectionNE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionNE.TabIndex = 8; this.pboxDirectionNE.TabStop = false; this.pboxDirectionNE.Visible = false; // // pboxDirectionN // this.pboxDirectionN.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_n; this.pboxDirectionN.Location = new System.Drawing.Point(75, 49); this.pboxDirectionN.Name = "pboxDirectionN"; this.pboxDirectionN.Size = new System.Drawing.Size(34, 34); this.pboxDirectionN.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionN.TabIndex = 8; this.pboxDirectionN.TabStop = false; this.pboxDirectionN.Visible = false; // // pboxDirectionE // this.pboxDirectionE.Image = global::com.tk.dam.Properties.Resources.wind_direction_arrow_e; this.pboxDirectionE.Location = new System.Drawing.Point(153, 129); this.pboxDirectionE.Name = "pboxDirectionE"; this.pboxDirectionE.Size = new System.Drawing.Size(34, 34); this.pboxDirectionE.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionE.TabIndex = 8; this.pboxDirectionE.TabStop = false; this.pboxDirectionE.Visible = false; // // pboxDirectionS // this.pboxDirectionS.Image = ((System.Drawing.Image)(resources.GetObject("pboxDirectionS.Image"))); this.pboxDirectionS.Location = new System.Drawing.Point(75, 202); this.pboxDirectionS.Name = "pboxDirectionS"; this.pboxDirectionS.Size = new System.Drawing.Size(34, 34); this.pboxDirectionS.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirectionS.TabIndex = 8; this.pboxDirectionS.TabStop = false; this.pboxDirectionS.Visible = false; // // pboxDirection // this.pboxDirection.Image = global::com.tk.dam.Properties.Resources.wind_direction; this.pboxDirection.Location = new System.Drawing.Point(25, 79); this.pboxDirection.Name = "pboxDirection"; this.pboxDirection.Size = new System.Drawing.Size(131, 128); this.pboxDirection.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pboxDirection.TabIndex = 1; this.pboxDirection.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 24F); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(3, 4); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(81, 39); this.label2.TabIndex = 0; this.label2.Text = "风向"; // // Qx // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(126)))), ((int)(((byte)(206))))); this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelContainer); this.Name = "Qx"; this.Size = new System.Drawing.Size(1300, 670); this.Load += new System.EventHandler(this.Qx_Load); ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.labelComponent1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent1)).EndInit(); this.panelContainer.ResumeLayout(false); this.panelContainer.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxFigure2)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pboxS)).EndInit(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.circularGauge2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.labelComponent2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleRangeBarComponent2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent2)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionWN)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionSW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionES)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionNE)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionN)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionE)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirectionS)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pboxDirection)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.cBEvertical = new DevExpress.XtraEditors.ComboBoxEdit(); this.cBEHorizontal = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.siBConcel = new DevExpress.XtraEditors.SimpleButton(); this.siBOK = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cBEvertical.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cBEHorizontal.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit(); this.SuspendLayout(); // // groupControl1 // this.groupControl1.Controls.Add(this.cBEvertical); this.groupControl1.Controls.Add(this.cBEHorizontal); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Location = new System.Drawing.Point(9, 15); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(148, 289); this.groupControl1.TabIndex = 0; // // cBEvertical // this.cBEvertical.Location = new System.Drawing.Point(58, 105); this.cBEvertical.Name = "cBEvertical"; this.cBEvertical.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBEvertical.Size = new System.Drawing.Size(75, 20); this.cBEvertical.TabIndex = 5; // // cBEHorizontal // this.cBEHorizontal.Location = new System.Drawing.Point(58, 61); this.cBEHorizontal.Name = "cBEHorizontal"; this.cBEHorizontal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBEHorizontal.Size = new System.Drawing.Size(75, 20); this.cBEHorizontal.TabIndex = 4; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(15, 108); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(24, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "纵轴"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(15, 64); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(24, 14); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "横轴"; // // chartControl1 // this.chartControl1.Cursor = System.Windows.Forms.Cursors.Default; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartControl1.Legend.MarkerSize = new System.Drawing.Size(5, 5); this.chartControl1.Location = new System.Drawing.Point(189, 15); this.chartControl1.Name = "chartControl1"; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; series1.View = pointSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.SeriesTemplate.View = pointSeriesView2; this.chartControl1.Size = new System.Drawing.Size(293, 289); this.chartControl1.TabIndex = 1; chartTitle1.Dock = DevExpress.XtraCharts.ChartTitleDockStyle.Left; chartTitle1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle1.Text = "样方内调查面积(亩)"; chartTitle2.Dock = DevExpress.XtraCharts.ChartTitleDockStyle.Bottom; chartTitle2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle2.Text = "样方内遥感分类面积(亩)"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1, chartTitle2 }); // // siBConcel // this.siBConcel.ImageIndex = 2; this.siBConcel.Location = new System.Drawing.Point(349, 322); this.siBConcel.Name = "siBConcel"; this.siBConcel.Size = new System.Drawing.Size(78, 25); this.siBConcel.TabIndex = 62; this.siBConcel.Text = "取消"; this.siBConcel.Click += new System.EventHandler(this.siBConcel_Click); // // siBOK // this.siBOK.ImageIndex = 2; this.siBOK.Location = new System.Drawing.Point(236, 322); this.siBOK.Name = "siBOK"; this.siBOK.Size = new System.Drawing.Size(78, 25); this.siBOK.TabIndex = 61; this.siBOK.Text = "确定"; this.siBOK.Click += new System.EventHandler(this.siBOK_Click); // // frmSampleOverview // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(494, 352); this.Controls.Add(this.siBConcel); this.Controls.Add(this.siBOK); this.Controls.Add(this.chartControl1); this.Controls.Add(this.groupControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.HelpButton = true; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(500, 380); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(500, 380); this.Name = "frmSampleOverview"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "抽样样本概览"; this.Load += new System.EventHandler(this.frmSampleOverview_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cBEvertical.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cBEHorizontal.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.dateEdit2 = new DevExpress.XtraEditors.DateEdit(); this.cbeAction = new DevExpress.XtraEditors.ComboBoxEdit(); this.cbeUser = new DevExpress.XtraEditors.ComboBoxEdit(); this.sbSearch = new DevExpress.XtraEditors.SimpleButton(); this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); this.textEdit1 = new DevExpress.XtraEditors.TextEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.Root1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeAction.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeUser.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.dateEdit2); this.layoutControl1.Controls.Add(this.cbeAction); this.layoutControl1.Controls.Add(this.cbeUser); this.layoutControl1.Controls.Add(this.sbSearch); this.layoutControl1.Controls.Add(this.dateEdit1); this.layoutControl1.Controls.Add(this.textEdit1); this.layoutControl1.Controls.Add(this.simpleButton1); this.layoutControl1.Controls.Add(this.radioGroup1); this.layoutControl1.Controls.Add(this.chartControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup2, this.tabbedControlGroup1, this.layoutControlItem7, this.layoutControlItem8, this.layoutControlItem4}); this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1062, 177, 809, 736); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(986, 590); this.layoutControl1.TabIndex = 2; this.layoutControl1.Text = "layoutControl1"; // // dateEdit2 // this.dateEdit2.EditValue = null; this.dateEdit2.Location = new System.Drawing.Point(367, 22); this.dateEdit2.Name = "dateEdit2"; this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit2.Size = new System.Drawing.Size(106, 28); this.dateEdit2.StyleController = this.layoutControl1; this.dateEdit2.TabIndex = 18; // // cbeAction // this.cbeAction.Location = new System.Drawing.Point(105, 116); this.cbeAction.Name = "cbeAction"; this.cbeAction.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbeAction.Size = new System.Drawing.Size(148, 28); this.cbeAction.StyleController = this.layoutControl1; this.cbeAction.TabIndex = 10; // // cbeUser // this.cbeUser.Location = new System.Drawing.Point(105, 84); this.cbeUser.Name = "cbeUser"; this.cbeUser.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbeUser.Size = new System.Drawing.Size(386, 28); this.cbeUser.StyleController = this.layoutControl1; this.cbeUser.TabIndex = 9; // // sbSearch // this.sbSearch.Location = new System.Drawing.Point(0, 0); this.sbSearch.Name = "sbSearch"; this.sbSearch.Size = new System.Drawing.Size(75, 23); this.sbSearch.StyleController = this.layoutControl1; this.sbSearch.TabIndex = 11; // // dateEdit1 // this.dateEdit1.EditValue = null; this.dateEdit1.Location = new System.Drawing.Point(231, 22); this.dateEdit1.Name = "dateEdit1"; this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista; this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True; this.dateEdit1.Size = new System.Drawing.Size(108, 28); this.dateEdit1.StyleController = this.layoutControl1; this.dateEdit1.TabIndex = 4; // // textEdit1 // this.textEdit1.EditValue = "`"; this.textEdit1.Location = new System.Drawing.Point(70, 22); this.textEdit1.Name = "textEdit1"; this.textEdit1.Size = new System.Drawing.Size(116, 28); this.textEdit1.StyleController = this.layoutControl1; this.textEdit1.TabIndex = 12; this.textEdit1.Click += new System.EventHandler(this.textEdit1_Click_1); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(833, 22); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(131, 29); this.simpleButton1.StyleController = this.layoutControl1; this.simpleButton1.TabIndex = 13; this.simpleButton1.Text = "조회"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // radioGroup1 // this.radioGroup1.Location = new System.Drawing.Point(552, 22); this.radioGroup1.Name = "radioGroup1"; this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("전기", "전기"), new DevExpress.XtraEditors.Controls.RadioGroupItem("수도", "수도"), new DevExpress.XtraEditors.Controls.RadioGroupItem("온수", "온수"), new DevExpress.XtraEditors.Controls.RadioGroupItem("가스", "가스"), new DevExpress.XtraEditors.Controls.RadioGroupItem("난방", "난방")}); this.radioGroup1.Size = new System.Drawing.Size(253, 32); this.radioGroup1.StyleController = this.layoutControl1; this.radioGroup1.TabIndex = 17; // // chartControl1 // this.chartControl1.AppearanceNameSerializable = "Chameleon"; this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None; xyDiagram1.AxisX.DateTimeScaleOptions.GridOffset = 1D; xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Hour; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.EquallySpacedItems = false; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(12, 68); this.chartControl1.Margin = new System.Windows.Forms.Padding(4); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteBaseColorNumber = 4; this.chartControl1.PaletteName = "Apex"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.TopInside; series1.Label = sideBySideBarSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "검침항목"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.Size = new System.Drawing.Size(962, 510); this.chartControl1.TabIndex = 16; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // layoutControlGroup2 // this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem1}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Size = new System.Drawing.Size(768, 232); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(768, 232); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // tabbedControlGroup1 // this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0); this.tabbedControlGroup1.Name = "tabbedControlGroup1"; this.tabbedControlGroup1.SelectedTabPage = null; this.tabbedControlGroup1.SelectedTabPageIndex = -1; this.tabbedControlGroup1.Size = new System.Drawing.Size(792, 287); // // layoutControlItem7 // this.layoutControlItem7.Control = this.cbeUser; this.layoutControlItem7.Location = new System.Drawing.Point(0, 32); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(471, 32); this.layoutControlItem7.Text = "운영자"; this.layoutControlItem7.TextSize = new System.Drawing.Size(78, 22); // // layoutControlItem8 // this.layoutControlItem8.Control = this.cbeAction; this.layoutControlItem8.Location = new System.Drawing.Point(0, 64); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(233, 32); this.layoutControlItem8.Text = "운영 내용"; this.layoutControlItem8.TextSize = new System.Drawing.Size(78, 22); // // layoutControlItem4 // this.layoutControlItem4.Control = this.sbSearch; this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(966, 33); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.Root1, this.layoutControlItem5}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(986, 590); // // Root1 // this.Root1.CustomizationFormText = "Root"; this.Root1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root1.GroupBordersVisible = false; this.Root1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem2, this.emptySpaceItem2, this.layoutControlItem3, this.layoutControlItem6, this.layoutControlItem1, this.layoutControlItem9}); this.Root1.Location = new System.Drawing.Point(0, 0); this.Root1.Name = "Root1"; this.Root1.Size = new System.Drawing.Size(966, 56); this.Root1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.Root1.Text = "Root"; this.Root1.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.dateEdit1; this.layoutControlItem2.CustomizationFormText = "날짜"; this.layoutControlItem2.Location = new System.Drawing.Point(168, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(153, 36); this.layoutControlItem2.Text = "날짜"; this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 22); this.layoutControlItem2.TextToControlDistance = 5; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"; this.emptySpaceItem2.Location = new System.Drawing.Point(787, 0); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(24, 36); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem3 // this.layoutControlItem3.Control = this.textEdit1; this.layoutControlItem3.CustomizationFormText = "동/호"; this.layoutControlItem3.Location = new System.Drawing.Point(0, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(168, 36); this.layoutControlItem3.Text = "동/호"; this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem3.TextSize = new System.Drawing.Size(43, 22); this.layoutControlItem3.TextToControlDistance = 5; // // layoutControlItem6 // this.layoutControlItem6.Control = this.simpleButton1; this.layoutControlItem6.CustomizationFormText = "layoutControlItem6"; this.layoutControlItem6.Location = new System.Drawing.Point(811, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(135, 36); this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.radioGroup1; this.layoutControlItem1.CustomizationFormText = "검침구분"; this.layoutControlItem1.Location = new System.Drawing.Point(455, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(332, 36); this.layoutControlItem1.Text = "검침구분"; this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 22); // // layoutControlItem9 // this.layoutControlItem9.Control = this.dateEdit2; this.layoutControlItem9.Location = new System.Drawing.Point(321, 0); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(134, 36); this.layoutControlItem9.Text = " ~"; this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem9.TextSize = new System.Drawing.Size(19, 22); this.layoutControlItem9.TextToControlDistance = 5; // // layoutControlItem5 // this.layoutControlItem5.Control = this.chartControl1; this.layoutControlItem5.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem5.Location = new System.Drawing.Point(0, 56); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(966, 514); this.layoutControlItem5.Text = "layoutControlItem1"; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // G02I02ModuleTab2 // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "G02I02ModuleTab2"; this.Size = new System.Drawing.Size(986, 590); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeAction.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeUser.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.RegressionLine regressionLine1 = new DevExpress.XtraCharts.RegressionLine(); DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView(); this.chartControl1 = new SPC.Controls.Base.AdvChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(regressionLine1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit(); this.SuspendLayout(); // // chartControl1 // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisYScrolling = true; xyDiagram1.ScrollingOptions.UseKeyboard = false; xyDiagram1.ScrollingOptions.UseMouse = false; xyDiagram1.ScrollingOptions.UseTouchDevice = false; xyDiagram1.ZoomingOptions.UseMouseWheel = false; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.RuntimeHitTesting = true; series1.Name = "Series 1"; regressionLine1.Name = "Regression Line 1"; pointSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] { regressionLine1 }); pointSeriesView1.PointMarkerOptions.Size = 3; series1.View = pointSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.SeriesTemplate.View = pointSeriesView2; this.chartControl1.Size = new System.Drawing.Size(747, 360); this.chartControl1.TabIndex = 0; // // NormalityCheckDrawBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Name = "NormalityCheckDrawBoard"; this.Size = new System.Drawing.Size(747, 360); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(regressionLine1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.AreaSeriesView areaSeriesView1 = new DevExpress.XtraCharts.AreaSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.AreaSeriesView areaSeriesView2 = new DevExpress.XtraCharts.AreaSeriesView(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.chartControl = new DevExpress.XtraCharts.ChartControl(); this.gridControl = new DevExpress.XtraGrid.GridControl(); this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None; this.splitContainerControl1.Horizontal = false; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.chartControl); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.gridControl); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(591, 620); this.splitContainerControl1.SplitterPosition = 201; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // chartControl // xyDiagram1.AxisX.WholeRange.AutoSideMargins = false; xyDiagram1.AxisX.VisualRange.AutoSideMargins = false; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.TextPattern = "{V:C}"; xyDiagram1.AxisY.WholeRange.AutoSideMargins = true; xyDiagram1.AxisY.VisualRange.AutoSideMargins = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl.Diagram = xyDiagram1; this.chartControl.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl.Location = new System.Drawing.Point(0, 0); this.chartControl.Name = "chartControl"; series1.ArgumentDataMember = "Date"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.True; series1.CrosshairLabelPattern = "{A:D} {HINT}\r\nBalance: {V:c}\r\n"; pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pointSeriesLabel1.TextPattern = "{A} {V:C}"; series1.Label = pointSeriesLabel1; series1.Name = "Balance"; series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True; series1.ToolTipHintDataMember = "Description"; series1.ToolTipPointPattern = "{A:D}\r\n{HINT}\r\nBalance: {V:c}"; series1.ValueDataMembersSerializable = "RunningBalance"; series1.View = areaSeriesView1; this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl.SeriesTemplate.Label = pointSeriesLabel2; areaSeriesView2.Transparency = ((byte)(0)); this.chartControl.SeriesTemplate.View = areaSeriesView2; this.chartControl.Size = new System.Drawing.Size(591, 201); this.chartControl.TabIndex = 0; // // gridControl // this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl.Location = new System.Drawing.Point(0, 0); this.gridControl.MainView = this.gridView; this.gridControl.Name = "gridControl"; this.gridControl.Size = new System.Drawing.Size(591, 413); this.gridControl.TabIndex = 0; this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView}); // // gridView // this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4}); this.gridView.GridControl = this.gridControl; this.gridView.Name = "gridView"; this.gridView.OptionsBehavior.Editable = false; this.gridView.OptionsBehavior.ReadOnly = true; this.gridView.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending)}); // // gridColumn1 // this.gridColumn1.Caption = "Date"; this.gridColumn1.FieldName = "Date"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "Description"; this.gridColumn2.FieldName = "Description"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.Caption = "Transaction Amount"; this.gridColumn3.DisplayFormat.FormatString = "c"; this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn3.FieldName = "Amount"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; // // gridColumn4 // this.gridColumn4.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.gridColumn4.AppearanceCell.Options.UseFont = true; this.gridColumn4.Caption = "Balance"; this.gridColumn4.DisplayFormat.FormatString = "c"; this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn4.FieldName = "RunningBalance"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; // // TransactionLog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainerControl1); this.Name = "TransactionLog"; this.Size = new System.Drawing.Size(591, 620); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(areaSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(areaSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView)).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(ChartPanel)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel1 = new DevExpress.XtraCharts.BubbleSeriesLabel(); DevExpress.XtraCharts.BubbleSeriesView bubbleSeriesView1 = new DevExpress.XtraCharts.BubbleSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel2 = new DevExpress.XtraCharts.BubbleSeriesLabel(); DevExpress.XtraCharts.BubbleSeriesView bubbleSeriesView2 = new DevExpress.XtraCharts.BubbleSeriesView(); DevExpress.XtraCharts.BubbleSeriesLabel bubbleSeriesLabel3 = new DevExpress.XtraCharts.BubbleSeriesLabel(); DevExpress.XtraCharts.BubbleSeriesView bubbleSeriesView3 = new DevExpress.XtraCharts.BubbleSeriesView(); this.Bitmaps16x16 = new System.Windows.Forms.ImageList(this.components); this.SelectFieldMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.Table1MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.Field1MenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.AxisClickedTimer = new System.Windows.Forms.Timer(this.components); this.Bitmaps8x8 = new System.Windows.Forms.ImageList(this.components); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.ShowAxesTitlesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ShowAxesScaleLabelsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ChartPropertiesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.ShowFilterPanelMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ShowSelectedDataRowsPanelMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this.ShowLegendMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ShowAxisTitlesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ShowAxisScaleLabelsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TrellisDividerMenuItem = new System.Windows.Forms.ToolStripSeparator(); this.ZoomMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ResetZoomMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ZoomDividerMenuItem = new System.Windows.Forms.ToolStripSeparator(); this.SelectAllMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MarkedRowsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.PropertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ToolTipController = new DevExpress.Utils.ToolTipController(this.components); this.PointPropertiesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.SelectPointMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MarkPointMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LegendPropertiesContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.HideLegendMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.LegendPropertiesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MarkerSquareSmallImage = new DevExpress.XtraEditors.PictureEdit(); this.ChartControl = new Mobius.ClientComponents.ChartControlMx(); this.TrellisPanel = new Mobius.ClientComponents.TrellisPanel(); this.CloseMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); this.SelectFieldMenu.SuspendLayout(); this.ChartPropertiesContextMenu.SuspendLayout(); this.PointPropertiesContextMenu.SuspendLayout(); this.LegendPropertiesContextMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MarkerSquareSmallImage.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView3)).BeginInit(); this.SuspendLayout(); // // Bitmaps16x16 // this.Bitmaps16x16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Bitmaps16x16.ImageStream"))); this.Bitmaps16x16.TransparentColor = System.Drawing.Color.Cyan; this.Bitmaps16x16.Images.SetKeyName(0, "MouseSelect.bmp"); this.Bitmaps16x16.Images.SetKeyName(1, "MouseZoom.bmp"); this.Bitmaps16x16.Images.SetKeyName(2, "MouseTranslate.bmp"); this.Bitmaps16x16.Images.SetKeyName(3, "MouseRotate.bmp"); this.Bitmaps16x16.Images.SetKeyName(4, "FullScreen.bmp"); this.Bitmaps16x16.Images.SetKeyName(5, "maximizeWindow.bmp"); this.Bitmaps16x16.Images.SetKeyName(6, "RestoreWindow.bmp"); this.Bitmaps16x16.Images.SetKeyName(7, "CloseWindow.bmp"); // // SelectFieldMenu // this.SelectFieldMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Table1MenuItem }); this.SelectFieldMenu.Name = "SelectFieldMenu"; this.SelectFieldMenu.Size = new System.Drawing.Size(118, 26); // // Table1MenuItem // this.Table1MenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.Field1MenuItem }); this.Table1MenuItem.Image = ((System.Drawing.Image)(resources.GetObject("Table1MenuItem.Image"))); this.Table1MenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.Table1MenuItem.Name = "Table1MenuItem"; this.Table1MenuItem.Size = new System.Drawing.Size(117, 22); this.Table1MenuItem.Text = "Table1"; // // Field1MenuItem // this.Field1MenuItem.Name = "Field1MenuItem"; this.Field1MenuItem.Size = new System.Drawing.Size(113, 22); this.Field1MenuItem.Text = "Field1"; // // Bitmaps8x8 // this.Bitmaps8x8.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Bitmaps8x8.ImageStream"))); this.Bitmaps8x8.TransparentColor = System.Drawing.Color.Cyan; this.Bitmaps8x8.Images.SetKeyName(0, "DropDown8x8.bmp"); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(218, 6); // // ShowAxesTitlesMenuItem // this.ShowAxesTitlesMenuItem.Name = "ShowAxesTitlesMenuItem"; this.ShowAxesTitlesMenuItem.Size = new System.Drawing.Size(221, 22); this.ShowAxesTitlesMenuItem.Text = "Show Axes Titles"; // // ShowAxesScaleLabelsMenuItem // this.ShowAxesScaleLabelsMenuItem.Name = "ShowAxesScaleLabelsMenuItem"; this.ShowAxesScaleLabelsMenuItem.Size = new System.Drawing.Size(221, 22); this.ShowAxesScaleLabelsMenuItem.Text = "Show Axes Scale Labels"; // // ChartPropertiesContextMenu // this.ChartPropertiesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ShowLegendMenuItem, this.ShowAxisTitlesMenuItem, this.ShowAxisScaleLabelsMenuItem, this.TrellisDividerMenuItem, this.ZoomMenuItem, this.ResetZoomMenuItem, this.ZoomDividerMenuItem, this.SelectAllMenuItem, this.MarkedRowsMenuItem, this.toolStripMenuItem2, this.ShowFilterPanelMenuItem, this.ShowSelectedDataRowsPanelMenuItem, this.toolStripMenuItem4, this.CloseMenuItem, this.toolStripMenuItem1, this.PropertiesMenuItem }); this.ChartPropertiesContextMenu.Name = "SelectFieldMenu"; this.ChartPropertiesContextMenu.Size = new System.Drawing.Size(240, 298); this.ChartPropertiesContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ChartPropertiesContextMenu_Opening); // // ShowFilterPanelMenuItem // this.ShowFilterPanelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ShowFilterPanelMenuItem.Image"))); this.ShowFilterPanelMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.ShowFilterPanelMenuItem.Name = "ShowFilterPanelMenuItem"; this.ShowFilterPanelMenuItem.Size = new System.Drawing.Size(239, 22); this.ShowFilterPanelMenuItem.Text = "Show Filter Panel"; this.ShowFilterPanelMenuItem.Click += new System.EventHandler(this.ShowFilterPanelMenuItem_Click); // // ShowSelectedDataRowsPanelMenuItem // this.ShowSelectedDataRowsPanelMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("ShowSelectedDataRowsPanelMenuItem.Image"))); this.ShowSelectedDataRowsPanelMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.ShowSelectedDataRowsPanelMenuItem.Name = "ShowSelectedDataRowsPanelMenuItem"; this.ShowSelectedDataRowsPanelMenuItem.Size = new System.Drawing.Size(239, 22); this.ShowSelectedDataRowsPanelMenuItem.Text = "Show Selected Data Rows Panel"; this.ShowSelectedDataRowsPanelMenuItem.Click += new System.EventHandler(this.ShowSelectedDataRowsPanelMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(236, 6); // // ShowLegendMenuItem // this.ShowLegendMenuItem.Name = "ShowLegendMenuItem"; this.ShowLegendMenuItem.Size = new System.Drawing.Size(239, 22); this.ShowLegendMenuItem.Text = "Show Legend"; this.ShowLegendMenuItem.Click += new System.EventHandler(this.ShowLegendMenuItem_Click); // // ShowAxisTitlesMenuItem // this.ShowAxisTitlesMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.ShowAxisTitlesMenuItem.Name = "ShowAxisTitlesMenuItem"; this.ShowAxisTitlesMenuItem.Size = new System.Drawing.Size(239, 22); this.ShowAxisTitlesMenuItem.Text = "Show Axis Titles"; this.ShowAxisTitlesMenuItem.Click += new System.EventHandler(this.ShowAxisTitlesMenuItem_Click); // // ShowAxisScaleLabelsMenuItem // this.ShowAxisScaleLabelsMenuItem.Name = "ShowAxisScaleLabelsMenuItem"; this.ShowAxisScaleLabelsMenuItem.Size = new System.Drawing.Size(239, 22); this.ShowAxisScaleLabelsMenuItem.Text = "Show Axis Scale Labels"; this.ShowAxisScaleLabelsMenuItem.Click += new System.EventHandler(this.ShowAxisScaleLabelsMenuItem_Click); // // TrellisDividerMenuItem // this.TrellisDividerMenuItem.Name = "TrellisDividerMenuItem"; this.TrellisDividerMenuItem.Size = new System.Drawing.Size(236, 6); // // ZoomMenuItem // this.ZoomMenuItem.Name = "ZoomMenuItem"; this.ZoomMenuItem.Size = new System.Drawing.Size(239, 22); this.ZoomMenuItem.Text = "Zoom..."; this.ZoomMenuItem.Click += new System.EventHandler(this.ZoomMenuItem_Click); // // ResetZoomMenuItem // this.ResetZoomMenuItem.Name = "ResetZoomMenuItem"; this.ResetZoomMenuItem.Size = new System.Drawing.Size(239, 22); this.ResetZoomMenuItem.Text = "Reset Zoom"; this.ResetZoomMenuItem.Click += new System.EventHandler(this.ResetZoomMenuItem_Click); // // ZoomDividerMenuItem // this.ZoomDividerMenuItem.Name = "ZoomDividerMenuItem"; this.ZoomDividerMenuItem.Size = new System.Drawing.Size(236, 6); // // SelectAllMenuItem // this.SelectAllMenuItem.Name = "SelectAllMenuItem"; this.SelectAllMenuItem.Size = new System.Drawing.Size(239, 22); this.SelectAllMenuItem.Text = "Select All"; this.SelectAllMenuItem.Click += new System.EventHandler(this.SelectAllMenuItem_Click); // // MarkedRowsMenuItem // this.MarkedRowsMenuItem.Image = global::Mobius.ClientComponents.Properties.Resources.CheckOn; this.MarkedRowsMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.MarkedRowsMenuItem.Name = "MarkedRowsMenuItem"; this.MarkedRowsMenuItem.ShowShortcutKeys = false; this.MarkedRowsMenuItem.Size = new System.Drawing.Size(239, 22); this.MarkedRowsMenuItem.Text = "Marked Rows..."; // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(236, 6); // // PropertiesMenuItem // this.PropertiesMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("PropertiesMenuItem.Image"))); this.PropertiesMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.PropertiesMenuItem.Name = "PropertiesMenuItem"; this.PropertiesMenuItem.Size = new System.Drawing.Size(239, 22); this.PropertiesMenuItem.Text = "Properties..."; this.PropertiesMenuItem.Click += new System.EventHandler(this.PropertiesMenuItem_Click); // // ToolTipController // this.ToolTipController.AutoPopDelay = 1000000; this.ToolTipController.InitialDelay = 1; this.ToolTipController.ReshowDelay = 1; this.ToolTipController.ShowBeak = true; this.ToolTipController.ToolTipLocation = DevExpress.Utils.ToolTipLocation.TopCenter; // // PointPropertiesContextMenu // this.PointPropertiesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SelectPointMenuItem, this.MarkPointMenuItem }); this.PointPropertiesContextMenu.Name = "PointPropertiesContextMenu"; this.PointPropertiesContextMenu.Size = new System.Drawing.Size(142, 48); // // SelectPointMenuItem // this.SelectPointMenuItem.Name = "SelectPointMenuItem"; this.SelectPointMenuItem.Size = new System.Drawing.Size(141, 22); this.SelectPointMenuItem.Text = "Select Point"; this.SelectPointMenuItem.Click += new System.EventHandler(this.SelectPointMenuItem_Click); // // MarkPointMenuItem // this.MarkPointMenuItem.Name = "MarkPointMenuItem"; this.MarkPointMenuItem.Size = new System.Drawing.Size(141, 22); this.MarkPointMenuItem.Text = "Mark Point"; this.MarkPointMenuItem.Click += new System.EventHandler(this.MarkPointMenuItem_Click); // // LegendPropertiesContextMenu // this.LegendPropertiesContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.HideLegendMenuItem, this.toolStripSeparator1, this.LegendPropertiesMenuItem }); this.LegendPropertiesContextMenu.Name = "SelectFieldMenu"; this.LegendPropertiesContextMenu.Size = new System.Drawing.Size(147, 54); // // HideLegendMenuItem // this.HideLegendMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.HideLegendMenuItem.Name = "HideLegendMenuItem"; this.HideLegendMenuItem.Size = new System.Drawing.Size(146, 22); this.HideLegendMenuItem.Text = "Hide Legend"; this.HideLegendMenuItem.Click += new System.EventHandler(this.HideLegendMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6); // // LegendPropertiesMenuItem // this.LegendPropertiesMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("LegendPropertiesMenuItem.Image"))); this.LegendPropertiesMenuItem.ImageTransparentColor = System.Drawing.Color.Cyan; this.LegendPropertiesMenuItem.Name = "LegendPropertiesMenuItem"; this.LegendPropertiesMenuItem.Size = new System.Drawing.Size(146, 22); this.LegendPropertiesMenuItem.Text = "Properties..."; this.LegendPropertiesMenuItem.Click += new System.EventHandler(this.LegendPropertiesMenuItem_Click); // // MarkerSquareSmallImage // this.MarkerSquareSmallImage.EditValue = ((object)(resources.GetObject("MarkerSquareSmallImage.EditValue"))); this.MarkerSquareSmallImage.Location = new System.Drawing.Point(257, 69); this.MarkerSquareSmallImage.Name = "MarkerSquareSmallImage"; this.MarkerSquareSmallImage.Size = new System.Drawing.Size(20, 20); this.MarkerSquareSmallImage.TabIndex = 209; this.MarkerSquareSmallImage.Visible = false; // // ChartControl // ////xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; ////xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; ////xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; ////xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.ChartControl.Diagram = xyDiagram1; this.ChartControl.Location = new System.Drawing.Point(15, 13); this.ChartControl.Name = "ChartControl"; bubbleSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Label = bubbleSeriesLabel1; series1.Name = "Series 1"; series1.View = bubbleSeriesView1; bubbleSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Label = bubbleSeriesLabel2; series2.Name = "Series 2"; series2.View = bubbleSeriesView2; this.ChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; bubbleSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.ChartControl.SeriesTemplate.Label = bubbleSeriesLabel3; this.ChartControl.SeriesTemplate.View = bubbleSeriesView3; this.ChartControl.Size = new System.Drawing.Size(298, 253); this.ChartControl.TabIndex = 204; this.ChartControl.CustomPaint += new DevExpress.XtraCharts.CustomPaintEventHandler(this.ChartControl_CustomPaint); this.ChartControl.Paint += new System.Windows.Forms.PaintEventHandler(this.ChartControl_Paint); // // TrellisPanel // this.TrellisPanel.Appearance.BackColor = System.Drawing.Color.White; this.TrellisPanel.Appearance.Options.UseBackColor = true; this.TrellisPanel.Location = new System.Drawing.Point(26, 353); this.TrellisPanel.Name = "TrellisPanel"; this.TrellisPanel.Size = new System.Drawing.Size(287, 242); this.TrellisPanel.TabIndex = 0; // // CloseMenuItem // this.CloseMenuItem.Name = "CloseMenuItem"; this.CloseMenuItem.Size = new System.Drawing.Size(239, 22); this.CloseMenuItem.Text = "Close"; this.CloseMenuItem.Click += new System.EventHandler(this.CloseMenuItem_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(236, 6); // // ChartPanel // this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.ChartControl); this.Controls.Add(this.TrellisPanel); this.Controls.Add(this.MarkerSquareSmallImage); this.Name = "ChartPanel"; this.Size = new System.Drawing.Size(744, 611); this.SelectFieldMenu.ResumeLayout(false); this.ChartPropertiesContextMenu.ResumeLayout(false); this.PointPropertiesContextMenu.ResumeLayout(false); this.LegendPropertiesContextMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MarkerSquareSmallImage.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(bubbleSeriesView3)).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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel7 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel8 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel9 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel10 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel11 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel12 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.XYDiagram xyDiagram5 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel13 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel14 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel15 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SimpleDiagram3D simpleDiagram3D1 = new DevExpress.XtraCharts.SimpleDiagram3D(); DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel1 = new DevExpress.XtraCharts.Pie3DSeriesLabel(); DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions(); DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView1 = new DevExpress.XtraCharts.Pie3DSeriesView(); DevExpress.XtraCharts.Pie3DSeriesLabel pie3DSeriesLabel2 = new DevExpress.XtraCharts.Pie3DSeriesLabel(); DevExpress.XtraCharts.Pie3DSeriesView pie3DSeriesView2 = new DevExpress.XtraCharts.Pie3DSeriesView(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel16 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ItemDetailReport)); this.txtItemName = new DevExpress.XtraEditors.TextEdit(); this.label1 = new System.Windows.Forms.Label(); this.chartBar = new DevExpress.XtraCharts.ChartControl(); this.tabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.tbSummary = new DevExpress.XtraTab.XtraTabPage(); this.lblLastIssue = new System.Windows.Forms.Label(); this.txtSOH = new System.Windows.Forms.Label(); this.txtAMC = new System.Windows.Forms.Label(); this.txtMOS = new System.Windows.Forms.Label(); this.txtMin = new System.Windows.Forms.Label(); this.txtMax = new System.Windows.Forms.Label(); this.txtReorderAmount = new System.Windows.Forms.Label(); this.txtExpiredAmount = new System.Windows.Forms.Label(); this.txtNearExp = new System.Windows.Forms.Label(); this.lblLastRec = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.lblstat = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbBinCard = new DevExpress.XtraTab.XtraTabPage(); this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl(); this.printBinCard = new DevExpress.XtraPrinting.Control.PrintControl(); this.label24 = new System.Windows.Forms.Label(); this.lkBinCardWarehouse = new DevExpress.XtraEditors.LookUpEdit(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.tbClassicBinCard = new DevExpress.XtraTab.XtraTabPage(); this.lkWarehouses = new DevExpress.XtraEditors.LookUpEdit(); this.lkYear = new DevExpress.XtraEditors.LookUpEdit(); this.lkProgramFilter = new DevExpress.XtraEditors.LookUpEdit(); this.transactionGrid = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tpDelete = new System.Windows.Forms.ToolStripMenuItem(); this.gridViewBinCard = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colGRNF = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDocType = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colManuf = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUnitCost = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTotalCost = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn(); this.label28 = new System.Windows.Forms.Label(); this.tbSOHTrend = new DevExpress.XtraTab.XtraTabPage(); this.groupSohDetail = new System.Windows.Forms.GroupBox(); this.lkShowTable = new System.Windows.Forms.LinkLabel(); this.label29 = new System.Windows.Forms.Label(); this.tbAMCTrend = new DevExpress.XtraTab.XtraTabPage(); this.lkDetailAmc = new System.Windows.Forms.LinkLabel(); this.label34 = new System.Windows.Forms.Label(); this.chartAmc = new DevExpress.XtraCharts.ChartControl(); this.tbMOSTrend = new DevExpress.XtraTab.XtraTabPage(); this.lkDetailMos = new System.Windows.Forms.LinkLabel(); this.label35 = new System.Windows.Forms.Label(); this.chartMOS = new DevExpress.XtraCharts.ChartControl(); this.tbActivityTrend = new DevExpress.XtraTab.XtraTabPage(); this.label36 = new System.Windows.Forms.Label(); this.chartComp = new DevExpress.XtraCharts.ChartControl(); this.tbSSTrend = new DevExpress.XtraTab.XtraTabPage(); this.label20 = new System.Windows.Forms.Label(); this.lblTime = new System.Windows.Forms.Label(); this.lblCurStatus = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.lblThreeStockout = new System.Windows.Forms.Label(); this.lblSixStockOut = new System.Windows.Forms.Label(); this.lblTwelveStockOut = new System.Windows.Forms.Label(); this.lblThreeNearStock = new System.Windows.Forms.Label(); this.lblSixNearStock = new System.Windows.Forms.Label(); this.lblTwelveNear = new System.Windows.Forms.Label(); this.lblThreeBelowMin = new System.Windows.Forms.Label(); this.lblSixBelowMin = new System.Windows.Forms.Label(); this.lblTwelveBelowMin = new System.Windows.Forms.Label(); this.lblTwelveOverStock = new System.Windows.Forms.Label(); this.lblSixOverStock = new System.Windows.Forms.Label(); this.lblThreeOverStock = new System.Windows.Forms.Label(); this.tbTransactions = new DevExpress.XtraTab.XtraTabPage(); this.lblAvgIssues = new System.Windows.Forms.Label(); this.lblAvgReceives = new System.Windows.Forms.Label(); this.lblLastIssues = new System.Windows.Forms.Label(); this.lblLastReceive = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.tbConsumptionTrend = new DevExpress.XtraTab.XtraTabPage(); this.lkDetailCons = new System.Windows.Forms.LinkLabel(); this.label33 = new System.Windows.Forms.Label(); this.consuTrend = new DevExpress.XtraCharts.ChartControl(); this.tbStockExpiryStatus = new DevExpress.XtraTab.XtraTabPage(); this.chartPie = new DevExpress.XtraCharts.ChartControl(); this.tbLogisticsSummary = new DevExpress.XtraTab.XtraTabPage(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.tbSOHLocation = new DevExpress.XtraTab.XtraTabPage(); this.gridLocations = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPalletNumber = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPalletLocation = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.tbSOHPriceSummary = new DevExpress.XtraTab.XtraTabPage(); this.gridSOHSummary = new DevExpress.XtraGrid.GridControl(); this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.lblItemID = new System.Windows.Forms.Label(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.dtDate = new CalendarLib.DateTimePickerEx(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.printDoc = new System.Drawing.Printing.PrintDocument(); this.printDialog1 = new System.Windows.Forms.PrintDialog(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.txtitmName = new System.Windows.Forms.Label(); this.label38 = new System.Windows.Forms.Label(); this.lblBUnit = new System.Windows.Forms.Label(); this.xpButton1 = new DevExpress.XtraEditors.SimpleButton(); this.btnExport = new DevExpress.XtraEditors.SimpleButton(); this.lblItemSerialNumber = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit(); this.tabControl1.SuspendLayout(); this.tbSummary.SuspendLayout(); this.tbBinCard.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit(); this.layoutControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); this.tbClassicBinCard.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).BeginInit(); this.tbSOHTrend.SuspendLayout(); this.tbAMCTrend.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit(); this.tbMOSTrend.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).BeginInit(); this.tbActivityTrend.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartComp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).BeginInit(); this.tbSSTrend.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.tbTransactions.SuspendLayout(); this.tbConsumptionTrend.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).BeginInit(); this.tbStockExpiryStatus.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartPie)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).BeginInit(); this.tbLogisticsSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); this.tbSOHLocation.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.tbSOHPriceSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).BeginInit(); this.SuspendLayout(); // // txtItemName // this.txtItemName.Enabled = false; this.txtItemName.Location = new System.Drawing.Point(269, 21); this.txtItemName.Name = "txtItemName"; this.txtItemName.Properties.Appearance.ForeColor = System.Drawing.Color.Black; this.txtItemName.Properties.Appearance.Options.UseForeColor = true; this.txtItemName.Size = new System.Drawing.Size(522, 20); this.txtItemName.TabIndex = 0; // // label1 // this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label1.Location = new System.Drawing.Point(122, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(117, 13); this.label1.TabIndex = 1; this.label1.Text = "Item Name"; this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // chartBar // this.chartBar.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.chartBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartBar.Diagram = xyDiagram1; this.chartBar.Location = new System.Drawing.Point(6, 42); this.chartBar.Name = "chartBar"; sideBySideBarSeriesLabel1.LineVisible = true; pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; pointOptions1.ValueNumericOptions.Precision = 3; sideBySideBarSeriesLabel1.PointOptions = pointOptions1; series1.Label = sideBySideBarSeriesLabel1; series1.Name = "Series 1"; sideBySideBarSeriesLabel2.LineVisible = true; series2.Label = sideBySideBarSeriesLabel2; series2.Name = "Series 2"; this.chartBar.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; sideBySideBarSeriesLabel3.LineVisible = true; this.chartBar.SeriesTemplate.Label = sideBySideBarSeriesLabel3; this.chartBar.Size = new System.Drawing.Size(960, 475); this.chartBar.TabIndex = 2; // // tabControl1 // this.tabControl1.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.tabControl1.Location = new System.Drawing.Point(1, 63); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedTabPage = this.tbSummary; this.tabControl1.Size = new System.Drawing.Size(1046, 549); this.tabControl1.TabIndex = 3; this.tabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tbSummary, this.tbBinCard, this.tbClassicBinCard, this.tbSOHTrend, this.tbAMCTrend, this.tbMOSTrend, this.tbActivityTrend, this.tbSSTrend, this.tbTransactions, this.tbConsumptionTrend, this.tbStockExpiryStatus, this.tbLogisticsSummary, this.tbSOHLocation, this.tbSOHPriceSummary}); this.tabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.tabControl1_SelectedPageChanged); // // tbSummary // this.tbSummary.Controls.Add(this.lblLastIssue); this.tbSummary.Controls.Add(this.txtSOH); this.tbSummary.Controls.Add(this.txtAMC); this.tbSummary.Controls.Add(this.txtMOS); this.tbSummary.Controls.Add(this.txtMin); this.tbSummary.Controls.Add(this.txtMax); this.tbSummary.Controls.Add(this.txtReorderAmount); this.tbSummary.Controls.Add(this.txtExpiredAmount); this.tbSummary.Controls.Add(this.txtNearExp); this.tbSummary.Controls.Add(this.lblLastRec); this.tbSummary.Controls.Add(this.label31); this.tbSummary.Controls.Add(this.label32); this.tbSummary.Controls.Add(this.lblstat); this.tbSummary.Controls.Add(this.label30); this.tbSummary.Controls.Add(this.label9); this.tbSummary.Controls.Add(this.label8); this.tbSummary.Controls.Add(this.label7); this.tbSummary.Controls.Add(this.label1); this.tbSummary.Controls.Add(this.label6); this.tbSummary.Controls.Add(this.txtItemName); this.tbSummary.Controls.Add(this.label5); this.tbSummary.Controls.Add(this.label4); this.tbSummary.Controls.Add(this.label3); this.tbSummary.Controls.Add(this.label2); this.tbSummary.Name = "tbSummary"; this.tbSummary.PageVisible = false; this.tbSummary.Size = new System.Drawing.Size(1040, 521); this.tbSummary.Text = "Summary"; // // lblLastIssue // this.lblLastIssue.AutoSize = true; this.lblLastIssue.Enabled = false; this.lblLastIssue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLastIssue.ForeColor = System.Drawing.Color.Black; this.lblLastIssue.Location = new System.Drawing.Point(266, 355); this.lblLastIssue.Name = "lblLastIssue"; this.lblLastIssue.Size = new System.Drawing.Size(14, 13); this.lblLastIssue.TabIndex = 24; this.lblLastIssue.Text = "0"; // // txtSOH // this.txtSOH.AutoSize = true; this.txtSOH.Enabled = false; this.txtSOH.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSOH.ForeColor = System.Drawing.Color.Black; this.txtSOH.Location = new System.Drawing.Point(266, 85); this.txtSOH.Name = "txtSOH"; this.txtSOH.Size = new System.Drawing.Size(14, 13); this.txtSOH.TabIndex = 25; this.txtSOH.Text = "0"; // // txtAMC // this.txtAMC.AutoSize = true; this.txtAMC.Enabled = false; this.txtAMC.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAMC.ForeColor = System.Drawing.Color.Black; this.txtAMC.Location = new System.Drawing.Point(266, 115); this.txtAMC.Name = "txtAMC"; this.txtAMC.Size = new System.Drawing.Size(14, 13); this.txtAMC.TabIndex = 25; this.txtAMC.Text = "0"; // // txtMOS // this.txtMOS.AutoSize = true; this.txtMOS.Enabled = false; this.txtMOS.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMOS.ForeColor = System.Drawing.Color.Black; this.txtMOS.Location = new System.Drawing.Point(266, 145); this.txtMOS.Name = "txtMOS"; this.txtMOS.Size = new System.Drawing.Size(14, 13); this.txtMOS.TabIndex = 25; this.txtMOS.Text = "0"; // // txtMin // this.txtMin.AutoSize = true; this.txtMin.Enabled = false; this.txtMin.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMin.ForeColor = System.Drawing.Color.Black; this.txtMin.Location = new System.Drawing.Point(266, 175); this.txtMin.Name = "txtMin"; this.txtMin.Size = new System.Drawing.Size(14, 13); this.txtMin.TabIndex = 25; this.txtMin.Text = "0"; // // txtMax // this.txtMax.AutoSize = true; this.txtMax.Enabled = false; this.txtMax.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMax.ForeColor = System.Drawing.Color.Black; this.txtMax.Location = new System.Drawing.Point(266, 205); this.txtMax.Name = "txtMax"; this.txtMax.Size = new System.Drawing.Size(14, 13); this.txtMax.TabIndex = 25; this.txtMax.Text = "0"; // // txtReorderAmount // this.txtReorderAmount.AutoSize = true; this.txtReorderAmount.Enabled = false; this.txtReorderAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtReorderAmount.ForeColor = System.Drawing.Color.Black; this.txtReorderAmount.Location = new System.Drawing.Point(266, 235); this.txtReorderAmount.Name = "txtReorderAmount"; this.txtReorderAmount.Size = new System.Drawing.Size(14, 13); this.txtReorderAmount.TabIndex = 25; this.txtReorderAmount.Text = "0"; // // txtExpiredAmount // this.txtExpiredAmount.AutoSize = true; this.txtExpiredAmount.Enabled = false; this.txtExpiredAmount.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtExpiredAmount.ForeColor = System.Drawing.Color.Black; this.txtExpiredAmount.Location = new System.Drawing.Point(266, 265); this.txtExpiredAmount.Name = "txtExpiredAmount"; this.txtExpiredAmount.Size = new System.Drawing.Size(14, 13); this.txtExpiredAmount.TabIndex = 25; this.txtExpiredAmount.Text = "0"; // // txtNearExp // this.txtNearExp.AutoSize = true; this.txtNearExp.Enabled = false; this.txtNearExp.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNearExp.ForeColor = System.Drawing.Color.Black; this.txtNearExp.Location = new System.Drawing.Point(266, 295); this.txtNearExp.Name = "txtNearExp"; this.txtNearExp.Size = new System.Drawing.Size(14, 13); this.txtNearExp.TabIndex = 25; this.txtNearExp.Text = "0"; // // lblLastRec // this.lblLastRec.AutoSize = true; this.lblLastRec.Enabled = false; this.lblLastRec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLastRec.ForeColor = System.Drawing.Color.Black; this.lblLastRec.Location = new System.Drawing.Point(266, 325); this.lblLastRec.Name = "lblLastRec"; this.lblLastRec.Size = new System.Drawing.Size(14, 13); this.lblLastRec.TabIndex = 25; this.lblLastRec.Text = "0"; // // label31 // this.label31.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label31.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label31.Location = new System.Drawing.Point(136, 355); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(103, 13); this.label31.TabIndex = 22; this.label31.Text = "Last Issued Date"; this.label31.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label32 // this.label32.AutoSize = true; this.label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label32.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label32.Location = new System.Drawing.Point(122, 325); this.label32.Name = "label32"; this.label32.Size = new System.Drawing.Size(117, 13); this.label32.TabIndex = 23; this.label32.Text = "Last Received Date"; this.label32.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblstat // this.lblstat.AutoSize = true; this.lblstat.Enabled = false; this.lblstat.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblstat.ForeColor = System.Drawing.Color.Black; this.lblstat.Location = new System.Drawing.Point(266, 55); this.lblstat.Name = "lblstat"; this.lblstat.Size = new System.Drawing.Size(14, 13); this.lblstat.TabIndex = 21; this.lblstat.Text = "0"; // // label30 // this.label30.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label30.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label30.Location = new System.Drawing.Point(109, 55); this.label30.Name = "label30"; this.label30.Size = new System.Drawing.Size(130, 13); this.label30.TabIndex = 20; this.label30.Text = "Current Status"; this.label30.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // this.label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label9.Location = new System.Drawing.Point(136, 295); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(103, 13); this.label9.TabIndex = 17; this.label9.Text = "Near Expiry Amount"; this.label9.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label8 // this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label8.Location = new System.Drawing.Point(141, 265); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(98, 13); this.label8.TabIndex = 17; this.label8.Text = "Expired"; this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label7 // this.label7.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label7.Location = new System.Drawing.Point(79, 235); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(160, 13); this.label7.TabIndex = 17; this.label7.Text = "Reorder Amount"; this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label6 // this.label6.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label6.Location = new System.Drawing.Point(79, 145); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(160, 13); this.label6.TabIndex = 17; this.label6.Text = "Months Of Stock"; this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label5 // this.label5.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label5.Location = new System.Drawing.Point(112, 205); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(127, 13); this.label5.TabIndex = 17; this.label5.Text = "Maximum Value"; this.label5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label4 // this.label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label4.Location = new System.Drawing.Point(91, 175); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(148, 13); this.label4.TabIndex = 16; this.label4.Text = "Minimum Value"; this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label3 // this.label3.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label3.Location = new System.Drawing.Point(0, 115); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(239, 13); this.label3.TabIndex = 19; this.label3.Text = "Average Monthly Consumption"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label2 // this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.label2.Location = new System.Drawing.Point(114, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(125, 13); this.label2.TabIndex = 18; this.label2.Text = "Stock On Hand"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // tbBinCard // this.tbBinCard.Controls.Add(this.layoutControl2); this.tbBinCard.Name = "tbBinCard"; this.tbBinCard.Size = new System.Drawing.Size(1040, 521); this.tbBinCard.Text = "Bin Card"; // // layoutControl2 // this.layoutControl2.Controls.Add(this.printBinCard); this.layoutControl2.Controls.Add(this.label24); this.layoutControl2.Controls.Add(this.lkBinCardWarehouse); this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl2.Location = new System.Drawing.Point(0, 0); this.layoutControl2.Name = "layoutControl2"; this.layoutControl2.Root = this.layoutControlGroup2; this.layoutControl2.Size = new System.Drawing.Size(1040, 521); this.layoutControl2.TabIndex = 107; this.layoutControl2.Text = "layoutControl2"; // // printBinCard // this.printBinCard.BackColor = System.Drawing.Color.Empty; this.printBinCard.ForeColor = System.Drawing.Color.Empty; this.printBinCard.IsMetric = false; this.printBinCard.Location = new System.Drawing.Point(12, 60); this.printBinCard.Name = "printBinCard"; this.printBinCard.Size = new System.Drawing.Size(1016, 449); this.printBinCard.TabIndex = 104; this.printBinCard.TooltipFont = new System.Drawing.Font("Tahoma", 8.25F); // // label24 // this.label24.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label24.Location = new System.Drawing.Point(12, 12); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(224, 20); this.label24.TabIndex = 104; this.label24.Text = "Electronic Bin Card "; // // lkBinCardWarehouse // this.lkBinCardWarehouse.Location = new System.Drawing.Point(298, 36); this.lkBinCardWarehouse.Name = "lkBinCardWarehouse"; this.lkBinCardWarehouse.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkBinCardWarehouse.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")}); this.lkBinCardWarehouse.Properties.DisplayMember = "Name"; this.lkBinCardWarehouse.Properties.NullText = "Select Warehouse"; this.lkBinCardWarehouse.Properties.ValueMember = "ID"; this.lkBinCardWarehouse.Size = new System.Drawing.Size(129, 20); this.lkBinCardWarehouse.StyleController = this.layoutControl2; this.lkBinCardWarehouse.TabIndex = 106; this.lkBinCardWarehouse.EditValueChanged += new System.EventHandler(this.lkBinCardWarehouse_EditValueChanged); // // layoutControlGroup2 // this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2"; this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup2.GroupBordersVisible = false; this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem4, this.emptySpaceItem2, this.layoutControlItem3, this.emptySpaceItem3, this.emptySpaceItem5, this.layoutControlItem5}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Size = new System.Drawing.Size(1040, 521); this.layoutControlGroup2.Text = "layoutControlGroup2"; this.layoutControlGroup2.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.label24; this.layoutControlItem4.CustomizationFormText = "layoutControlItem4"; this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(228, 24); this.layoutControlItem4.Text = "layoutControlItem4"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextToControlDistance = 0; this.layoutControlItem4.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"; this.emptySpaceItem2.Location = new System.Drawing.Point(228, 0); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(792, 24); this.emptySpaceItem2.Text = "emptySpaceItem2"; this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem3 // this.layoutControlItem3.Control = this.lkBinCardWarehouse; this.layoutControlItem3.CustomizationFormText = "Warehouse"; this.layoutControlItem3.Location = new System.Drawing.Point(228, 24); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(191, 24); this.layoutControlItem3.Text = "Warehouse"; this.layoutControlItem3.TextSize = new System.Drawing.Size(55, 13); // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3"; this.emptySpaceItem3.Location = new System.Drawing.Point(0, 24); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(228, 24); this.emptySpaceItem3.Text = "emptySpaceItem3"; this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem5 // this.emptySpaceItem5.AllowHotTrack = false; this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5"; this.emptySpaceItem5.Location = new System.Drawing.Point(419, 24); this.emptySpaceItem5.Name = "emptySpaceItem5"; this.emptySpaceItem5.Size = new System.Drawing.Size(601, 24); this.emptySpaceItem5.Text = "emptySpaceItem5"; this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem5 // this.layoutControlItem5.Control = this.printBinCard; this.layoutControlItem5.CustomizationFormText = "layoutControlItem5"; this.layoutControlItem5.Location = new System.Drawing.Point(0, 48); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(1020, 453); this.layoutControlItem5.Text = "layoutControlItem5"; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextToControlDistance = 0; this.layoutControlItem5.TextVisible = false; // // tbClassicBinCard // this.tbClassicBinCard.Controls.Add(this.lkWarehouses); this.tbClassicBinCard.Controls.Add(this.lkYear); this.tbClassicBinCard.Controls.Add(this.lkProgramFilter); this.tbClassicBinCard.Controls.Add(this.btnExport); this.tbClassicBinCard.Controls.Add(this.transactionGrid); this.tbClassicBinCard.Controls.Add(this.label28); this.tbClassicBinCard.Controls.Add(this.xpButton1); this.tbClassicBinCard.Name = "tbClassicBinCard"; this.tbClassicBinCard.Size = new System.Drawing.Size(1040, 521); this.tbClassicBinCard.Text = "Classic Bin Card"; // // lkWarehouses // this.lkWarehouses.Location = new System.Drawing.Point(208, 41); this.lkWarehouses.Name = "lkWarehouses"; this.lkWarehouses.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkWarehouses.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Name", "Name")}); this.lkWarehouses.Properties.DisplayMember = "Name"; this.lkWarehouses.Properties.NullText = "Select Warehouse"; this.lkWarehouses.Properties.ValueMember = "ID"; this.lkWarehouses.Size = new System.Drawing.Size(209, 20); this.lkWarehouses.TabIndex = 105; this.lkWarehouses.EditValueChanged += new System.EventHandler(this.lkWarehouses_EditValueChanged); // // lkYear // this.lkYear.Location = new System.Drawing.Point(423, 42); this.lkYear.Name = "lkYear"; this.lkYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkYear.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Year", "Year")}); this.lkYear.Properties.DisplayMember = "Year"; this.lkYear.Properties.ValueMember = "Year"; this.lkYear.Size = new System.Drawing.Size(100, 20); this.lkYear.TabIndex = 104; this.lkYear.EditValueChanged += new System.EventHandler(this.lkYear_EditValueChanged); // // lkProgramFilter // this.lkProgramFilter.Location = new System.Drawing.Point(529, 42); this.lkProgramFilter.Name = "lkProgramFilter"; this.lkProgramFilter.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lkProgramFilter.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("CompanyName", "Name")}); this.lkProgramFilter.Properties.DisplayMember = "CompanyName"; this.lkProgramFilter.Properties.NullText = "Select Program"; this.lkProgramFilter.Properties.ValueMember = "ID"; this.lkProgramFilter.Size = new System.Drawing.Size(209, 20); this.lkProgramFilter.TabIndex = 13; this.lkProgramFilter.Visible = false; this.lkProgramFilter.EditValueChanged += new System.EventHandler(this.LkProgramFilterEditValueChanged); // // transactionGrid // this.transactionGrid.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.transactionGrid.ContextMenuStrip = this.contextMenuStrip1; this.transactionGrid.Location = new System.Drawing.Point(7, 68); this.transactionGrid.MainView = this.gridViewBinCard; this.transactionGrid.Name = "transactionGrid"; this.transactionGrid.Size = new System.Drawing.Size(1032, 449); this.transactionGrid.TabIndex = 12; this.transactionGrid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewBinCard}); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tpDelete}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(108, 26); // // tpDelete // this.tpDelete.Name = "tpDelete"; this.tpDelete.Size = new System.Drawing.Size(107, 22); this.tpDelete.Text = "Delete"; this.tpDelete.Click += new System.EventHandler(this.tpDelete_Click); // // gridViewBinCard // this.gridViewBinCard.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colGRNF, this.colDocType, this.gridColumn15, this.colManuf, this.gridColumn16, this.gridColumn17, this.gridColumn18, this.gridColumn19, this.gridColumn20, this.gridColumn21, this.colUnitCost, this.colTotalCost, this.gridColumn24}); this.gridViewBinCard.GridControl = this.transactionGrid; this.gridViewBinCard.Name = "gridViewBinCard"; this.gridViewBinCard.OptionsBehavior.Editable = false; this.gridViewBinCard.OptionsCustomization.AllowSort = false; this.gridViewBinCard.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridViewBinCard.OptionsView.ShowGroupPanel = false; // // colGRNF // this.colGRNF.Caption = "GRNF"; this.colGRNF.FieldName = "GRNF"; this.colGRNF.Name = "colGRNF"; this.colGRNF.Visible = true; this.colGRNF.VisibleIndex = 0; // // colDocType // this.colDocType.Caption = "Type"; this.colDocType.FieldName = "DocType"; this.colDocType.Name = "colDocType"; this.colDocType.Visible = true; this.colDocType.VisibleIndex = 1; // // gridColumn15 // this.gridColumn15.Caption = "Reference No"; this.gridColumn15.FieldName = "RefNo"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 2; // // colManuf // this.colManuf.Caption = "Manufacturer"; this.colManuf.FieldName = "Manufacturer"; this.colManuf.Name = "colManuf"; this.colManuf.Visible = true; this.colManuf.VisibleIndex = 3; // // gridColumn16 // this.gridColumn16.Caption = "Date"; this.gridColumn16.DisplayFormat.FormatString = "dd/MM/yyyy"; this.gridColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn16.FieldName = "Date"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 4; // // gridColumn17 // this.gridColumn17.Caption = "Batch No"; this.gridColumn17.FieldName = "BatchNo"; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 5; // // gridColumn18 // this.gridColumn18.Caption = "Expiry Date"; this.gridColumn18.DisplayFormat.FormatString = "MM/yyyy"; this.gridColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.gridColumn18.FieldName = "ExpDate"; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; this.gridColumn18.VisibleIndex = 6; // // gridColumn19 // this.gridColumn19.Caption = "Received"; this.gridColumn19.DisplayFormat.FormatString = "#,##0"; this.gridColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn19.FieldName = "Received"; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 7; // // gridColumn20 // this.gridColumn20.Caption = "Issued"; this.gridColumn20.DisplayFormat.FormatString = "#,##0"; this.gridColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn20.FieldName = "Issued"; this.gridColumn20.Name = "gridColumn20"; this.gridColumn20.Visible = true; this.gridColumn20.VisibleIndex = 8; // // gridColumn21 // this.gridColumn21.Caption = "Balance"; this.gridColumn21.DisplayFormat.FormatString = "#,##0"; this.gridColumn21.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridColumn21.FieldName = "Balance"; this.gridColumn21.Name = "gridColumn21"; this.gridColumn21.Visible = true; this.gridColumn21.VisibleIndex = 9; // // colUnitCost // this.colUnitCost.Caption = "Unit Cost"; this.colUnitCost.DisplayFormat.FormatString = "#,##0.#0"; this.colUnitCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colUnitCost.FieldName = "UnitPrice"; this.colUnitCost.Name = "colUnitCost"; this.colUnitCost.Visible = true; this.colUnitCost.VisibleIndex = 10; // // colTotalCost // this.colTotalCost.Caption = "Total Cost"; this.colTotalCost.DisplayFormat.FormatString = "#,##0.#0"; this.colTotalCost.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colTotalCost.FieldName = "TotalPrice"; this.colTotalCost.Name = "colTotalCost"; this.colTotalCost.Visible = true; this.colTotalCost.VisibleIndex = 11; // // gridColumn24 // this.gridColumn24.Caption = "To/From"; this.gridColumn24.FieldName = "ToFrom"; this.gridColumn24.Name = "gridColumn24"; this.gridColumn24.Visible = true; this.gridColumn24.VisibleIndex = 12; // // label28 // this.label28.AutoSize = true; this.label28.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label28.Location = new System.Drawing.Point(7, 15); this.label28.Name = "label28"; this.label28.Size = new System.Drawing.Size(200, 23); this.label28.TabIndex = 10; this.label28.Text = "Electronic Bin Card "; // // tbSOHTrend // this.tbSOHTrend.Controls.Add(this.groupSohDetail); this.tbSOHTrend.Controls.Add(this.lkShowTable); this.tbSOHTrend.Controls.Add(this.label29); this.tbSOHTrend.Controls.Add(this.chartBar); this.tbSOHTrend.Name = "tbSOHTrend"; this.tbSOHTrend.Padding = new System.Windows.Forms.Padding(3); this.tbSOHTrend.PageVisible = false; this.tbSOHTrend.Size = new System.Drawing.Size(1040, 521); this.tbSOHTrend.Text = "SOH Trend"; // // groupSohDetail // this.groupSohDetail.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.groupSohDetail.Location = new System.Drawing.Point(-1, 37); this.groupSohDetail.Name = "groupSohDetail"; this.groupSohDetail.Size = new System.Drawing.Size(968, 496); this.groupSohDetail.TabIndex = 13; this.groupSohDetail.TabStop = false; this.groupSohDetail.Text = "Show trend by month"; this.groupSohDetail.Visible = false; // // lkShowTable // this.lkShowTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lkShowTable.AutoSize = true; this.lkShowTable.Location = new System.Drawing.Point(1094, 12); this.lkShowTable.Name = "lkShowTable"; this.lkShowTable.Size = new System.Drawing.Size(72, 13); this.lkShowTable.TabIndex = 12; this.lkShowTable.TabStop = true; this.lkShowTable.Text = "Show Table"; this.lkShowTable.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LkShowTableLinkClicked); // // label29 // this.label29.AutoSize = true; this.label29.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label29.Location = new System.Drawing.Point(7, 15); this.label29.Name = "label29"; this.label29.Size = new System.Drawing.Size(229, 23); this.label29.TabIndex = 11; this.label29.Text = "Trend - Stock On Hand"; // // tbAMCTrend // this.tbAMCTrend.Controls.Add(this.lkDetailAmc); this.tbAMCTrend.Controls.Add(this.label34); this.tbAMCTrend.Controls.Add(this.chartAmc); this.tbAMCTrend.Name = "tbAMCTrend"; this.tbAMCTrend.Padding = new System.Windows.Forms.Padding(3); this.tbAMCTrend.PageVisible = false; this.tbAMCTrend.Size = new System.Drawing.Size(1040, 521); this.tbAMCTrend.Text = "AMC Trend"; // // lkDetailAmc // this.lkDetailAmc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lkDetailAmc.AutoSize = true; this.lkDetailAmc.Location = new System.Drawing.Point(1101, 22); this.lkDetailAmc.Name = "lkDetailAmc"; this.lkDetailAmc.Size = new System.Drawing.Size(72, 13); this.lkDetailAmc.TabIndex = 14; this.lkDetailAmc.TabStop = true; this.lkDetailAmc.Text = "Show Table"; // // label34 // this.label34.AutoSize = true; this.label34.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label34.Location = new System.Drawing.Point(7, 15); this.label34.Name = "label34"; this.label34.Size = new System.Drawing.Size(453, 23); this.label34.TabIndex = 12; this.label34.Text = "Trend - Average Monthly Consumption (AMC) "; // // chartAmc // this.chartAmc.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.chartAmc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisX.Range.SideMarginsEnabled = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisY.Range.SideMarginsEnabled = true; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.chartAmc.Diagram = xyDiagram2; this.chartAmc.Location = new System.Drawing.Point(4, 58); this.chartAmc.Name = "chartAmc"; this.chartAmc.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0])); this.chartAmc.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0])); sideBySideBarSeriesLabel4.LineVisible = true; series3.Label = sideBySideBarSeriesLabel4; series3.Name = "Series 1"; sideBySideBarSeriesLabel5.LineVisible = true; series4.Label = sideBySideBarSeriesLabel5; series4.Name = "Series 2"; this.chartAmc.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3, series4}; sideBySideBarSeriesLabel6.LineVisible = true; this.chartAmc.SeriesTemplate.Label = sideBySideBarSeriesLabel6; this.chartAmc.Size = new System.Drawing.Size(963, 452); this.chartAmc.TabIndex = 3; // // tbMOSTrend // this.tbMOSTrend.Controls.Add(this.lkDetailMos); this.tbMOSTrend.Controls.Add(this.label35); this.tbMOSTrend.Controls.Add(this.chartMOS); this.tbMOSTrend.Name = "tbMOSTrend"; this.tbMOSTrend.Padding = new System.Windows.Forms.Padding(3); this.tbMOSTrend.PageVisible = false; this.tbMOSTrend.Size = new System.Drawing.Size(1040, 521); this.tbMOSTrend.Text = "MOS Trend"; // // lkDetailMos // this.lkDetailMos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lkDetailMos.AutoSize = true; this.lkDetailMos.Location = new System.Drawing.Point(1100, 24); this.lkDetailMos.Name = "lkDetailMos"; this.lkDetailMos.Size = new System.Drawing.Size(72, 13); this.lkDetailMos.TabIndex = 16; this.lkDetailMos.TabStop = true; this.lkDetailMos.Text = "Show Table"; // // label35 // this.label35.AutoSize = true; this.label35.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label35.Location = new System.Drawing.Point(7, 15); this.label35.Name = "label35"; this.label35.Size = new System.Drawing.Size(248, 23); this.label35.TabIndex = 12; this.label35.Text = "Trend - Months of Stock "; // // chartMOS // this.chartMOS.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.chartMOS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram3.AxisX.Range.SideMarginsEnabled = true; xyDiagram3.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram3.AxisY.Range.SideMarginsEnabled = true; xyDiagram3.AxisY.VisibleInPanesSerializable = "-1"; this.chartMOS.Diagram = xyDiagram3; this.chartMOS.Location = new System.Drawing.Point(7, 48); this.chartMOS.Name = "chartMOS"; this.chartMOS.PaletteName = "Palette 2"; this.chartMOS.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54))))), System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(163)))), ((int)(((byte)(54)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))), System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(73)))), ((int)(((byte)(51))))))})); this.chartMOS.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39))))), System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(168)))), ((int)(((byte)(39)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))), System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(44)))), ((int)(((byte)(35))))))})); sideBySideBarSeriesLabel7.LineVisible = true; series5.Label = sideBySideBarSeriesLabel7; series5.Name = "Series 1"; sideBySideBarSeriesLabel8.LineVisible = true; series6.Label = sideBySideBarSeriesLabel8; series6.Name = "Series 2"; this.chartMOS.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series5, series6}; sideBySideBarSeriesLabel9.LineVisible = true; this.chartMOS.SeriesTemplate.Label = sideBySideBarSeriesLabel9; this.chartMOS.Size = new System.Drawing.Size(1160, 452); this.chartMOS.TabIndex = 4; // // tbActivityTrend // this.tbActivityTrend.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); this.tbActivityTrend.Appearance.PageClient.Options.UseBackColor = true; this.tbActivityTrend.Controls.Add(this.label36); this.tbActivityTrend.Controls.Add(this.chartComp); this.tbActivityTrend.Name = "tbActivityTrend"; this.tbActivityTrend.Padding = new System.Windows.Forms.Padding(3); this.tbActivityTrend.PageVisible = false; this.tbActivityTrend.Size = new System.Drawing.Size(1040, 521); this.tbActivityTrend.Text = "Activity Trend"; // // label36 // this.label36.AutoSize = true; this.label36.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label36.Location = new System.Drawing.Point(7, 15); this.label36.Name = "label36"; this.label36.Size = new System.Drawing.Size(164, 23); this.label36.TabIndex = 12; this.label36.Text = "Trend - Activity "; // // chartComp // this.chartComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); xyDiagram4.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram4.AxisX.Range.SideMarginsEnabled = true; xyDiagram4.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram4.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram4.AxisY.Range.SideMarginsEnabled = true; xyDiagram4.AxisY.VisibleInPanesSerializable = "-1"; this.chartComp.Diagram = xyDiagram4; this.chartComp.Location = new System.Drawing.Point(7, 48); this.chartComp.Name = "chartComp"; this.chartComp.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0])); this.chartComp.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0])); sideBySideBarSeriesLabel10.LineVisible = true; series7.Label = sideBySideBarSeriesLabel10; series7.Name = "Series 1"; sideBySideBarSeriesLabel11.LineVisible = true; series8.Label = sideBySideBarSeriesLabel11; series8.Name = "Series 2"; this.chartComp.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series7, series8}; sideBySideBarSeriesLabel12.LineVisible = true; this.chartComp.SeriesTemplate.Label = sideBySideBarSeriesLabel12; this.chartComp.Size = new System.Drawing.Size(967, 476); this.chartComp.TabIndex = 3; // // tbSSTrend // this.tbSSTrend.Controls.Add(this.label20); this.tbSSTrend.Controls.Add(this.lblTime); this.tbSSTrend.Controls.Add(this.lblCurStatus); this.tbSSTrend.Controls.Add(this.label19); this.tbSSTrend.Controls.Add(this.tableLayoutPanel1); this.tbSSTrend.Name = "tbSSTrend"; this.tbSSTrend.PageVisible = false; this.tbSSTrend.Size = new System.Drawing.Size(1040, 521); this.tbSSTrend.Text = "Stock Status Trend"; // // label20 // this.label20.AutoSize = true; this.label20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.Location = new System.Drawing.Point(35, 106); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(142, 16); this.label20.TabIndex = 1; this.label20.Text = "Trend (No. of times)"; // // lblTime // this.lblTime.AutoSize = true; this.lblTime.Location = new System.Drawing.Point(257, 68); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(0, 13); this.lblTime.TabIndex = 1; // // lblCurStatus // this.lblCurStatus.AutoSize = true; this.lblCurStatus.Location = new System.Drawing.Point(150, 68); this.lblCurStatus.Name = "lblCurStatus"; this.lblCurStatus.Size = new System.Drawing.Size(0, 13); this.lblCurStatus.TabIndex = 1; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(45, 68); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(104, 13); this.label19.TabIndex = 1; this.label19.Text = "Current Status : "; // // tableLayoutPanel1 // this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tableLayoutPanel1.ColumnCount = 4; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 182F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 277F)); this.tableLayoutPanel1.Controls.Add(this.label10, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label11, 1, 0); this.tableLayoutPanel1.Controls.Add(this.label12, 2, 0); this.tableLayoutPanel1.Controls.Add(this.label13, 3, 0); this.tableLayoutPanel1.Controls.Add(this.label14, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label15, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label16, 0, 3); this.tableLayoutPanel1.Controls.Add(this.label18, 0, 4); this.tableLayoutPanel1.Controls.Add(this.lblThreeStockout, 1, 1); this.tableLayoutPanel1.Controls.Add(this.lblSixStockOut, 2, 1); this.tableLayoutPanel1.Controls.Add(this.lblTwelveStockOut, 3, 1); this.tableLayoutPanel1.Controls.Add(this.lblThreeNearStock, 1, 2); this.tableLayoutPanel1.Controls.Add(this.lblSixNearStock, 2, 2); this.tableLayoutPanel1.Controls.Add(this.lblTwelveNear, 3, 2); this.tableLayoutPanel1.Controls.Add(this.lblThreeBelowMin, 1, 3); this.tableLayoutPanel1.Controls.Add(this.lblSixBelowMin, 2, 3); this.tableLayoutPanel1.Controls.Add(this.lblTwelveBelowMin, 3, 3); this.tableLayoutPanel1.Controls.Add(this.lblTwelveOverStock, 3, 4); this.tableLayoutPanel1.Controls.Add(this.lblSixOverStock, 2, 4); this.tableLayoutPanel1.Controls.Add(this.lblThreeOverStock, 1, 4); this.tableLayoutPanel1.Location = new System.Drawing.Point(38, 134); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 5; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(419, 109); this.tableLayoutPanel1.TabIndex = 0; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(4, 1); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(0, 13); this.label10.TabIndex = 0; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(187, 1); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(52, 13); this.label11.TabIndex = 1; this.label11.Text = "3 Month"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(263, 1); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(52, 13); this.label12.TabIndex = 1; this.label12.Text = "6 Month"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(349, 1); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(59, 13); this.label13.TabIndex = 1; this.label13.Text = "12 Month"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(4, 22); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(63, 13); this.label14.TabIndex = 1; this.label14.Text = "Stock Out"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(4, 43); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(94, 13); this.label15.TabIndex = 1; this.label15.Text = "Near Stock Out"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(4, 64); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(64, 13); this.label16.TabIndex = 1; this.label16.Text = "Below Min"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(4, 85); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(71, 13); this.label18.TabIndex = 1; this.label18.Text = "Over Stock"; // // lblThreeStockout // this.lblThreeStockout.AutoSize = true; this.lblThreeStockout.Location = new System.Drawing.Point(187, 22); this.lblThreeStockout.Name = "lblThreeStockout"; this.lblThreeStockout.Size = new System.Drawing.Size(14, 13); this.lblThreeStockout.TabIndex = 1; this.lblThreeStockout.Text = "0"; // // lblSixStockOut // this.lblSixStockOut.AutoSize = true; this.lblSixStockOut.Location = new System.Drawing.Point(263, 22); this.lblSixStockOut.Name = "lblSixStockOut"; this.lblSixStockOut.Size = new System.Drawing.Size(14, 13); this.lblSixStockOut.TabIndex = 1; this.lblSixStockOut.Text = "0"; // // lblTwelveStockOut // this.lblTwelveStockOut.AutoSize = true; this.lblTwelveStockOut.Location = new System.Drawing.Point(349, 22); this.lblTwelveStockOut.Name = "lblTwelveStockOut"; this.lblTwelveStockOut.Size = new System.Drawing.Size(14, 13); this.lblTwelveStockOut.TabIndex = 1; this.lblTwelveStockOut.Text = "0"; // // lblThreeNearStock // this.lblThreeNearStock.AutoSize = true; this.lblThreeNearStock.Location = new System.Drawing.Point(187, 43); this.lblThreeNearStock.Name = "lblThreeNearStock"; this.lblThreeNearStock.Size = new System.Drawing.Size(14, 13); this.lblThreeNearStock.TabIndex = 1; this.lblThreeNearStock.Text = "0"; // // lblSixNearStock // this.lblSixNearStock.AutoSize = true; this.lblSixNearStock.Location = new System.Drawing.Point(263, 43); this.lblSixNearStock.Name = "lblSixNearStock"; this.lblSixNearStock.Size = new System.Drawing.Size(14, 13); this.lblSixNearStock.TabIndex = 1; this.lblSixNearStock.Text = "0"; // // lblTwelveNear // this.lblTwelveNear.AutoSize = true; this.lblTwelveNear.Location = new System.Drawing.Point(349, 43); this.lblTwelveNear.Name = "lblTwelveNear"; this.lblTwelveNear.Size = new System.Drawing.Size(14, 13); this.lblTwelveNear.TabIndex = 1; this.lblTwelveNear.Text = "0"; // // lblThreeBelowMin // this.lblThreeBelowMin.AutoSize = true; this.lblThreeBelowMin.Location = new System.Drawing.Point(187, 64); this.lblThreeBelowMin.Name = "lblThreeBelowMin"; this.lblThreeBelowMin.Size = new System.Drawing.Size(14, 13); this.lblThreeBelowMin.TabIndex = 1; this.lblThreeBelowMin.Text = "0"; // // lblSixBelowMin // this.lblSixBelowMin.AutoSize = true; this.lblSixBelowMin.Location = new System.Drawing.Point(263, 64); this.lblSixBelowMin.Name = "lblSixBelowMin"; this.lblSixBelowMin.Size = new System.Drawing.Size(14, 13); this.lblSixBelowMin.TabIndex = 1; this.lblSixBelowMin.Text = "0"; // // lblTwelveBelowMin // this.lblTwelveBelowMin.AutoSize = true; this.lblTwelveBelowMin.Location = new System.Drawing.Point(349, 64); this.lblTwelveBelowMin.Name = "lblTwelveBelowMin"; this.lblTwelveBelowMin.Size = new System.Drawing.Size(14, 13); this.lblTwelveBelowMin.TabIndex = 1; this.lblTwelveBelowMin.Text = "0"; // // lblTwelveOverStock // this.lblTwelveOverStock.AutoSize = true; this.lblTwelveOverStock.Location = new System.Drawing.Point(349, 85); this.lblTwelveOverStock.Name = "lblTwelveOverStock"; this.lblTwelveOverStock.Size = new System.Drawing.Size(14, 13); this.lblTwelveOverStock.TabIndex = 1; this.lblTwelveOverStock.Text = "0"; // // lblSixOverStock // this.lblSixOverStock.AutoSize = true; this.lblSixOverStock.Location = new System.Drawing.Point(263, 85); this.lblSixOverStock.Name = "lblSixOverStock"; this.lblSixOverStock.Size = new System.Drawing.Size(14, 13); this.lblSixOverStock.TabIndex = 1; this.lblSixOverStock.Text = "0"; // // lblThreeOverStock // this.lblThreeOverStock.AutoSize = true; this.lblThreeOverStock.Location = new System.Drawing.Point(187, 85); this.lblThreeOverStock.Name = "lblThreeOverStock"; this.lblThreeOverStock.Size = new System.Drawing.Size(14, 13); this.lblThreeOverStock.TabIndex = 1; this.lblThreeOverStock.Text = "0"; // // tbTransactions // this.tbTransactions.Controls.Add(this.lblAvgIssues); this.tbTransactions.Controls.Add(this.lblAvgReceives); this.tbTransactions.Controls.Add(this.lblLastIssues); this.tbTransactions.Controls.Add(this.lblLastReceive); this.tbTransactions.Controls.Add(this.label23); this.tbTransactions.Controls.Add(this.label22); this.tbTransactions.Controls.Add(this.label21); this.tbTransactions.Controls.Add(this.label17); this.tbTransactions.Name = "tbTransactions"; this.tbTransactions.PageVisible = false; this.tbTransactions.Size = new System.Drawing.Size(1040, 521); this.tbTransactions.Text = "Transaction"; // // lblAvgIssues // this.lblAvgIssues.AutoSize = true; this.lblAvgIssues.Location = new System.Drawing.Point(357, 184); this.lblAvgIssues.Name = "lblAvgIssues"; this.lblAvgIssues.Size = new System.Drawing.Size(14, 13); this.lblAvgIssues.TabIndex = 1; this.lblAvgIssues.Text = "0"; this.lblAvgIssues.Visible = false; // // lblAvgReceives // this.lblAvgReceives.AutoSize = true; this.lblAvgReceives.Location = new System.Drawing.Point(357, 153); this.lblAvgReceives.Name = "lblAvgReceives"; this.lblAvgReceives.Size = new System.Drawing.Size(14, 13); this.lblAvgReceives.TabIndex = 1; this.lblAvgReceives.Text = "0"; this.lblAvgReceives.Visible = false; // // lblLastIssues // this.lblLastIssues.AutoSize = true; this.lblLastIssues.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLastIssues.Location = new System.Drawing.Point(353, 105); this.lblLastIssues.Name = "lblLastIssues"; this.lblLastIssues.Size = new System.Drawing.Size(22, 23); this.lblLastIssues.TabIndex = 1; this.lblLastIssues.Text = "0"; // // lblLastReceive // this.lblLastReceive.AutoSize = true; this.lblLastReceive.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLastReceive.Location = new System.Drawing.Point(353, 67); this.lblLastReceive.Name = "lblLastReceive"; this.lblLastReceive.Size = new System.Drawing.Size(22, 23); this.lblLastReceive.TabIndex = 1; this.lblLastReceive.Text = "0"; // // label23 // this.label23.AutoSize = true; this.label23.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label23.Location = new System.Drawing.Point(141, 182); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(210, 16); this.label23.TabIndex = 0; this.label23.Text = "AVG. no. of days b/n Issues : "; this.label23.Visible = false; // // label22 // this.label22.AutoSize = true; this.label22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label22.Location = new System.Drawing.Point(125, 151); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(226, 16); this.label22.TabIndex = 0; this.label22.Text = "AVG. no. of days b/n Receives : "; this.label22.Visible = false; // // label21 // this.label21.AutoSize = true; this.label21.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label21.Location = new System.Drawing.Point(141, 105); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(214, 23); this.label21.TabIndex = 0; this.label21.Text = "Last Issued Date : "; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label17.Location = new System.Drawing.Point(116, 67); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(239, 23); this.label17.TabIndex = 0; this.label17.Text = "Last Received Date : "; // // tbConsumptionTrend // this.tbConsumptionTrend.Controls.Add(this.lkDetailCons); this.tbConsumptionTrend.Controls.Add(this.label33); this.tbConsumptionTrend.Controls.Add(this.consuTrend); this.tbConsumptionTrend.Name = "tbConsumptionTrend"; this.tbConsumptionTrend.Padding = new System.Windows.Forms.Padding(3); this.tbConsumptionTrend.PageVisible = false; this.tbConsumptionTrend.Size = new System.Drawing.Size(1040, 521); this.tbConsumptionTrend.Text = "Consumption Trend"; // // lkDetailCons // this.lkDetailCons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lkDetailCons.AutoSize = true; this.lkDetailCons.Location = new System.Drawing.Point(1100, 17); this.lkDetailCons.Name = "lkDetailCons"; this.lkDetailCons.Size = new System.Drawing.Size(72, 13); this.lkDetailCons.TabIndex = 16; this.lkDetailCons.TabStop = true; this.lkDetailCons.Text = "Show Table"; // // label33 // this.label33.AutoSize = true; this.label33.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label33.Location = new System.Drawing.Point(7, 15); this.label33.Name = "label33"; this.label33.Size = new System.Drawing.Size(212, 23); this.label33.TabIndex = 12; this.label33.Text = "Trend - Consumption"; // // consuTrend // this.consuTrend.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.consuTrend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); xyDiagram5.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram5.AxisX.Range.SideMarginsEnabled = true; xyDiagram5.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram5.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram5.AxisY.Range.SideMarginsEnabled = true; xyDiagram5.AxisY.VisibleInPanesSerializable = "-1"; this.consuTrend.Diagram = xyDiagram5; this.consuTrend.Location = new System.Drawing.Point(10, 41); this.consuTrend.Name = "consuTrend"; sideBySideBarSeriesLabel13.LineVisible = true; series9.Label = sideBySideBarSeriesLabel13; series9.Name = "Series 1"; sideBySideBarSeriesLabel14.LineVisible = true; series10.Label = sideBySideBarSeriesLabel14; series10.Name = "Series 2"; this.consuTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series9, series10}; sideBySideBarSeriesLabel15.LineVisible = true; this.consuTrend.SeriesTemplate.Label = sideBySideBarSeriesLabel15; this.consuTrend.Size = new System.Drawing.Size(955, 476); this.consuTrend.TabIndex = 3; // // tbStockExpiryStatus // this.tbStockExpiryStatus.Appearance.PageClient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); this.tbStockExpiryStatus.Appearance.PageClient.Options.UseBackColor = true; this.tbStockExpiryStatus.Controls.Add(this.chartPie); this.tbStockExpiryStatus.Name = "tbStockExpiryStatus"; this.tbStockExpiryStatus.Padding = new System.Windows.Forms.Padding(3); this.tbStockExpiryStatus.PageVisible = false; this.tbStockExpiryStatus.Size = new System.Drawing.Size(1040, 521); this.tbStockExpiryStatus.Text = "Stock Expiry Status"; // // chartPie // this.chartPie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); this.chartPie.BorderOptions.Visible = false; simpleDiagram3D1.RotationMatrixSerializable = "1;0;0;0;0;0.5;-0.866025403784439;0;0;0.866025403784439;0.5;0;0;0;0;1"; this.chartPie.Diagram = simpleDiagram3D1; this.chartPie.Dock = System.Windows.Forms.DockStyle.Fill; this.chartPie.Location = new System.Drawing.Point(3, 3); this.chartPie.Name = "chartPie"; this.chartPie.PaletteName = "Palette 2"; this.chartPie.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(187)))), ((int)(((byte)(47)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))))})); this.chartPie.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73))))), System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(151)))), ((int)(((byte)(73)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23))))), System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(23)))), ((int)(((byte)(23)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))), System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(242)))), ((int)(((byte)(6))))))})); pie3DSeriesLabel1.LineVisible = true; piePointOptions1.PointView = DevExpress.XtraCharts.PointView.SeriesName; piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Percent; pie3DSeriesLabel1.PointOptions = piePointOptions1; series11.Label = pie3DSeriesLabel1; series11.Name = "Series 1"; series11.View = pie3DSeriesView1; this.chartPie.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series11}; pie3DSeriesLabel2.LineVisible = true; this.chartPie.SeriesTemplate.Label = pie3DSeriesLabel2; this.chartPie.SeriesTemplate.View = pie3DSeriesView2; this.chartPie.Size = new System.Drawing.Size(1034, 515); this.chartPie.TabIndex = 21; // // tbLogisticsSummary // this.tbLogisticsSummary.Controls.Add(this.layoutControl1); this.tbLogisticsSummary.Name = "tbLogisticsSummary"; this.tbLogisticsSummary.Padding = new System.Windows.Forms.Padding(3); this.tbLogisticsSummary.PageVisible = false; this.tbLogisticsSummary.Size = new System.Drawing.Size(1040, 521); this.tbLogisticsSummary.Text = "Logistics Summary"; // // layoutControl1 // this.layoutControl1.Controls.Add(this.lookUpEdit1); this.layoutControl1.Controls.Add(this.gridControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(3, 3); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(1034, 515); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // lookUpEdit1 // this.lookUpEdit1.Location = new System.Drawing.Point(45, 12); this.lookUpEdit1.Name = "lookUpEdit1"; this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lookUpEdit1.Size = new System.Drawing.Size(168, 20); this.lookUpEdit1.StyleController = this.layoutControl1; this.lookUpEdit1.TabIndex = 5; // // gridControl1 // this.gridControl1.Location = new System.Drawing.Point(12, 52); this.gridControl1.MainView = this.gridView3; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(1010, 451); this.gridControl1.TabIndex = 4; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView3}); // // gridView3 // this.gridView3.GridControl = this.gridControl1; this.gridView3.Name = "gridView3"; this.gridView3.OptionsView.ShowGroupPanel = false; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.emptySpaceItem1}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(1034, 515); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.gridControl1; this.layoutControlItem1.CustomizationFormText = "Text"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 24); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(1014, 471); this.layoutControlItem1.Text = "Text"; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem1.TextSize = new System.Drawing.Size(30, 13); // // layoutControlItem2 // this.layoutControlItem2.Control = this.lookUpEdit1; this.layoutControlItem2.CustomizationFormText = "Month"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(205, 24); this.layoutControlItem2.Text = "Month"; this.layoutControlItem2.TextSize = new System.Drawing.Size(30, 13); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(205, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(809, 24); this.emptySpaceItem1.Text = "emptySpaceItem1"; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // tbSOHLocation // this.tbSOHLocation.Controls.Add(this.gridLocations); this.tbSOHLocation.Name = "tbSOHLocation"; this.tbSOHLocation.Padding = new System.Windows.Forms.Padding(3); this.tbSOHLocation.Size = new System.Drawing.Size(1040, 521); this.tbSOHLocation.Text = "SOH Locations"; // // gridLocations // this.gridLocations.Dock = System.Windows.Forms.DockStyle.Fill; this.gridLocations.Location = new System.Drawing.Point(3, 3); this.gridLocations.MainView = this.gridView1; this.gridLocations.Name = "gridLocations"; this.gridLocations.Size = new System.Drawing.Size(1034, 515); this.gridLocations.TabIndex = 0; this.gridLocations.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn3, this.gridColumn5, this.gridColumn2, this.colPalletNumber, this.colPalletLocation, this.gridColumn4}); this.gridView1.GridControl = this.gridLocations; this.gridView1.GroupCount = 1; this.gridView1.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")}); this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.SummariesIgnoreNullValues = true; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.OptionsView.ShowFooter = true; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colPalletLocation, DevExpress.Data.ColumnSortOrder.Ascending)}); // // gridColumn1 // this.gridColumn1.Caption = "Receive Date"; this.gridColumn1.FieldName = "EurDate"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 100; // // gridColumn3 // this.gridColumn3.Caption = "Batch No"; this.gridColumn3.FieldName = "BatchNo"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 4; this.gridColumn3.Width = 113; // // gridColumn5 // this.gridColumn5.Caption = "Expiry Date"; this.gridColumn5.FieldName = "ExpiryDate"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.OptionsColumn.AllowEdit = false; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 1; this.gridColumn5.Width = 227; // // gridColumn2 // this.gridColumn2.Caption = "Balance"; this.gridColumn2.FieldName = "Balance"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)}); this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 184; // // colPalletNumber // this.colPalletNumber.Caption = "PalletNumber"; this.colPalletNumber.FieldName = "PalletNo"; this.colPalletNumber.Name = "colPalletNumber"; this.colPalletNumber.Visible = true; this.colPalletNumber.VisibleIndex = 5; this.colPalletNumber.Width = 147; // // colPalletLocation // this.colPalletLocation.Caption = "Pallet Location"; this.colPalletLocation.FieldName = "PalletLocation"; this.colPalletLocation.Name = "colPalletLocation"; this.colPalletLocation.OptionsColumn.AllowEdit = false; this.colPalletLocation.Visible = true; this.colPalletLocation.VisibleIndex = 6; this.colPalletLocation.Width = 182; // // gridColumn4 // this.gridColumn4.Caption = "Manufacturer"; this.gridColumn4.FieldName = "ManufacturerName"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.OptionsColumn.AllowEdit = false; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 3; this.gridColumn4.Width = 199; // // tbSOHPriceSummary // this.tbSOHPriceSummary.Controls.Add(this.gridSOHSummary); this.tbSOHPriceSummary.Name = "tbSOHPriceSummary"; this.tbSOHPriceSummary.Size = new System.Drawing.Size(1040, 521); this.tbSOHPriceSummary.Text = "SOH Price Summary"; // // gridSOHSummary // this.gridSOHSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gridSOHSummary.Location = new System.Drawing.Point(0, 0); this.gridSOHSummary.MainView = this.gridView4; this.gridSOHSummary.Name = "gridSOHSummary"; this.gridSOHSummary.Size = new System.Drawing.Size(1040, 521); this.gridSOHSummary.TabIndex = 1; this.gridSOHSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView4}); // // gridView4 // this.gridView4.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn14, this.gridColumn13, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn9, this.gridColumn10, this.gridColumn11, this.gridColumn12}); this.gridView4.GridControl = this.gridSOHSummary; this.gridView4.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Balance", null, "")}); this.gridView4.Name = "gridView4"; this.gridView4.OptionsBehavior.Editable = false; this.gridView4.OptionsBehavior.SummariesIgnoreNullValues = true; this.gridView4.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView4.OptionsView.ShowFooter = true; // // gridColumn14 // this.gridColumn14.Caption = "Unit Cost"; this.gridColumn14.FieldName = "Cost"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 4; this.gridColumn14.Width = 97; // // gridColumn13 // this.gridColumn13.Caption = "Supplier"; this.gridColumn13.FieldName = "Supplier"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 2; this.gridColumn13.Width = 166; // // gridColumn6 // this.gridColumn6.Caption = "Receive Date"; this.gridColumn6.FieldName = "EurDate"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.OptionsColumn.AllowEdit = false; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 0; this.gridColumn6.Width = 90; // // gridColumn7 // this.gridColumn7.Caption = "Batch No"; this.gridColumn7.FieldName = "BatchNo"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.OptionsColumn.AllowEdit = false; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 6; this.gridColumn7.Width = 128; // // gridColumn8 // this.gridColumn8.Caption = "Expiry Date"; this.gridColumn8.FieldName = "ExpiryDate"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.OptionsColumn.AllowEdit = false; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 1; this.gridColumn8.Width = 161; // // gridColumn9 // this.gridColumn9.Caption = "Balance"; this.gridColumn9.FieldName = "Balance"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.OptionsColumn.AllowEdit = false; this.gridColumn9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)}); this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 3; this.gridColumn9.Width = 102; // // gridColumn10 // this.gridColumn10.Caption = "PalletNumber"; this.gridColumn10.FieldName = "PalletNo"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 7; this.gridColumn10.Width = 106; // // gridColumn11 // this.gridColumn11.Caption = "Pallet Location"; this.gridColumn11.FieldName = "PalletLocation"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.OptionsColumn.AllowEdit = false; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 8; this.gridColumn11.Width = 157; // // gridColumn12 // this.gridColumn12.Caption = "Manufacturer"; this.gridColumn12.FieldName = "ManufacturerName"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.OptionsColumn.AllowEdit = false; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 5; this.gridColumn12.Width = 167; // // lblItemID // this.lblItemID.AutoSize = true; this.lblItemID.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblItemID.ForeColor = System.Drawing.SystemColors.AppWorkspace; this.lblItemID.Location = new System.Drawing.Point(12, 36); this.lblItemID.Name = "lblItemID"; this.lblItemID.Size = new System.Drawing.Size(0, 18); this.lblItemID.TabIndex = 26; // // xtraTabPage1 // this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(973, 520); this.xtraTabPage1.Text = "xtraTabPage1"; // // dtDate // this.dtDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.dtDate.CalendarFont = new System.Drawing.Font("Nyala", 10.75F); this.dtDate.CalendarForeColor = System.Drawing.Color.Black; this.dtDate.CustomFormat = "MM/dd/ yy"; this.dtDate.DayOfWeekCharacters = 2; this.dtDate.ForeColor = System.Drawing.Color.Black; this.dtDate.Location = new System.Drawing.Point(748, 10); this.dtDate.Name = "dtDate"; this.dtDate.PopUpFontSize = 9.75F; this.dtDate.Size = new System.Drawing.Size(114, 20); this.dtDate.TabIndex = 17; this.dtDate.Value = new System.DateTime(2008, 10, 21, 0, 0, 0, 0); this.dtDate.Visible = false; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(962, 34); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 20; this.btnCancel.Text = "Close"; this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick); // // 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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(231)))), ((int)(((byte)(253))))); this.chartControl1.Location = new System.Drawing.Point(7, 25); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0])); this.chartControl1.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[0])); this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; sideBySideBarSeriesLabel16.LineVisible = true; this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel16; this.chartControl1.Size = new System.Drawing.Size(974, 411); this.chartControl1.TabIndex = 2; // // printDialog1 // this.printDialog1.UseEXDialog = true; // // toolTip1 // this.toolTip1.AutoPopDelay = 5000; this.toolTip1.InitialDelay = 500; this.toolTip1.ReshowDelay = 0; this.toolTip1.ShowAlways = true; this.toolTip1.ToolTipTitle = "Item Name"; // // txtitmName // this.txtitmName.AutoSize = true; this.txtitmName.Font = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtitmName.Location = new System.Drawing.Point(81, 12); this.txtitmName.Name = "txtitmName"; this.txtitmName.Size = new System.Drawing.Size(0, 18); this.txtitmName.TabIndex = 100; // // label38 // this.label38.AutoSize = true; this.label38.Location = new System.Drawing.Point(71, 40); this.label38.Name = "label38"; this.label38.Size = new System.Drawing.Size(92, 13); this.label38.TabIndex = 101; this.label38.Text = "Unit of Issue : "; // // lblBUnit // this.lblBUnit.AutoSize = true; this.lblBUnit.Location = new System.Drawing.Point(168, 40); this.lblBUnit.Name = "lblBUnit"; this.lblBUnit.Size = new System.Drawing.Size(0, 13); this.lblBUnit.TabIndex = 101; // // xpButton1 // this.xpButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.xpButton1.Image = ((System.Drawing.Image)(resources.GetObject("xpButton1.Image"))); this.xpButton1.Location = new System.Drawing.Point(893, 38); this.xpButton1.Name = "xpButton1"; this.xpButton1.Size = new System.Drawing.Size(75, 23); this.xpButton1.TabIndex = 15; this.xpButton1.Text = "Print"; this.xpButton1.Click += new System.EventHandler(this.BtnPrintClicked); // // btnExport // this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExport.Location = new System.Drawing.Point(770, 38); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(106, 23); this.btnExport.TabIndex = 103; this.btnExport.Text = "Export Bin Card"; this.btnExport.Click += new System.EventHandler(this.BtnExportClick); // // lblItemSerialNumber // this.lblItemSerialNumber.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.lblItemSerialNumber.Location = new System.Drawing.Point(287, 5); this.lblItemSerialNumber.Name = "lblItemSerialNumber"; this.lblItemSerialNumber.Size = new System.Drawing.Size(132, 16); this.lblItemSerialNumber.TabIndex = 104; this.lblItemSerialNumber.Text = "Item Serial Number: "; // // ItemDetailReport // this.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1049, 614); this.Controls.Add(this.lblItemSerialNumber); this.Controls.Add(this.lblItemID); this.Controls.Add(this.lblBUnit); this.Controls.Add(this.label38); this.Controls.Add(this.txtitmName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.dtDate); this.Controls.Add(this.tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ItemDetailReport"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Item Detail Reports"; this.Load += new System.EventHandler(this.BinCardTransactionLoad); ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartBar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabControl1)).EndInit(); this.tabControl1.ResumeLayout(false); this.tbSummary.ResumeLayout(false); this.tbSummary.PerformLayout(); this.tbBinCard.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit(); this.layoutControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lkBinCardWarehouse.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); this.tbClassicBinCard.ResumeLayout(false); this.tbClassicBinCard.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lkWarehouses.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkYear.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lkProgramFilter.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.transactionGrid)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridViewBinCard)).EndInit(); this.tbSOHTrend.ResumeLayout(false); this.tbSOHTrend.PerformLayout(); this.tbAMCTrend.ResumeLayout(false); this.tbAMCTrend.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartAmc)).EndInit(); this.tbMOSTrend.ResumeLayout(false); this.tbMOSTrend.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMOS)).EndInit(); this.tbActivityTrend.ResumeLayout(false); this.tbActivityTrend.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartComp)).EndInit(); this.tbSSTrend.ResumeLayout(false); this.tbSSTrend.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tbTransactions.ResumeLayout(false); this.tbTransactions.PerformLayout(); this.tbConsumptionTrend.ResumeLayout(false); this.tbConsumptionTrend.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.consuTrend)).EndInit(); this.tbStockExpiryStatus.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(simpleDiagram3D1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pie3DSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartPie)).EndInit(); this.tbLogisticsSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); this.tbSOHLocation.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridLocations)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.tbSOHPriceSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridSOHSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel16)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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.DataAccess.EntityFramework.EFConnectionParameters efConnectionParameters1 = new DevExpress.DataAccess.EntityFramework.EFConnectionParameters(); DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo efStoredProcedureInfo1 = new DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo(); DevExpress.DataAccess.EntityFramework.EFParameter efParameter1 = new DevExpress.DataAccess.EntityFramework.EFParameter(); DevExpress.DataAccess.EntityFramework.EFParameter efParameter2 = new DevExpress.DataAccess.EntityFramework.EFParameter(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.efDataSource1 = new DevExpress.DataAccess.EntityFramework.EFDataSource(this.components); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3_Odd = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaptionBackground3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.StartDate = new DevExpress.XtraReports.Parameters.Parameter(); this.EndDate = new DevExpress.XtraReports.Parameters.Parameter(); this.xrChart1 = new DevExpress.XtraReports.UI.XRChart(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.efDataSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.HeightF = 0F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // TopMargin // this.TopMargin.HeightF = 1.041667F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1, this.xrPageInfo2 }); this.BottomMargin.HeightF = 50F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPageInfo1 // this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.xrPageInfo1.SizeF = new System.Drawing.SizeF(313F, 23F); this.xrPageInfo1.StyleName = "PageInfo"; // // xrPageInfo2 // this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6.00001F); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo2.SizeF = new System.Drawing.SizeF(738F, 23F); this.xrPageInfo2.StyleName = "PageInfo"; this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrPageInfo2.TextFormatString = "Page {0} of {1}"; // // efDataSource1 // efConnectionParameters1.ConnectionString = ""; efConnectionParameters1.ConnectionStringName = "HovisMillingPortalEntities"; efConnectionParameters1.Source = typeof(HovisMillingPortal.Models.HovisMillingPortalEntities); this.efDataSource1.ConnectionParameters = efConnectionParameters1; this.efDataSource1.Name = "efDataSource1"; efStoredProcedureInfo1.Name = "usp_Milling_UMQC_Results_Graph_by_Product_Day"; efParameter1.Name = "startdate"; efParameter1.Type = typeof(DevExpress.DataAccess.Expression); efParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.StartDate]", typeof(System.DateTime)); efParameter2.Name = "enddate"; efParameter2.Type = typeof(DevExpress.DataAccess.Expression); efParameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.EndDate]", typeof(System.DateTime)); efStoredProcedureInfo1.Parameters.AddRange(new DevExpress.DataAccess.EntityFramework.EFParameter[] { efParameter1, efParameter2 }); this.efDataSource1.StoredProcedures.AddRange(new DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo[] { efStoredProcedureInfo1 }); // // reportHeaderBand1 // this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2, this.xrLabel1 }); this.reportHeaderBand1.HeightF = 41.24997F; this.reportHeaderBand1.Name = "reportHeaderBand1"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 9F); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(888.7085F, 10.00001F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(70.29166F, 26F); this.xrLabel5.StyleName = "Title"; this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "and"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Tahoma", 9F); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(714.4583F, 7.624992F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(73.04169F, 26F); this.xrLabel4.StyleName = "Title"; this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.Text = "Between"; // // xrLabel3 // this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parameters].[EndDate]") }); this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 9F); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(959.0001F, 10.00001F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.Text = "xrLabel3"; this.xrLabel3.TextFormatString = "{0:dd/MM/yyyy}"; // // xrLabel2 // this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parameters].[StartDate]") }); this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(787.5F, 10.00001F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "xrLabel2"; this.xrLabel2.TextFormatString = "{0:dd/MM/yyyy}"; // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(638F, 26F); this.xrLabel1.StyleName = "Title"; this.xrLabel1.Text = "Attributes recorded Between Dates"; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Tahoma", 14F); this.Title.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.Title.Name = "Title"; // // DetailCaption3 // this.DetailCaption3.BackColor = System.Drawing.Color.Transparent; this.DetailCaption3.BorderColor = System.Drawing.Color.Transparent; this.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.DetailCaption3.Name = "DetailCaption3"; this.DetailCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3 // this.DetailData3.Font = new System.Drawing.Font("Tahoma", 8F); this.DetailData3.ForeColor = System.Drawing.Color.Black; this.DetailData3.Name = "DetailData3"; this.DetailData3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3_Odd // this.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent; this.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailData3_Odd.BorderWidth = 1F; this.DetailData3_Odd.Font = new System.Drawing.Font("Tahoma", 8F); this.DetailData3_Odd.ForeColor = System.Drawing.Color.Black; this.DetailData3_Odd.Name = "DetailData3_Odd"; this.DetailData3_Odd.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailCaptionBackground3 // this.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent; this.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206))))); this.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.DetailCaptionBackground3.BorderWidth = 2F; this.DetailCaptionBackground3.Name = "DetailCaptionBackground3"; // // PageInfo // this.PageInfo.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.PageInfo.Name = "PageInfo"; this.PageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // StartDate // this.StartDate.Description = "Start Date"; this.StartDate.Name = "StartDate"; this.StartDate.Type = typeof(System.DateTime); this.StartDate.ValueInfo = "12/21/2017 15:45:04"; // // EndDate // this.EndDate.Description = "End Date"; this.EndDate.Name = "EndDate"; this.EndDate.Type = typeof(System.DateTime); this.EndDate.ValueInfo = "12/21/2017 15:45:20"; // // xrChart1 // this.xrChart1.BorderColor = System.Drawing.Color.Black; this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None; xyDiagram1.AxisX.Title.Text = "Flour Grade"; xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.Black; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Title.Text = "No Of Attributes recorded"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; 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.Legend.Name = "Default Legend"; this.xrChart1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(32.29167F, 0F); this.xrChart1.Name = "xrChart1"; this.xrChart1.SeriesDataMember = "usp_Milling_UMQC_Results_Graph_by_Product_Day.RecipeDesc"; this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.xrChart1.SeriesTemplate.ArgumentDataMember = "usp_Milling_UMQC_Results_Graph_by_Product_Day.RecipeDesc"; this.xrChart1.SeriesTemplate.ValueDataMembersSerializable = "usp_Milling_UMQC_Results_Graph_by_Product_Day.NoOfTests"; this.xrChart1.SizeF = new System.Drawing.SizeF(1010.417F, 625.4167F); // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrChart1 }); this.ReportFooter.HeightF = 635.4167F; this.ReportFooter.Name = "ReportFooter"; // // TestNosGraphReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.reportHeaderBand1, this.ReportFooter }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.efDataSource1 }); this.DataMember = "usp_Milling_UMQC_Results_Graph_by_Product_Day"; this.DataSource = this.efDataSource1; this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(50, 50, 1, 50); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.StartDate, this.EndDate }); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.DetailCaption3, this.DetailData3, this.DetailData3_Odd, this.DetailCaptionBackground3, this.PageInfo }); this.Version = "17.2"; ((System.ComponentModel.ISupportInitialize)(this.efDataSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPaperlessAsignacion)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel6 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); this.tabAsignacion = new DevExpress.XtraTab.XtraTabControl(); this.tabInfGeneral = new DevExpress.XtraTab.XtraTabPage(); this.txtNumCon = new System.Windows.Forms.TextBox(); this.ddlNumConsolidada = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnRecuperaNumConsolidado = new DevExpress.XtraEditors.SimpleButton(); this.ddlMarca = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtNumContenedores = new DevExpress.XtraEditors.TextEdit(); this.txtNumConsolidada = new DevExpress.XtraEditors.TextEdit(); this.lblNumConsolidada = new DevExpress.XtraEditors.LabelControl(); this.lblNumContenedores = new DevExpress.XtraEditors.LabelControl(); this.lblMarca = new DevExpress.XtraEditors.LabelControl(); this.ddlTipoCargaDescLarga = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnMantNaviera = new DevExpress.XtraEditors.SimpleButton(); this.btnGrabarTransbordo = new DevExpress.XtraEditors.SimpleButton(); this.btnEditarTransbordo = new DevExpress.XtraEditors.SimpleButton(); this.ddlNaveTransbordo = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtNaveTransbordo = new System.Windows.Forms.TextBox(); this.lblNaveTransbordo = new DevExpress.XtraEditors.LabelControl(); this.lvlMotivo = new DevExpress.XtraEditors.LabelControl(); this.txtMotivo = new DevExpress.XtraEditors.TextEdit(); this.btnGrabarBl = new DevExpress.XtraEditors.SimpleButton(); this.btnEditar = new DevExpress.XtraEditors.SimpleButton(); this.txtNave = new System.Windows.Forms.TextBox(); this.txtNaviera = new System.Windows.Forms.TextBox(); this.txtAgente = new System.Windows.Forms.TextBox(); this.ddlNave = new DevExpress.XtraEditors.ComboBoxEdit(); this.ddlAgente = new DevExpress.XtraEditors.ComboBoxEdit(); this.ddlTipoServicio = new DevExpress.XtraEditors.ComboBoxEdit(); this.ddlTipoCarga = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnSiguienteP2 = new DevExpress.XtraEditors.SimpleButton(); this.txtNumHousesBL = new DevExpress.XtraEditors.TextEdit(); this.txtViaje = new DevExpress.XtraEditors.TextEdit(); this.txtNumMaster = new DevExpress.XtraEditors.TextEdit(); this.txtFechaMaster = new DevExpress.XtraEditors.DateEdit(); this.labelControl17 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.ddlNaviera = new DevExpress.XtraEditors.ComboBoxEdit(); this.tabFechas = new DevExpress.XtraTab.XtraTabPage(); this.lblasteriscofechaMaximaVinculacion = new System.Windows.Forms.Label(); this.lblAvisoFechaMaximaVinculacion = new DevExpress.XtraEditors.LabelControl(); this.lblLeyendaFechaMaximaVinculacion = new DevExpress.XtraEditors.LabelControl(); this.txtFechaMaximaVinculacion = new DevExpress.XtraEditors.DateEdit(); this.lblFechaMaximaVinculacion = new DevExpress.XtraEditors.LabelControl(); this.labelControl19 = new DevExpress.XtraEditors.LabelControl(); this.txtPuerto = new System.Windows.Forms.TextBox(); this.labelControl18 = new DevExpress.XtraEditors.LabelControl(); this.txtShippingInstruction = new System.Windows.Forms.TextBox(); this.txtCourier = new System.Windows.Forms.TextBox(); this.radioCourierDestino = new DevExpress.XtraEditors.RadioGroup(); this.chkConfirmacionMaster = new System.Windows.Forms.CheckBox(); this.txtfechaMasterConfirmado = new DevExpress.XtraEditors.DateEdit(); this.btnGrabarFechas = new DevExpress.XtraEditors.SimpleButton(); this.btnEditarFechas = new DevExpress.XtraEditors.SimpleButton(); this.lblAlertaPlazoembarcadores = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtAperturaNavieras = new DevExpress.XtraEditors.DateEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.txtPlazoEmbarcadores = new DevExpress.XtraEditors.DateEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.btnSiguienteP3 = new DevExpress.XtraEditors.SimpleButton(); this.txtFechaETA = new DevExpress.XtraEditors.DateEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.tabPrealerta = new DevExpress.XtraTab.XtraTabPage(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.Chartusuario2 = new DevExpress.XtraCharts.ChartControl(); this.ChartUsuario1 = new DevExpress.XtraCharts.ChartControl(); this.txtObservacionU2 = new DevExpress.XtraEditors.MemoEdit(); this.txtObsercacionU1 = new DevExpress.XtraEditors.MemoEdit(); this.ddlImportanciaU1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.ddlUsuario2 = new DevExpress.XtraEditors.ComboBoxEdit(); this.ddlUsuario1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnAsignar = new DevExpress.XtraEditors.SimpleButton(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.MenuMantNavieras = new System.Windows.Forms.ToolStripButton(); this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.tabAsignacion)).BeginInit(); this.tabAsignacion.SuspendLayout(); this.tabInfGeneral.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ddlNumConsolidada.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlMarca.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumContenedores.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumConsolidada.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCargaDescLarga.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlNaveTransbordo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMotivo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlNave.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlAgente.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlTipoServicio.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCarga.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumHousesBL.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtViaje.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumMaster.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlNaviera.Properties)).BeginInit(); this.tabFechas.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioCourierDestino.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties)).BeginInit(); this.tabPrealerta.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Chartusuario2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartUsuario1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtObservacionU2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtObsercacionU1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlImportanciaU1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario1.Properties)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); this.SuspendLayout(); // // tabAsignacion // this.tabAsignacion.Location = new System.Drawing.Point(12, 41); this.tabAsignacion.Name = "tabAsignacion"; this.tabAsignacion.SelectedTabPage = this.tabInfGeneral; this.tabAsignacion.Size = new System.Drawing.Size(840, 609); this.tabAsignacion.TabIndex = 0; this.tabAsignacion.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.tabInfGeneral, this.tabFechas, this.tabPrealerta}); // // tabInfGeneral // this.tabInfGeneral.Controls.Add(this.txtNumCon); this.tabInfGeneral.Controls.Add(this.ddlNumConsolidada); this.tabInfGeneral.Controls.Add(this.btnRecuperaNumConsolidado); this.tabInfGeneral.Controls.Add(this.ddlMarca); this.tabInfGeneral.Controls.Add(this.txtNumContenedores); this.tabInfGeneral.Controls.Add(this.txtNumConsolidada); this.tabInfGeneral.Controls.Add(this.lblNumConsolidada); this.tabInfGeneral.Controls.Add(this.lblNumContenedores); this.tabInfGeneral.Controls.Add(this.lblMarca); this.tabInfGeneral.Controls.Add(this.ddlTipoCargaDescLarga); this.tabInfGeneral.Controls.Add(this.btnMantNaviera); this.tabInfGeneral.Controls.Add(this.btnGrabarTransbordo); this.tabInfGeneral.Controls.Add(this.btnEditarTransbordo); this.tabInfGeneral.Controls.Add(this.ddlNaveTransbordo); this.tabInfGeneral.Controls.Add(this.txtNaveTransbordo); this.tabInfGeneral.Controls.Add(this.lblNaveTransbordo); this.tabInfGeneral.Controls.Add(this.lvlMotivo); this.tabInfGeneral.Controls.Add(this.txtMotivo); this.tabInfGeneral.Controls.Add(this.btnGrabarBl); this.tabInfGeneral.Controls.Add(this.btnEditar); this.tabInfGeneral.Controls.Add(this.txtNave); this.tabInfGeneral.Controls.Add(this.txtNaviera); this.tabInfGeneral.Controls.Add(this.txtAgente); this.tabInfGeneral.Controls.Add(this.ddlNave); this.tabInfGeneral.Controls.Add(this.ddlAgente); this.tabInfGeneral.Controls.Add(this.ddlTipoServicio); this.tabInfGeneral.Controls.Add(this.ddlTipoCarga); this.tabInfGeneral.Controls.Add(this.btnSiguienteP2); this.tabInfGeneral.Controls.Add(this.txtNumHousesBL); this.tabInfGeneral.Controls.Add(this.txtViaje); this.tabInfGeneral.Controls.Add(this.txtNumMaster); this.tabInfGeneral.Controls.Add(this.txtFechaMaster); this.tabInfGeneral.Controls.Add(this.labelControl17); this.tabInfGeneral.Controls.Add(this.labelControl8); this.tabInfGeneral.Controls.Add(this.labelControl6); this.tabInfGeneral.Controls.Add(this.labelControl16); this.tabInfGeneral.Controls.Add(this.labelControl5); this.tabInfGeneral.Controls.Add(this.labelControl4); this.tabInfGeneral.Controls.Add(this.labelControl3); this.tabInfGeneral.Controls.Add(this.labelControl2); this.tabInfGeneral.Controls.Add(this.labelControl1); this.tabInfGeneral.Controls.Add(this.ddlNaviera); this.tabInfGeneral.Name = "tabInfGeneral"; this.tabInfGeneral.Size = new System.Drawing.Size(831, 578); this.tabInfGeneral.Text = "Información General"; this.tabInfGeneral.Paint += new System.Windows.Forms.PaintEventHandler(this.tabInfGeneral_Paint); // // txtNumCon // this.txtNumCon.Location = new System.Drawing.Point(612, 59); this.txtNumCon.Name = "txtNumCon"; this.txtNumCon.Size = new System.Drawing.Size(168, 20); this.txtNumCon.TabIndex = 117; this.txtNumCon.Visible = false; // // ddlNumConsolidada // this.ddlNumConsolidada.Location = new System.Drawing.Point(390, 42); this.ddlNumConsolidada.Name = "ddlNumConsolidada"; this.ddlNumConsolidada.Properties.AutoComplete = false; this.ddlNumConsolidada.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlNumConsolidada.Size = new System.Drawing.Size(174, 20); this.ddlNumConsolidada.TabIndex = 4; this.ddlNumConsolidada.SelectedIndexChanged += new System.EventHandler(this.ddlNumConsolidada_SelectedIndexChanged); this.ddlNumConsolidada.Click += new System.EventHandler(this.ddlNumConsolidada_Click); // // btnRecuperaNumConsolidado // this.btnRecuperaNumConsolidado.Image = ((System.Drawing.Image)(resources.GetObject("btnRecuperaNumConsolidado.Image"))); this.btnRecuperaNumConsolidado.Location = new System.Drawing.Point(278, 38); this.btnRecuperaNumConsolidado.Name = "btnRecuperaNumConsolidado"; this.btnRecuperaNumConsolidado.Size = new System.Drawing.Size(29, 26); this.btnRecuperaNumConsolidado.TabIndex = 3; this.btnRecuperaNumConsolidado.ToolTip = "Obtener Consolidada desde NetShip"; this.btnRecuperaNumConsolidado.Click += new System.EventHandler(this.btnRecuperaNumConsolidado_Click_1); // // ddlMarca // this.ddlMarca.Location = new System.Drawing.Point(108, 18); this.ddlMarca.Name = "ddlMarca"; this.ddlMarca.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlMarca.Size = new System.Drawing.Size(129, 20); this.ddlMarca.TabIndex = 1; // // txtNumContenedores // this.txtNumContenedores.Location = new System.Drawing.Point(108, 285); this.txtNumContenedores.Name = "txtNumContenedores"; this.txtNumContenedores.Size = new System.Drawing.Size(129, 20); this.txtNumContenedores.TabIndex = 14; this.txtNumContenedores.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumContenedores_KeyPress); // // txtNumConsolidada // this.txtNumConsolidada.AllowDrop = true; this.txtNumConsolidada.Location = new System.Drawing.Point(390, 42); this.txtNumConsolidada.Name = "txtNumConsolidada"; this.txtNumConsolidada.Size = new System.Drawing.Size(164, 20); this.txtNumConsolidada.TabIndex = 0; this.txtNumConsolidada.Visible = false; // // lblNumConsolidada // this.lblNumConsolidada.Location = new System.Drawing.Point(313, 47); this.lblNumConsolidada.Name = "lblNumConsolidada"; this.lblNumConsolidada.Size = new System.Drawing.Size(73, 13); this.lblNumConsolidada.TabIndex = 0; this.lblNumConsolidada.Text = "N° Consolidada"; // // lblNumContenedores // this.lblNumContenedores.Location = new System.Drawing.Point(20, 286); this.lblNumContenedores.Name = "lblNumContenedores"; this.lblNumContenedores.Size = new System.Drawing.Size(83, 13); this.lblNumContenedores.TabIndex = 114; this.lblNumContenedores.Text = "N° Contenedores"; // // lblMarca // this.lblMarca.Location = new System.Drawing.Point(20, 27); this.lblMarca.Name = "lblMarca"; this.lblMarca.Size = new System.Drawing.Size(29, 13); this.lblMarca.TabIndex = 113; this.lblMarca.Text = "Marca"; // // ddlTipoCargaDescLarga // this.ddlTipoCargaDescLarga.Location = new System.Drawing.Point(243, 259); this.ddlTipoCargaDescLarga.Name = "ddlTipoCargaDescLarga"; this.ddlTipoCargaDescLarga.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlTipoCargaDescLarga.Size = new System.Drawing.Size(129, 20); this.ddlTipoCargaDescLarga.TabIndex = 112; this.ddlTipoCargaDescLarga.Visible = false; // // btnMantNaviera // this.btnMantNaviera.Location = new System.Drawing.Point(451, 108); this.btnMantNaviera.Name = "btnMantNaviera"; this.btnMantNaviera.Size = new System.Drawing.Size(116, 23); this.btnMantNaviera.TabIndex = 111; this.btnMantNaviera.Text = "Mantenedor Naviera"; this.btnMantNaviera.Visible = false; this.btnMantNaviera.Click += new System.EventHandler(this.btnMantNaviera_Click); // // btnGrabarTransbordo // this.btnGrabarTransbordo.Location = new System.Drawing.Point(705, 178); this.btnGrabarTransbordo.Name = "btnGrabarTransbordo"; this.btnGrabarTransbordo.Size = new System.Drawing.Size(75, 23); this.btnGrabarTransbordo.TabIndex = 110; this.btnGrabarTransbordo.Text = "Grabar"; this.btnGrabarTransbordo.Visible = false; this.btnGrabarTransbordo.Click += new System.EventHandler(this.btnGrabarTransbordo_Click); // // btnEditarTransbordo // this.btnEditarTransbordo.Location = new System.Drawing.Point(624, 178); this.btnEditarTransbordo.Name = "btnEditarTransbordo"; this.btnEditarTransbordo.Size = new System.Drawing.Size(75, 23); this.btnEditarTransbordo.TabIndex = 109; this.btnEditarTransbordo.Text = "Editar"; this.btnEditarTransbordo.Visible = false; this.btnEditarTransbordo.Click += new System.EventHandler(this.btnEditarTransbordo_Click); // // ddlNaveTransbordo // this.ddlNaveTransbordo.Location = new System.Drawing.Point(451, 181); this.ddlNaveTransbordo.Name = "ddlNaveTransbordo"; this.ddlNaveTransbordo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlNaveTransbordo.Size = new System.Drawing.Size(100, 20); this.ddlNaveTransbordo.TabIndex = 108; this.ddlNaveTransbordo.Visible = false; // // txtNaveTransbordo // this.txtNaveTransbordo.Location = new System.Drawing.Point(108, 181); this.txtNaveTransbordo.Name = "txtNaveTransbordo"; this.txtNaveTransbordo.Size = new System.Drawing.Size(328, 20); this.txtNaveTransbordo.TabIndex = 10; // // lblNaveTransbordo // this.lblNaveTransbordo.Location = new System.Drawing.Point(20, 188); this.lblNaveTransbordo.Name = "lblNaveTransbordo"; this.lblNaveTransbordo.Size = new System.Drawing.Size(83, 13); this.lblNaveTransbordo.TabIndex = 107; this.lblNaveTransbordo.Text = "Nave Transbordo"; // // lvlMotivo // this.lvlMotivo.Location = new System.Drawing.Point(571, 204); this.lvlMotivo.Name = "lvlMotivo"; this.lvlMotivo.Size = new System.Drawing.Size(93, 13); this.lvlMotivo.TabIndex = 0; this.lvlMotivo.Text = "Motivo Modificación"; this.lvlMotivo.Visible = false; // // txtMotivo // this.txtMotivo.Location = new System.Drawing.Point(670, 201); this.txtMotivo.Name = "txtMotivo"; this.txtMotivo.Size = new System.Drawing.Size(110, 20); this.txtMotivo.TabIndex = 105; this.txtMotivo.Visible = false; // // btnGrabarBl // this.btnGrabarBl.Location = new System.Drawing.Point(705, 27); this.btnGrabarBl.Name = "btnGrabarBl"; this.btnGrabarBl.Size = new System.Drawing.Size(75, 23); this.btnGrabarBl.TabIndex = 104; this.btnGrabarBl.Text = "Grabar"; this.btnGrabarBl.Visible = false; this.btnGrabarBl.Click += new System.EventHandler(this.btnGrabarBl_Click); // // btnEditar // this.btnEditar.Location = new System.Drawing.Point(624, 27); this.btnEditar.Name = "btnEditar"; this.btnEditar.Size = new System.Drawing.Size(75, 23); this.btnEditar.TabIndex = 103; this.btnEditar.Text = "Editar"; this.btnEditar.Visible = false; this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click); // // txtNave // this.txtNave.Location = new System.Drawing.Point(108, 158); this.txtNave.Name = "txtNave"; this.txtNave.Size = new System.Drawing.Size(328, 20); this.txtNave.TabIndex = 9; this.txtNave.TextChanged += new System.EventHandler(this.txtNave_TextChanged); // // txtNaviera // this.txtNaviera.Location = new System.Drawing.Point(612, 108); this.txtNaviera.Name = "txtNaviera"; this.txtNaviera.Size = new System.Drawing.Size(44, 20); this.txtNaviera.TabIndex = 4; this.txtNaviera.Visible = false; // // txtAgente // this.txtAgente.Location = new System.Drawing.Point(612, 85); this.txtAgente.Name = "txtAgente"; this.txtAgente.Size = new System.Drawing.Size(44, 20); this.txtAgente.TabIndex = 3; this.txtAgente.Visible = false; // // ddlNave // this.ddlNave.Location = new System.Drawing.Point(451, 155); this.ddlNave.Name = "ddlNave"; this.ddlNave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlNave.Size = new System.Drawing.Size(100, 20); this.ddlNave.TabIndex = 102; this.ddlNave.Visible = false; // // ddlAgente // this.ddlAgente.Location = new System.Drawing.Point(108, 89); this.ddlAgente.Name = "ddlAgente"; this.ddlAgente.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlAgente.Size = new System.Drawing.Size(328, 20); this.ddlAgente.TabIndex = 6; this.ddlAgente.SelectedIndexChanged += new System.EventHandler(this.ddlAgente_SelectedIndexChanged); // // ddlTipoServicio // this.ddlTipoServicio.Location = new System.Drawing.Point(108, 135); this.ddlTipoServicio.Name = "ddlTipoServicio"; this.ddlTipoServicio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlTipoServicio.Size = new System.Drawing.Size(129, 20); this.ddlTipoServicio.TabIndex = 8; this.ddlTipoServicio.SelectedIndexChanged += new System.EventHandler(this.ddlTipoServicio_SelectedIndexChanged); // // ddlTipoCarga // this.ddlTipoCarga.Location = new System.Drawing.Point(108, 259); this.ddlTipoCarga.Name = "ddlTipoCarga"; this.ddlTipoCarga.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlTipoCarga.Size = new System.Drawing.Size(129, 20); this.ddlTipoCarga.TabIndex = 13; this.ddlTipoCarga.SelectedIndexChanged += new System.EventHandler(this.ddlTipoCarga_SelectedIndexChanged); // // btnSiguienteP2 // this.btnSiguienteP2.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSiguienteP2.Appearance.Options.UseFont = true; this.btnSiguienteP2.Image = ((System.Drawing.Image)(resources.GetObject("btnSiguienteP2.Image"))); this.btnSiguienteP2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight; this.btnSiguienteP2.Location = new System.Drawing.Point(497, 413); this.btnSiguienteP2.Name = "btnSiguienteP2"; this.btnSiguienteP2.Size = new System.Drawing.Size(283, 36); this.btnSiguienteP2.TabIndex = 15; this.btnSiguienteP2.Text = "Guardar y pasar al siguiente Paso"; this.btnSiguienteP2.Click += new System.EventHandler(this.btnSiguienteP2_Click); // // txtNumHousesBL // this.txtNumHousesBL.Location = new System.Drawing.Point(108, 235); this.txtNumHousesBL.Name = "txtNumHousesBL"; this.txtNumHousesBL.Size = new System.Drawing.Size(129, 20); this.txtNumHousesBL.TabIndex = 12; this.txtNumHousesBL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNumHousesBL_KeyPress); // // txtViaje // this.txtViaje.Location = new System.Drawing.Point(108, 211); this.txtViaje.Name = "txtViaje"; this.txtViaje.Size = new System.Drawing.Size(195, 20); this.txtViaje.TabIndex = 11; // // txtNumMaster // this.txtNumMaster.Location = new System.Drawing.Point(108, 44); this.txtNumMaster.Name = "txtNumMaster"; this.txtNumMaster.Size = new System.Drawing.Size(164, 20); this.txtNumMaster.TabIndex = 2; // // txtFechaMaster // this.txtFechaMaster.EditValue = null; this.txtFechaMaster.Location = new System.Drawing.Point(108, 67); this.txtFechaMaster.Name = "txtFechaMaster"; this.txtFechaMaster.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtFechaMaster.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtFechaMaster.Size = new System.Drawing.Size(129, 20); this.txtFechaMaster.TabIndex = 5; // // labelControl17 // this.labelControl17.Location = new System.Drawing.Point(20, 137); this.labelControl17.Name = "labelControl17"; this.labelControl17.Size = new System.Drawing.Size(75, 13); this.labelControl17.TabIndex = 0; this.labelControl17.Text = "Tipo de Servicio"; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(20, 262); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(67, 13); this.labelControl8.TabIndex = 0; this.labelControl8.Text = "Tipo de Carga"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(20, 238); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(65, 13); this.labelControl6.TabIndex = 0; this.labelControl6.Text = "N° Houses/BL"; // // labelControl16 // this.labelControl16.Location = new System.Drawing.Point(20, 214); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(23, 13); this.labelControl16.TabIndex = 0; this.labelControl16.Text = "Viaje"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(20, 162); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(25, 13); this.labelControl5.TabIndex = 0; this.labelControl5.Text = "Nave"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(20, 47); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(48, 13); this.labelControl4.TabIndex = 0; this.labelControl4.Text = "N° Master"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(20, 115); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(37, 13); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "Naviera"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(20, 92); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(35, 13); this.labelControl2.TabIndex = 0; this.labelControl2.Text = "Agente"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(20, 70); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(65, 13); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "Fecha Master"; // // ddlNaviera // this.ddlNaviera.Location = new System.Drawing.Point(108, 112); this.ddlNaviera.Name = "ddlNaviera"; this.ddlNaviera.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlNaviera.Size = new System.Drawing.Size(328, 20); this.ddlNaviera.TabIndex = 7; this.ddlNaviera.SelectedIndexChanged += new System.EventHandler(this.ddlNaviera_SelectedIndexChanged); // // tabFechas // this.tabFechas.Controls.Add(this.lblasteriscofechaMaximaVinculacion); this.tabFechas.Controls.Add(this.lblAvisoFechaMaximaVinculacion); this.tabFechas.Controls.Add(this.lblLeyendaFechaMaximaVinculacion); this.tabFechas.Controls.Add(this.txtFechaMaximaVinculacion); this.tabFechas.Controls.Add(this.lblFechaMaximaVinculacion); this.tabFechas.Controls.Add(this.labelControl19); this.tabFechas.Controls.Add(this.txtPuerto); this.tabFechas.Controls.Add(this.labelControl18); this.tabFechas.Controls.Add(this.txtShippingInstruction); this.tabFechas.Controls.Add(this.txtCourier); this.tabFechas.Controls.Add(this.radioCourierDestino); this.tabFechas.Controls.Add(this.chkConfirmacionMaster); this.tabFechas.Controls.Add(this.txtfechaMasterConfirmado); this.tabFechas.Controls.Add(this.btnGrabarFechas); this.tabFechas.Controls.Add(this.btnEditarFechas); this.tabFechas.Controls.Add(this.lblAlertaPlazoembarcadores); this.tabFechas.Controls.Add(this.label1); this.tabFechas.Controls.Add(this.txtAperturaNavieras); this.tabFechas.Controls.Add(this.labelControl11); this.tabFechas.Controls.Add(this.txtPlazoEmbarcadores); this.tabFechas.Controls.Add(this.labelControl10); this.tabFechas.Controls.Add(this.btnSiguienteP3); this.tabFechas.Controls.Add(this.txtFechaETA); this.tabFechas.Controls.Add(this.labelControl7); this.tabFechas.Name = "tabFechas"; this.tabFechas.Size = new System.Drawing.Size(831, 578); this.tabFechas.Text = "Fechas y plazos"; this.tabFechas.Paint += new System.Windows.Forms.PaintEventHandler(this.tabFechas_Paint); // // lblasteriscofechaMaximaVinculacion // this.lblasteriscofechaMaximaVinculacion.AutoSize = true; this.lblasteriscofechaMaximaVinculacion.ForeColor = System.Drawing.Color.Red; this.lblasteriscofechaMaximaVinculacion.Location = new System.Drawing.Point(256, 133); this.lblasteriscofechaMaximaVinculacion.Name = "lblasteriscofechaMaximaVinculacion"; this.lblasteriscofechaMaximaVinculacion.Size = new System.Drawing.Size(11, 13); this.lblasteriscofechaMaximaVinculacion.TabIndex = 129; this.lblasteriscofechaMaximaVinculacion.Text = "*"; this.lblasteriscofechaMaximaVinculacion.Visible = false; // // lblAvisoFechaMaximaVinculacion // this.lblAvisoFechaMaximaVinculacion.Location = new System.Drawing.Point(272, 137); this.lblAvisoFechaMaximaVinculacion.Name = "lblAvisoFechaMaximaVinculacion"; this.lblAvisoFechaMaximaVinculacion.Size = new System.Drawing.Size(321, 13); this.lblAvisoFechaMaximaVinculacion.TabIndex = 128; this.lblAvisoFechaMaximaVinculacion.Text = "No pudo ser determinada automaticamente, debe ingresar manual."; this.lblAvisoFechaMaximaVinculacion.Visible = false; // // lblLeyendaFechaMaximaVinculacion // this.lblLeyendaFechaMaximaVinculacion.Location = new System.Drawing.Point(-3, 480); this.lblLeyendaFechaMaximaVinculacion.Name = "lblLeyendaFechaMaximaVinculacion"; this.lblLeyendaFechaMaximaVinculacion.Size = new System.Drawing.Size(320, 13); this.lblLeyendaFechaMaximaVinculacion.TabIndex = 127; this.lblLeyendaFechaMaximaVinculacion.Text = "*Se calcula automaticamente a partir de la ETA (10 o 7 días plazo)."; // // txtFechaMaximaVinculacion // this.txtFechaMaximaVinculacion.EditValue = null; this.txtFechaMaximaVinculacion.Location = new System.Drawing.Point(138, 130); this.txtFechaMaximaVinculacion.Name = "txtFechaMaximaVinculacion"; this.txtFechaMaximaVinculacion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtFechaMaximaVinculacion.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtFechaMaximaVinculacion.Size = new System.Drawing.Size(114, 20); this.txtFechaMaximaVinculacion.TabIndex = 126; this.txtFechaMaximaVinculacion.Visible = false; this.txtFechaMaximaVinculacion.EditValueChanged += new System.EventHandler(this.txtFechaMaximaVinculacion_EditValueChanged); // // lblFechaMaximaVinculacion // this.lblFechaMaximaVinculacion.Location = new System.Drawing.Point(6, 137); this.lblFechaMaximaVinculacion.Name = "lblFechaMaximaVinculacion"; this.lblFechaMaximaVinculacion.Size = new System.Drawing.Size(132, 13); this.lblFechaMaximaVinculacion.TabIndex = 125; this.lblFechaMaximaVinculacion.Text = "Fecha Maxima Vinculacion *"; this.lblFechaMaximaVinculacion.Visible = false; // // labelControl19 // this.labelControl19.Location = new System.Drawing.Point(272, 108); this.labelControl19.Name = "labelControl19"; this.labelControl19.Size = new System.Drawing.Size(32, 13); this.labelControl19.TabIndex = 124; this.labelControl19.Text = "Puerto"; // // txtPuerto // this.txtPuerto.Location = new System.Drawing.Point(378, 105); this.txtPuerto.Name = "txtPuerto"; this.txtPuerto.ReadOnly = true; this.txtPuerto.Size = new System.Drawing.Size(129, 20); this.txtPuerto.TabIndex = 123; // // labelControl18 // this.labelControl18.Location = new System.Drawing.Point(272, 74); this.labelControl18.Name = "labelControl18"; this.labelControl18.Size = new System.Drawing.Size(95, 13); this.labelControl18.TabIndex = 122; this.labelControl18.Text = "Shipping Instruction"; // // txtShippingInstruction // this.txtShippingInstruction.Location = new System.Drawing.Point(378, 71); this.txtShippingInstruction.Name = "txtShippingInstruction"; this.txtShippingInstruction.ReadOnly = true; this.txtShippingInstruction.Size = new System.Drawing.Size(129, 20); this.txtShippingInstruction.TabIndex = 121; // // txtCourier // this.txtCourier.Location = new System.Drawing.Point(378, 22); this.txtCourier.Name = "txtCourier"; this.txtCourier.Size = new System.Drawing.Size(129, 20); this.txtCourier.TabIndex = 120; // // radioCourierDestino // this.radioCourierDestino.Location = new System.Drawing.Point(272, 22); this.radioCourierDestino.Name = "radioCourierDestino"; this.radioCourierDestino.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Courier"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "En Destino")}); this.radioCourierDestino.Size = new System.Drawing.Size(100, 43); this.radioCourierDestino.TabIndex = 119; this.radioCourierDestino.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged); // // chkConfirmacionMaster // this.chkConfirmacionMaster.AutoSize = true; this.chkConfirmacionMaster.Location = new System.Drawing.Point(513, 23); this.chkConfirmacionMaster.Name = "chkConfirmacionMaster"; this.chkConfirmacionMaster.Size = new System.Drawing.Size(116, 17); this.chkConfirmacionMaster.TabIndex = 118; this.chkConfirmacionMaster.Text = "Master confirmado "; this.chkConfirmacionMaster.UseVisualStyleBackColor = true; this.chkConfirmacionMaster.CheckedChanged += new System.EventHandler(this.chkConfirmacionMaster_CheckedChanged); // // txtfechaMasterConfirmado // this.txtfechaMasterConfirmado.EditValue = null; this.txtfechaMasterConfirmado.Location = new System.Drawing.Point(378, 45); this.txtfechaMasterConfirmado.Name = "txtfechaMasterConfirmado"; this.txtfechaMasterConfirmado.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtfechaMasterConfirmado.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtfechaMasterConfirmado.Size = new System.Drawing.Size(129, 20); this.txtfechaMasterConfirmado.TabIndex = 117; // // btnGrabarFechas // this.btnGrabarFechas.Location = new System.Drawing.Point(710, 22); this.btnGrabarFechas.Name = "btnGrabarFechas"; this.btnGrabarFechas.Size = new System.Drawing.Size(75, 23); this.btnGrabarFechas.TabIndex = 105; this.btnGrabarFechas.Text = "Grabar"; this.btnGrabarFechas.Visible = false; this.btnGrabarFechas.Click += new System.EventHandler(this.btnGrabarFechas_Click); // // btnEditarFechas // this.btnEditarFechas.Location = new System.Drawing.Point(634, 22); this.btnEditarFechas.Name = "btnEditarFechas"; this.btnEditarFechas.Size = new System.Drawing.Size(75, 23); this.btnEditarFechas.TabIndex = 104; this.btnEditarFechas.Text = "Editar"; this.btnEditarFechas.Visible = false; this.btnEditarFechas.Click += new System.EventHandler(this.btnEditarFechas_Click); // // lblAlertaPlazoembarcadores // this.lblAlertaPlazoembarcadores.AutoSize = true; this.lblAlertaPlazoembarcadores.ForeColor = System.Drawing.Color.Red; this.lblAlertaPlazoembarcadores.Location = new System.Drawing.Point(256, 95); this.lblAlertaPlazoembarcadores.Name = "lblAlertaPlazoembarcadores"; this.lblAlertaPlazoembarcadores.Size = new System.Drawing.Size(11, 13); this.lblAlertaPlazoembarcadores.TabIndex = 12; this.lblAlertaPlazoembarcadores.Text = "*"; // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(257, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(11, 13); this.label1.TabIndex = 12; this.label1.Text = "*"; // // txtAperturaNavieras // this.txtAperturaNavieras.EditValue = null; this.txtAperturaNavieras.Location = new System.Drawing.Point(138, 55); this.txtAperturaNavieras.Name = "txtAperturaNavieras"; this.txtAperturaNavieras.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtAperturaNavieras.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtAperturaNavieras.Size = new System.Drawing.Size(114, 20); this.txtAperturaNavieras.TabIndex = 11; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(9, 59); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(88, 13); this.labelControl11.TabIndex = 10; this.labelControl11.Text = "Apertura Navieras"; // // txtPlazoEmbarcadores // this.txtPlazoEmbarcadores.EditValue = null; this.txtPlazoEmbarcadores.Location = new System.Drawing.Point(138, 92); this.txtPlazoEmbarcadores.Name = "txtPlazoEmbarcadores"; this.txtPlazoEmbarcadores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtPlazoEmbarcadores.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtPlazoEmbarcadores.Size = new System.Drawing.Size(114, 20); this.txtPlazoEmbarcadores.TabIndex = 9; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(9, 95); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(96, 13); this.labelControl10.TabIndex = 8; this.labelControl10.Text = "Plazo Embarcadores"; // // btnSiguienteP3 // this.btnSiguienteP3.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSiguienteP3.Appearance.Options.UseFont = true; this.btnSiguienteP3.Image = ((System.Drawing.Image)(resources.GetObject("btnSiguienteP3.Image"))); this.btnSiguienteP3.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight; this.btnSiguienteP3.Location = new System.Drawing.Point(502, 412); this.btnSiguienteP3.Name = "btnSiguienteP3"; this.btnSiguienteP3.Size = new System.Drawing.Size(283, 36); this.btnSiguienteP3.TabIndex = 7; this.btnSiguienteP3.Text = "Guardar y pasar al siguiente Paso"; this.btnSiguienteP3.Click += new System.EventHandler(this.btnSiguienteP3_Click); // // txtFechaETA // this.txtFechaETA.EditValue = null; this.txtFechaETA.Location = new System.Drawing.Point(138, 20); this.txtFechaETA.Name = "txtFechaETA"; this.txtFechaETA.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtFechaETA.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtFechaETA.Size = new System.Drawing.Size(114, 20); this.txtFechaETA.TabIndex = 3; this.txtFechaETA.EditValueChanged += new System.EventHandler(this.txtFechaETA_EditValueChanged); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(10, 24); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(51, 13); this.labelControl7.TabIndex = 2; this.labelControl7.Text = "Fecha ETA"; // // tabPrealerta // this.tabPrealerta.Controls.Add(this.labelControl20); this.tabPrealerta.Controls.Add(this.Chartusuario2); this.tabPrealerta.Controls.Add(this.ChartUsuario1); this.tabPrealerta.Controls.Add(this.txtObservacionU2); this.tabPrealerta.Controls.Add(this.txtObsercacionU1); this.tabPrealerta.Controls.Add(this.ddlImportanciaU1); this.tabPrealerta.Controls.Add(this.ddlUsuario2); this.tabPrealerta.Controls.Add(this.ddlUsuario1); this.tabPrealerta.Controls.Add(this.btnAsignar); this.tabPrealerta.Controls.Add(this.labelControl13); this.tabPrealerta.Controls.Add(this.labelControl15); this.tabPrealerta.Controls.Add(this.labelControl12); this.tabPrealerta.Controls.Add(this.labelControl14); this.tabPrealerta.Controls.Add(this.labelControl9); this.tabPrealerta.Name = "tabPrealerta"; this.tabPrealerta.Size = new System.Drawing.Size(831, 578); this.tabPrealerta.Text = "Asignar Pre alerta"; // // labelControl20 // this.labelControl20.Location = new System.Drawing.Point(5, 557); this.labelControl20.Name = "labelControl20"; this.labelControl20.Size = new System.Drawing.Size(378, 13); this.labelControl20.TabIndex = 74; this.labelControl20.Text = "Corresponde a la cantidad de HBL asignados por usuario en los últimos 30 días."; // // Chartusuario2 // this.Chartusuario2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.Chartusuario2.Diagram = xyDiagram1; this.Chartusuario2.Location = new System.Drawing.Point(460, 115); this.Chartusuario2.Name = "Chartusuario2"; sideBySideBarSeriesLabel1.LineVisible = true; sideBySideBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions"; series1.Label = sideBySideBarSeriesLabel1; series1.Name = "Series 1"; sideBySideBarSeriesLabel2.LineVisible = true; sideBySideBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions"; series2.Label = sideBySideBarSeriesLabel2; series2.Name = "Series 2"; this.Chartusuario2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; sideBySideBarSeriesLabel3.LineVisible = true; sideBySideBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions"; this.Chartusuario2.SeriesTemplate.Label = sideBySideBarSeriesLabel3; this.Chartusuario2.Size = new System.Drawing.Size(364, 418); this.Chartusuario2.TabIndex = 73; // // ChartUsuario1 // this.ChartUsuario1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisX.Range.SideMarginsEnabled = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisY.Range.SideMarginsEnabled = true; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.ChartUsuario1.Diagram = xyDiagram2; this.ChartUsuario1.Location = new System.Drawing.Point(5, 116); this.ChartUsuario1.Name = "ChartUsuario1"; this.ChartUsuario1.PaletteName = "Oriel"; sideBySideBarSeriesLabel4.LineVisible = true; sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions"; series3.Label = sideBySideBarSeriesLabel4; series3.Name = "Series 1"; sideBySideBarSeriesLabel5.LineVisible = true; sideBySideBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions"; series4.Label = sideBySideBarSeriesLabel5; series4.Name = "Series 2"; this.ChartUsuario1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3, series4}; sideBySideBarSeriesLabel6.LineVisible = true; sideBySideBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions"; this.ChartUsuario1.SeriesTemplate.Label = sideBySideBarSeriesLabel6; this.ChartUsuario1.Size = new System.Drawing.Size(449, 417); this.ChartUsuario1.TabIndex = 72; // // txtObservacionU2 // this.txtObservacionU2.Location = new System.Drawing.Point(521, 39); this.txtObservacionU2.Name = "txtObservacionU2"; this.txtObservacionU2.Size = new System.Drawing.Size(303, 48); this.txtObservacionU2.TabIndex = 12; // // txtObsercacionU1 // this.txtObsercacionU1.Location = new System.Drawing.Point(115, 38); this.txtObsercacionU1.Name = "txtObsercacionU1"; this.txtObsercacionU1.Size = new System.Drawing.Size(293, 48); this.txtObsercacionU1.TabIndex = 12; // // ddlImportanciaU1 // this.ddlImportanciaU1.Location = new System.Drawing.Point(115, 90); this.ddlImportanciaU1.Name = "ddlImportanciaU1"; this.ddlImportanciaU1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlImportanciaU1.Size = new System.Drawing.Size(118, 20); this.ddlImportanciaU1.TabIndex = 11; // // ddlUsuario2 // this.ddlUsuario2.Location = new System.Drawing.Point(521, 13); this.ddlUsuario2.Name = "ddlUsuario2"; this.ddlUsuario2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlUsuario2.Size = new System.Drawing.Size(235, 20); this.ddlUsuario2.TabIndex = 11; // // ddlUsuario1 // this.ddlUsuario1.Location = new System.Drawing.Point(115, 15); this.ddlUsuario1.Name = "ddlUsuario1"; this.ddlUsuario1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.ddlUsuario1.Size = new System.Drawing.Size(235, 20); this.ddlUsuario1.TabIndex = 11; // // btnAsignar // this.btnAsignar.Appearance.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAsignar.Appearance.Options.UseFont = true; this.btnAsignar.Image = ((System.Drawing.Image)(resources.GetObject("btnAsignar.Image"))); this.btnAsignar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight; this.btnAsignar.Location = new System.Drawing.Point(640, 539); this.btnAsignar.Name = "btnAsignar"; this.btnAsignar.Size = new System.Drawing.Size(184, 31); this.btnAsignar.TabIndex = 10; this.btnAsignar.Text = "Guardar y Asignar"; this.btnAsignar.Click += new System.EventHandler(this.btnAsignar_Click); // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(8, 93); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(57, 13); this.labelControl13.TabIndex = 9; this.labelControl13.Text = "Importancia"; // // labelControl15 // this.labelControl15.Location = new System.Drawing.Point(418, 42); this.labelControl15.Name = "labelControl15"; this.labelControl15.Size = new System.Drawing.Size(60, 13); this.labelControl15.TabIndex = 9; this.labelControl15.Text = "Observacion"; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(5, 41); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(60, 13); this.labelControl12.TabIndex = 9; this.labelControl12.Text = "Observacion"; // // labelControl14 // this.labelControl14.Location = new System.Drawing.Point(418, 16); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(97, 13); this.labelControl14.TabIndex = 9; this.labelControl14.Text = "Seleccione usuario 2"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(5, 18); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(97, 13); this.labelControl9.TabIndex = 9; this.labelControl9.Text = "Seleccione usuario 1"; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.MenuMantNavieras}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(880, 38); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(33, 35); this.toolStripButton1.Text = "Salir"; this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // MenuMantNavieras // this.MenuMantNavieras.Image = ((System.Drawing.Image)(resources.GetObject("MenuMantNavieras.Image"))); this.MenuMantNavieras.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuMantNavieras.Name = "MenuMantNavieras"; this.MenuMantNavieras.Size = new System.Drawing.Size(56, 35); this.MenuMantNavieras.Text = "Navieras"; this.MenuMantNavieras.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuMantNavieras.Visible = false; this.MenuMantNavieras.Click += new System.EventHandler(this.MenuMantNavieras_Click); // // dxErrorProvider1 // this.dxErrorProvider1.ContainerControl = this; // // frmPaperlessAsignacion // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(880, 637); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.tabAsignacion); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmPaperlessAsignacion"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Paperless - Asignacion"; this.Load += new System.EventHandler(this.frmPaperless_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPaperlessAsignacion_FormClosed); this.Leave += new System.EventHandler(this.frmPaperlessAsignacion_Leave); ((System.ComponentModel.ISupportInitialize)(this.tabAsignacion)).EndInit(); this.tabAsignacion.ResumeLayout(false); this.tabInfGeneral.ResumeLayout(false); this.tabInfGeneral.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ddlNumConsolidada.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlMarca.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumContenedores.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumConsolidada.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCargaDescLarga.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlNaveTransbordo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMotivo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlNave.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlAgente.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlTipoServicio.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlTipoCarga.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumHousesBL.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtViaje.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNumMaster.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaster.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlNaviera.Properties)).EndInit(); this.tabFechas.ResumeLayout(false); this.tabFechas.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaMaximaVinculacion.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioCourierDestino.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtfechaMasterConfirmado.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAperturaNavieras.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPlazoEmbarcadores.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFechaETA.Properties)).EndInit(); this.tabPrealerta.ResumeLayout(false); this.tabPrealerta.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Chartusuario2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartUsuario1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtObservacionU2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtObsercacionU1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlImportanciaU1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ddlUsuario1.Properties)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).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.XYDiagramPane xyDiagramPane2 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView1 = new DevExpress.XtraCharts.StepLineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView2 = new DevExpress.XtraCharts.StepLineSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.StepLineSeriesView stepLineSeriesView3 = new DevExpress.XtraCharts.StepLineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.chart = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chart)).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)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).BeginInit(); this.SuspendLayout(); // // ribbonControl1 // this.ribbonControl1.ExpandCollapseItem.Id = 0; this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl1.ExpandCollapseItem }); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.MaxItemId = 1; this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.ribbonControl1.ShowToolbarCustomizeItem = false; this.ribbonControl1.Size = new System.Drawing.Size(909, 27); this.ribbonControl1.Toolbar.ShowCustomizeItem = false; // // chart // this.chart.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.DeepSkyBlue; this.chart.CrosshairOptions.ArgumentLineStyle.Thickness = 2; this.chart.CrosshairOptions.GroupHeaderPattern = "{A:yyyy-MM-dd HH:mm:ss}"; this.chart.CrosshairOptions.ShowOnlyInFocusedPane = false; xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.Maximum; xyDiagram1.AxisX.DateTimeScaleOptions.AutoGrid = false; xyDiagram1.AxisX.DateTimeScaleOptions.GridSpacing = 31D; xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Automatic; xyDiagram1.AxisX.Label.DateTimeOptions.AutoFormat = false; xyDiagram1.AxisX.Label.DateTimeOptions.Format = DevExpress.XtraCharts.DateTimeFormat.Custom; xyDiagram1.AxisX.VisibleInPanesSerializable = "1"; xyDiagram1.AxisY.Label.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; xyDiagram1.AxisY.Label.NumericOptions.Precision = 0; xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisualRange.Auto = false; xyDiagram1.AxisY.VisualRange.AutoSideMargins = false; xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "2"; xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0"; xyDiagram1.AxisY.VisualRange.SideMarginsValue = 0D; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; xyDiagram1.AxisY.WholeRange.Auto = false; xyDiagram1.AxisY.WholeRange.AutoSideMargins = false; xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "2"; xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0"; xyDiagram1.AxisY.WholeRange.SideMarginsValue = 0D; xyDiagram1.DefaultPane.ScrollBarOptions.XAxisScrollBarVisible = false; xyDiagram1.DefaultPane.ScrollBarOptions.YAxisScrollBarVisible = false; xyDiagram1.DefaultPane.Weight = 3D; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisXZooming = true; xyDiagram1.PaneDistance = 4; xyDiagramPane1.Name = "Pane 1"; xyDiagramPane1.PaneID = 0; xyDiagramPane1.ScrollBarOptions.XAxisScrollBarVisible = false; xyDiagramPane1.ScrollBarOptions.YAxisScrollBarVisible = false; xyDiagramPane1.Weight = 3D; xyDiagramPane2.Name = "Pane 2"; xyDiagramPane2.PaneID = 1; xyDiagramPane2.ScrollBarOptions.YAxisScrollBarVisible = false; xyDiagramPane2.Weight = 3D; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1, xyDiagramPane2 }); secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY1.AxisID = 0; secondaryAxisY1.GridLines.MinorVisible = true; secondaryAxisY1.GridLines.Visible = true; secondaryAxisY1.Label.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; secondaryAxisY1.Label.NumericOptions.Precision = 0; secondaryAxisY1.Name = "secondaryAxisY1"; secondaryAxisY1.NumericScaleOptions.AutoGrid = false; secondaryAxisY1.Title.Font = new System.Drawing.Font("Tahoma", 10F); secondaryAxisY1.Title.Text = ""; secondaryAxisY1.Title.Visible = true; secondaryAxisY1.VisibleInPanesSerializable = "0"; secondaryAxisY1.VisualRange.Auto = false; secondaryAxisY1.VisualRange.AutoSideMargins = false; secondaryAxisY1.VisualRange.MaxValueSerializable = "2"; secondaryAxisY1.VisualRange.MinValueSerializable = "0"; secondaryAxisY1.VisualRange.SideMarginsValue = 0D; secondaryAxisY1.WholeRange.Auto = false; secondaryAxisY1.WholeRange.AutoSideMargins = false; secondaryAxisY1.WholeRange.MaxValueSerializable = "2"; secondaryAxisY1.WholeRange.MinValueSerializable = "0"; secondaryAxisY1.WholeRange.SideMarginsValue = 0D; secondaryAxisY2.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY2.AxisID = 1; secondaryAxisY2.GridLines.MinorVisible = true; secondaryAxisY2.GridLines.Visible = true; secondaryAxisY2.Label.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; secondaryAxisY2.Label.NumericOptions.Precision = 0; secondaryAxisY2.Name = "secondaryAxisY2"; secondaryAxisY2.NumericScaleOptions.AutoGrid = false; secondaryAxisY2.Title.Font = new System.Drawing.Font("Tahoma", 10F); secondaryAxisY2.Title.Text = ""; secondaryAxisY2.Title.Visible = true; secondaryAxisY2.VisibleInPanesSerializable = "1"; secondaryAxisY2.VisualRange.Auto = false; secondaryAxisY2.VisualRange.AutoSideMargins = false; secondaryAxisY2.VisualRange.MaxValueSerializable = "2"; secondaryAxisY2.VisualRange.MinValueSerializable = "0"; secondaryAxisY2.VisualRange.SideMarginsValue = 0D; secondaryAxisY2.WholeRange.Auto = false; secondaryAxisY2.WholeRange.AutoSideMargins = false; secondaryAxisY2.WholeRange.MaxValueSerializable = "2"; secondaryAxisY2.WholeRange.MinValueSerializable = "0"; secondaryAxisY2.WholeRange.SideMarginsValue = 0D; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1, secondaryAxisY2 }); this.chart.Diagram = xyDiagram1; this.chart.Dock = System.Windows.Forms.DockStyle.Fill; this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chart.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chart.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chart.Location = new System.Drawing.Point(0, 27); this.chart.Name = "chart"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; pointSeriesLabel1.Angle = 90; series1.Label = pointSeriesLabel1; series1.Name = "Temperature (F)"; series1.View = stepLineSeriesView1; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; pointSeriesLabel2.Angle = 90; series2.Label = pointSeriesLabel2; series2.Name = "系列1"; stepLineSeriesView2.AxisYName = "secondaryAxisY1"; stepLineSeriesView2.PaneName = "Pane 1"; series2.View = stepLineSeriesView2; series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; pointSeriesLabel3.Angle = 90; series3.Label = pointSeriesLabel3; series3.Name = "系列2"; stepLineSeriesView3.AxisYName = "secondaryAxisY2"; stepLineSeriesView3.PaneName = "Pane 2"; series3.View = stepLineSeriesView3; this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; this.chart.Size = new System.Drawing.Size(909, 478); this.chart.TabIndex = 4; chartTitle1.Text = "开关量多点同屏"; this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); this.chart.ToolTipOptions.ShowForPoints = false; // // Frm_KglLineWithScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(909, 505); this.Controls.Add(this.chart); this.Controls.Add(this.ribbonControl1); this.Name = "Frm_KglLineWithScreen"; this.Ribbon = this.ribbonControl1; this.Text = "开关量曲线(多点同屏)"; this.Load += new System.EventHandler(this.Frm_KglLineWithScreen_Load); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); ((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)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stepLineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chart)).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(frmDefinirMeta)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel1 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] { ((object)(10))}); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("Cliente 2", new object[] { ((object)(20))}); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("Cliente 3", new object[] { ((object)(40))}); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView1 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel2 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] { ((object)(9))}); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView2 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel3 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel(); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView3 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel4 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] { ((object)(10))}); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("Cliente 2", new object[] { ((object)(20))}); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("Cliente 3", new object[] { ((object)(40))}); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView4 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel5 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("Cliente 1", new object[] { ((object)(9))}); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView5 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.FullStackedBarSeriesLabel fullStackedBarSeriesLabel6 = new DevExpress.XtraCharts.FullStackedBarSeriesLabel(); DevExpress.XtraCharts.FullStackedBarSeriesView fullStackedBarSeriesView6 = new DevExpress.XtraCharts.FullStackedBarSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(18))}); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(12))}); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(9))}); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(15))}); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(21))}); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(13))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(5))}); DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(12))}); DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(23))}); DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(6))}); DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(9))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(4))}); DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(1))}); DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(2))}); DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(3))}); DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(4))}); DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(2))}); DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(3))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel4 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.cboPrioridad = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.txtShipper = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.sButtonEliminarTrafico = new DevExpress.XtraEditors.SimpleButton(); this.sButtonAgregarTrafico = new DevExpress.XtraEditors.SimpleButton(); this.gridTraficos = new DevExpress.XtraGrid.GridControl(); this.gridViewTraficos = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColTipoGlosa = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridCompetencia = new DevExpress.XtraGrid.GridControl(); this.gridViewCompetencia = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColCompetidor = new DevExpress.XtraGrid.Columns.GridColumn(); this.sButtonEliminar = new DevExpress.XtraEditors.SimpleButton(); this.sBAgregar = new DevExpress.XtraEditors.SimpleButton(); this.lstProductos = new DevExpress.XtraEditors.CheckedListBoxControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.lstTipoContenedor = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtCommodity = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.txtTarget = new DevExpress.XtraEditors.TextEdit(); this.lblTarget = new DevExpress.XtraEditors.LabelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.ButtonAsignar = new DevExpress.XtraEditors.SimpleButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbTarget = new System.Windows.Forms.RadioButton(); this.rbCuenta = new System.Windows.Forms.RadioButton(); this.cboVendedores = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.DateApertura = new DevExpress.XtraEditors.DateEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.DateRevision = new DevExpress.XtraEditors.DateEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.CboCliente = new DevExpress.XtraEditors.ComboBoxEdit(); this.lblCuenta = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.DateHasta = new DevExpress.XtraEditors.DateEdit(); this.DateDesde = new DevExpress.XtraEditors.DateEdit(); this.ChartProspectos = new DevExpress.XtraCharts.ChartControl(); this.gridTargetAbiertos = new DevExpress.XtraGrid.GridControl(); this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip(); this.MenuNuevo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.MenuSalir = new System.Windows.Forms.ToolStripButton(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.ButtonEnviar = new DevExpress.XtraEditors.SimpleButton(); this.gridAsignaciones = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColVendedor = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColTipoTarget = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColCliente = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColFechaRevision = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColTipoContenedor = new DevExpress.XtraGrid.Columns.GridColumn(); this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtShipper.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridTraficos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewTraficos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CboCliente.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridTargetAbiertos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit(); this.toolStripBarraLlamada.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit(); this.SuspendLayout(); // // groupControl1 // this.groupControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.groupControl1.Appearance.Options.UseForeColor = true; this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControl1.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue; this.groupControl1.AppearanceCaption.Options.UseFont = true; this.groupControl1.AppearanceCaption.Options.UseForeColor = true; this.groupControl1.Controls.Add(this.cboPrioridad); this.groupControl1.Controls.Add(this.labelControl9); this.groupControl1.Controls.Add(this.txtShipper); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Controls.Add(this.sButtonEliminarTrafico); this.groupControl1.Controls.Add(this.sButtonAgregarTrafico); this.groupControl1.Controls.Add(this.gridTraficos); this.groupControl1.Controls.Add(this.gridCompetencia); this.groupControl1.Controls.Add(this.sButtonEliminar); this.groupControl1.Controls.Add(this.sBAgregar); this.groupControl1.Controls.Add(this.lstProductos); this.groupControl1.Controls.Add(this.labelControl8); this.groupControl1.Controls.Add(this.lstTipoContenedor); this.groupControl1.Controls.Add(this.txtCommodity); this.groupControl1.Controls.Add(this.labelControl5); this.groupControl1.Controls.Add(this.txtTarget); this.groupControl1.Controls.Add(this.lblTarget); this.groupControl1.Controls.Add(this.chartControl1); this.groupControl1.Controls.Add(this.ButtonAsignar); this.groupControl1.Controls.Add(this.groupBox1); this.groupControl1.Controls.Add(this.cboVendedores); this.groupControl1.Controls.Add(this.labelControl7); this.groupControl1.Controls.Add(this.DateApertura); this.groupControl1.Controls.Add(this.labelControl6); this.groupControl1.Controls.Add(this.labelControl4); this.groupControl1.Controls.Add(this.DateRevision); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.CboCliente); this.groupControl1.Controls.Add(this.lblCuenta); this.groupControl1.Location = new System.Drawing.Point(5, 5); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(565, 329); this.groupControl1.TabIndex = 1; this.groupControl1.Text = "Datos Generales"; this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint); // // cboPrioridad // this.cboPrioridad.Location = new System.Drawing.Point(395, 291); this.cboPrioridad.Name = "cboPrioridad"; this.cboPrioridad.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cboPrioridad.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cboPrioridad.Size = new System.Drawing.Size(60, 20); this.cboPrioridad.TabIndex = 48; // // labelControl9 // this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl9.Location = new System.Drawing.Point(333, 294); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(46, 13); this.labelControl9.TabIndex = 47; this.labelControl9.Text = "Prioridad:"; // // txtShipper // this.txtShipper.Location = new System.Drawing.Point(395, 265); this.txtShipper.Name = "txtShipper"; this.txtShipper.Size = new System.Drawing.Size(154, 20); this.txtShipper.TabIndex = 46; // // labelControl2 // this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl2.Location = new System.Drawing.Point(333, 268); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(40, 13); this.labelControl2.TabIndex = 45; this.labelControl2.Text = "Shipper:"; // // sButtonEliminarTrafico // this.sButtonEliminarTrafico.AutoSizeInLayoutControl = true; this.sButtonEliminarTrafico.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarTrafico.Image"))); this.sButtonEliminarTrafico.Location = new System.Drawing.Point(295, 127); this.sButtonEliminarTrafico.Name = "sButtonEliminarTrafico"; this.sButtonEliminarTrafico.Size = new System.Drawing.Size(26, 24); this.sButtonEliminarTrafico.TabIndex = 7; this.sButtonEliminarTrafico.Click += new System.EventHandler(this.sButtonEliminarTrafico_Click); // // sButtonAgregarTrafico // this.sButtonAgregarTrafico.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarTrafico.Image"))); this.sButtonAgregarTrafico.Location = new System.Drawing.Point(295, 151); this.sButtonAgregarTrafico.Name = "sButtonAgregarTrafico"; this.sButtonAgregarTrafico.Size = new System.Drawing.Size(27, 24); this.sButtonAgregarTrafico.TabIndex = 5; this.sButtonAgregarTrafico.Click += new System.EventHandler(this.sButtonAgregarTrafico_Click); // // gridTraficos // this.gridTraficos.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.gridTraficos.Location = new System.Drawing.Point(327, 82); this.gridTraficos.MainView = this.gridViewTraficos; this.gridTraficos.Name = "gridTraficos"; this.gridTraficos.Size = new System.Drawing.Size(233, 94); this.gridTraficos.TabIndex = 6; this.gridTraficos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewTraficos}); // // gridViewTraficos // this.gridViewTraficos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColTipoGlosa}); this.gridViewTraficos.GridControl = this.gridTraficos; this.gridViewTraficos.Name = "gridViewTraficos"; this.gridViewTraficos.NewItemRowText = "Click aqui para agregar nueva fila"; this.gridViewTraficos.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridViewTraficos.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True; this.gridViewTraficos.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.FieldName = "Glosa"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 58; // // gridColTipoGlosa // this.gridColTipoGlosa.Caption = "Tipo Glosa"; this.gridColTipoGlosa.FieldName = "TipoGlosa"; this.gridColTipoGlosa.Name = "gridColTipoGlosa"; // // gridCompetencia // this.gridCompetencia.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.gridCompetencia.Location = new System.Drawing.Point(71, 178); this.gridCompetencia.MainView = this.gridViewCompetencia; this.gridCompetencia.Name = "gridCompetencia"; this.gridCompetencia.Size = new System.Drawing.Size(203, 81); this.gridCompetencia.TabIndex = 9; this.gridCompetencia.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewCompetencia}); // // gridViewCompetencia // this.gridViewCompetencia.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColCompetidor}); this.gridViewCompetencia.GridControl = this.gridCompetencia; this.gridViewCompetencia.Name = "gridViewCompetencia"; this.gridViewCompetencia.NewItemRowText = "Click aqui para agregar nueva fila"; this.gridViewCompetencia.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridViewCompetencia.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True; this.gridViewCompetencia.OptionsView.ShowGroupPanel = false; // // gridColCompetidor // this.gridColCompetidor.Caption = "Competencia"; this.gridColCompetidor.FieldName = "Descripcion"; this.gridColCompetidor.Name = "gridColCompetidor"; this.gridColCompetidor.Visible = true; this.gridColCompetidor.VisibleIndex = 0; this.gridColCompetidor.Width = 58; // // sButtonEliminar // this.sButtonEliminar.AutoSizeInLayoutControl = true; this.sButtonEliminar.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminar.Image"))); this.sButtonEliminar.Location = new System.Drawing.Point(38, 211); this.sButtonEliminar.Name = "sButtonEliminar"; this.sButtonEliminar.Size = new System.Drawing.Size(26, 24); this.sButtonEliminar.TabIndex = 10; this.sButtonEliminar.Click += new System.EventHandler(this.sButtonEliminar_Click); // // sBAgregar // this.sBAgregar.Image = ((System.Drawing.Image)(resources.GetObject("sBAgregar.Image"))); this.sBAgregar.Location = new System.Drawing.Point(38, 235); this.sBAgregar.Name = "sBAgregar"; this.sBAgregar.Size = new System.Drawing.Size(27, 24); this.sBAgregar.TabIndex = 8; this.sBAgregar.Click += new System.EventHandler(this.sBAgregar_Click); // // lstProductos // this.lstProductos.CheckOnClick = true; this.lstProductos.HorizontalScrollbar = true; this.lstProductos.HorzScrollStep = 10; this.lstProductos.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] { new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item1"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item2"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item3"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item4"), new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item5")}); this.lstProductos.Location = new System.Drawing.Point(71, 82); this.lstProductos.Name = "lstProductos"; this.lstProductos.Size = new System.Drawing.Size(187, 90); this.lstProductos.TabIndex = 4; // // labelControl8 // this.labelControl8.Appearance.Options.UseTextOptions = true; this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl8.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.labelControl8.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl8.Location = new System.Drawing.Point(8, 287); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(57, 37); this.labelControl8.TabIndex = 44; this.labelControl8.Text = "Tipo Contenedor"; // // lstTipoContenedor // this.lstTipoContenedor.Location = new System.Drawing.Point(71, 291); this.lstTipoContenedor.Name = "lstTipoContenedor"; this.lstTipoContenedor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.lstTipoContenedor.Size = new System.Drawing.Size(203, 20); this.lstTipoContenedor.TabIndex = 12; this.lstTipoContenedor.SelectedIndexChanged += new System.EventHandler(this.lstTipoContenedor_SelectedIndexChanged); this.lstTipoContenedor.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lstTipoContenedor_KeyPress); // // txtCommodity // this.txtCommodity.Location = new System.Drawing.Point(71, 265); this.txtCommodity.Name = "txtCommodity"; this.txtCommodity.Size = new System.Drawing.Size(203, 20); this.txtCommodity.TabIndex = 11; this.txtCommodity.EditValueChanged += new System.EventHandler(this.txtCommodity_EditValueChanged_1); this.txtCommodity.Enter += new System.EventHandler(this.txtCommodity_Enter); this.txtCommodity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCommodity_KeyPress); this.txtCommodity.Click += new System.EventHandler(this.txtCommodity_Click); // // labelControl5 // this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl5.Location = new System.Drawing.Point(8, 268); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(57, 13); this.labelControl5.TabIndex = 41; this.labelControl5.Text = "Commodity:"; // // txtTarget // this.txtTarget.Location = new System.Drawing.Point(254, 22); this.txtTarget.Name = "txtTarget"; this.txtTarget.Size = new System.Drawing.Size(295, 20); this.txtTarget.TabIndex = 2; this.txtTarget.Enter += new System.EventHandler(this.txtTarget_Enter); this.txtTarget.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTarget_KeyPress); this.txtTarget.Click += new System.EventHandler(this.txtTarget_Click); // // lblTarget // this.lblTarget.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.lblTarget.Location = new System.Drawing.Point(211, 25); this.lblTarget.Name = "lblTarget"; this.lblTarget.Size = new System.Drawing.Size(41, 13); this.lblTarget.TabIndex = 36; this.lblTarget.Text = "Nombre:"; // // chartControl1 // xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(571, 199); this.chartControl1.Name = "chartControl1"; fullStackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions"; series1.Label = fullStackedBarSeriesLabel1; series1.Name = "Vendedor"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3}); series1.View = fullStackedBarSeriesView1; fullStackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions"; series2.Label = fullStackedBarSeriesLabel2; series2.Name = "Cliente"; series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint4}); series2.View = fullStackedBarSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; fullStackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions"; this.chartControl1.SeriesTemplate.Label = fullStackedBarSeriesLabel3; this.chartControl1.SeriesTemplate.View = fullStackedBarSeriesView3; this.chartControl1.Size = new System.Drawing.Size(402, 277); this.chartControl1.TabIndex = 35; // // ButtonAsignar // this.ButtonAsignar.Location = new System.Drawing.Point(461, 291); this.ButtonAsignar.Name = "ButtonAsignar"; this.ButtonAsignar.Size = new System.Drawing.Size(88, 33); this.ButtonAsignar.TabIndex = 16; this.ButtonAsignar.Text = "Asignar"; this.ButtonAsignar.Click += new System.EventHandler(this.ButtonAsignar_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.rbTarget); this.groupBox1.Controls.Add(this.rbCuenta); this.groupBox1.Location = new System.Drawing.Point(7, 25); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(197, 43); this.groupBox1.TabIndex = 32; this.groupBox1.TabStop = false; this.groupBox1.Text = "Tipo Target"; // // rbTarget // this.rbTarget.AutoSize = true; this.rbTarget.Location = new System.Drawing.Point(101, 19); this.rbTarget.Name = "rbTarget"; this.rbTarget.Size = new System.Drawing.Size(90, 17); this.rbTarget.TabIndex = 1; this.rbTarget.Text = "NuevoTráfico"; this.rbTarget.UseVisualStyleBackColor = true; this.rbTarget.CheckedChanged += new System.EventHandler(this.rbTarget_CheckedChanged); // // rbCuenta // this.rbCuenta.AutoSize = true; this.rbCuenta.Checked = true; this.rbCuenta.Location = new System.Drawing.Point(6, 18); this.rbCuenta.Name = "rbCuenta"; this.rbCuenta.Size = new System.Drawing.Size(94, 17); this.rbCuenta.TabIndex = 0; this.rbCuenta.TabStop = true; this.rbCuenta.Text = "Nueva Cuenta"; this.rbCuenta.UseVisualStyleBackColor = true; this.rbCuenta.Enter += new System.EventHandler(this.rbCuenta_Enter); this.rbCuenta.CheckedChanged += new System.EventHandler(this.rbCuenta_CheckedChanged); // // cboVendedores // this.cboVendedores.Location = new System.Drawing.Point(395, 239); this.cboVendedores.Name = "cboVendedores"; this.cboVendedores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cboVendedores.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cboVendedores.Size = new System.Drawing.Size(154, 20); this.cboVendedores.TabIndex = 15; this.cboVendedores.SelectedIndexChanged += new System.EventHandler(this.cboVendedores_SelectedIndexChanged); this.cboVendedores.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboVendedores_KeyPress); // // labelControl7 // this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl7.Location = new System.Drawing.Point(333, 242); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(50, 13); this.labelControl7.TabIndex = 29; this.labelControl7.Text = "Vendedor:"; // // DateApertura // this.DateApertura.EditValue = null; this.DateApertura.Enabled = false; this.DateApertura.Location = new System.Drawing.Point(447, 213); this.DateApertura.Name = "DateApertura"; this.DateApertura.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateApertura.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateApertura.Size = new System.Drawing.Size(102, 20); this.DateApertura.TabIndex = 14; this.DateApertura.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateApertura_KeyPress); // // labelControl6 // this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl6.Location = new System.Drawing.Point(355, 216); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(79, 13); this.labelControl6.TabIndex = 27; this.labelControl6.Text = "Fecha Apertura:"; // // labelControl4 // this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl4.Location = new System.Drawing.Point(355, 190); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(82, 13); this.labelControl4.TabIndex = 26; this.labelControl4.Text = "Fecha Follow Up:"; // // DateRevision // this.DateRevision.EditValue = null; this.DateRevision.Location = new System.Drawing.Point(447, 187); this.DateRevision.Name = "DateRevision"; this.DateRevision.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateRevision.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateRevision.Size = new System.Drawing.Size(102, 20); this.DateRevision.TabIndex = 13; this.DateRevision.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateRevision_KeyPress); // // labelControl3 // this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal; this.labelControl3.Location = new System.Drawing.Point(264, 82); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(42, 13); this.labelControl3.TabIndex = 24; this.labelControl3.Text = "Tráficos:"; // // labelControl1 // this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Location = new System.Drawing.Point(7, 74); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(73, 22); this.labelControl1.TabIndex = 19; this.labelControl1.Text = "Productos:"; // // CboCliente // this.CboCliente.Location = new System.Drawing.Point(254, 48); this.CboCliente.Name = "CboCliente"; this.CboCliente.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.CboCliente.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.CboCliente.Size = new System.Drawing.Size(295, 20); this.CboCliente.TabIndex = 3; this.CboCliente.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.CboCliente_KeyPress); // // lblCuenta // this.lblCuenta.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblCuenta.Location = new System.Drawing.Point(211, 48); this.lblCuenta.Name = "lblCuenta"; this.lblCuenta.Size = new System.Drawing.Size(73, 22); this.lblCuenta.TabIndex = 17; this.lblCuenta.Text = "Cuenta:"; // // panelControl1 // this.panelControl1.Controls.Add(this.chartControl2); this.panelControl1.Controls.Add(this.groupControl1); this.panelControl1.Location = new System.Drawing.Point(3, 39); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(575, 339); this.panelControl1.TabIndex = 0; this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint); // // chartControl2 // xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisX.Range.SideMarginsEnabled = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisY.Range.SideMarginsEnabled = true; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl2.Diagram = xyDiagram2; this.chartControl2.Location = new System.Drawing.Point(576, 276); this.chartControl2.Name = "chartControl2"; fullStackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions"; series3.Label = fullStackedBarSeriesLabel4; series3.Name = "Vendedor"; series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint5, seriesPoint6, seriesPoint7}); series3.View = fullStackedBarSeriesView4; fullStackedBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions"; series4.Label = fullStackedBarSeriesLabel5; series4.Name = "Cliente"; series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint8}); series4.View = fullStackedBarSeriesView5; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3, series4}; fullStackedBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions"; this.chartControl2.SeriesTemplate.Label = fullStackedBarSeriesLabel6; this.chartControl2.SeriesTemplate.View = fullStackedBarSeriesView6; this.chartControl2.Size = new System.Drawing.Size(402, 188); this.chartControl2.TabIndex = 35; // // groupControl3 // this.groupControl3.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.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControl3.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue; this.groupControl3.AppearanceCaption.Options.UseFont = true; this.groupControl3.AppearanceCaption.Options.UseForeColor = true; this.groupControl3.Controls.Add(this.DateHasta); this.groupControl3.Controls.Add(this.DateDesde); this.groupControl3.Controls.Add(this.ChartProspectos); this.groupControl3.Controls.Add(this.gridTargetAbiertos); this.groupControl3.Location = new System.Drawing.Point(3, 379); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(977, 193); this.groupControl3.TabIndex = 2; this.groupControl3.Text = "Estadística Prospectos Abiertos"; this.groupControl3.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl3_Paint); // // DateHasta // this.DateHasta.EditValue = null; this.DateHasta.Location = new System.Drawing.Point(118, 23); this.DateHasta.Name = "DateHasta"; this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateHasta.Size = new System.Drawing.Size(91, 20); this.DateHasta.TabIndex = 37; this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged); this.DateHasta.Leave += new System.EventHandler(this.DateHasta_Leave); // // DateDesde // this.DateDesde.EditValue = null; this.DateDesde.Location = new System.Drawing.Point(5, 23); this.DateDesde.Name = "DateDesde"; this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateDesde.Size = new System.Drawing.Size(91, 20); this.DateDesde.TabIndex = 36; this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged); this.DateDesde.Leave += new System.EventHandler(this.DateDesde_Leave); // // ChartProspectos // this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); xyDiagram3.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram3.AxisX.Range.SideMarginsEnabled = true; xyDiagram3.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram3.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram3.AxisY.Range.SideMarginsEnabled = true; xyDiagram3.AxisY.VisibleInPanesSerializable = "-1"; this.ChartProspectos.Diagram = xyDiagram3; this.ChartProspectos.Location = new System.Drawing.Point(486, 23); this.ChartProspectos.Name = "ChartProspectos"; stackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions"; series5.Label = stackedBarSeriesLabel1; series5.Name = "Propuesta"; series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint9, seriesPoint10, seriesPoint11, seriesPoint12, seriesPoint13, seriesPoint14, seriesPoint15}); series5.View = stackedBarSeriesView1; stackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions"; series6.Label = stackedBarSeriesLabel2; series6.Name = "Asignada"; series6.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint16, seriesPoint17, seriesPoint18, seriesPoint19, seriesPoint20, seriesPoint21, seriesPoint22}); series6.View = stackedBarSeriesView2; stackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions"; series7.Label = stackedBarSeriesLabel3; series7.Name = "Revisión"; series7.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint23, seriesPoint24, seriesPoint25, seriesPoint26, seriesPoint27, seriesPoint28, seriesPoint29}); series7.View = stackedBarSeriesView3; this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series5, series6, series7}; stackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions"; this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel4; this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView4; this.ChartProspectos.Size = new System.Drawing.Size(486, 163); this.ChartProspectos.TabIndex = 35; // // gridTargetAbiertos // this.gridTargetAbiertos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.gridTargetAbiertos.Location = new System.Drawing.Point(5, 49); this.gridTargetAbiertos.MainView = this.gridView2; this.gridTargetAbiertos.Name = "gridTargetAbiertos"; this.gridTargetAbiertos.Size = new System.Drawing.Size(475, 137); this.gridTargetAbiertos.TabIndex = 1; this.gridTargetAbiertos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView2}); // // gridView2 // this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn3, this.gridColumn4, this.gridColumn7, this.gridColumn8, this.gridColumn9}); this.gridView2.GridControl = this.gridTargetAbiertos; this.gridView2.Name = "gridView2"; this.gridView2.OptionsView.ShowGroupPanel = false; // // gridColumn3 // this.gridColumn3.Caption = "N° Target"; this.gridColumn3.FieldName = "NumMeta"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 0; this.gridColumn3.Width = 58; // // gridColumn4 // this.gridColumn4.Caption = "Cuenta/Target"; this.gridColumn4.FieldName = "CuentaTarget"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 2; this.gridColumn4.Width = 145; // // gridColumn7 // this.gridColumn7.Caption = "Vendedor"; this.gridColumn7.FieldName = "Vendedor"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 3; this.gridColumn7.Width = 123; // // gridColumn8 // this.gridColumn8.Caption = "Estado"; this.gridColumn8.FieldName = "Estado"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 4; this.gridColumn8.Width = 94; // // gridColumn9 // this.gridColumn9.Caption = "Tipo"; this.gridColumn9.FieldName = "Tipo"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 1; this.gridColumn9.Width = 49; // // toolStripBarraLlamada // this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuNuevo, this.toolStripSeparator1, this.MenuSalir}); this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0); this.toolStripBarraLlamada.Name = "toolStripBarraLlamada"; this.toolStripBarraLlamada.Size = new System.Drawing.Size(980, 38); this.toolStripBarraLlamada.TabIndex = 5; this.toolStripBarraLlamada.Text = "toolStrip1"; // // MenuNuevo // this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image"))); this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuNuevo.Name = "MenuNuevo"; this.MenuNuevo.Size = new System.Drawing.Size(45, 35); this.MenuNuevo.Text = "Nueva"; this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuNuevo.ToolTipText = "Nueva Llamada"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38); // // MenuSalir // this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image"))); this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuSalir.Name = "MenuSalir"; this.MenuSalir.Size = new System.Drawing.Size(33, 35); this.MenuSalir.Text = "Salir"; this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click_1); // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.groupControl2.Appearance.ForeColor = System.Drawing.Color.DarkBlue; this.groupControl2.Appearance.Options.UseFont = true; this.groupControl2.Appearance.Options.UseForeColor = true; this.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.groupControl2.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue; this.groupControl2.AppearanceCaption.Options.UseFont = true; this.groupControl2.AppearanceCaption.Options.UseForeColor = true; this.groupControl2.Controls.Add(this.ButtonEnviar); this.groupControl2.Controls.Add(this.gridAsignaciones); this.groupControl2.Location = new System.Drawing.Point(579, 39); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(401, 339); this.groupControl2.TabIndex = 34; this.groupControl2.Text = "Resumen Asignación"; this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint); // // ButtonEnviar // this.ButtonEnviar.Appearance.ForeColor = System.Drawing.Color.DarkBlue; this.ButtonEnviar.Appearance.Options.UseForeColor = true; this.ButtonEnviar.Location = new System.Drawing.Point(5, 294); this.ButtonEnviar.Name = "ButtonEnviar"; this.ButtonEnviar.Size = new System.Drawing.Size(96, 35); this.ButtonEnviar.TabIndex = 36; this.ButtonEnviar.Text = "Enviar Prospectos"; this.ButtonEnviar.Click += new System.EventHandler(this.ButtonEnviar_Click); // // gridAsignaciones // this.gridAsignaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridAsignaciones.Location = new System.Drawing.Point(5, 25); this.gridAsignaciones.MainView = this.gridView1; this.gridAsignaciones.Name = "gridAsignaciones"; this.gridAsignaciones.Size = new System.Drawing.Size(386, 265); this.gridAsignaciones.TabIndex = 0; this.gridAsignaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColVendedor, this.gridColTipoTarget, this.gridColCliente, this.gridColFechaRevision, this.gridColTipoContenedor}); this.gridView1.GridControl = this.gridAsignaciones; this.gridView1.GroupCount = 1; this.gridView1.Name = "gridView1"; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColVendedor, DevExpress.Data.ColumnSortOrder.Ascending)}); // // gridColVendedor // this.gridColVendedor.Caption = "Vendedor"; this.gridColVendedor.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario"; this.gridColVendedor.Name = "gridColVendedor"; this.gridColVendedor.Width = 126; // // gridColTipoTarget // this.gridColTipoTarget.Caption = "Tipo Target"; this.gridColTipoTarget.FieldName = "TipoOportunidad"; this.gridColTipoTarget.Name = "gridColTipoTarget"; this.gridColTipoTarget.Visible = true; this.gridColTipoTarget.VisibleIndex = 0; this.gridColTipoTarget.Width = 77; // // gridColCliente // this.gridColCliente.Caption = "Cliente"; this.gridColCliente.FieldName = "GlosaClienteTarget"; this.gridColCliente.Name = "gridColCliente"; this.gridColCliente.Visible = true; this.gridColCliente.VisibleIndex = 1; this.gridColCliente.Width = 307; // // gridColFechaRevision // this.gridColFechaRevision.Caption = "Fecha Revisión"; this.gridColFechaRevision.FieldName = "FechaRevision"; this.gridColFechaRevision.Name = "gridColFechaRevision"; this.gridColFechaRevision.Width = 137; // // gridColTipoContenedor // this.gridColTipoContenedor.Caption = "Tipo Contenedor"; this.gridColTipoContenedor.FieldName = "ObjTipoContenedor.Descripcion"; this.gridColTipoContenedor.Name = "gridColTipoContenedor"; this.gridColTipoContenedor.Visible = true; this.gridColTipoContenedor.VisibleIndex = 2; this.gridColTipoContenedor.Width = 142; // // ctrldxError // this.ctrldxError.ContainerControl = this; // // frmDefinirMeta // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(980, 574); this.Controls.Add(this.toolStripBarraLlamada); this.Controls.Add(this.groupControl2); this.Controls.Add(this.groupControl3); this.Controls.Add(this.panelControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmDefinirMeta"; this.Text = "Definir TARGET"; this.Load += new System.EventHandler(this.frmDefinirMeta_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDefinirMeta_FormClosed); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtShipper.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridTraficos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewTraficos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CboCliente.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesLabel6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(fullStackedBarSeriesView6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridTargetAbiertos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit(); this.toolStripBarraLlamada.ResumeLayout(false); this.toolStripBarraLlamada.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).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.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); 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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.XYMarkerSlideAnimation xyMarkerSlideAnimation1 = new DevExpress.XtraCharts.XYMarkerSlideAnimation(); DevExpress.XtraCharts.CubicEasingFunction cubicEasingFunction1 = new DevExpress.XtraCharts.CubicEasingFunction(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY2 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView3 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView4 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit(); this.SuspendLayout(); // // chartControl1 // this.chartControl1.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.DataBindings = null; xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Interlaced = true; xyDiagram1.AxisY.Label.TextPattern = "{V:#,#}"; xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisY.Title.Text = "Production/Target (Prs)"; xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.Blue; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.BorderVisible = false; xyDiagram1.DefaultPane.Shadow.Size = 5; secondaryAxisY1.AxisID = 0; secondaryAxisY1.Label.TextPattern = "{V:0}%"; secondaryAxisY1.Name = "Secondary AxisY 1"; secondaryAxisY1.Title.Font = new System.Drawing.Font("Calibri", 14.25F); secondaryAxisY1.Title.Text = "Rate (%)"; secondaryAxisY1.Title.TextColor = System.Drawing.Color.Blue; secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY1.VisibleInPanesSerializable = "-1"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1 }); this.chartControl1.Diagram = xyDiagram1; this.chartControl1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Location = new System.Drawing.Point(0, 131); this.chartControl1.Name = "chartControl1"; sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; sideBySideBarSeriesLabel1.TextPattern = "{V:#,#}"; series1.Label = sideBySideBarSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "Target"; sideBySideBarSeriesView1.Color = System.Drawing.Color.DeepSkyBlue; series1.View = sideBySideBarSeriesView1; sideBySideBarSeriesLabel2.Font = new System.Drawing.Font("Calibri", 9.75F); sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; sideBySideBarSeriesLabel2.TextPattern = "{V:#,#}"; series2.Label = sideBySideBarSeriesLabel2; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Name = "Production"; sideBySideBarSeriesView2.Color = System.Drawing.Color.Goldenrod; series2.View = sideBySideBarSeriesView2; pointSeriesLabel1.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); pointSeriesLabel1.TextPattern = "{V:0}%"; series3.Label = pointSeriesLabel1; series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series3.Name = "Rate"; splineSeriesView1.AxisYName = "Secondary AxisY 1"; splineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.Yellow; splineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.DeepPink; splineSeriesView1.LineMarkerOptions.Size = 15; splineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; xyMarkerSlideAnimation1.Direction = DevExpress.XtraCharts.XYMarkerSlideAnimationDirection.FromBottom; xyMarkerSlideAnimation1.EasingFunction = cubicEasingFunction1; splineSeriesView1.SeriesPointAnimation = xyMarkerSlideAnimation1; series3.View = splineSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; this.chartControl1.Size = new System.Drawing.Size(416, 389); this.chartControl1.TabIndex = 0; chartTitle1.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle1.Text = "Production Result"; chartTitle1.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click); // // chartControl2 // this.chartControl2.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl2.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl2.DataBindings = null; xyDiagram2.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisX.Label.Font = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram2.AxisX.Title.Font = new System.Drawing.Font("Calibri", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Interlaced = true; xyDiagram2.AxisY.Label.TextPattern = "{V:#,#}"; xyDiagram2.AxisY.Title.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram2.AxisY.Title.Text = "Person"; xyDiagram2.AxisY.Title.TextColor = System.Drawing.Color.Blue; xyDiagram2.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.DefaultPane.BorderVisible = false; xyDiagram2.DefaultPane.Shadow.Size = 5; secondaryAxisY2.AxisID = 0; secondaryAxisY2.Label.TextPattern = "{V:0}%"; secondaryAxisY2.Name = "Secondary AxisY 1"; secondaryAxisY2.Title.Font = new System.Drawing.Font("Calibri", 14.25F); secondaryAxisY2.Title.Text = "Rate (%)"; secondaryAxisY2.Title.TextColor = System.Drawing.Color.Blue; secondaryAxisY2.Visibility = DevExpress.Utils.DefaultBoolean.False; secondaryAxisY2.VisibleInPanesSerializable = "-1"; xyDiagram2.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY2 }); this.chartControl2.Diagram = xyDiagram2; this.chartControl2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Hatch; this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl2.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartControl2.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl2.Legend.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartControl2.Legend.Name = "Default Legend"; this.chartControl2.Location = new System.Drawing.Point(105, 66); this.chartControl2.Name = "chartControl2"; sideBySideBarSeriesLabel3.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); sideBySideBarSeriesLabel3.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; sideBySideBarSeriesLabel3.TextPattern = "{V:#,#}"; series4.Label = sideBySideBarSeriesLabel3; series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series4.Name = "PO"; sideBySideBarSeriesView3.Color = System.Drawing.Color.DeepSkyBlue; series4.View = sideBySideBarSeriesView3; sideBySideBarSeriesLabel4.Font = new System.Drawing.Font("Calibri", 9.75F); sideBySideBarSeriesLabel4.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; sideBySideBarSeriesLabel4.TextPattern = "{V:#,#}"; series5.Label = sideBySideBarSeriesLabel4; series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series5.Name = "PO Actual"; sideBySideBarSeriesView4.Color = System.Drawing.Color.Goldenrod; series5.View = sideBySideBarSeriesView4; sideBySideBarSeriesLabel5.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; sideBySideBarSeriesLabel5.TextPattern = "{V:#,#}"; series6.Label = sideBySideBarSeriesLabel5; series6.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series6.Name = "Absent"; series6.Visible = false; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series4, series5, series6 }; this.chartControl2.Size = new System.Drawing.Size(416, 389); this.chartControl2.TabIndex = 1; chartTitle2.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle2.Text = "Production Result"; chartTitle2.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle2 }); // // UC_CHART_PROD // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.chartControl2); this.Controls.Add(this.chartControl1); this.Name = "UC_CHART_PROD"; this.Size = new System.Drawing.Size(626, 520); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).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.XtraPivotGrid.PivotGridGroup pivotGridGroup1 = new DevExpress.XtraPivotGrid.PivotGridGroup(); DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup2 = new DevExpress.XtraPivotGrid.PivotGridGroup(); DevExpress.XtraPivotGrid.PivotGridGroup pivotGridGroup3 = new DevExpress.XtraPivotGrid.PivotGridGroup(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.fieldOrderDate = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldOrderDate1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldOrderDate2 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldOrderDate3 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldShipCountry1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldShipCity1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldCategoryName1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldProductName1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.xtraPivotGridTutorialBindingSource = new System.Windows.Forms.BindingSource(this.components); this.nwindDataSet = new NwindDataSet.nwindDataSet(); this.xtraPivotGridTutorialViewTableAdapter = new NwindDataSet.nwindDataSetTableAdapters.XtraPivotGridTutorialViewTableAdapter(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl(); this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl(); this.fieldUnitPrice1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldQuantity1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldPrice1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldExtendedPrice1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldFreight1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldSalesPerson1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldShipperCompany1 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldOrderDate4 = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldDiscount = new DevExpress.XtraPivotGrid.PivotGridField(); this.fieldFreightPercentage = new DevExpress.XtraPivotGrid.PivotGridField(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.printingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.previewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportToXLSXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); ((System.ComponentModel.ISupportInitialize)(this.xtraPivotGridTutorialBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit(); this.splitContainerControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // fieldOrderDate // this.fieldOrderDate.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldOrderDate.AreaIndex = 0; this.fieldOrderDate.Caption = "Year"; this.fieldOrderDate.DisplayFolder = "Dimensions\\Dates"; this.fieldOrderDate.FieldName = "OrderDate"; this.fieldOrderDate.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.DateYear; this.fieldOrderDate.Name = "fieldOrderDate"; this.fieldOrderDate.UnboundFieldName = "fieldOrderDate"; // // fieldOrderDate1 // this.fieldOrderDate1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldOrderDate1.AreaIndex = 1; this.fieldOrderDate1.Caption = "Quarter"; this.fieldOrderDate1.DisplayFolder = "Dimensions\\Dates"; this.fieldOrderDate1.ExpandedInFieldsGroup = false; this.fieldOrderDate1.FieldName = "OrderDate"; this.fieldOrderDate1.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.DateQuarter; this.fieldOrderDate1.Name = "fieldOrderDate1"; this.fieldOrderDate1.UnboundFieldName = "fieldOrderDate1"; this.fieldOrderDate1.ValueFormat.FormatString = "Quarter {0}"; this.fieldOrderDate1.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric; // // fieldOrderDate2 // this.fieldOrderDate2.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldOrderDate2.AreaIndex = 2; this.fieldOrderDate2.Caption = "Month"; this.fieldOrderDate2.DisplayFolder = "Dimensions\\Dates"; this.fieldOrderDate2.ExpandedInFieldsGroup = false; this.fieldOrderDate2.FieldName = "OrderDate"; this.fieldOrderDate2.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.DateMonth; this.fieldOrderDate2.Name = "fieldOrderDate2"; this.fieldOrderDate2.UnboundFieldName = "fieldOrderDate2"; this.fieldOrderDate2.Visible = false; // // fieldOrderDate3 // this.fieldOrderDate3.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldOrderDate3.AreaIndex = 3; this.fieldOrderDate3.Caption = "Day"; this.fieldOrderDate3.DisplayFolder = "Dimensions\\Dates"; this.fieldOrderDate3.FieldName = "OrderDate"; this.fieldOrderDate3.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.DateDay; this.fieldOrderDate3.Name = "fieldOrderDate3"; this.fieldOrderDate3.UnboundFieldName = "fieldOrderDate3"; this.fieldOrderDate3.Visible = false; // // fieldShipCountry1 // this.fieldShipCountry1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldShipCountry1.AreaIndex = 0; this.fieldShipCountry1.Caption = "Ship Country"; this.fieldShipCountry1.DisplayFolder = "Dimensions\\Geography"; this.fieldShipCountry1.FieldName = "ShipCountry"; this.fieldShipCountry1.Name = "fieldShipCountry1"; this.fieldShipCountry1.Visible = false; // // fieldShipCity1 // this.fieldShipCity1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldShipCity1.AreaIndex = 1; this.fieldShipCity1.Caption = "Ship City"; this.fieldShipCity1.DisplayFolder = "Dimensions\\Geography"; this.fieldShipCity1.FieldName = "ShipCity"; this.fieldShipCity1.Name = "fieldShipCity1"; this.fieldShipCity1.Visible = false; // // fieldCategoryName1 // this.fieldCategoryName1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldCategoryName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldCategoryName1.AreaIndex = 0; this.fieldCategoryName1.Caption = "Category"; this.fieldCategoryName1.DisplayFolder = "Dimensions\\Products"; this.fieldCategoryName1.FieldName = "CategoryName"; this.fieldCategoryName1.Name = "fieldCategoryName1"; // // fieldProductName1 // this.fieldProductName1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldProductName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldProductName1.AreaIndex = 1; this.fieldProductName1.Caption = "Product"; this.fieldProductName1.DisplayFolder = "Dimensions\\Products"; this.fieldProductName1.FieldName = "ProductName"; this.fieldProductName1.Name = "fieldProductName1"; // // xtraPivotGridTutorialBindingSource // this.xtraPivotGridTutorialBindingSource.DataMember = "XtraPivotGridTutorialView"; this.xtraPivotGridTutorialBindingSource.DataSource = this.nwindDataSet; // // nwindDataSet // this.nwindDataSet.DataSetName = "nwindDataSet"; this.nwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // xtraPivotGridTutorialViewTableAdapter // this.xtraPivotGridTutorialViewTableAdapter.ClearBeforeFill = true; // // splitContainerControl1 // this.splitContainerControl1.Collapsed = true; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 24); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(732, 517); this.splitContainerControl1.SplitterPosition = 312; this.splitContainerControl1.TabIndex = 1; this.splitContainerControl1.Text = "splitContainerControl1"; // // splitContainerControl2 // this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl2.Horizontal = false; this.splitContainerControl2.Location = new System.Drawing.Point(0, 0); this.splitContainerControl2.Name = "splitContainerControl2"; this.splitContainerControl2.Panel1.Controls.Add(this.pivotGridControl1); this.splitContainerControl2.Panel1.Text = "Panel1"; this.splitContainerControl2.Panel2.Controls.Add(this.chartControl1); this.splitContainerControl2.Panel2.Text = "Panel2"; this.splitContainerControl2.Size = new System.Drawing.Size(415, 517); this.splitContainerControl2.SplitterPosition = 326; this.splitContainerControl2.TabIndex = 0; this.splitContainerControl2.Text = "splitContainerControl2"; // // pivotGridControl1 // this.pivotGridControl1.DataSource = this.xtraPivotGridTutorialBindingSource; this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] { this.fieldCategoryName1, this.fieldProductName1, this.fieldUnitPrice1, this.fieldQuantity1, this.fieldPrice1, this.fieldExtendedPrice1, this.fieldFreight1, this.fieldSalesPerson1, this.fieldShipCountry1, this.fieldShipCity1, this.fieldShipperCompany1, this.fieldOrderDate, this.fieldOrderDate1, this.fieldOrderDate2, this.fieldOrderDate3, this.fieldOrderDate4, this.fieldDiscount, this.fieldFreightPercentage }); pivotGridGroup1.Caption = "Calendar"; pivotGridGroup1.Fields.Add(this.fieldOrderDate); pivotGridGroup1.Fields.Add(this.fieldOrderDate1); pivotGridGroup1.Fields.Add(this.fieldOrderDate2); pivotGridGroup1.Fields.Add(this.fieldOrderDate3); pivotGridGroup1.Hierarchy = null; pivotGridGroup1.ShowNewValues = true; pivotGridGroup2.Caption = "Ship Info"; pivotGridGroup2.Fields.Add(this.fieldShipCountry1); pivotGridGroup2.Fields.Add(this.fieldShipCity1); pivotGridGroup2.Hierarchy = null; pivotGridGroup2.ShowNewValues = true; pivotGridGroup3.Caption = "Product Info"; pivotGridGroup3.Fields.Add(this.fieldCategoryName1); pivotGridGroup3.Fields.Add(this.fieldProductName1); pivotGridGroup3.Hierarchy = null; pivotGridGroup3.ShowNewValues = true; this.pivotGridControl1.Groups.AddRange(new DevExpress.XtraPivotGrid.PivotGridGroup[] { pivotGridGroup1, pivotGridGroup2, pivotGridGroup3 }); this.pivotGridControl1.Location = new System.Drawing.Point(0, 0); this.pivotGridControl1.Name = "pivotGridControl1"; this.pivotGridControl1.OptionsChartDataSource.SelectionOnly = false; this.pivotGridControl1.OptionsCustomization.AllowFilterInCustomizationForm = true; this.pivotGridControl1.OptionsCustomization.AllowSortInCustomizationForm = true; this.pivotGridControl1.OptionsCustomization.CustomizationFormStyle = DevExpress.XtraPivotGrid.Customization.CustomizationFormStyle.Excel2007; this.pivotGridControl1.OptionsData.AutoExpandGroups = DevExpress.Utils.DefaultBoolean.False; this.pivotGridControl1.OptionsData.DataFieldUnboundExpressionMode = DevExpress.XtraPivotGrid.DataFieldUnboundExpressionMode.UseSummaryValues; this.pivotGridControl1.OptionsDataField.Area = DevExpress.XtraPivotGrid.PivotDataArea.ColumnArea; this.pivotGridControl1.OptionsDataField.AreaIndex = 0; this.pivotGridControl1.OptionsView.RowTotalsLocation = DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Tree; this.pivotGridControl1.OptionsView.ShowColumnGrandTotalHeader = false; this.pivotGridControl1.OptionsView.ShowColumnHeaders = false; this.pivotGridControl1.OptionsView.ShowDataHeaders = false; this.pivotGridControl1.OptionsView.ShowFilterHeaders = false; this.pivotGridControl1.OptionsView.ShowRowHeaders = false; this.pivotGridControl1.Size = new System.Drawing.Size(415, 326); this.pivotGridControl1.TabIndex = 2; // // fieldUnitPrice1 // this.fieldUnitPrice1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldUnitPrice1.AreaIndex = 0; this.fieldUnitPrice1.Caption = "Unit Price"; this.fieldUnitPrice1.DisplayFolder = "Dimensions\\Products"; this.fieldUnitPrice1.FieldName = "UnitPrice"; this.fieldUnitPrice1.Name = "fieldUnitPrice1"; this.fieldUnitPrice1.Visible = false; // // fieldQuantity1 // this.fieldQuantity1.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldQuantity1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldQuantity1.AreaIndex = 1; this.fieldQuantity1.Caption = "Quantity"; this.fieldQuantity1.DisplayFolder = "Measures"; this.fieldQuantity1.FieldName = "Quantity"; this.fieldQuantity1.Name = "fieldQuantity1"; this.fieldQuantity1.Visible = false; // // fieldPrice1 // this.fieldPrice1.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldPrice1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldPrice1.AreaIndex = 0; this.fieldPrice1.Caption = "Amount"; this.fieldPrice1.CellFormat.FormatString = "C0"; this.fieldPrice1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.fieldPrice1.DisplayFolder = "Measures"; this.fieldPrice1.FieldName = "Price"; this.fieldPrice1.Name = "fieldPrice1"; // // fieldExtendedPrice1 // this.fieldExtendedPrice1.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldExtendedPrice1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldExtendedPrice1.AreaIndex = 2; this.fieldExtendedPrice1.Caption = "Extended Amount"; this.fieldExtendedPrice1.CellFormat.FormatString = "C0"; this.fieldExtendedPrice1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.fieldExtendedPrice1.DisplayFolder = "Measures"; this.fieldExtendedPrice1.FieldName = "ExtendedPrice"; this.fieldExtendedPrice1.Name = "fieldExtendedPrice1"; this.fieldExtendedPrice1.Visible = false; // // fieldFreight1 // this.fieldFreight1.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldFreight1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldFreight1.AreaIndex = 2; this.fieldFreight1.Caption = "Freight"; this.fieldFreight1.CellFormat.FormatString = "C0"; this.fieldFreight1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.fieldFreight1.DisplayFolder = "Measures"; this.fieldFreight1.FieldName = "Freight"; this.fieldFreight1.Name = "fieldFreight1"; // // fieldSalesPerson1 // this.fieldSalesPerson1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldSalesPerson1.AreaIndex = 0; this.fieldSalesPerson1.Caption = "Sales Person"; this.fieldSalesPerson1.DisplayFolder = "Dimensions"; this.fieldSalesPerson1.FieldName = "SalesPerson"; this.fieldSalesPerson1.Name = "fieldSalesPerson1"; this.fieldSalesPerson1.Visible = false; // // fieldShipperCompany1 // this.fieldShipperCompany1.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldShipperCompany1.AreaIndex = 0; this.fieldShipperCompany1.Caption = "Shipper Company"; this.fieldShipperCompany1.DisplayFolder = "Dimensions"; this.fieldShipperCompany1.FieldName = "ShipperCompany"; this.fieldShipperCompany1.Name = "fieldShipperCompany1"; this.fieldShipperCompany1.Visible = false; // // fieldOrderDate4 // this.fieldOrderDate4.AllowedAreas = ((DevExpress.XtraPivotGrid.PivotGridAllowedAreas)(((DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.ColumnArea) | DevExpress.XtraPivotGrid.PivotGridAllowedAreas.FilterArea))); this.fieldOrderDate4.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea; this.fieldOrderDate4.AreaIndex = 4; this.fieldOrderDate4.Caption = "Date"; this.fieldOrderDate4.DisplayFolder = "Dimensions\\Dates"; this.fieldOrderDate4.FieldName = "OrderDate"; this.fieldOrderDate4.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.Date; this.fieldOrderDate4.Name = "fieldOrderDate4"; this.fieldOrderDate4.UnboundFieldName = "fieldOrderDate4"; this.fieldOrderDate4.Visible = false; // // fieldDiscount // this.fieldDiscount.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldDiscount.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldDiscount.AreaIndex = 1; this.fieldDiscount.Caption = "Discount"; this.fieldDiscount.CellFormat.FormatString = "C0"; this.fieldDiscount.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.fieldDiscount.DisplayFolder = "Measures"; this.fieldDiscount.FieldName = "DiscountAmount"; this.fieldDiscount.Name = "fieldDiscount"; this.fieldDiscount.UnboundExpression = "Abs([fieldExtendedPrice1] - [fieldPrice1])"; this.fieldDiscount.UnboundFieldName = "fieldDiscountAmount"; this.fieldDiscount.UnboundType = DevExpress.Data.UnboundColumnType.Decimal; // // fieldFreightPercentage // this.fieldFreightPercentage.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.DataArea; this.fieldFreightPercentage.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldFreightPercentage.AreaIndex = 2; this.fieldFreightPercentage.Caption = "Freight %"; this.fieldFreightPercentage.CellFormat.FormatString = "P"; this.fieldFreightPercentage.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.fieldFreightPercentage.DisplayFolder = "Measures"; this.fieldFreightPercentage.FieldName = "FreightPercentage"; this.fieldFreightPercentage.Name = "fieldFreightPercentage"; this.fieldFreightPercentage.UnboundExpression = "[fieldFreight1] / ([fieldFreight1] + [fieldExtendedPrice1])"; this.fieldFreightPercentage.UnboundFieldName = "fFreightPercentage"; this.fieldFreightPercentage.UnboundType = DevExpress.Data.UnboundColumnType.Decimal; this.fieldFreightPercentage.Visible = false; // // chartControl1 // this.chartControl1.DataSource = this.pivotGridControl1; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.Title.Text = "Category Product"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.Title.Text = "Amount Discount Freight"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl1.Legend.MaxVerticalPercentage = 30D; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; this.chartControl1.SeriesDataMember = "Series"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl1.SeriesTemplate.ArgumentDataMember = "Arguments"; this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; this.chartControl1.SeriesTemplate.CrosshairLabelPattern = "{S} : {V:C2}"; this.chartControl1.SeriesTemplate.Label = stackedBarSeriesLabel1; this.chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Values"; this.chartControl1.SeriesTemplate.View = stackedBarSeriesView1; this.chartControl1.Size = new System.Drawing.Size(415, 186); this.chartControl1.TabIndex = 0; // // printingToolStripMenuItem // this.printingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.previewToolStripMenuItem }); this.printingToolStripMenuItem.Name = "printingToolStripMenuItem"; this.printingToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.printingToolStripMenuItem.Text = "Print"; // // previewToolStripMenuItem // this.previewToolStripMenuItem.Name = "previewToolStripMenuItem"; this.previewToolStripMenuItem.Size = new System.Drawing.Size(115, 22); this.previewToolStripMenuItem.Text = "Preview"; this.previewToolStripMenuItem.Click += new System.EventHandler(this.previewToolStripMenuItem_Click_1); // // exportingToolStripMenuItem // this.exportingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exportToXLSXToolStripMenuItem }); this.exportingToolStripMenuItem.Name = "exportingToolStripMenuItem"; this.exportingToolStripMenuItem.Size = new System.Drawing.Size(52, 20); this.exportingToolStripMenuItem.Text = "Export"; // // exportToXLSXToolStripMenuItem // this.exportToXLSXToolStripMenuItem.Name = "exportToXLSXToolStripMenuItem"; this.exportToXLSXToolStripMenuItem.Size = new System.Drawing.Size(150, 22); this.exportToXLSXToolStripMenuItem.Text = "Export to XLSX"; this.exportToXLSXToolStripMenuItem.Click += new System.EventHandler(this.exportToXLSXToolStripMenuItem_Click); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.printingToolStripMenuItem, this.exportingToolStripMenuItem }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(732, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(732, 541); this.Controls.Add(this.splitContainerControl1); this.Controls.Add(this.menuStrip1); this.Name = "Form1"; this.Text = "XtraPivotGridTutorial.Step6"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.xtraPivotGridTutorialBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit(); this.splitContainerControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); 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.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); this.SuspendLayout(); // // chartControl2 // this.chartControl2.AppearanceNameSerializable = "Nature Colors"; this.chartControl2.BackColor = System.Drawing.Color.Transparent; this.chartControl2.BorderOptions.Color = System.Drawing.Color.Transparent; xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisX.NumericScaleOptions.GridOffset = 1D; xyDiagram1.AxisX.NumericScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Manual; xyDiagram1.AxisX.Tickmarks.Length = 2; xyDiagram1.AxisX.Tickmarks.MinorVisible = false; xyDiagram1.AxisX.Title.Text = "卫星编号"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.WholeRange.AutoSideMargins = true; xyDiagram1.AxisY.GridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44))))); xyDiagram1.AxisY.Title.Text = "信噪比"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.Transparent; this.chartControl2.Diagram = xyDiagram1; this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; this.chartControl2.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.chartControl2.Legend.BackColor = System.Drawing.Color.Transparent; this.chartControl2.Legend.Border.Color = System.Drawing.Color.Transparent; this.chartControl2.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControl2.Legend.EquallySpacedItems = false; this.chartControl2.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl2.Location = new System.Drawing.Point(0, 0); this.chartControl2.Name = "chartControl2"; this.chartControl2.Padding.Bottom = 10; this.chartControl2.Padding.Left = 10; this.chartControl2.Padding.Right = 10; this.chartControl2.Padding.Top = 10; sideBySideBarSeriesLabel1.BackColor = System.Drawing.Color.Transparent; sideBySideBarSeriesLabel1.Border.Color = System.Drawing.Color.Transparent; sideBySideBarSeriesLabel1.Indent = 5; sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.BottomInside; sideBySideBarSeriesLabel1.ShowForZeroValues = true; sideBySideBarSeriesLabel1.TextAlignment = System.Drawing.StringAlignment.Far; sideBySideBarSeriesLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); series1.Label = sideBySideBarSeriesLabel1; series1.LegendText = "L1"; series1.Name = "L1"; sideBySideBarSeriesLabel2.BackColor = System.Drawing.Color.Transparent; sideBySideBarSeriesLabel2.Border.Color = System.Drawing.Color.Transparent; sideBySideBarSeriesLabel2.Indent = 5; sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.BottomInside; sideBySideBarSeriesLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); series2.Label = sideBySideBarSeriesLabel2; series2.LegendText = "L2"; series2.Name = "L2"; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartControl2.SideBySideBarDistanceFixed = 0; this.chartControl2.Size = new System.Drawing.Size(900, 600); this.chartControl2.TabIndex = 1; chartTitle1.Text = "卫星信噪比柱状图"; this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); this.chartControl2.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl2_CustomDrawSeriesPoint); this.chartControl2.CustomDrawAxisLabel += new DevExpress.XtraCharts.CustomDrawAxisLabelEventHandler(this.chartControl2_CustomDrawAxisLabel); // // Wxzt_xzb // this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(161)))), ((int)(((byte)(246))))); this.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(110)))), ((int)(((byte)(167))))); this.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(110)))), ((int)(((byte)(167))))); this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseBorderColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl2); this.Name = "Wxzt_xzb"; this.Size = new System.Drawing.Size(900, 600); this.Load += new System.EventHandler(this.Wxzt_xzb_Load); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).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.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel5 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView6 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel3 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PieSeriesView pieSeriesView3 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel4 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PieSeriesView pieSeriesView4 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel7 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel8 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView2 = new DevExpress.XtraCharts.StackedAreaSeriesView(); DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChartsForm)); this.adTypesSource = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components); this.thisYearsRunningTotal = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components); this.lastYearsRunningTotal = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.xtraTabPage6 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl6 = new DevExpress.XtraCharts.ChartControl(); this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl5 = new DevExpress.XtraCharts.ChartControl(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl3 = new DevExpress.XtraCharts.ChartControl(); this.runningTotalsSource = new ShomreiTorah.Journal.Forms.ChartBindingSource(this.components); this.xtraTabPage4 = new DevExpress.XtraTab.XtraTabPage(); this.chartControl4 = new DevExpress.XtraCharts.ChartControl(); this.refresh = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.adTypesSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.thisYearsRunningTotal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lastYearsRunningTotal)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit(); this.xtraTabPage6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit(); this.xtraTabPage5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).BeginInit(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).BeginInit(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.runningTotalsSource)).BeginInit(); this.xtraTabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).BeginInit(); this.SuspendLayout(); // // adTypesSource // this.adTypesSource.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.AdTypes; // // thisYearsRunningTotal // this.thisYearsRunningTotal.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.ThisYearRunningTotal; // // lastYearsRunningTotal // this.lastYearsRunningTotal.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.LastYearRunningTotal; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(1130, 709); this.xtraTabControl1.TabIndex = 0; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage6, this.xtraTabPage5, this.xtraTabPage1, this.xtraTabPage2, this.xtraTabPage3, this.xtraTabPage4}); this.xtraTabControl1.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.xtraTabControl1_Selected); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.chartControl1); this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1120, 667); this.xtraTabPage1.Text = "Ad Value by Type"; // // chartControl1 // this.chartControl1.DataSource = this.adTypesSource; simpleDiagram1.Dimension = 1; this.chartControl1.Diagram = simpleDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControl1.Name = "chartControl1"; series1.ArgumentDataMember = "Type"; series1.DataSource = this.adTypesSource; pieSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; pieSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; pieSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty; pieSeriesLabel1.Font = new System.Drawing.Font("Calibri", 11F); pieSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pieSeriesLabel1.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Radial; pieSeriesLabel1.TextColor = System.Drawing.Color.White; pieSeriesLabel1.TextPattern = "{A}s"; series1.Label = pieSeriesLabel1; series1.LegendTextPattern = "{A}s: {V:C0}"; series1.Name = "Series 1"; series1.ValueDataMembersSerializable = "Value"; series1.View = pieSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; pieSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.SeriesTemplate.Label = pieSeriesLabel2; this.chartControl1.SeriesTemplate.View = pieSeriesView2; this.chartControl1.Size = new System.Drawing.Size(1120, 667); this.chartControl1.TabIndex = 0; // // xtraTabPage6 // this.xtraTabPage6.Controls.Add(this.chartControl6); this.xtraTabPage6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage6.Name = "xtraTabPage6"; this.xtraTabPage6.Size = new System.Drawing.Size(1120, 667); this.xtraTabPage6.Text = "This Year vs. Last Year (Count)"; // // chartControl6 // constantLine1.AxisValueSerializable = "0"; constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); constantLine1.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash; constantLine1.LineStyle.Thickness = 2; constantLine1.Name = "Deadline"; constantLine1.ShowBehind = true; constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far; constantLine1.Title.Font = new System.Drawing.Font("Tahoma", 10F); xyDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine1}); xyDiagram1.AxisX.Label.TextPattern = "{A:G} days"; xyDiagram1.AxisX.Reverse = true; xyDiagram1.AxisX.Title.Text = "Days until deadline"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.TextPattern = "{V:N0}"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.LabelsResolveOverlappingMinIndent = 3; this.chartControl6.Diagram = xyDiagram1; this.chartControl6.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl6.Location = new System.Drawing.Point(0, 0); this.chartControl6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControl6.Name = "chartControl6"; series2.ArgumentDataMember = "DeadlineDelta"; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series2.DataSource = this.thisYearsRunningTotal; pointSeriesLabel1.LineLength = 20; pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pointSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped; pointSeriesLabel1.TextPattern = "This year: {V:C0}"; series2.Label = pointSeriesLabel1; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; series2.LegendTextPattern = "{S}"; series2.Name = "This Year"; series2.ValueDataMembersSerializable = "TotalCount"; lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); lineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); lineSeriesView1.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond; lineSeriesView1.LineMarkerOptions.Size = 12; lineSeriesView1.LineStyle.Thickness = 3; lineSeriesView1.Shadow.Visible = true; series2.View = lineSeriesView1; series3.ArgumentDataMember = "DeadlineDelta"; series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series3.DataSource = this.lastYearsRunningTotal; pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pointSeriesLabel2.TextPattern = "{V:C2}"; series3.Label = pointSeriesLabel2; series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; series3.Name = "LastYear"; series3.ValueDataMembersSerializable = "TotalCount"; lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); lineSeriesView2.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False; series3.View = lineSeriesView2; this.chartControl6.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2, series3}; pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl6.SeriesTemplate.Label = pointSeriesLabel3; this.chartControl6.SeriesTemplate.View = lineSeriesView3; this.chartControl6.Size = new System.Drawing.Size(1120, 667); this.chartControl6.TabIndex = 1; // // xtraTabPage5 // this.xtraTabPage5.Controls.Add(this.chartControl5); this.xtraTabPage5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage5.Name = "xtraTabPage5"; this.xtraTabPage5.Size = new System.Drawing.Size(1120, 667); this.xtraTabPage5.Text = "This Year vs. Last Year (Price)"; // // chartControl5 // constantLine2.AxisValueSerializable = "0"; constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); constantLine2.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash; constantLine2.LineStyle.Thickness = 2; constantLine2.Name = "Deadline"; constantLine2.ShowBehind = true; constantLine2.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far; constantLine2.Title.Font = new System.Drawing.Font("Tahoma", 10F); xyDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine2}); xyDiagram2.AxisX.Label.TextPattern = "{A:G} days"; xyDiagram2.AxisX.Reverse = true; xyDiagram2.AxisX.Title.Text = "Days until deadline"; xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Label.TextPattern = "{V:C0}"; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.LabelsResolveOverlappingMinIndent = 3; this.chartControl5.Diagram = xyDiagram2; this.chartControl5.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl5.Location = new System.Drawing.Point(0, 0); this.chartControl5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControl5.Name = "chartControl5"; series4.ArgumentDataMember = "DeadlineDelta"; series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series4.DataSource = this.thisYearsRunningTotal; pointSeriesLabel4.LineLength = 20; pointSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pointSeriesLabel4.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped; pointSeriesLabel4.TextPattern = "This year: {V:C0}"; series4.Label = pointSeriesLabel4; series4.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; series4.LegendTextPattern = "{S}"; series4.Name = "This Year"; series4.ValueDataMembersSerializable = "TotalValue"; lineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); lineSeriesView4.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); lineSeriesView4.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Diamond; lineSeriesView4.LineMarkerOptions.Size = 12; lineSeriesView4.LineStyle.Thickness = 3; lineSeriesView4.Shadow.Visible = true; series4.View = lineSeriesView4; series5.ArgumentDataMember = "DeadlineDelta"; series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; series5.DataSource = this.lastYearsRunningTotal; pointSeriesLabel5.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pointSeriesLabel5.TextPattern = "{V:C2}"; series5.Label = pointSeriesLabel5; series5.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; series5.Name = "LastYear"; series5.ValueDataMembersSerializable = "TotalValue"; lineSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); lineSeriesView5.MarkerVisibility = DevExpress.Utils.DefaultBoolean.False; series5.View = lineSeriesView5; this.chartControl5.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series4, series5}; pointSeriesLabel6.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl5.SeriesTemplate.Label = pointSeriesLabel6; this.chartControl5.SeriesTemplate.View = lineSeriesView6; this.chartControl5.Size = new System.Drawing.Size(1120, 667); this.chartControl5.TabIndex = 0; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.chartControl2); this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(1120, 667); this.xtraTabPage2.Text = "Ad Count by Type"; // // chartControl2 // this.chartControl2.DataSource = this.adTypesSource; this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartControl2.Location = new System.Drawing.Point(0, 0); this.chartControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControl2.Name = "chartControl2"; series6.ArgumentDataMember = "Type"; series6.DataSource = this.adTypesSource; pieSeriesLabel3.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; pieSeriesLabel3.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; pieSeriesLabel3.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty; pieSeriesLabel3.Font = new System.Drawing.Font("Calibri", 11F); pieSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pieSeriesLabel3.Position = DevExpress.XtraCharts.PieSeriesLabelPosition.Radial; pieSeriesLabel3.TextColor = System.Drawing.Color.White; pieSeriesLabel3.TextPattern = "{A}s"; series6.Label = pieSeriesLabel3; series6.LegendTextPattern = "{A}s: {V:G}"; series6.Name = "Series 1"; series6.ValueDataMembersSerializable = "Count"; series6.View = pieSeriesView3; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series6}; pieSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl2.SeriesTemplate.Label = pieSeriesLabel4; this.chartControl2.SeriesTemplate.View = pieSeriesView4; this.chartControl2.Size = new System.Drawing.Size(1120, 667); this.chartControl2.TabIndex = 0; // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.chartControl3); this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage3.Name = "xtraTabPage3"; this.xtraTabPage3.Size = new System.Drawing.Size(1120, 667); this.xtraTabPage3.Text = "Ads over Time"; // // chartControl3 // this.chartControl3.DataSource = this.runningTotalsSource; xyDiagram3.AxisX.Label.Staggered = true; xyDiagram3.AxisX.Label.TextPattern = "{A:m}"; xyDiagram3.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram3.AxisX.WholeRange.AutoSideMargins = false; xyDiagram3.AxisX.WholeRange.SideMarginsValue = 0D; xyDiagram3.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl3.Diagram = xyDiagram3; this.chartControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartControl3.Location = new System.Drawing.Point(0, 0); this.chartControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControl3.Name = "chartControl3"; this.chartControl3.SeriesDataMember = "AdType"; this.chartControl3.SeriesNameTemplate.EndText = "s"; this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl3.SeriesTemplate.ArgumentDataMember = "Date"; this.chartControl3.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; pointSeriesLabel7.LineVisibility = DevExpress.Utils.DefaultBoolean.True; pointSeriesLabel7.TextPattern = "{V:G}"; this.chartControl3.SeriesTemplate.Label = pointSeriesLabel7; this.chartControl3.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "TotalCount"; this.chartControl3.SeriesTemplate.View = stackedAreaSeriesView1; this.chartControl3.Size = new System.Drawing.Size(1120, 667); this.chartControl3.TabIndex = 0; // // runningTotalsSource // this.runningTotalsSource.DataSet = ShomreiTorah.Journal.Forms.ChartDataSet.RunningAdTypeTotals; // // xtraTabPage4 // this.xtraTabPage4.Controls.Add(this.chartControl4); this.xtraTabPage4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.xtraTabPage4.Name = "xtraTabPage4"; this.xtraTabPage4.Size = new System.Drawing.Size(1120, 667); this.xtraTabPage4.Text = "Ad Value over Time"; // // chartControl4 // this.chartControl4.DataSource = this.runningTotalsSource; xyDiagram4.AxisX.Label.TextPattern = "{A:m}"; xyDiagram4.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram4.AxisX.WholeRange.AutoSideMargins = false; xyDiagram4.AxisX.WholeRange.SideMarginsValue = 0D; xyDiagram4.AxisY.Label.TextPattern = "{V:C0}"; xyDiagram4.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl4.Diagram = xyDiagram4; this.chartControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl4.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left; this.chartControl4.Location = new System.Drawing.Point(0, 0); this.chartControl4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.chartControl4.Name = "chartControl4"; this.chartControl4.SeriesDataMember = "AdType"; this.chartControl4.SeriesNameTemplate.EndText = "s"; this.chartControl4.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartControl4.SeriesTemplate.ArgumentDataMember = "Date"; this.chartControl4.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; pointSeriesLabel8.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl4.SeriesTemplate.Label = pointSeriesLabel8; this.chartControl4.SeriesTemplate.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl4.SeriesTemplate.ValueDataMembersSerializable = "TotalValue"; this.chartControl4.SeriesTemplate.View = stackedAreaSeriesView2; this.chartControl4.Size = new System.Drawing.Size(1120, 667); this.chartControl4.TabIndex = 0; // // refresh // this.refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.refresh.Image = global::ShomreiTorah.Journal.Properties.Resources.Refresh16; this.refresh.Location = new System.Drawing.Point(1092, 0); this.refresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.refresh.Name = "refresh"; this.refresh.Size = new System.Drawing.Size(32, 31); toolTipTitleItem1.Text = "Refresh Charts"; toolTipItem1.LeftIndent = 6; toolTipItem1.Text = "Refreshes the data displayed by the charts."; superToolTip1.Items.Add(toolTipTitleItem1); superToolTip1.Items.Add(toolTipItem1); this.refresh.SuperTip = superToolTip1; this.refresh.TabIndex = 4; this.refresh.Text = "Refresh"; this.refresh.Click += new System.EventHandler(this.refresh_Click); // // ChartsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1130, 709); this.Controls.Add(this.refresh); this.Controls.Add(this.xtraTabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "ChartsForm"; this.Text = "Journal Charts"; ((System.ComponentModel.ISupportInitialize)(this.adTypesSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.thisYearsRunningTotal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lastYearsRunningTotal)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.xtraTabPage6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl6)).EndInit(); this.xtraTabPage5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl5)).EndInit(); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit(); this.xtraTabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.runningTotalsSource)).EndInit(); this.xtraTabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl4)).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(Form1)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.btnRunDesigner = new DevExpress.XtraBars.BarButtonItem(); this.rpHome = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.productsTableAdapter1 = new ChartDesignerRuntime.nwindDataSetTableAdapters.ProductsTableAdapter(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.nwindDataSet1 = new ChartDesignerRuntime.nwindDataSet(); this.nwindDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components); this.nwindDataSet = new ChartDesignerRuntime.nwindDataSet(); this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSetBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).BeginInit(); this.SuspendLayout(); // // ribbonControl1 // this.ribbonControl1.ExpandCollapseItem.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.ExpandCollapseItem.Id = 0; this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl1.ExpandCollapseItem, this.btnRunDesigner }); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.MaxItemId = 2; this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.rpHome }); this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013; this.ribbonControl1.Size = new System.Drawing.Size(1264, 147); // // btnRunDesigner // this.btnRunDesigner.Caption = "Run Chart Designer"; this.btnRunDesigner.Glyph = ((System.Drawing.Image)(resources.GetObject("btnRunDesigner.Glyph"))); this.btnRunDesigner.Id = 1; this.btnRunDesigner.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnRunDesigner.LargeGlyph"))); this.btnRunDesigner.Name = "btnRunDesigner"; this.btnRunDesigner.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRunDesigner_ItemClick); // // rpHome // this.rpHome.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1 }); this.rpHome.Name = "rpHome"; this.rpHome.Text = "Home"; // // ribbonPageGroup1 // this.ribbonPageGroup1.ItemLinks.Add(this.btnRunDesigner); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "Chart Designer"; // // chartControl1 // this.chartControl1.DataAdapter = this.productsTableAdapter1; this.chartControl1.DataSource = this.bindingSource1; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.WholeRange.AlwaysShowZeroLevel = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; this.chartControl1.Location = new System.Drawing.Point(0, 147); this.chartControl1.Name = "chartControl1"; series1.ArgumentDataMember = "ProductName"; series1.Name = "Product Unit Price"; series1.ValueDataMembersSerializable = "UnitPrice"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.Size = new System.Drawing.Size(1264, 534); this.chartControl1.TabIndex = 1; chartTitle1.Text = "Product Prices Comparison"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // productsTableAdapter1 // this.productsTableAdapter1.ClearBeforeFill = true; // // bindingSource1 // this.bindingSource1.DataMember = "Products"; this.bindingSource1.DataSource = this.nwindDataSet1; this.bindingSource1.Sort = ""; // // nwindDataSet1 // this.nwindDataSet1.DataSetName = "nwindDataSet"; this.nwindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // nwindDataSetBindingSource // this.nwindDataSetBindingSource.DataSource = this.nwindDataSet; this.nwindDataSetBindingSource.Position = 0; // // nwindDataSet // this.nwindDataSet.DataSetName = "nwindDataSet"; this.nwindDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // defaultLookAndFeel1 // this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2013"; // // 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.chartControl1); this.Controls.Add(this.ribbonControl1); this.Name = "Form1"; this.Ribbon = this.ribbonControl1; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSetBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nwindDataSet)).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.Series series1 = new DevExpress.XtraCharts.Series(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new SPC.Controls.Base.CanChooseDataGridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.splitter1 = new System.Windows.Forms.Splitter(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(2, 2); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(175, 352); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.AllowChooseGroup = false; this.gridView1.AutoMode = false; this.gridView1.ChooseColumnName = "choose"; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.NumberDisplayFormat = "0.####"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.EndSorting += new System.EventHandler(this.gridView1_EndSorting); // // gridColumn1 // this.gridColumn1.Caption = "列名"; this.gridColumn1.FieldName = "ColumnName"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "相关系数"; this.gridColumn2.FieldName = "CCT"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // panelControl1 // this.panelControl1.Controls.Add(this.gridControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Right; this.panelControl1.Location = new System.Drawing.Point(352, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(179, 356); this.panelControl1.TabIndex = 2; // // chartControl1 // xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series1.Name = "Series 1"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.Size = new System.Drawing.Size(352, 356); this.chartControl1.TabIndex = 4; // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(349, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 356); this.splitter1.TabIndex = 5; this.splitter1.TabStop = false; // // CCTResultControl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitter1); this.Controls.Add(this.chartControl1); this.Controls.Add(this.panelControl1); this.MinimumSize = new System.Drawing.Size(531, 356); this.Name = "CCTResultControl"; this.Size = new System.Drawing.Size(531, 356); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); }
//创建数据模拟量监测图表 public static Control GetChart(string name, float ConstantU, float ConstantL) { //DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartControl chartControl1 = new DevExpress.XtraCharts.ChartControl(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = (DevExpress.XtraCharts.XYDiagram)chartControl1.Diagram; DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.True; chartControl1.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Continuous; xyDiagram1.AxisX.GridLines.Visible = true; //xyDiagram1.AxisX.Title.Text = "Time of Day"; xyDiagram1.AxisY.GridLines.MinorVisible = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; constantLine1.AxisValueSerializable = ConstantU.ToString(); constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); constantLine1.LegendText = "UCL"; constantLine1.Name = "U"; constantLine2.AxisValueSerializable = ConstantL.ToString(); constantLine2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); constantLine2.LegendText = "LCL"; constantLine2.Name = "L"; xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] { constantLine1, constantLine2 }); xyDiagram1.AxisY.Interlaced = true; xyDiagram1.AxisY.Label.TextPattern = "{V:G}"; //xyDiagram1.AxisY.Title.Text = "Power, kW"; xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false; chartControl1.Diagram = xyDiagram1; chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; chartControl1.Legend.Name = "Default Legend"; chartControl1.Location = new System.Drawing.Point(0, 0); chartControl1.Name = "chartControl1"; chartControl1.PaletteName = "Equity"; chartControl1.SeriesDataMember = "Branch"; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False; series1.Name = name; lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(73)))), ((int)(((byte)(125))))); lineSeriesView1.LineMarkerOptions.Size = 5; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series1.View = lineSeriesView1; chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; chartControl1.SeriesTemplate.ArgumentDataMember = "Time"; chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; chartControl1.SeriesTemplate.CrosshairLabelPattern = "{S}: {V}kWt"; chartControl1.SeriesTemplate.ShowInLegend = false; chartControl1.SeriesTemplate.ValueDataMembersSerializable = "Power"; chartControl1.SeriesTemplate.View = splineSeriesView1; chartControl1.SeriesTemplate.Visible = false; chartControl1.Size = new System.Drawing.Size(735, 174); chartControl1.TabIndex = 1; chartControl1.TabStop = false; return(chartControl1); }
/// <summary> /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] { ((object)(324D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] { ((object)(234D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] { ((object)(211D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] { ((object)(170D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("5", new object[] { ((object)(114D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("6", new object[] { ((object)(243D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("7", new object[] { ((object)(150D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("8", new object[] { ((object)(100D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("9", new object[] { ((object)(90D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("10", new object[] { ((object)(39D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("11", new object[] { ((object)(100D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("12", new object[] { ((object)(129D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("13", new object[] { ((object)(150D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("14", new object[] { ((object)(179D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("15", new object[] { ((object)(199D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("16", new object[] { ((object)(170D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("17", new object[] { ((object)(150D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("18", new object[] { ((object)(130D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("19", new object[] { ((object)(120D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("20", new object[] { ((object)(111D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("20", new object[] { ((object)(80D))}); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalytics)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.radioGroup2 = new DevExpress.XtraEditors.RadioGroup(); this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup(); this.comboBoxEdit6 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit5 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit4 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit3 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.sbDataAnalyticsPrint = new DevExpress.XtraEditors.SimpleButton(); this.sbDataAnalyticsPdf = new DevExpress.XtraEditors.SimpleButton(); this.sbDataAnalyticsSearch = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.cbeDataAnalyticsHourTo = new DevExpress.XtraEditors.ComboBoxEdit(); this.deDataAnalyticsDateTo = new DevExpress.XtraEditors.DateEdit(); this.cbeDataAnalyticsHourFrom = new DevExpress.XtraEditors.ComboBoxEdit(); this.deDataAnalyticsDateFrom = new DevExpress.XtraEditors.DateEdit(); this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.lcgDataAnalytics = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem(); this.emptySpaceItem11 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit6.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeDataAnalyticsHourTo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateTo.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateTo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeDataAnalyticsHourFrom.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateFrom.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateFrom.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgDataAnalytics)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.radioGroup2); this.layoutControl1.Controls.Add(this.radioGroup1); this.layoutControl1.Controls.Add(this.comboBoxEdit6); this.layoutControl1.Controls.Add(this.comboBoxEdit5); this.layoutControl1.Controls.Add(this.comboBoxEdit4); this.layoutControl1.Controls.Add(this.comboBoxEdit3); this.layoutControl1.Controls.Add(this.comboBoxEdit2); this.layoutControl1.Controls.Add(this.comboBoxEdit1); this.layoutControl1.Controls.Add(this.chartControl1); this.layoutControl1.Controls.Add(this.sbDataAnalyticsPrint); this.layoutControl1.Controls.Add(this.sbDataAnalyticsPdf); this.layoutControl1.Controls.Add(this.sbDataAnalyticsSearch); this.layoutControl1.Controls.Add(this.labelControl1); this.layoutControl1.Controls.Add(this.cbeDataAnalyticsHourTo); this.layoutControl1.Controls.Add(this.deDataAnalyticsDateTo); this.layoutControl1.Controls.Add(this.cbeDataAnalyticsHourFrom); this.layoutControl1.Controls.Add(this.deDataAnalyticsDateFrom); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup2, this.tabbedControlGroup1}); this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1062, 177, 809, 736); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(986, 721); this.layoutControl1.TabIndex = 2; this.layoutControl1.Text = "layoutControl1"; // // radioGroup2 // this.radioGroup2.Location = new System.Drawing.Point(147, 152); this.radioGroup2.Name = "radioGroup2"; this.radioGroup2.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default; this.radioGroup2.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Bar Graph"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Line Graph")}); this.radioGroup2.Size = new System.Drawing.Size(344, 32); this.radioGroup2.StyleController = this.layoutControl1; this.radioGroup2.TabIndex = 23; // // radioGroup1 // this.radioGroup1.Location = new System.Drawing.Point(147, 116); this.radioGroup1.Name = "radioGroup1"; this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "센서1"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "센서2"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "센서3"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "센서4"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "센서5"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "센서6")}); this.radioGroup1.Size = new System.Drawing.Size(622, 32); this.radioGroup1.StyleController = this.layoutControl1; this.radioGroup1.TabIndex = 22; // // comboBoxEdit6 // this.comboBoxEdit6.Location = new System.Drawing.Point(684, 84); this.comboBoxEdit6.Name = "comboBoxEdit6"; this.comboBoxEdit6.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit6.Size = new System.Drawing.Size(79, 28); this.comboBoxEdit6.StyleController = this.layoutControl1; this.comboBoxEdit6.TabIndex = 20; // // comboBoxEdit5 // this.comboBoxEdit5.Location = new System.Drawing.Point(575, 84); this.comboBoxEdit5.Name = "comboBoxEdit5"; this.comboBoxEdit5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit5.Size = new System.Drawing.Size(87, 28); this.comboBoxEdit5.StyleController = this.layoutControl1; this.comboBoxEdit5.TabIndex = 19; // // comboBoxEdit4 // this.comboBoxEdit4.Location = new System.Drawing.Point(459, 84); this.comboBoxEdit4.Name = "comboBoxEdit4"; this.comboBoxEdit4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit4.Size = new System.Drawing.Size(89, 28); this.comboBoxEdit4.StyleController = this.layoutControl1; this.comboBoxEdit4.TabIndex = 18; // // comboBoxEdit3 // this.comboBoxEdit3.Location = new System.Drawing.Point(351, 84); this.comboBoxEdit3.Name = "comboBoxEdit3"; this.comboBoxEdit3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit3.Size = new System.Drawing.Size(86, 28); this.comboBoxEdit3.StyleController = this.layoutControl1; this.comboBoxEdit3.TabIndex = 17; // // comboBoxEdit2 // this.comboBoxEdit2.Location = new System.Drawing.Point(147, 84); this.comboBoxEdit2.Name = "comboBoxEdit2"; this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit2.Size = new System.Drawing.Size(152, 28); this.comboBoxEdit2.StyleController = this.layoutControl1; this.comboBoxEdit2.TabIndex = 16; // // comboBoxEdit1 // this.comboBoxEdit1.Location = new System.Drawing.Point(147, 52); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Size = new System.Drawing.Size(152, 28); this.comboBoxEdit1.StyleController = this.layoutControl1; this.comboBoxEdit1.TabIndex = 15; // // chartControl1 // this.chartControl1.AppearanceNameSerializable = "Northern Lights"; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(24, 231); this.chartControl1.Name = "chartControl1"; series1.Name = "Series 1"; 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}); this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.Size = new System.Drawing.Size(938, 466); this.chartControl1.TabIndex = 14; // // sbDataAnalyticsPrint // this.sbDataAnalyticsPrint.Image = ((System.Drawing.Image)(resources.GetObject("sbDataAnalyticsPrint.Image"))); this.sbDataAnalyticsPrint.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.sbDataAnalyticsPrint.Location = new System.Drawing.Point(736, 188); this.sbDataAnalyticsPrint.Name = "sbDataAnalyticsPrint"; this.sbDataAnalyticsPrint.Size = new System.Drawing.Size(118, 29); this.sbDataAnalyticsPrint.StyleController = this.layoutControl1; this.sbDataAnalyticsPrint.TabIndex = 13; this.sbDataAnalyticsPrint.Text = "인쇄"; // // sbDataAnalyticsPdf // this.sbDataAnalyticsPdf.Image = ((System.Drawing.Image)(resources.GetObject("sbDataAnalyticsPdf.Image"))); this.sbDataAnalyticsPdf.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.sbDataAnalyticsPdf.Location = new System.Drawing.Point(620, 188); this.sbDataAnalyticsPdf.Name = "sbDataAnalyticsPdf"; this.sbDataAnalyticsPdf.Size = new System.Drawing.Size(112, 29); this.sbDataAnalyticsPdf.StyleController = this.layoutControl1; this.sbDataAnalyticsPdf.TabIndex = 12; this.sbDataAnalyticsPdf.Text = "변환"; // // sbDataAnalyticsSearch // this.sbDataAnalyticsSearch.Image = ((System.Drawing.Image)(resources.GetObject("sbDataAnalyticsSearch.Image"))); this.sbDataAnalyticsSearch.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft; this.sbDataAnalyticsSearch.Location = new System.Drawing.Point(499, 188); this.sbDataAnalyticsSearch.Name = "sbDataAnalyticsSearch"; this.sbDataAnalyticsSearch.Size = new System.Drawing.Size(117, 29); this.sbDataAnalyticsSearch.StyleController = this.layoutControl1; this.sbDataAnalyticsSearch.TabIndex = 11; this.sbDataAnalyticsSearch.Text = "조회"; this.sbDataAnalyticsSearch.Click += new System.EventHandler(this.sbDataAnalyticsSearch_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(567, 52); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(13, 22); this.labelControl1.StyleController = this.layoutControl1; this.labelControl1.TabIndex = 8; this.labelControl1.Text = "~"; // // cbeDataAnalyticsHourTo // this.cbeDataAnalyticsHourTo.Location = new System.Drawing.Point(741, 52); this.cbeDataAnalyticsHourTo.Name = "cbeDataAnalyticsHourTo"; this.cbeDataAnalyticsHourTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbeDataAnalyticsHourTo.Size = new System.Drawing.Size(64, 28); this.cbeDataAnalyticsHourTo.StyleController = this.layoutControl1; this.cbeDataAnalyticsHourTo.TabIndex = 7; // // deDataAnalyticsDateTo // this.deDataAnalyticsDateTo.EditValue = null; this.deDataAnalyticsDateTo.Location = new System.Drawing.Point(584, 52); this.deDataAnalyticsDateTo.Name = "deDataAnalyticsDateTo"; this.deDataAnalyticsDateTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.deDataAnalyticsDateTo.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.deDataAnalyticsDateTo.Size = new System.Drawing.Size(153, 28); this.deDataAnalyticsDateTo.StyleController = this.layoutControl1; this.deDataAnalyticsDateTo.TabIndex = 6; // // cbeDataAnalyticsHourFrom // this.cbeDataAnalyticsHourFrom.Location = new System.Drawing.Point(508, 52); this.cbeDataAnalyticsHourFrom.Name = "cbeDataAnalyticsHourFrom"; this.cbeDataAnalyticsHourFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cbeDataAnalyticsHourFrom.Size = new System.Drawing.Size(55, 28); this.cbeDataAnalyticsHourFrom.StyleController = this.layoutControl1; this.cbeDataAnalyticsHourFrom.TabIndex = 5; // // deDataAnalyticsDateFrom // this.deDataAnalyticsDateFrom.EditValue = null; this.deDataAnalyticsDateFrom.Location = new System.Drawing.Point(351, 52); this.deDataAnalyticsDateFrom.Name = "deDataAnalyticsDateFrom"; this.deDataAnalyticsDateFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.deDataAnalyticsDateFrom.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.deDataAnalyticsDateFrom.Size = new System.Drawing.Size(153, 28); this.deDataAnalyticsDateFrom.StyleController = this.layoutControl1; this.deDataAnalyticsDateFrom.TabIndex = 4; // // layoutControlGroup2 // this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem1}); this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup2.Name = "layoutControlGroup2"; this.layoutControlGroup2.Size = new System.Drawing.Size(768, 232); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(768, 232); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // tabbedControlGroup1 // this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0); this.tabbedControlGroup1.Name = "tabbedControlGroup1"; this.tabbedControlGroup1.SelectedTabPage = null; this.tabbedControlGroup1.SelectedTabPageIndex = -1; this.tabbedControlGroup1.Size = new System.Drawing.Size(792, 287); // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.lcgDataAnalytics}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(986, 721); // // lcgDataAnalytics // this.lcgDataAnalytics.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem2, this.layoutControlItem2, this.emptySpaceItem4, this.emptySpaceItem6, this.emptySpaceItem7, this.layoutControlItem3, this.layoutControlItem4, this.layoutControlItem5, this.layoutControlItem6, this.emptySpaceItem3, this.layoutControlItem9, this.layoutControlItem10, this.layoutControlItem11, this.emptySpaceItem5, this.emptySpaceItem8, this.layoutControlItem1, this.layoutControlItem12, this.emptySpaceItem9, this.layoutControlItem13, this.emptySpaceItem10, this.emptySpaceItem11, this.layoutControlItem8, this.layoutControlItem7, this.layoutControlItem14, this.layoutControlItem15, this.layoutControlItem17, this.layoutControlItem16}); this.lcgDataAnalytics.Location = new System.Drawing.Point(0, 0); this.lcgDataAnalytics.Name = "lcgDataAnalytics"; this.lcgDataAnalytics.Size = new System.Drawing.Size(966, 701); this.lcgDataAnalytics.Text = "검침 데이터 분석"; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(785, 0); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(157, 32); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem2 // this.layoutControlItem2.Control = this.deDataAnalyticsDateFrom; this.layoutControlItem2.CustomizationFormText = "조회 기간"; this.layoutControlItem2.Location = new System.Drawing.Point(327, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(157, 32); this.layoutControlItem2.Text = "조회 기간"; this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // emptySpaceItem4 // this.emptySpaceItem4.AllowHotTrack = false; this.emptySpaceItem4.Location = new System.Drawing.Point(766, 32); this.emptySpaceItem4.Name = "emptySpaceItem4"; this.emptySpaceItem4.Size = new System.Drawing.Size(176, 32); this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem6 // this.emptySpaceItem6.AllowHotTrack = false; this.emptySpaceItem6.Location = new System.Drawing.Point(471, 100); this.emptySpaceItem6.Name = "emptySpaceItem6"; this.emptySpaceItem6.Size = new System.Drawing.Size(471, 36); this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem7 // this.emptySpaceItem7.AllowHotTrack = false; this.emptySpaceItem7.Location = new System.Drawing.Point(0, 169); this.emptySpaceItem7.Name = "emptySpaceItem7"; this.emptySpaceItem7.Size = new System.Drawing.Size(942, 10); this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem3 // this.layoutControlItem3.Control = this.cbeDataAnalyticsHourFrom; this.layoutControlItem3.CustomizationFormText = "layoutControlItem3"; this.layoutControlItem3.Location = new System.Drawing.Point(484, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(59, 32); this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.deDataAnalyticsDateTo; this.layoutControlItem4.Location = new System.Drawing.Point(560, 0); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(157, 32); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.cbeDataAnalyticsHourTo; this.layoutControlItem5.Location = new System.Drawing.Point(717, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(68, 32); this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.Control = this.labelControl1; this.layoutControlItem6.Location = new System.Drawing.Point(543, 0); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(17, 32); this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem6.TextVisible = false; // // emptySpaceItem3 // this.emptySpaceItem3.AllowHotTrack = false; this.emptySpaceItem3.Location = new System.Drawing.Point(0, 136); this.emptySpaceItem3.Name = "emptySpaceItem3"; this.emptySpaceItem3.Size = new System.Drawing.Size(405, 33); this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem9 // this.layoutControlItem9.Control = this.sbDataAnalyticsSearch; this.layoutControlItem9.Location = new System.Drawing.Point(475, 136); this.layoutControlItem9.Name = "layoutControlItem9"; this.layoutControlItem9.Size = new System.Drawing.Size(121, 33); this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem9.TextVisible = false; // // layoutControlItem10 // this.layoutControlItem10.Control = this.sbDataAnalyticsPdf; this.layoutControlItem10.Location = new System.Drawing.Point(596, 136); this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(116, 33); this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextVisible = false; // // layoutControlItem11 // this.layoutControlItem11.Control = this.sbDataAnalyticsPrint; this.layoutControlItem11.Location = new System.Drawing.Point(712, 136); this.layoutControlItem11.Name = "layoutControlItem11"; this.layoutControlItem11.Size = new System.Drawing.Size(122, 33); this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem11.TextVisible = false; // // emptySpaceItem5 // this.emptySpaceItem5.AllowHotTrack = false; this.emptySpaceItem5.Location = new System.Drawing.Point(834, 136); this.emptySpaceItem5.Name = "emptySpaceItem5"; this.emptySpaceItem5.Size = new System.Drawing.Size(108, 33); this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem8 // this.emptySpaceItem8.AllowHotTrack = false; this.emptySpaceItem8.Location = new System.Drawing.Point(405, 136); this.emptySpaceItem8.Name = "emptySpaceItem8"; this.emptySpaceItem8.Size = new System.Drawing.Size(70, 33); this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem1 // this.layoutControlItem1.Control = this.chartControl1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 179); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(942, 470); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // layoutControlItem12 // this.layoutControlItem12.Control = this.comboBoxEdit1; this.layoutControlItem12.Location = new System.Drawing.Point(0, 0); this.layoutControlItem12.Name = "layoutControlItem12"; this.layoutControlItem12.Size = new System.Drawing.Size(279, 32); this.layoutControlItem12.Text = "분석 기간 지정"; this.layoutControlItem12.TextSize = new System.Drawing.Size(120, 22); // // emptySpaceItem9 // this.emptySpaceItem9.AllowHotTrack = false; this.emptySpaceItem9.Location = new System.Drawing.Point(279, 0); this.emptySpaceItem9.Name = "emptySpaceItem9"; this.emptySpaceItem9.Size = new System.Drawing.Size(48, 32); this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem13 // this.layoutControlItem13.Control = this.comboBoxEdit2; this.layoutControlItem13.Location = new System.Drawing.Point(0, 32); this.layoutControlItem13.Name = "layoutControlItem13"; this.layoutControlItem13.Size = new System.Drawing.Size(279, 32); this.layoutControlItem13.Text = "분석 세대 지정"; this.layoutControlItem13.TextSize = new System.Drawing.Size(120, 22); // // emptySpaceItem10 // this.emptySpaceItem10.AllowHotTrack = false; this.emptySpaceItem10.Location = new System.Drawing.Point(279, 32); this.emptySpaceItem10.Name = "emptySpaceItem10"; this.emptySpaceItem10.Size = new System.Drawing.Size(48, 32); this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0); // // emptySpaceItem11 // this.emptySpaceItem11.AllowHotTrack = false; this.emptySpaceItem11.Location = new System.Drawing.Point(749, 64); this.emptySpaceItem11.Name = "emptySpaceItem11"; this.emptySpaceItem11.Size = new System.Drawing.Size(193, 36); this.emptySpaceItem11.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem8 // this.layoutControlItem8.Control = this.comboBoxEdit3; this.layoutControlItem8.Location = new System.Drawing.Point(327, 32); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(108, 32); this.layoutControlItem8.Text = "~"; this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Right; this.layoutControlItem8.TextSize = new System.Drawing.Size(13, 22); this.layoutControlItem8.TextToControlDistance = 5; // // layoutControlItem7 // this.layoutControlItem7.Control = this.comboBoxEdit4; this.layoutControlItem7.Location = new System.Drawing.Point(435, 32); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(116, 32); this.layoutControlItem7.Text = "동"; this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Right; this.layoutControlItem7.TextSize = new System.Drawing.Size(18, 22); this.layoutControlItem7.TextToControlDistance = 5; // // layoutControlItem14 // this.layoutControlItem14.Control = this.comboBoxEdit5; this.layoutControlItem14.Location = new System.Drawing.Point(551, 32); this.layoutControlItem14.Name = "layoutControlItem14"; this.layoutControlItem14.Size = new System.Drawing.Size(109, 32); this.layoutControlItem14.Text = "~"; this.layoutControlItem14.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Right; this.layoutControlItem14.TextSize = new System.Drawing.Size(13, 22); this.layoutControlItem14.TextToControlDistance = 5; // // layoutControlItem15 // this.layoutControlItem15.Control = this.comboBoxEdit6; this.layoutControlItem15.Location = new System.Drawing.Point(660, 32); this.layoutControlItem15.Name = "layoutControlItem15"; this.layoutControlItem15.Size = new System.Drawing.Size(106, 32); this.layoutControlItem15.Text = "호"; this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Right; this.layoutControlItem15.TextSize = new System.Drawing.Size(18, 22); this.layoutControlItem15.TextToControlDistance = 5; // // layoutControlItem17 // this.layoutControlItem17.Control = this.radioGroup1; this.layoutControlItem17.Location = new System.Drawing.Point(0, 64); this.layoutControlItem17.MaxSize = new System.Drawing.Size(749, 36); this.layoutControlItem17.MinSize = new System.Drawing.Size(749, 36); this.layoutControlItem17.Name = "layoutControlItem17"; this.layoutControlItem17.Size = new System.Drawing.Size(749, 36); this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem17.Text = "분석 항목"; this.layoutControlItem17.TextSize = new System.Drawing.Size(120, 22); // // layoutControlItem16 // this.layoutControlItem16.Control = this.radioGroup2; this.layoutControlItem16.Location = new System.Drawing.Point(0, 100); this.layoutControlItem16.MaxSize = new System.Drawing.Size(471, 36); this.layoutControlItem16.MinSize = new System.Drawing.Size(471, 36); this.layoutControlItem16.Name = "layoutControlItem16"; this.layoutControlItem16.Size = new System.Drawing.Size(471, 36); this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem16.Text = "그래프 타입"; this.layoutControlItem16.TextSize = new System.Drawing.Size(120, 22); // // DataAnalytics // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "DataAnalytics"; this.Size = new System.Drawing.Size(986, 721); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radioGroup2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit6.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeDataAnalyticsHourTo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateTo.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateTo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbeDataAnalyticsHourFrom.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateFrom.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.deDataAnalyticsDateFrom.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lcgDataAnalytics)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).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.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.DoughnutSeriesLabel doughnutSeriesLabel1 = new DevExpress.XtraCharts.DoughnutSeriesLabel(); DevExpress.XtraCharts.DoughnutSeriesView doughnutSeriesView1 = new DevExpress.XtraCharts.DoughnutSeriesView(); DevExpress.XtraCharts.SeriesTitle seriesTitle1 = new DevExpress.XtraCharts.SeriesTitle(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle(); this.dateEditCuoi = new DevExpress.XtraEditors.DateEdit(); this.dateEditDau = new DevExpress.XtraEditors.DateEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.chartControlDoanhThu = new DevExpress.XtraCharts.ChartControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.tedTongDoanhThu = new DevExpress.XtraEditors.TextEdit(); this.ButtonReportTK = new DevExpress.XtraEditors.SimpleButton(); this.chartControlLoaiVC = new DevExpress.XtraCharts.ChartControl(); this.chartControlMostVC = new DevExpress.XtraCharts.ChartControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.dateEditVCDau = new DevExpress.XtraEditors.DateEdit(); this.dateEditVCCuoi = new DevExpress.XtraEditors.DateEdit(); this.simpleButtonGiam = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonTang = new DevExpress.XtraEditors.SimpleButton(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.cbBoxEditSoMostVC = new DevExpress.XtraEditors.ComboBoxEdit(); this.timerGiam = new System.Windows.Forms.Timer(this.components); this.timerTang = new System.Windows.Forms.Timer(this.components); ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlDoanhThu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tedTongDoanhThu.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlLoaiVC)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlMostVC)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cbBoxEditSoMostVC.Properties)).BeginInit(); this.SuspendLayout(); // // dateEditCuoi // this.dateEditCuoi.Anchor = System.Windows.Forms.AnchorStyles.Top; this.dateEditCuoi.EditValue = null; this.dateEditCuoi.Location = new System.Drawing.Point(342, 14); this.dateEditCuoi.Name = "dateEditCuoi"; this.dateEditCuoi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditCuoi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditCuoi.Size = new System.Drawing.Size(172, 24); this.dateEditCuoi.TabIndex = 4; this.dateEditCuoi.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged); // // dateEditDau // this.dateEditDau.Anchor = System.Windows.Forms.AnchorStyles.Top; this.dateEditDau.EditValue = null; this.dateEditDau.Location = new System.Drawing.Point(133, 14); this.dateEditDau.Name = "dateEditDau"; this.dateEditDau.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditDau.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditDau.Size = new System.Drawing.Size(172, 24); this.dateEditDau.TabIndex = 3; this.dateEditDau.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged); // // labelControl2 // this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.labelControl2.Location = new System.Drawing.Point(311, 17); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(25, 18); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "đến"; // // labelControl1 // this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.labelControl1.Location = new System.Drawing.Point(46, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(81, 18); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "Thống kê từ"; // // chartControlDoanhThu // this.chartControlDoanhThu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.WholeRange.SideMarginsValue = 0D; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControlDoanhThu.Diagram = xyDiagram1; this.chartControlDoanhThu.Legend.Name = "Default Legend"; this.chartControlDoanhThu.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControlDoanhThu.Location = new System.Drawing.Point(0, 42); this.chartControlDoanhThu.Name = "chartControlDoanhThu"; series1.Name = "BDDoanhThu"; stackedAreaSeriesView1.Transparency = ((byte)(135)); series1.View = stackedAreaSeriesView1; this.chartControlDoanhThu.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControlDoanhThu.Size = new System.Drawing.Size(1054, 354); this.chartControlDoanhThu.TabIndex = 0; chartTitle1.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle1.Text = "Thống kê doanh thu"; this.chartControlDoanhThu.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // labelControl3 // this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.labelControl3.Location = new System.Drawing.Point(524, 17); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(127, 18); this.labelControl3.TabIndex = 5; this.labelControl3.Text = "Có tổng doanh thu:"; // // tedTongDoanhThu // this.tedTongDoanhThu.Anchor = System.Windows.Forms.AnchorStyles.Top; this.tedTongDoanhThu.Location = new System.Drawing.Point(657, 14); this.tedTongDoanhThu.Name = "tedTongDoanhThu"; this.tedTongDoanhThu.Properties.ReadOnly = true; this.tedTongDoanhThu.Size = new System.Drawing.Size(170, 24); this.tedTongDoanhThu.TabIndex = 6; this.tedTongDoanhThu.ToolTip = "Click để Copy"; this.tedTongDoanhThu.DoubleClick += new System.EventHandler(this.tedTongDoanhThu_DoubleClick); // // ButtonReportTK // this.ButtonReportTK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ButtonReportTK.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.ButtonReportTK.Appearance.Options.UseBackColor = true; this.ButtonReportTK.Location = new System.Drawing.Point(866, 11); this.ButtonReportTK.Name = "ButtonReportTK"; this.ButtonReportTK.Size = new System.Drawing.Size(143, 29); this.ButtonReportTK.TabIndex = 7; this.ButtonReportTK.Text = "Xuất báo cáo"; this.ButtonReportTK.Click += new System.EventHandler(this.ButtonReportTK_Click); // // chartControlLoaiVC // this.chartControlLoaiVC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.chartControlLoaiVC.Legend.Direction = DevExpress.XtraCharts.LegendDirection.BottomToTop; this.chartControlLoaiVC.Legend.Name = "Default Legend"; this.chartControlLoaiVC.Legend.Tag = ""; this.chartControlLoaiVC.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControlLoaiVC.Location = new System.Drawing.Point(0, 395); this.chartControlLoaiVC.Name = "chartControlLoaiVC"; doughnutSeriesLabel1.TextPattern = "{A}:{V}"; series2.Label = doughnutSeriesLabel1; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Name = "BDLoaiVC"; series2.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1; series2.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True; series2.ToolTipPointPattern = "{A}: {V}"; doughnutSeriesView1.HoleRadiusPercent = 40; seriesTitle1.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); seriesTitle1.Text = "Tỷ trọng vaccine theo từng loại"; seriesTitle1.Visibility = DevExpress.Utils.DefaultBoolean.True; doughnutSeriesView1.Titles.AddRange(new DevExpress.XtraCharts.SeriesTitle[] { seriesTitle1 }); series2.View = doughnutSeriesView1; this.chartControlLoaiVC.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 }; this.chartControlLoaiVC.Size = new System.Drawing.Size(497, 370); this.chartControlLoaiVC.TabIndex = 0; // // chartControlMostVC // this.chartControlMostVC.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))); xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.Rotated = true; this.chartControlMostVC.Diagram = xyDiagram2; this.chartControlMostVC.Legend.Name = "Default Legend"; this.chartControlMostVC.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControlMostVC.Location = new System.Drawing.Point(497, 395); this.chartControlMostVC.Name = "chartControlMostVC"; series3.Name = "BDCmostVC"; series3.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending; series3.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1; this.chartControlMostVC.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3 }; this.chartControlMostVC.SeriesTemplate.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending; this.chartControlMostVC.Size = new System.Drawing.Size(557, 342); this.chartControlMostVC.TabIndex = 8; chartTitle2.Font = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle2.Text = "Top Vaccine dùng nhiều"; this.chartControlMostVC.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle2 }); // // labelControl4 // this.labelControl4.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.labelControl4.Location = new System.Drawing.Point(524, 741); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(81, 18); this.labelControl4.TabIndex = 9; this.labelControl4.Text = "Thống kê từ"; // // labelControl5 // this.labelControl5.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.labelControl5.Location = new System.Drawing.Point(742, 741); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(25, 18); this.labelControl5.TabIndex = 10; this.labelControl5.Text = "đến"; // // dateEditVCDau // this.dateEditVCDau.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.dateEditVCDau.EditValue = null; this.dateEditVCDau.Location = new System.Drawing.Point(611, 738); this.dateEditVCDau.Name = "dateEditVCDau"; this.dateEditVCDau.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditVCDau.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditVCDau.Size = new System.Drawing.Size(125, 24); this.dateEditVCDau.TabIndex = 11; this.dateEditVCDau.EditValueChanged += new System.EventHandler(this.dateEditVCDau_EditValueChanged); // // dateEditVCCuoi // this.dateEditVCCuoi.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.dateEditVCCuoi.EditValue = null; this.dateEditVCCuoi.Location = new System.Drawing.Point(773, 738); this.dateEditVCCuoi.Name = "dateEditVCCuoi"; this.dateEditVCCuoi.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditVCCuoi.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateEditVCCuoi.Size = new System.Drawing.Size(125, 24); this.dateEditVCCuoi.TabIndex = 12; this.dateEditVCCuoi.EditValueChanged += new System.EventHandler(this.dateEditVCCuoi_EditValueChanged); // // simpleButtonGiam // this.simpleButtonGiam.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.simpleButtonGiam.Appearance.Options.UseFont = true; this.simpleButtonGiam.Location = new System.Drawing.Point(0, 42); this.simpleButtonGiam.Name = "simpleButtonGiam"; this.simpleButtonGiam.Size = new System.Drawing.Size(35, 35); this.simpleButtonGiam.TabIndex = 13; this.simpleButtonGiam.Text = "<"; this.simpleButtonGiam.Click += new System.EventHandler(this.simpleButtonGiam_Click); this.simpleButtonGiam.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleButtonGiam_MouseDown); this.simpleButtonGiam.MouseUp += new System.Windows.Forms.MouseEventHandler(this.simpleButtonGiam_MouseUp); // // simpleButtonTang // this.simpleButtonTang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButtonTang.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.simpleButtonTang.Appearance.Options.UseFont = true; this.simpleButtonTang.Location = new System.Drawing.Point(1020, 42); this.simpleButtonTang.Name = "simpleButtonTang"; this.simpleButtonTang.Size = new System.Drawing.Size(35, 35); this.simpleButtonTang.TabIndex = 14; this.simpleButtonTang.Text = ">"; this.simpleButtonTang.Click += new System.EventHandler(this.simpleButtonTang_Click); this.simpleButtonTang.MouseDown += new System.Windows.Forms.MouseEventHandler(this.simpleButtonTang_MouseDown); this.simpleButtonTang.MouseUp += new System.Windows.Forms.MouseEventHandler(this.simpleButtonTang_MouseUp); // // labelControl6 // this.labelControl6.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.labelControl6.Location = new System.Drawing.Point(904, 741); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(48, 18); this.labelControl6.TabIndex = 15; this.labelControl6.Text = "Hiển thị"; // // cbBoxEditSoMostVC // this.cbBoxEditSoMostVC.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.cbBoxEditSoMostVC.Location = new System.Drawing.Point(958, 738); this.cbBoxEditSoMostVC.Name = "cbBoxEditSoMostVC"; this.cbBoxEditSoMostVC.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cbBoxEditSoMostVC.Properties.Items.AddRange(new object[] { "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15" }); this.cbBoxEditSoMostVC.Size = new System.Drawing.Size(62, 24); this.cbBoxEditSoMostVC.TabIndex = 16; this.cbBoxEditSoMostVC.SelectedIndexChanged += new System.EventHandler(this.cbBoxEditSoMostVC_SelectedIndexChanged); // // timerGiam // this.timerGiam.Tick += new System.EventHandler(this.timerGiam_Tick); // // timerTang // this.timerTang.Tick += new System.EventHandler(this.timerTang_Tick); // // ThongKeGUI // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cbBoxEditSoMostVC); this.Controls.Add(this.labelControl6); this.Controls.Add(this.simpleButtonTang); this.Controls.Add(this.simpleButtonGiam); this.Controls.Add(this.dateEditVCCuoi); this.Controls.Add(this.dateEditVCDau); this.Controls.Add(this.labelControl4); this.Controls.Add(this.labelControl5); this.Controls.Add(this.chartControlMostVC); this.Controls.Add(this.chartControlLoaiVC); this.Controls.Add(this.ButtonReportTK); this.Controls.Add(this.tedTongDoanhThu); this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl1); this.Controls.Add(this.dateEditCuoi); this.Controls.Add(this.chartControlDoanhThu); this.Controls.Add(this.dateEditDau); this.Controls.Add(this.labelControl2); this.Name = "ThongKeGUI"; this.Size = new System.Drawing.Size(1055, 765); ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditCuoi.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditDau.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlDoanhThu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tedTongDoanhThu.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(doughnutSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlLoaiVC)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlMostVC)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCDau.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEditVCCuoi.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cbBoxEditSoMostVC.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel3 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions(); DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel2 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PiePointOptions piePointOptions2 = new DevExpress.XtraCharts.PiePointOptions(); DevExpress.XtraCharts.PieSeriesView pieSeriesView2 = new DevExpress.XtraCharts.PieSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel4 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel5 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle(); this.totalAmountSalesByYearBindingSource = new System.Windows.Forms.BindingSource(this.components); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.chartControl3 = new DevExpress.XtraCharts.ChartControl(); this.totalAmountByProductByYearBindingSource = new System.Windows.Forms.BindingSource(this.components); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.bar1 = new DevExpress.XtraBars.Bar(); this.bar2 = new DevExpress.XtraBars.Bar(); this.bar3 = new DevExpress.XtraBars.Bar(); 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.propertyGrid2 = new System.Windows.Forms.PropertyGrid(); this.SeriesTemplate = new System.Windows.Forms.Label(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.totalAmountSalesByYearBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.totalAmountByProductByYearBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); this.SuspendLayout(); // // totalAmountSalesByYearBindingSource // this.totalAmountSalesByYearBindingSource.DataSource = typeof(DXtraCharts.TotalAmountSalesByYear); // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(537, 26); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(179, 23); this.simpleButton1.TabIndex = 0; this.simpleButton1.Text = "bind"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // chartControl1 // this.chartControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chartControl1.DataSource = this.totalAmountSalesByYearBindingSource; xyDiagram1.AxisX.Label.Angle = 15; xyDiagram1.AxisX.Label.Staggered = true; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(6, 20); this.chartControl1.Name = "chartControl1"; series1.ArgumentDataMember = "Year"; sideBySideBarSeriesLabel1.LineVisible = true; sideBySideBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions"; series1.Label = sideBySideBarSeriesLabel1; series1.Name = "Series 1"; series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending; series1.ValueDataMembersSerializable = "TotalAmount"; sideBySideBarSeriesLabel2.LineVisible = true; sideBySideBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions"; series2.Label = sideBySideBarSeriesLabel2; series2.Name = "Series 2"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; sideBySideBarSeriesLabel3.LineVisible = true; sideBySideBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions"; this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel3; this.chartControl1.Size = new System.Drawing.Size(682, 254); this.chartControl1.TabIndex = 1; chartTitle1.Text = "Sales amount by year"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click); // // chartControl2 // this.chartControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chartControl2.AppearanceName = "The Trees"; this.chartControl2.DataSource = this.totalAmountSalesByYearBindingSource; this.chartControl2.Location = new System.Drawing.Point(6, 288); this.chartControl2.Name = "chartControl2"; series3.ArgumentDataMember = "Year"; series3.DataSource = this.totalAmountSalesByYearBindingSource; pieSeriesLabel1.LineVisible = true; pieSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions"; series3.Label = pieSeriesLabel1; piePointOptions1.PercentOptions.ValueAsPercent = false; piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues; piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; series3.LegendPointOptions = piePointOptions1; series3.Name = "Year"; series3.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending; series3.SynchronizePointOptions = false; series3.ValueDataMembersSerializable = "TotalAmount"; pieSeriesView1.RuntimeExploding = false; series3.View = pieSeriesView1; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3}; this.chartControl2.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending; this.chartControl2.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; pieSeriesLabel2.LineVisible = true; pieSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions"; this.chartControl2.SeriesTemplate.Label = pieSeriesLabel2; piePointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Currency; piePointOptions2.ValueNumericOptions.Precision = 8; this.chartControl2.SeriesTemplate.PointOptions = piePointOptions2; this.chartControl2.SeriesTemplate.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1; pieSeriesView2.RuntimeExploding = false; this.chartControl2.SeriesTemplate.View = pieSeriesView2; this.chartControl2.Size = new System.Drawing.Size(682, 211); this.chartControl2.TabIndex = 2; chartTitle2.Text = "Sales amount by year"; this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle2}); this.chartControl2.Click += new System.EventHandler(this.chartControl2_Click); // // propertyGrid1 // this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.propertyGrid1.Location = new System.Drawing.Point(761, 55); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(296, 254); this.propertyGrid1.TabIndex = 3; // // tabControl1 // this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 55); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(704, 543); this.tabControl1.TabIndex = 4; // // tabPage1 // this.tabPage1.Controls.Add(this.chartControl1); this.tabPage1.Controls.Add(this.chartControl2); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(696, 517); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.chartControl3); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(696, 517); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // chartControl3 // this.chartControl3.DataSource = this.totalAmountByProductByYearBindingSource; xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisX.Range.SideMarginsEnabled = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisY.Range.SideMarginsEnabled = true; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl3.Diagram = xyDiagram2; this.chartControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl3.Location = new System.Drawing.Point(3, 3); this.chartControl3.Name = "chartControl3"; this.chartControl3.PaletteName = "Median"; this.chartControl3.SeriesDataMember = "Name"; series4.ArgumentDataMember = "Name"; sideBySideBarSeriesLabel4.LineVisible = true; sideBySideBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions"; series4.Label = sideBySideBarSeriesLabel4; series4.Name = "Series 2"; this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series4}; this.chartControl3.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending; this.chartControl3.SeriesTemplate.ArgumentDataMember = "Year"; sideBySideBarSeriesLabel5.LineVisible = true; sideBySideBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions"; this.chartControl3.SeriesTemplate.Label = sideBySideBarSeriesLabel5; this.chartControl3.SeriesTemplate.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending; this.chartControl3.SeriesTemplate.ValueDataMembersSerializable = "TotalAmount"; this.chartControl3.Size = new System.Drawing.Size(690, 511); this.chartControl3.TabIndex = 2; chartTitle3.Text = "Sales Amount By Products"; this.chartControl3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle3}); this.chartControl3.Click += new System.EventHandler(this.chartControl3_Click); // // totalAmountByProductByYearBindingSource // this.totalAmountByProductByYearBindingSource.DataSource = typeof(DXtraCharts.TotalAmountByProductByYear); // // barManager1 // this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { this.bar1, this.bar2, this.bar3}); this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.MainMenu = this.bar2; this.barManager1.MaxItemId = 0; this.barManager1.StatusBar = this.bar3; // // bar1 // this.bar1.BarName = "Tools"; this.bar1.DockCol = 0; this.bar1.DockRow = 1; this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar1.Text = "Tools"; // // bar2 // this.bar2.BarName = "Main menu"; this.bar2.DockCol = 0; this.bar2.DockRow = 0; this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top; this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; // // 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"; // // propertyGrid2 // this.propertyGrid2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.propertyGrid2.Location = new System.Drawing.Point(761, 341); this.propertyGrid2.Name = "propertyGrid2"; this.propertyGrid2.Size = new System.Drawing.Size(296, 172); this.propertyGrid2.TabIndex = 5; // // SeriesTemplate // this.SeriesTemplate.AutoSize = true; this.SeriesTemplate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.SeriesTemplate.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.SeriesTemplate.Location = new System.Drawing.Point(758, 325); this.SeriesTemplate.Name = "SeriesTemplate"; this.SeriesTemplate.Size = new System.Drawing.Size(98, 13); this.SeriesTemplate.TabIndex = 6; this.SeriesTemplate.Text = "Series Template"; // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(733, 26); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(179, 23); this.simpleButton2.TabIndex = 7; this.simpleButton2.Text = "bind"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // FormChart // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1069, 610); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.SeriesTemplate); this.Controls.Add(this.propertyGrid2); this.Controls.Add(this.tabControl1); this.Controls.Add(this.propertyGrid1); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Name = "FormChart"; this.Text = "Form1"; ((System.ComponentModel.ISupportInitialize)(this.totalAmountSalesByYearBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.totalAmountByProductByYearBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] { ((object)(2.6D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] { ((object)(8.7D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] { ((object)(5D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] { ((object)(0.1D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] { ((object)(0.2D)) }); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] { ((object)(8.4D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] { ((object)(9.4D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] { ((object)(1.6D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] { ((object)(8.6D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] { ((object)(4.8D)) }); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] { ((object)(3.8D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("1", new object[] { ((object)(7.4D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("2", new object[] { ((object)(9.4D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("3", new object[] { ((object)(0.7D)) }); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("4", new object[] { ((object)(5.4D)) }); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.chartMain = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); this.SuspendLayout(); // // chartMain // xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.EnableAxisXScrolling = true; secondaryAxisY1.AxisID = 0; secondaryAxisY1.Label.TextPattern = "{V:0.00%}"; secondaryAxisY1.Name = "Secondary AxisY 1"; secondaryAxisY1.VisibleInPanesSerializable = "-1"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1 }); this.chartMain.Diagram = xyDiagram1; this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill; this.chartMain.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartMain.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartMain.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartMain.Location = new System.Drawing.Point(0, 0); this.chartMain.Name = "chartMain"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; series1.Label = sideBySideBarSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "指标"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5 }); sideBySideBarSeriesView1.Color = System.Drawing.Color.ForestGreen; series1.View = sideBySideBarSeriesView1; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Top; series2.Label = sideBySideBarSeriesLabel2; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Name = "使用"; series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint6, seriesPoint7, seriesPoint8, seriesPoint9, seriesPoint10 }); sideBySideBarSeriesView2.Color = System.Drawing.Color.BlueViolet; series2.View = sideBySideBarSeriesView2; series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative; series3.CrosshairLabelPattern = "{S}:{V:0.00%}"; pointSeriesLabel1.TextPattern = "{V:0.00%}"; series3.Label = pointSeriesLabel1; series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series3.Name = "偏离度"; series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint11, seriesPoint12, seriesPoint13, seriesPoint14, seriesPoint15 }); lineSeriesView1.AxisYName = "Secondary AxisY 1"; lineSeriesView1.Color = System.Drawing.Color.Tomato; series3.View = lineSeriesView1; this.chartMain.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; this.chartMain.Size = new System.Drawing.Size(771, 486); this.chartMain.TabIndex = 0; chartTitle1.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartMain.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // SettlementChart // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartMain); this.Name = "SettlementChart"; this.Size = new System.Drawing.Size(771, 486); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMain)).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.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAirmassResult)); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.checkEdit12 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit11 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tabCompressormap = new DevExpress.XtraTab.XtraTabPage(); this.ctrlCompressorMap1 = new T7.ctrlCompressorMap(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit(); this.labelControl15 = new DevExpress.XtraEditors.LabelControl(); this.labelControl16 = new DevExpress.XtraEditors.LabelControl(); this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.tabCompressormap.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // groupControl1 // this.groupControl1.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.groupControl1.Controls.Add(this.xtraTabControl1); this.groupControl1.Location = new System.Drawing.Point(12, 12); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(803, 400); this.groupControl1.TabIndex = 0; this.groupControl1.Text = "Airmass result"; // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.Location = new System.Drawing.Point(2, 20); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(799, 378); this.xtraTabControl1.TabIndex = 1; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2, this.tabCompressormap}); this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.gridControl1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(790, 348); this.xtraTabPage1.Text = "Table view"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode1.RelationName = "Level1"; this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(790, 348); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 35; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false; this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell); // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.checkEdit12); this.xtraTabPage2.Controls.Add(this.checkEdit11); this.xtraTabPage2.Controls.Add(this.checkEdit10); this.xtraTabPage2.Controls.Add(this.checkEdit9); this.xtraTabPage2.Controls.Add(this.checkEdit8); this.xtraTabPage2.Controls.Add(this.chartControl1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(790, 348); this.xtraTabPage2.Text = "Dyno graph view"; // // checkEdit12 // this.checkEdit12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit12.Location = new System.Drawing.Point(575, 324); this.checkEdit12.Name = "checkEdit12"; this.checkEdit12.Properties.Caption = "Show EGT estimate curve"; this.checkEdit12.Size = new System.Drawing.Size(155, 18); this.checkEdit12.TabIndex = 5; this.checkEdit12.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // checkEdit11 // this.checkEdit11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit11.EditValue = true; this.checkEdit11.Location = new System.Drawing.Point(414, 324); this.checkEdit11.Name = "checkEdit11"; this.checkEdit11.Properties.Caption = "Show target lambda curve"; this.checkEdit11.Size = new System.Drawing.Size(155, 18); this.checkEdit11.TabIndex = 4; this.checkEdit11.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // checkEdit10 // this.checkEdit10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit10.EditValue = true; this.checkEdit10.Location = new System.Drawing.Point(263, 324); this.checkEdit10.Name = "checkEdit10"; this.checkEdit10.Properties.Caption = "Show injector DC curve"; this.checkEdit10.Size = new System.Drawing.Size(145, 18); this.checkEdit10.TabIndex = 3; this.checkEdit10.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // checkEdit9 // this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit9.EditValue = true; this.checkEdit9.Location = new System.Drawing.Point(133, 324); this.checkEdit9.Name = "checkEdit9"; this.checkEdit9.Properties.Caption = "Show torque curve"; this.checkEdit9.Size = new System.Drawing.Size(124, 18); this.checkEdit9.TabIndex = 2; this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // checkEdit8 // this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit8.EditValue = true; this.checkEdit8.Location = new System.Drawing.Point(3, 324); this.checkEdit8.Name = "checkEdit8"; this.checkEdit8.Properties.Caption = "Show power curve"; this.checkEdit8.Size = new System.Drawing.Size(124, 18); this.checkEdit8.TabIndex = 1; this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // 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.ContextMenuStrip = this.contextMenuStrip1; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; series1.Name = "Series 1"; series1.View = splineSeriesView1; pointSeriesLabel1.LineVisible = true; series1.Label = pointSeriesLabel1; series2.Name = "Series 2"; series2.View = splineSeriesView2; pointSeriesLabel2.LineVisible = true; series2.Label = pointSeriesLabel2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; this.chartControl1.SeriesTemplate.View = splineSeriesView3; pointSeriesLabel3.LineVisible = true; this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3; this.chartControl1.Size = new System.Drawing.Size(789, 318); this.chartControl1.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveAsToolStripMenuItem, this.printToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.saveAsToolStripMenuItem.Text = "Save as ..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // printToolStripMenuItem // this.printToolStripMenuItem.Name = "printToolStripMenuItem"; this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.printToolStripMenuItem.Text = "Print"; this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click); // // tabCompressormap // this.tabCompressormap.Controls.Add(this.ctrlCompressorMap1); this.tabCompressormap.Name = "tabCompressormap"; this.tabCompressormap.Size = new System.Drawing.Size(790, 348); this.tabCompressormap.Text = "Compressor map"; // // ctrlCompressorMap1 // this.ctrlCompressorMap1.Boost_request = new double[] { 0.2, 0.5, 1.05, 1.08, 1.03, 1, 1, 0.98, 0.94, 0.91, 0.94, 0.88, 0.79, 0.68, 0.58, 0.5}; this.ctrlCompressorMap1.Current_engineType = T7.ctrlCompressorMap.EngineType.Liter23; this.ctrlCompressorMap1.Dock = System.Windows.Forms.DockStyle.Fill; this.ctrlCompressorMap1.Location = new System.Drawing.Point(0, 0); this.ctrlCompressorMap1.Name = "ctrlCompressorMap1"; this.ctrlCompressorMap1.Rpm_points = new int[] { 1000, 1500, 1750, 2000, 2250, 2500, 2750, 3000, 3250, 3500, 4000, 4500, 5000, 5500, 6000, 6500}; this.ctrlCompressorMap1.Size = new System.Drawing.Size(790, 348); this.ctrlCompressorMap1.TabIndex = 0; this.ctrlCompressorMap1.onRefreshData += new T7.ctrlCompressorMap.RefreshData(this.ctrlCompressorMap1_onRefreshData); // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.checkEdit7); this.groupControl2.Controls.Add(this.checkEdit6); this.groupControl2.Controls.Add(this.checkEdit5); this.groupControl2.Controls.Add(this.labelControl15); this.groupControl2.Controls.Add(this.labelControl16); this.groupControl2.Controls.Add(this.checkEdit4); this.groupControl2.Controls.Add(this.labelControl13); this.groupControl2.Controls.Add(this.labelControl14); this.groupControl2.Controls.Add(this.labelControl11); this.groupControl2.Controls.Add(this.labelControl12); this.groupControl2.Controls.Add(this.labelControl10); this.groupControl2.Controls.Add(this.labelControl9); this.groupControl2.Controls.Add(this.spinEdit1); this.groupControl2.Controls.Add(this.labelControl7); this.groupControl2.Controls.Add(this.labelControl8); this.groupControl2.Controls.Add(this.labelControl4); this.groupControl2.Controls.Add(this.labelControl5); this.groupControl2.Controls.Add(this.labelControl6); this.groupControl2.Controls.Add(this.labelControl3); this.groupControl2.Controls.Add(this.labelControl2); this.groupControl2.Controls.Add(this.labelControl1); this.groupControl2.Controls.Add(this.comboBoxEdit2); this.groupControl2.Controls.Add(this.comboBoxEdit1); this.groupControl2.Controls.Add(this.checkEdit3); this.groupControl2.Controls.Add(this.checkEdit2); this.groupControl2.Controls.Add(this.checkEdit1); this.groupControl2.Location = new System.Drawing.Point(12, 418); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(803, 156); this.groupControl2.TabIndex = 1; this.groupControl2.Text = "Options"; // // checkEdit7 // this.checkEdit7.Location = new System.Drawing.Point(455, 76); this.checkEdit7.Name = "checkEdit7"; this.checkEdit7.Properties.Caption = "Use trionic calculation for torque"; this.checkEdit7.Size = new System.Drawing.Size(184, 18); this.checkEdit7.TabIndex = 26; this.checkEdit7.CheckedChanged += new System.EventHandler(this.checkEdit7_CheckedChanged); // // checkEdit6 // this.checkEdit6.Location = new System.Drawing.Point(363, 129); this.checkEdit6.Name = "checkEdit6"; this.checkEdit6.Properties.Caption = "torque in lbft"; this.checkEdit6.Size = new System.Drawing.Size(86, 18); this.checkEdit6.TabIndex = 25; this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged); // // checkEdit5 // this.checkEdit5.Location = new System.Drawing.Point(252, 129); this.checkEdit5.Name = "checkEdit5"; this.checkEdit5.Properties.Caption = "power in kW"; this.checkEdit5.Size = new System.Drawing.Size(86, 18); this.checkEdit5.TabIndex = 24; this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged); // // labelControl15 // this.labelControl15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl15.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.labelControl15.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl15.Appearance.Options.UseBackColor = true; this.labelControl15.Appearance.Options.UseForeColor = true; this.labelControl15.Location = new System.Drawing.Point(779, 136); this.labelControl15.Name = "labelControl15"; this.labelControl15.Size = new System.Drawing.Size(15, 13); this.labelControl15.TabIndex = 22; this.labelControl15.Text = " "; // // labelControl16 // this.labelControl16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl16.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl16.Appearance.Options.UseForeColor = true; this.labelControl16.Appearance.Options.UseTextOptions = true; this.labelControl16.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl16.Location = new System.Drawing.Point(691, 137); this.labelControl16.Name = "labelControl16"; this.labelControl16.Size = new System.Drawing.Size(82, 13); this.labelControl16.TabIndex = 21; this.labelControl16.Text = "Overboost limiter"; this.labelControl16.DoubleClick += new System.EventHandler(this.labelControl16_DoubleClick); // // checkEdit4 // this.checkEdit4.Location = new System.Drawing.Point(14, 120); this.checkEdit4.Name = "checkEdit4"; this.checkEdit4.Properties.Caption = "View in overboost"; this.checkEdit4.Size = new System.Drawing.Size(150, 18); this.checkEdit4.TabIndex = 20; this.checkEdit4.CheckedChanged += new System.EventHandler(this.checkEdit4_CheckedChanged); // // labelControl13 // this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray; this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl13.Appearance.Options.UseBackColor = true; this.labelControl13.Appearance.Options.UseForeColor = true; this.labelControl13.Location = new System.Drawing.Point(779, 117); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(15, 13); this.labelControl13.TabIndex = 19; this.labelControl13.Text = " "; // // labelControl14 // this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl14.Appearance.Options.UseForeColor = true; this.labelControl14.Appearance.Options.UseTextOptions = true; this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl14.Location = new System.Drawing.Point(707, 118); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(66, 13); this.labelControl14.TabIndex = 18; this.labelControl14.Text = "Fuelcut limiter"; this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick); // // labelControl11 // this.labelControl11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl11.Appearance.BackColor = System.Drawing.Color.SaddleBrown; this.labelControl11.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl11.Appearance.Options.UseBackColor = true; this.labelControl11.Appearance.Options.UseForeColor = true; this.labelControl11.Location = new System.Drawing.Point(779, 98); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(15, 13); this.labelControl11.TabIndex = 17; this.labelControl11.Text = " "; // // labelControl12 // this.labelControl12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl12.Appearance.Options.UseForeColor = true; this.labelControl12.Appearance.Options.UseTextOptions = true; this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl12.Location = new System.Drawing.Point(684, 99); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(89, 13); this.labelControl12.TabIndex = 16; this.labelControl12.Text = "Gear torque limiter"; this.labelControl12.DoubleClick += new System.EventHandler(this.labelControl12_DoubleClick); // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(455, 55); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(17, 13); this.labelControl10.TabIndex = 15; this.labelControl10.Text = "kPa"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(254, 55); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(84, 13); this.labelControl9.TabIndex = 14; this.labelControl9.Text = "Ambient pressure"; // // spinEdit1 // this.spinEdit1.EditValue = new decimal(new int[] { 100, 0, 0, 0}); this.spinEdit1.Location = new System.Drawing.Point(384, 50); this.spinEdit1.Name = "spinEdit1"; this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.spinEdit1.Properties.IsFloatValue = false; this.spinEdit1.Properties.Mask.EditMask = "N00"; this.spinEdit1.Properties.MaxValue = new decimal(new int[] { 150, 0, 0, 0}); this.spinEdit1.Properties.MinValue = new decimal(new int[] { 50, 0, 0, 0}); this.spinEdit1.Size = new System.Drawing.Size(65, 20); this.spinEdit1.TabIndex = 13; this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged); // // labelControl7 // this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black; this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl7.Appearance.Options.UseBackColor = true; this.labelControl7.Appearance.Options.UseForeColor = true; this.labelControl7.Location = new System.Drawing.Point(779, 22); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(15, 13); this.labelControl7.TabIndex = 12; this.labelControl7.Text = " "; // // labelControl8 // this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl8.Appearance.Options.UseForeColor = true; this.labelControl8.Appearance.Options.UseTextOptions = true; this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl8.Location = new System.Drawing.Point(685, 23); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(88, 13); this.labelControl8.TabIndex = 11; this.labelControl8.Text = "Turbospeed limiter"; this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick); // // labelControl4 // this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow; this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl4.Appearance.Options.UseBackColor = true; this.labelControl4.Appearance.Options.UseForeColor = true; this.labelControl4.Location = new System.Drawing.Point(779, 79); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(15, 13); this.labelControl4.TabIndex = 10; this.labelControl4.Text = " "; // // labelControl5 // this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl5.Appearance.BackColor = System.Drawing.Color.Purple; this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl5.Appearance.Options.UseBackColor = true; this.labelControl5.Appearance.Options.UseForeColor = true; this.labelControl5.Location = new System.Drawing.Point(779, 60); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(15, 13); this.labelControl5.TabIndex = 9; this.labelControl5.Text = " "; // // labelControl6 // this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue; this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl6.Appearance.Options.UseBackColor = true; this.labelControl6.Appearance.Options.UseForeColor = true; this.labelControl6.Location = new System.Drawing.Point(779, 41); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(15, 13); this.labelControl6.TabIndex = 8; this.labelControl6.Text = " "; // // labelControl3 // this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.Appearance.Options.UseTextOptions = true; this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl3.Location = new System.Drawing.Point(675, 80); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(98, 13); this.labelControl3.TabIndex = 7; this.labelControl3.Text = "Engine torque limiter"; this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick); // // labelControl2 // this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl2.Location = new System.Drawing.Point(654, 60); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(119, 13); this.labelControl2.TabIndex = 6; this.labelControl2.Text = "E85 engine torque limiter"; this.labelControl2.DoubleClick += new System.EventHandler(this.labelControl2_DoubleClick); // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl1.Location = new System.Drawing.Point(705, 42); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(68, 13); this.labelControl1.TabIndex = 5; this.labelControl1.Text = "Airmass limiter"; this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick); // // comboBoxEdit2 // this.comboBoxEdit2.EditValue = "Show airmass"; this.comboBoxEdit2.Location = new System.Drawing.Point(254, 76); this.comboBoxEdit2.Name = "comboBoxEdit2"; this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit2.Properties.Items.AddRange(new object[] { "Show airmass", "Show estimated torque", "Show estimated horsepower", "Show injector DC", "Show target lambda", "Show target AFR", "Show estimated EGT"}); this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20); this.comboBoxEdit2.TabIndex = 4; this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged); // // comboBoxEdit1 // this.comboBoxEdit1.EditValue = "Fifth gear"; this.comboBoxEdit1.Location = new System.Drawing.Point(254, 104); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Properties.Items.AddRange(new object[] { "Reverse", "First gear", "Second gear", "Third gear", "Fourth gear", "Fifth gear"}); this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20); this.comboBoxEdit1.TabIndex = 3; this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged); // // checkEdit3 // this.checkEdit3.Location = new System.Drawing.Point(14, 95); this.checkEdit3.Name = "checkEdit3"; this.checkEdit3.Properties.Caption = "Car is a convertible"; this.checkEdit3.Size = new System.Drawing.Size(150, 18); this.checkEdit3.TabIndex = 2; this.checkEdit3.CheckedChanged += new System.EventHandler(this.checkEdit3_CheckedChanged); // // checkEdit2 // this.checkEdit2.Location = new System.Drawing.Point(14, 69); this.checkEdit2.Name = "checkEdit2"; this.checkEdit2.Properties.Caption = "Car runs E85"; this.checkEdit2.Size = new System.Drawing.Size(150, 18); this.checkEdit2.TabIndex = 1; this.checkEdit2.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged); // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(14, 43); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "Car has automatic gearbox"; this.checkEdit1.Size = new System.Drawing.Size(177, 18); this.checkEdit1.TabIndex = 0; this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged); // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Location = new System.Drawing.Point(740, 580); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 2; this.simpleButton1.Text = "Close"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // simpleButton2 // this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton2.Location = new System.Drawing.Point(659, 580); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 3; this.simpleButton2.Text = "Refresh"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton3 // this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.simpleButton3.Location = new System.Drawing.Point(12, 580); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(147, 23); this.simpleButton3.TabIndex = 4; this.simpleButton3.Text = "Compare to another file"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // frmAirmassResult // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(827, 615); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.groupControl2); this.Controls.Add(this.groupControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmAirmassResult"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Airmass result"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.tabCompressormap.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrChart1 = new DevExpress.XtraReports.UI.XRChart(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.StatLabel = new DevExpress.XtraReports.UI.XRLabel(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport(); this.ServerName = new DevExpress.XtraReports.Parameters.Parameter(); this.StartDate = new DevExpress.XtraReports.Parameters.Parameter(); this.EndDate = new DevExpress.XtraReports.Parameters.Parameter(); this.StatName = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrChart1 }); this.Detail.HeightF = 448.9584F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrChart1 // this.xrChart1.BorderColor = System.Drawing.Color.Black; this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate = false; xyDiagram1.AxisY.Label.TextPattern = "{V:#,#}"; xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisY.NumericScaleOptions.CustomGridAlignment = 0.70000000000000007D; xyDiagram1.AxisY.NumericScaleOptions.GridAlignment = DevExpress.XtraCharts.NumericGridAlignment.Custom; 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.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.xrChart1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.xrChart1.Legend.MaxVerticalPercentage = 30D; this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrChart1.Name = "xrChart1"; this.xrChart1.PaletteName = "Oriel"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series1.Name = "Series 1"; series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime; series2.Name = "Series 2"; this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.xrChart1.SizeF = new System.Drawing.SizeF(900F, 448.9584F); // // TopMargin // this.TopMargin.HeightF = 127.7917F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 100F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.StatLabel, this.xrPageInfo1, this.xrLine1, this.xrLabel1 }); this.GroupHeader1.HeightF = 78.99998F; this.GroupHeader1.Name = "GroupHeader1"; // // StatLabel // this.StatLabel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.StatLabel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 55.99998F); this.StatLabel.Name = "StatLabel"; this.StatLabel.SizeF = new System.Drawing.SizeF(285.4166F, 23F); this.StatLabel.StylePriority.UseFont = false; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Tahoma", 8.25F); this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(655F, 17.00001F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.xrPageInfo1.SizeF = new System.Drawing.SizeF(245F, 16F); this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLine1 // this.xrLine1.LineWidth = 2; this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(900F, 23F); // // xrLabel1 // this.xrLabel1.CanShrink = true; this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 18F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(370.1665F, 33F); this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Domino Access via Browser"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrSubreport1 }); this.PageFooter.HeightF = 23.95833F; this.PageFooter.Name = "PageFooter"; // // xrSubreport1 // this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrSubreport1.Name = "xrSubreport1"; this.xrSubreport1.ReportSource = new VSWebUI.DashboardReports.CopyrightXtraRpt(); this.xrSubreport1.SizeF = new System.Drawing.SizeF(100F, 23F); // // ServerName // this.ServerName.Name = "ServerName"; // // StartDate // this.StartDate.Name = "StartDate"; // // EndDate // this.EndDate.Name = "EndDate"; // // StatName // this.StatName.Name = "StatName"; // // DominoAccessBrowserXtraRpt // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.GroupHeader1, this.PageFooter }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(100, 100, 128, 100); this.PageHeight = 850; this.PageWidth = 1100; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.ServerName, this.StartDate, this.EndDate, this.StatName }); this.Version = "14.2"; this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DominoAccessBrowserXtraRpt_BeforePrint); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(electricMonth)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCellMonth = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCellAmountUnit = new DevExpress.XtraReports.UI.XRTableCell(); this.xrLabelFromTo = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrChart1 = new DevExpress.XtraReports.UI.XRChart(); this.xrLabelRoomFrom = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelBuilding = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelMeterModel = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelMeterSerial = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelFromDate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelDatePrint = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.Detail.HeightF = 23.95833F; this.Detail.LockedInUserDesigner = true; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(99.70834F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); this.xrTable2.SizeF = new System.Drawing.SizeF(500F, 23.95833F); this.xrTable2.StylePriority.UseBorders = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1; // // xrTableCell4 // this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.month_list")}); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "xrTableCell4"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell4.Weight = 1; // // xrTableCell5 // this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.sum_total", "{0:n2}")}); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "xrTableCell5"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 2; // // TopMargin // this.TopMargin.HeightF = 9F; this.TopMargin.LockedInUserDesigner = true; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.LockedInUserDesigner = true; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // formattingRule1 // this.formattingRule1.Name = "formattingRule1"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1, this.xrLabelFromTo, this.xrLabel5, this.xrChart1, this.xrLabelRoomFrom, this.xrLabel4, this.xrLabelBuilding, this.xrLabelMeterModel, this.xrLabel7, this.xrLabel2, this.xrLabel6, this.xrLabelMeterSerial, this.xrLabel14, this.xrLabelFromDate, this.xrLabel1, this.xrLabelDatePrint}); this.ReportHeader.HeightF = 601.0417F; this.ReportHeader.Name = "ReportHeader"; // // xrTable1 // this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom; this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(99.70834F, 568.75F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.xrTable1.SizeF = new System.Drawing.SizeF(500F, 32.29169F); this.xrTable1.StylePriority.UseBorders = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCellMonth, this.xrTableCellAmountUnit}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1; // // xrTableCellMonth // this.xrTableCellMonth.CanGrow = false; this.xrTableCellMonth.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrTableCellMonth.Name = "xrTableCellMonth"; this.xrTableCellMonth.StylePriority.UseFont = false; this.xrTableCellMonth.StylePriority.UseTextAlignment = false; this.xrTableCellMonth.Text = "à´×͹"; this.xrTableCellMonth.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCellMonth.Weight = 1; // // xrTableCellAmountUnit // this.xrTableCellAmountUnit.CanGrow = false; this.xrTableCellAmountUnit.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrTableCellAmountUnit.Name = "xrTableCellAmountUnit"; this.xrTableCellAmountUnit.StylePriority.UseFont = false; this.xrTableCellAmountUnit.StylePriority.UseTextAlignment = false; this.xrTableCellAmountUnit.Text = "¨Ó¹Ç¹Ë¹èÇ·Õèãªé"; this.xrTableCellAmountUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCellAmountUnit.Weight = 2; // // xrLabelFromTo // this.xrLabelFromTo.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelFromTo.LocationFloat = new DevExpress.Utils.PointFloat(481.25F, 136.4583F); this.xrLabelFromTo.Multiline = true; this.xrLabelFromTo.Name = "xrLabelFromTo"; this.xrLabelFromTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelFromTo.SizeF = new System.Drawing.SizeF(221.6797F, 31.62497F); this.xrLabelFromTo.StylePriority.UseFont = false; this.xrLabelFromTo.Text = "$To"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(406.25F, 136.4583F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(60.41672F, 31.62498F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.Text = "¶Ö§"; // // xrChart1 // this.xrChart1.AppearanceName = "Gray"; this.xrChart1.BorderColor = System.Drawing.Color.Black; this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.LabelsResolveOverlappingMinIndent = -5; this.xrChart1.Diagram = xyDiagram1; this.xrChart1.IndicatorsPaletteName = "Default"; this.xrChart1.Legend.Visible = false; this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 306.625F); this.xrChart1.Name = "xrChart1"; this.xrChart1.PaletteBaseColorNumber = 2; this.xrChart1.PaletteName = "Nature Colors"; sideBySideBarSeriesLabel1.Indent = 5; sideBySideBarSeriesLabel1.LineVisible = true; sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.HideOverlapped; sideBySideBarSeriesLabel1.Shadow.Visible = true; series1.Label = sideBySideBarSeriesLabel1; pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number; series1.LegendPointOptions = pointOptions1; series1.Name = "Series1"; series1.ShowInLegend = false; series1.SynchronizePointOptions = false; sideBySideBarSeriesView1.Shadow.Visible = true; series1.View = sideBySideBarSeriesView1; this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; sideBySideBarSeriesLabel2.LineVisible = true; this.xrChart1.SeriesTemplate.Label = sideBySideBarSeriesLabel2; this.xrChart1.SizeF = new System.Drawing.SizeF(725.9996F, 235.4166F); // // xrLabelRoomFrom // this.xrLabelRoomFrom.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "getReportIncome.coderef")}); this.xrLabelRoomFrom.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelRoomFrom.LocationFloat = new DevExpress.Utils.PointFloat(570.8334F, 210.4167F); this.xrLabelRoomFrom.Multiline = true; this.xrLabelRoomFrom.Name = "xrLabelRoomFrom"; this.xrLabelRoomFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelRoomFrom.SizeF = new System.Drawing.SizeF(98.95831F, 31.625F); this.xrLabelRoomFrom.StylePriority.UseFont = false; this.xrLabelRoomFrom.StylePriority.UseTextAlignment = false; this.xrLabelRoomFrom.Text = "xrLabelRoomFrom"; this.xrLabelRoomFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(457.2917F, 210.4167F); this.xrLabel4.Multiline = true; this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(113.5418F, 31.62495F); this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "Ëéͧ : "; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabelBuilding // this.xrLabelBuilding.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "getReportIncome.building_label")}); this.xrLabelBuilding.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelBuilding.LocationFloat = new DevExpress.Utils.PointFloat(181.25F, 210.4167F); this.xrLabelBuilding.Multiline = true; this.xrLabelBuilding.Name = "xrLabelBuilding"; this.xrLabelBuilding.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelBuilding.SizeF = new System.Drawing.SizeF(267.7783F, 31.62491F); this.xrLabelBuilding.StylePriority.UseFont = false; this.xrLabelBuilding.StylePriority.UseTextAlignment = false; this.xrLabelBuilding.Text = "xrLabelBuilding"; this.xrLabelBuilding.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabelMeterModel // this.xrLabelMeterModel.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelMeterModel.LocationFloat = new DevExpress.Utils.PointFloat(169.7917F, 247.9167F); this.xrLabelMeterModel.Multiline = true; this.xrLabelMeterModel.Name = "xrLabelMeterModel"; this.xrLabelMeterModel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelMeterModel.SizeF = new System.Drawing.SizeF(279.7101F, 31.62495F); this.xrLabelMeterModel.StylePriority.UseFont = false; this.xrLabelMeterModel.StylePriority.UseTextAlignment = false; this.xrLabelMeterModel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(457.2917F, 247.9167F); this.xrLabel7.Multiline = true; this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(113.5417F, 31.62497F); this.xrLabel7.StylePriority.UseFont = false; this.xrLabel7.StylePriority.UseTextAlignment = false; this.xrLabel7.Text = "ËÁÒÂàÅ¢ÁÔàµÍÃì : "; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(55.20837F, 210.4167F); this.xrLabel2.Multiline = true; this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(114.5834F, 31.625F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "ÍÒ¤Òà : "; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(55.20837F, 247.9167F); this.xrLabel6.Multiline = true; this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(114.5834F, 31.625F); this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UseTextAlignment = false; this.xrLabel6.Text = "ÃØè¹ÁÔàµÍÃì : "; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabelMeterSerial // this.xrLabelMeterSerial.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelMeterSerial.LocationFloat = new DevExpress.Utils.PointFloat(570.8334F, 247.9167F); this.xrLabelMeterSerial.Multiline = true; this.xrLabelMeterSerial.Name = "xrLabelMeterSerial"; this.xrLabelMeterSerial.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelMeterSerial.SizeF = new System.Drawing.SizeF(98.95831F, 31.625F); this.xrLabelMeterSerial.StylePriority.UseFont = false; this.xrLabelMeterSerial.StylePriority.UseTextAlignment = false; this.xrLabelMeterSerial.Text = "A"; this.xrLabelMeterSerial.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel14 // this.xrLabel14.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(92.70834F, 136.4583F); this.xrLabel14.Multiline = true; this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.SizeF = new System.Drawing.SizeF(60.41672F, 31.62498F); this.xrLabel14.StylePriority.UseFont = false; this.xrLabel14.Text = "à´×͹"; // // xrLabelFromDate // this.xrLabelFromDate.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelFromDate.LocationFloat = new DevExpress.Utils.PointFloat(167.7083F, 136.4583F); this.xrLabelFromDate.Multiline = true; this.xrLabelFromDate.Name = "xrLabelFromDate"; this.xrLabelFromDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelFromDate.SizeF = new System.Drawing.SizeF(221.6797F, 31.62497F); this.xrLabelFromDate.StylePriority.UseFont = false; this.xrLabelFromDate.Text = "$Start"; // // xrLabel1 // this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.xrLabel1.BorderWidth = 2; this.xrLabel1.Font = new System.Drawing.Font("Angsana New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 75F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(725.9996F, 41.74998F); this.xrLabel1.StylePriority.UseBorders = false; this.xrLabel1.StylePriority.UseBorderWidth = false; this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Electricity Consummation Monthly Report ( ÃÒ§ҹ˹èÇ¡ÒÃãªéä¿¿éÒµèÍà´×͹)"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabelDatePrint // this.xrLabelDatePrint.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabelDatePrint.LocationFloat = new DevExpress.Utils.PointFloat(349.5417F, 0F); this.xrLabelDatePrint.Name = "xrLabelDatePrint"; this.xrLabelDatePrint.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelDatePrint.SizeF = new System.Drawing.SizeF(376.4583F, 31.62502F); this.xrLabelDatePrint.StylePriority.UseFont = false; this.xrLabelDatePrint.StylePriority.UseTextAlignment = false; this.xrLabelDatePrint.Text = "¾ÔÁ¾ìÇѹ·Õè"; this.xrLabelDatePrint.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel3, this.xrPageInfo1}); this.PageFooter.Expanded = false; this.PageFooter.Name = "PageFooter"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("AngsanaUPC", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(222))); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 34.29165F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(725.9996F, 36.54169F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.Text = "* Null : äÁèÁÕ¡Òúѹ·Ö¡ * N/A : ˹èÇ·ÕèºÑ¹·Ö¡äÁèÊÁºÙóì"; // // xrPageInfo1 // this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(289.3881F, 77.00002F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // electricMonth // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageFooter}); this.DataMember = "Table1"; this.DataSourceSchema = resources.GetString("$this.DataSourceSchema"); this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.formattingRule1}); this.Margins = new System.Drawing.Printing.Margins(50, 51, 9, 100); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "10.2"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSampleSimulation)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.groupCInput = new DevExpress.XtraEditors.GroupControl(); this.cBEClassic = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.cBEBasis = new DevExpress.XtraEditors.ComboBoxEdit(); this.btnOpenFile = new DevExpress.XtraEditors.SimpleButton(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.cBFile = new DevExpress.XtraEditors.ComboBoxEdit(); this.tETimes = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.cBELayer = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.tEProportion = new DevExpress.XtraEditors.TextEdit(); this.tENum = new DevExpress.XtraEditors.TextEdit(); this.siBSimulation = new DevExpress.XtraEditors.SimpleButton(); this.cEProportion = new DevExpress.XtraEditors.CheckEdit(); this.cENum = new DevExpress.XtraEditors.CheckEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.groupCResult = new DevExpress.XtraEditors.GroupControl(); this.chartData = new DevExpress.XtraCharts.ChartControl(); this.lBCResult = new DevExpress.XtraEditors.ListBoxControl(); this.groupC = new DevExpress.XtraEditors.GroupControl(); this.siBArea = new DevExpress.XtraEditors.SimpleButton(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.siBSave = new DevExpress.XtraEditors.SimpleButton(); this.cBESave = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.tEScale = new DevExpress.XtraEditors.TextEdit(); this.cERatio = new DevExpress.XtraEditors.CheckEdit(); this.tEExtend = new DevExpress.XtraEditors.TextEdit(); this.cEExtend = new DevExpress.XtraEditors.CheckEdit(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.siBHelp = new DevExpress.XtraEditors.SimpleButton(); this.siBConcel = new DevExpress.XtraEditors.SimpleButton(); this.siBOK = new DevExpress.XtraEditors.SimpleButton(); this.groupCHelp = new DevExpress.XtraEditors.GroupControl(); this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.groupCInput)).BeginInit(); this.groupCInput.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cBEClassic.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cBEBasis.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cBFile.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tETimes.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cBELayer.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tEProportion.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tENum.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cEProportion.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cENum.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupCResult)).BeginInit(); this.groupCResult.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lBCResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupC)).BeginInit(); this.groupC.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cBESave.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tEScale.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cERatio.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tEExtend.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cEExtend.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupCHelp)).BeginInit(); this.groupCHelp.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // groupCInput // this.groupCInput.Controls.Add(this.cBEClassic); this.groupCInput.Controls.Add(this.labelControl10); this.groupCInput.Controls.Add(this.cBEBasis); this.groupCInput.Controls.Add(this.btnOpenFile); this.groupCInput.Controls.Add(this.labelControl9); this.groupCInput.Controls.Add(this.cBFile); this.groupCInput.Controls.Add(this.tETimes); this.groupCInput.Controls.Add(this.labelControl5); this.groupCInput.Controls.Add(this.cBELayer); this.groupCInput.Controls.Add(this.labelControl4); this.groupCInput.Controls.Add(this.tEProportion); this.groupCInput.Controls.Add(this.tENum); this.groupCInput.Controls.Add(this.siBSimulation); this.groupCInput.Controls.Add(this.cEProportion); this.groupCInput.Controls.Add(this.cENum); this.groupCInput.Controls.Add(this.labelControl2); this.groupCInput.Controls.Add(this.labelControl1); this.groupCInput.Location = new System.Drawing.Point(12, 11); this.groupCInput.Name = "groupCInput"; this.groupCInput.Size = new System.Drawing.Size(407, 179); this.groupCInput.TabIndex = 0; // // cBEClassic // this.cBEClassic.Location = new System.Drawing.Point(110, 93); this.cBEClassic.Name = "cBEClassic"; this.cBEClassic.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBEClassic.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cBEClassic.Size = new System.Drawing.Size(62, 20); this.cBEClassic.TabIndex = 48; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(25, 96); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(48, 14); this.labelControl10.TabIndex = 47; this.labelControl10.Text = "总体分类"; // // cBEBasis // this.cBEBasis.Location = new System.Drawing.Point(110, 60); this.cBEBasis.Name = "cBEBasis"; this.cBEBasis.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBEBasis.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cBEBasis.Size = new System.Drawing.Size(62, 20); this.cBEBasis.TabIndex = 46; // // btnOpenFile // this.btnOpenFile.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenFile.Image"))); this.btnOpenFile.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.btnOpenFile.Location = new System.Drawing.Point(365, 26); this.btnOpenFile.Name = "btnOpenFile"; this.btnOpenFile.Size = new System.Drawing.Size(24, 24); this.btnOpenFile.TabIndex = 45; this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click); // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(25, 31); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(48, 14); this.labelControl9.TabIndex = 43; this.labelControl9.Text = "入样总体"; // // cBFile // this.cBFile.Location = new System.Drawing.Point(110, 28); this.cBFile.Name = "cBFile"; this.cBFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBFile.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cBFile.Size = new System.Drawing.Size(249, 20); this.cBFile.TabIndex = 42; this.cBFile.TextChanged += new System.EventHandler(this.cBFile_TextChanged); // // tETimes // this.tETimes.Location = new System.Drawing.Point(110, 153); this.tETimes.Name = "tETimes"; this.tETimes.Size = new System.Drawing.Size(62, 20); this.tETimes.TabIndex = 40; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(221, 63); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(24, 14); this.labelControl5.TabIndex = 39; this.labelControl5.Text = "分层"; // // cBELayer // this.cBELayer.Location = new System.Drawing.Point(304, 57); this.cBELayer.Name = "cBELayer"; this.cBELayer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBELayer.Properties.Items.AddRange(new object[] { "分层一", "分层二", "分层三" }); this.cBELayer.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cBELayer.Size = new System.Drawing.Size(55, 20); this.cBELayer.TabIndex = 38; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(365, 96); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(12, 14); this.labelControl4.TabIndex = 37; this.labelControl4.Text = "%"; // // tEProportion // this.tEProportion.Location = new System.Drawing.Point(304, 93); this.tEProportion.Name = "tEProportion"; this.tEProportion.Properties.ReadOnly = true; this.tEProportion.Size = new System.Drawing.Size(55, 20); this.tEProportion.TabIndex = 36; // // tENum // this.tENum.Location = new System.Drawing.Point(110, 122); this.tENum.Name = "tENum"; this.tENum.Size = new System.Drawing.Size(62, 20); this.tENum.TabIndex = 6; // // siBSimulation // this.siBSimulation.Location = new System.Drawing.Point(221, 135); this.siBSimulation.Name = "siBSimulation"; this.siBSimulation.Size = new System.Drawing.Size(65, 23); this.siBSimulation.TabIndex = 5; this.siBSimulation.Text = "抽样仿真"; this.siBSimulation.Click += new System.EventHandler(this.siBSimulation_Click); // // cEProportion // this.cEProportion.Location = new System.Drawing.Point(221, 93); this.cEProportion.Name = "cEProportion"; this.cEProportion.Properties.Caption = "抽样比例"; this.cEProportion.Size = new System.Drawing.Size(75, 19); this.cEProportion.TabIndex = 4; this.cEProportion.CheckedChanged += new System.EventHandler(this.cEProportion_CheckedChanged); // // cENum // this.cENum.EditValue = true; this.cENum.Location = new System.Drawing.Point(25, 122); this.cENum.Name = "cENum"; this.cENum.Properties.Caption = "样本量"; this.cENum.Size = new System.Drawing.Size(72, 19); this.cENum.TabIndex = 3; this.cENum.CheckedChanged += new System.EventHandler(this.cENum_CheckedChanged); // // labelControl2 // this.labelControl2.Cursor = System.Windows.Forms.Cursors.Default; this.labelControl2.Location = new System.Drawing.Point(25, 156); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(72, 14); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "重复抽样次数"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(25, 63); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "抽样依据"; // // groupCResult // this.groupCResult.Controls.Add(this.chartData); this.groupCResult.Controls.Add(this.lBCResult); this.groupCResult.Location = new System.Drawing.Point(12, 196); this.groupCResult.Name = "groupCResult"; this.groupCResult.Size = new System.Drawing.Size(407, 148); this.groupCResult.TabIndex = 1; this.groupCResult.Text = "结果汇总"; this.groupCResult.Visible = false; // // chartData // this.chartData.Cursor = System.Windows.Forms.Cursors.Default; xyDiagram1.AxisX.MinorCount = 1; xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false; xyDiagram1.AxisX.NumericScaleOptions.GridSpacing = 2D; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.WholeRange.AutoSideMargins = true; xyDiagram1.AxisY.GridLines.Visible = false; xyDiagram1.AxisY.MinorCount = 1; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.WholeRange.AutoSideMargins = true; xyDiagram1.DefaultPane.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); xyDiagram1.DefaultPane.Weight = 0.8D; xyDiagram1.EnableAxisXZooming = true; xyDiagram1.EnableAxisYScrolling = true; xyDiagram1.EnableAxisYZooming = true; xyDiagram1.PaneDistance = 1; this.chartData.Diagram = xyDiagram1; this.chartData.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Bottom; this.chartData.Legend.MarkerSize = new System.Drawing.Size(20, 12); this.chartData.Legend.Visible = false; this.chartData.Location = new System.Drawing.Point(178, 29); this.chartData.Name = "chartData"; pointSeriesLabel1.Border.Color = System.Drawing.Color.Blue; pointSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True; series1.Label = pointSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "Series 1"; series1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True; lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); lineSeriesView1.ColorEach = true; lineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); lineSeriesView1.LineMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Square; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series1.View = lineSeriesView1; this.chartData.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartData.SeriesTemplate.View = lineSeriesView2; this.chartData.Size = new System.Drawing.Size(224, 115); this.chartData.TabIndex = 1; chartTitle1.Dock = DevExpress.XtraCharts.ChartTitleDockStyle.Left; chartTitle1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle1.Text = "估算结果(万亩)"; this.chartData.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // lBCResult // this.lBCResult.Location = new System.Drawing.Point(6, 28); this.lBCResult.Name = "lBCResult"; this.lBCResult.Size = new System.Drawing.Size(166, 115); this.lBCResult.TabIndex = 0; // // groupC // this.groupC.Controls.Add(this.siBArea); this.groupC.Controls.Add(this.labelControl7); this.groupC.Controls.Add(this.siBSave); this.groupC.Controls.Add(this.cBESave); this.groupC.Controls.Add(this.labelControl8); this.groupC.Controls.Add(this.labelControl6); this.groupC.Controls.Add(this.labelControl3); this.groupC.Controls.Add(this.tEScale); this.groupC.Controls.Add(this.cERatio); this.groupC.Controls.Add(this.tEExtend); this.groupC.Controls.Add(this.cEExtend); this.groupC.Controls.Add(this.gridControl1); this.groupC.Location = new System.Drawing.Point(433, 11); this.groupC.Name = "groupC"; this.groupC.Size = new System.Drawing.Size(310, 318); this.groupC.TabIndex = 2; this.groupC.Visible = false; // // siBArea // this.siBArea.Location = new System.Drawing.Point(5, 0); this.siBArea.Name = "siBArea"; this.siBArea.Size = new System.Drawing.Size(93, 22); this.siBArea.TabIndex = 48; this.siBArea.Text = "查看样本分布"; this.siBArea.Click += new System.EventHandler(this.siBDistribute_Click); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(5, 238); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(48, 14); this.labelControl7.TabIndex = 47; this.labelControl7.Text = "扩充样本"; // // siBSave // this.siBSave.Image = ((System.Drawing.Image)(resources.GetObject("siBSave.Image"))); this.siBSave.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.siBSave.Location = new System.Drawing.Point(263, 288); this.siBSave.Name = "siBSave"; this.siBSave.Size = new System.Drawing.Size(21, 20); this.siBSave.TabIndex = 46; this.siBSave.Click += new System.EventHandler(this.siBSave_Click); // // cBESave // this.cBESave.Location = new System.Drawing.Point(78, 288); this.cBESave.Name = "cBESave"; this.cBESave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.cBESave.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.cBESave.Size = new System.Drawing.Size(179, 20); this.cBESave.TabIndex = 45; this.cBESave.TextChanged += new System.EventHandler(this.cBESave_TextChanged); // // labelControl8 // this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl8.Location = new System.Drawing.Point(5, 285); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(48, 25); this.labelControl8.TabIndex = 44; this.labelControl8.Text = "保存样本"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(290, 265); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(12, 14); this.labelControl6.TabIndex = 43; this.labelControl6.Text = "%"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(345, 263); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(12, 14); this.labelControl3.TabIndex = 42; this.labelControl3.Text = "%"; // // tEScale // this.tEScale.Location = new System.Drawing.Point(229, 261); this.tEScale.Name = "tEScale"; this.tEScale.Properties.ReadOnly = true; this.tEScale.Size = new System.Drawing.Size(55, 20); this.tEScale.TabIndex = 41; // // cERatio // this.cERatio.Location = new System.Drawing.Point(151, 261); this.cERatio.Name = "cERatio"; this.cERatio.Properties.Caption = "扩充比例"; this.cERatio.Size = new System.Drawing.Size(75, 19); this.cERatio.TabIndex = 40; this.cERatio.CheckedChanged += new System.EventHandler(this.cERatio_CheckedChanged); // // tEExtend // this.tEExtend.Location = new System.Drawing.Point(78, 260); this.tEExtend.Name = "tEExtend"; this.tEExtend.Size = new System.Drawing.Size(62, 20); this.tEExtend.TabIndex = 39; // // cEExtend // this.cEExtend.EditValue = true; this.cEExtend.Location = new System.Drawing.Point(5, 260); this.cEExtend.Name = "cEExtend"; this.cEExtend.Properties.Caption = "扩充数量"; this.cEExtend.Size = new System.Drawing.Size(67, 19); this.cEExtend.TabIndex = 38; this.cEExtend.CheckedChanged += new System.EventHandler(this.cEExtend_CheckedChanged); // // gridControl1 // this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default; this.gridControl1.Location = new System.Drawing.Point(5, 25); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(301, 200); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); // // gridView1 // this.gridView1.Appearance.FilterPanel.Options.UseTextOptions = true; this.gridView1.Appearance.FilterPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.FocusedCell.Options.UseTextOptions = true; this.gridView1.Appearance.FocusedCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsCustomization.AllowColumnResizing = false; this.gridView1.OptionsCustomization.AllowSort = false; this.gridView1.OptionsLayout.Columns.AddNewColumns = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseDown); // // siBHelp // this.siBHelp.ImageIndex = 2; this.siBHelp.Location = new System.Drawing.Point(335, 359); this.siBHelp.Name = "siBHelp"; this.siBHelp.Size = new System.Drawing.Size(78, 25); this.siBHelp.TabIndex = 67; this.siBHelp.Text = "显示帮助>>"; this.siBHelp.Click += new System.EventHandler(this.siBHelp_Click); // // siBConcel // this.siBConcel.ImageIndex = 2; this.siBConcel.Location = new System.Drawing.Point(231, 359); this.siBConcel.Name = "siBConcel"; this.siBConcel.Size = new System.Drawing.Size(78, 25); this.siBConcel.TabIndex = 66; this.siBConcel.Text = "取消"; this.siBConcel.Click += new System.EventHandler(this.siBConcel_Click); // // siBOK // this.siBOK.ImageIndex = 2; this.siBOK.Location = new System.Drawing.Point(122, 359); this.siBOK.Name = "siBOK"; this.siBOK.Size = new System.Drawing.Size(78, 25); this.siBOK.TabIndex = 65; this.siBOK.Text = "确定"; this.siBOK.Click += new System.EventHandler(this.siBOK_Click); // // groupCHelp // this.groupCHelp.Controls.Add(this.memoEdit1); this.groupCHelp.Location = new System.Drawing.Point(749, 11); this.groupCHelp.Name = "groupCHelp"; this.groupCHelp.Size = new System.Drawing.Size(198, 318); this.groupCHelp.TabIndex = 68; this.groupCHelp.Text = "抽样仿真/一阶段抽样"; // // memoEdit1 // this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill; this.memoEdit1.EditValue = "在构建的一级抽样框基础上,选择一定的样本量和抽样次数模拟抽样过程和推算过程。依据多次抽样结果合cv值值确定一级样本量并保存一级样本。"; this.memoEdit1.Location = new System.Drawing.Point(2, 22); this.memoEdit1.Name = "memoEdit1"; this.memoEdit1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window; this.memoEdit1.Properties.Appearance.Options.UseBackColor = true; this.memoEdit1.Properties.ReadOnly = true; this.memoEdit1.Properties.ScrollBars = System.Windows.Forms.ScrollBars.None; this.memoEdit1.Size = new System.Drawing.Size(194, 294); this.memoEdit1.TabIndex = 1; this.memoEdit1.UseOptimizedRendering = true; // // frmSampleSimulation // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(429, 397); this.Controls.Add(this.groupCHelp); this.Controls.Add(this.siBHelp); this.Controls.Add(this.siBConcel); this.Controls.Add(this.siBOK); this.Controls.Add(this.groupC); this.Controls.Add(this.groupCResult); this.Controls.Add(this.groupCInput); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.HelpButton = true; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(960, 426); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(435, 426); this.Name = "frmSampleSimulation"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "抽样仿真/一阶段抽样"; this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.frmSampleSimulation_HelpButtonClicked); this.Load += new System.EventHandler(this.frmSampleSimulation_Load); ((System.ComponentModel.ISupportInitialize)(this.groupCInput)).EndInit(); this.groupCInput.ResumeLayout(false); this.groupCInput.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cBEClassic.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cBEBasis.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cBFile.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tETimes.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cBELayer.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tEProportion.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tENum.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cEProportion.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cENum.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupCResult)).EndInit(); this.groupCResult.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lBCResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupC)).EndInit(); this.groupC.ResumeLayout(false); this.groupC.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cBESave.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tEScale.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cERatio.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tEExtend.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cEExtend.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupCHelp)).EndInit(); this.groupCHelp.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.dateEdit2 = new DevExpress.XtraEditors.DateEdit(); this.dateEdit1 = new DevExpress.XtraEditors.DateEdit(); this.buttonEdit2 = new DevExpress.XtraEditors.ButtonEdit(); this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit(); this.btnAnalyze = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.meStatisticalConditions = new DevExpress.XtraEditors.MemoEdit(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.gcOrderStatistics = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.projectTaskState = new DevExpress.XtraGrid.Columns.GridColumn(); this.projectStateNumber = new DevExpress.XtraGrid.Columns.GridColumn(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.cmbChooseChart = new DevExpress.XtraEditors.ComboBoxEdit(); this.groupControl4 = new DevExpress.XtraEditors.GroupControl(); this.ccTaskStatisticalFigure = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.meStatisticalConditions.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcOrderStatistics)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbChooseChart.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit(); this.groupControl4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ccTaskStatisticalFigure)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); this.SuspendLayout(); // // groupControl1 // this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl1.Controls.Add(this.labelControl5); this.groupControl1.Controls.Add(this.labelControl4); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.dateEdit2); this.groupControl1.Controls.Add(this.dateEdit1); this.groupControl1.Controls.Add(this.buttonEdit2); this.groupControl1.Controls.Add(this.buttonEdit1); this.groupControl1.Controls.Add(this.btnAnalyze); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Location = new System.Drawing.Point(7, 12); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(692, 83); this.groupControl1.TabIndex = 8; this.groupControl1.Text = "选择条件"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(369, 33); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(44, 14); this.labelControl5.TabIndex = 31; this.labelControl5.Text = "时间: 从"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(219, 33); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(28, 14); this.labelControl4.TabIndex = 30; this.labelControl4.Text = "人员:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(7, 33); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(64, 14); this.labelControl3.TabIndex = 29; this.labelControl3.Text = "项目所属组:"; // // dateEdit2 // this.dateEdit2.EditValue = null; this.dateEdit2.Location = new System.Drawing.Point(569, 30); this.dateEdit2.Name = "dateEdit2"; this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateEdit2.Size = new System.Drawing.Size(118, 20); this.dateEdit2.TabIndex = 28; this.dateEdit2.ToolTip = "任务结束时间"; // // dateEdit1 // this.dateEdit1.EditValue = null; this.dateEdit1.Location = new System.Drawing.Point(419, 30); this.dateEdit1.Name = "dateEdit1"; this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.dateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.dateEdit1.Size = new System.Drawing.Size(126, 20); this.dateEdit1.TabIndex = 26; this.dateEdit1.ToolTip = "任务开始时间"; // // buttonEdit2 // this.buttonEdit2.Location = new System.Drawing.Point(253, 30); this.buttonEdit2.Name = "buttonEdit2"; this.buttonEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.buttonEdit2.Size = new System.Drawing.Size(100, 20); this.buttonEdit2.TabIndex = 25; this.buttonEdit2.ToolTip = "项目组人员"; // // buttonEdit1 // this.buttonEdit1.Location = new System.Drawing.Point(77, 30); this.buttonEdit1.Name = "buttonEdit1"; this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.buttonEdit1.Size = new System.Drawing.Size(135, 20); this.buttonEdit1.TabIndex = 1; this.buttonEdit1.ToolTip = "项目"; // // btnAnalyze // this.btnAnalyze.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnAnalyze.Location = new System.Drawing.Point(621, 58); this.btnAnalyze.Name = "btnAnalyze"; this.btnAnalyze.Size = new System.Drawing.Size(66, 20); this.btnAnalyze.TabIndex = 23; this.btnAnalyze.Text = "分析(&A)"; this.btnAnalyze.Click += new System.EventHandler(this.btnAnalyze_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(551, 33); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(12, 14); this.labelControl1.TabIndex = 9; this.labelControl1.Text = "到"; // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.meStatisticalConditions); this.groupControl2.Location = new System.Drawing.Point(7, 101); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(692, 127); this.groupControl2.TabIndex = 9; this.groupControl2.Text = "统计条件"; // // meStatisticalConditions // this.meStatisticalConditions.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.meStatisticalConditions.Location = new System.Drawing.Point(5, 25); this.meStatisticalConditions.Name = "meStatisticalConditions"; this.meStatisticalConditions.Size = new System.Drawing.Size(682, 97); this.meStatisticalConditions.TabIndex = 0; // // groupControl3 // this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.groupControl3.Controls.Add(this.gcOrderStatistics); this.groupControl3.Controls.Add(this.simpleButton2); this.groupControl3.Controls.Add(this.simpleButton1); this.groupControl3.Location = new System.Drawing.Point(7, 234); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(217, 314); this.groupControl3.TabIndex = 10; this.groupControl3.Text = "统计结果"; // // gcOrderStatistics // this.gcOrderStatistics.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.gcOrderStatistics.Location = new System.Drawing.Point(5, 25); this.gcOrderStatistics.MainView = this.gridView1; this.gcOrderStatistics.Name = "gcOrderStatistics"; this.gcOrderStatistics.Size = new System.Drawing.Size(207, 255); this.gcOrderStatistics.TabIndex = 0; this.gcOrderStatistics.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.projectTaskState, this.projectStateNumber}); this.gridView1.GridControl = this.gcOrderStatistics; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ShowGroupPanel = false; // // projectTaskState // this.projectTaskState.Caption = "项目任务状态"; this.projectTaskState.FieldName = "State"; this.projectTaskState.Name = "projectTaskState"; this.projectTaskState.Visible = true; this.projectTaskState.VisibleIndex = 0; // // projectStateNumber // this.projectStateNumber.Caption = "项目任务数量"; this.projectStateNumber.FieldName = "Count"; this.projectStateNumber.Name = "projectStateNumber"; this.projectStateNumber.Visible = true; this.projectStateNumber.VisibleIndex = 1; // // simpleButton2 // this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton2.Location = new System.Drawing.Point(110, 286); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(102, 23); this.simpleButton2.TabIndex = 14; this.simpleButton2.Text = "Excel导出(&E)"; // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Location = new System.Drawing.Point(2, 286); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(102, 23); this.simpleButton1.TabIndex = 13; this.simpleButton1.Text = "自定义导出(&S)"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(9, 28); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(64, 14); this.labelControl2.TabIndex = 11; this.labelControl2.Text = "选择分析图:"; // // cmbChooseChart // this.cmbChooseChart.EditValue = "柱形图"; this.cmbChooseChart.Location = new System.Drawing.Point(78, 25); this.cmbChooseChart.Name = "cmbChooseChart"; this.cmbChooseChart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbChooseChart.Properties.Items.AddRange(new object[] { "柱状图", "饼状图", "折线图", "面积图"}); this.cmbChooseChart.Size = new System.Drawing.Size(256, 20); this.cmbChooseChart.TabIndex = 12; this.cmbChooseChart.SelectedIndexChanged += new System.EventHandler(this.cmbChooseChart_SelectedIndexChanged); // // groupControl4 // this.groupControl4.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.groupControl4.Controls.Add(this.ccTaskStatisticalFigure); this.groupControl4.Controls.Add(this.cmbChooseChart); this.groupControl4.Controls.Add(this.labelControl2); this.groupControl4.Location = new System.Drawing.Point(230, 234); this.groupControl4.Name = "groupControl4"; this.groupControl4.Size = new System.Drawing.Size(469, 314); this.groupControl4.TabIndex = 15; this.groupControl4.Text = "统计图显示"; // // ccTaskStatisticalFigure // this.ccTaskStatisticalFigure.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))); xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.ccTaskStatisticalFigure.Diagram = xyDiagram1; this.ccTaskStatisticalFigure.Legend.Visible = false; this.ccTaskStatisticalFigure.Location = new System.Drawing.Point(7, 49); this.ccTaskStatisticalFigure.Name = "ccTaskStatisticalFigure"; sideBySideBarSeriesLabel1.LineVisible = true; series1.Label = sideBySideBarSeriesLabel1; series1.Name = "state"; this.ccTaskStatisticalFigure.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; sideBySideBarSeriesLabel2.LineVisible = true; this.ccTaskStatisticalFigure.SeriesTemplate.Label = sideBySideBarSeriesLabel2; this.ccTaskStatisticalFigure.Size = new System.Drawing.Size(459, 258); this.ccTaskStatisticalFigure.TabIndex = 13; chartTitle1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle1.Text = "项目任务统计分析图"; this.ccTaskStatisticalFigure.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // ProjectTaskStatistics // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(706, 560); this.Controls.Add(this.groupControl1); this.Controls.Add(this.groupControl4); this.Controls.Add(this.groupControl3); this.Controls.Add(this.groupControl2); this.Name = "ProjectTaskStatistics"; this.Text = "项目任务统计"; this.Load += new System.EventHandler(this.ProjectTaskStatistics_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.meStatisticalConditions.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcOrderStatistics)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbChooseChart.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit(); this.groupControl4.ResumeLayout(false); this.groupControl4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ccTaskStatisticalFigure)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions2 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointOptions pointOptions4 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView5 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions5 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView6 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView7 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView8 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram3 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointOptions pointOptions7 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView9 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions8 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.PointOptions pointOptions9 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView10 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series9 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView11 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView12 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.XYDiagram xyDiagram4 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series10 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series11 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series12 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series13 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.LineSeriesView lineSeriesView5 = new DevExpress.XtraCharts.LineSeriesView(); this.pnlPointList = new DevExpress.XtraEditors.PanelControl(); this.trlDashboard = new DevExpress.XtraTreeList.TreeList(); this.pnlDetail = new DevExpress.XtraEditors.PanelControl(); this.tblPoint = new System.Windows.Forms.TableLayoutPanel(); this.chrtVel = new DevExpress.XtraCharts.ChartControl(); this.chrtDispl = new DevExpress.XtraCharts.ChartControl(); this.chrtAcc = new DevExpress.XtraCharts.ChartControl(); this.grdDashboard = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.chartTrending = new DevExpress.XtraCharts.ChartControl(); this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl(); this.gdvData = new DevExpress.XtraGrid.Views.Grid.GridView(); this.chartTrend = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.pnlPointList)).BeginInit(); this.pnlPointList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trlDashboard)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlDetail)).BeginInit(); this.pnlDetail.SuspendLayout(); this.tblPoint.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chrtVel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chrtDispl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chrtAcc)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDashboard)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartTrending)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series12)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series13)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gdvData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartTrend)).BeginInit(); this.SuspendLayout(); // // pnlPointList // this.pnlPointList.Controls.Add(this.trlDashboard); this.pnlPointList.Dock = System.Windows.Forms.DockStyle.Left; this.pnlPointList.Location = new System.Drawing.Point(0, 0); this.pnlPointList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlPointList.Name = "pnlPointList"; this.pnlPointList.Size = new System.Drawing.Size(273, 794); this.pnlPointList.TabIndex = 0; // // trlDashboard // this.trlDashboard.AllowDrop = true; this.trlDashboard.Dock = System.Windows.Forms.DockStyle.Fill; this.trlDashboard.Location = new System.Drawing.Point(2, 2); this.trlDashboard.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.trlDashboard.Name = "trlDashboard"; this.trlDashboard.OptionsBehavior.DragNodes = true; this.trlDashboard.OptionsBehavior.Editable = false; this.trlDashboard.OptionsSelection.EnableAppearanceFocusedCell = false; this.trlDashboard.OptionsView.EnableAppearanceEvenRow = true; this.trlDashboard.OptionsView.EnableAppearanceOddRow = true; this.trlDashboard.Size = new System.Drawing.Size(269, 790); this.trlDashboard.TabIndex = 1; this.trlDashboard.Click += new System.EventHandler(this.trlDashboard_Click); this.trlDashboard.MouseClick += new System.Windows.Forms.MouseEventHandler(this.trlDashboard_MouseClick); // // pnlDetail // this.pnlDetail.Controls.Add(this.tblPoint); this.pnlDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlDetail.Location = new System.Drawing.Point(273, 0); this.pnlDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlDetail.Name = "pnlDetail"; this.pnlDetail.Size = new System.Drawing.Size(1325, 794); this.pnlDetail.TabIndex = 1; // // tblPoint // this.tblPoint.ColumnCount = 3; this.tblPoint.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tblPoint.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tblPoint.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tblPoint.Controls.Add(this.chrtVel, 1, 0); this.tblPoint.Controls.Add(this.chrtDispl, 2, 0); this.tblPoint.Controls.Add(this.chrtAcc, 0, 0); this.tblPoint.Controls.Add(this.grdDashboard, 1, 1); this.tblPoint.Controls.Add(this.chartTrending, 0, 1); this.tblPoint.Dock = System.Windows.Forms.DockStyle.Fill; this.tblPoint.Location = new System.Drawing.Point(2, 2); this.tblPoint.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tblPoint.Name = "tblPoint"; this.tblPoint.RowCount = 2; this.tblPoint.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tblPoint.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tblPoint.Size = new System.Drawing.Size(1321, 790); this.tblPoint.TabIndex = 0; // // chrtVel // xyDiagram1.AxisX.Color = System.Drawing.Color.Transparent; xyDiagram1.AxisX.GridLines.MinorVisible = true; xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Underline); xyDiagram1.AxisX.Title.Text = "Velocity"; xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); xyDiagram1.AxisX.Title.Visible = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.DefaultPane.Weight = 2D; this.chrtVel.Diagram = xyDiagram1; this.chrtVel.Dock = System.Windows.Forms.DockStyle.Fill; this.chrtVel.IndicatorsPaletteName = "Palette 1"; this.chrtVel.IndicatorsPaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))))) })); this.chrtVel.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; this.chrtVel.Legend.MarkerSize = new System.Drawing.Size(30, 16); this.chrtVel.Location = new System.Drawing.Point(443, 4); this.chrtVel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chrtVel.Name = "chrtVel"; this.chrtVel.PaletteName = "Palette 1"; this.chrtVel.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red) })); series1.LegendPointOptions = pointOptions1; series1.LegendText = "No Alarm"; series1.Name = "Series 1"; series1.SynchronizePointOptions = false; stackedBarSeriesView1.BarWidth = 1D; stackedBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; series1.View = stackedBarSeriesView1; pointOptions2.PointView = DevExpress.XtraCharts.PointView.SeriesName; stackedBarSeriesLabel1.PointOptions = pointOptions2; series2.Label = stackedBarSeriesLabel1; series2.LegendPointOptions = pointOptions3; series2.LegendText = "Low Alarm"; series2.Name = "Series 2"; series2.SynchronizePointOptions = false; stackedBarSeriesView2.BarWidth = 1D; series2.View = stackedBarSeriesView2; series3.LegendText = "High Alarm"; series3.Name = "Series 3"; stackedBarSeriesView3.BarWidth = 1D; series3.View = stackedBarSeriesView3; this.chrtVel.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; this.chrtVel.SeriesTemplate.View = stackedBarSeriesView4; this.chrtVel.SideBySideBarDistanceFixed = 0; this.chrtVel.Size = new System.Drawing.Size(434, 387); this.chrtVel.TabIndex = 9; // // chrtDispl // xyDiagram2.AxisX.Color = System.Drawing.Color.Transparent; xyDiagram2.AxisX.GridLines.MinorVisible = true; xyDiagram2.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisX.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Underline); xyDiagram2.AxisX.Title.Text = "Displacement"; xyDiagram2.AxisX.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); xyDiagram2.AxisX.Title.Visible = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.DefaultPane.Weight = 2D; this.chrtDispl.Diagram = xyDiagram2; this.chrtDispl.Dock = System.Windows.Forms.DockStyle.Fill; this.chrtDispl.IndicatorsPaletteName = "Palette 1"; this.chrtDispl.IndicatorsPaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))))) })); this.chrtDispl.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; this.chrtDispl.Legend.MarkerSize = new System.Drawing.Size(30, 16); this.chrtDispl.Location = new System.Drawing.Point(883, 4); this.chrtDispl.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chrtDispl.Name = "chrtDispl"; this.chrtDispl.PaletteName = "Palette 1"; this.chrtDispl.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red) })); series4.LegendPointOptions = pointOptions4; series4.LegendText = "No Alarm"; series4.Name = "Series 1"; series4.SynchronizePointOptions = false; stackedBarSeriesView5.BarWidth = 1D; stackedBarSeriesView5.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; series4.View = stackedBarSeriesView5; pointOptions5.PointView = DevExpress.XtraCharts.PointView.SeriesName; stackedBarSeriesLabel2.PointOptions = pointOptions5; series5.Label = stackedBarSeriesLabel2; series5.LegendPointOptions = pointOptions6; series5.LegendText = "Low Alarm"; series5.Name = "Series 2"; series5.SynchronizePointOptions = false; stackedBarSeriesView6.BarWidth = 1D; series5.View = stackedBarSeriesView6; series6.LegendText = "High Alarm"; series6.Name = "Series 3"; stackedBarSeriesView7.BarWidth = 1D; series6.View = stackedBarSeriesView7; this.chrtDispl.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series4, series5, series6 }; this.chrtDispl.SeriesTemplate.View = stackedBarSeriesView8; this.chrtDispl.SideBySideBarDistanceFixed = 0; this.chrtDispl.Size = new System.Drawing.Size(435, 387); this.chrtDispl.TabIndex = 6; // // chrtAcc // xyDiagram3.AxisX.Color = System.Drawing.Color.Transparent; xyDiagram3.AxisX.GridLines.MinorVisible = true; xyDiagram3.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.True; xyDiagram3.AxisX.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Underline); xyDiagram3.AxisX.Title.Text = "Acceleration"; xyDiagram3.AxisX.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); xyDiagram3.AxisX.Title.Visible = true; xyDiagram3.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram3.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram3.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True; xyDiagram3.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True; xyDiagram3.DefaultPane.Weight = 2D; this.chrtAcc.Diagram = xyDiagram3; this.chrtAcc.Dock = System.Windows.Forms.DockStyle.Fill; this.chrtAcc.IndicatorsPaletteName = "Palette 1"; this.chrtAcc.IndicatorsPaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))))) })); this.chrtAcc.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; this.chrtAcc.Legend.MarkerSize = new System.Drawing.Size(30, 16); this.chrtAcc.Location = new System.Drawing.Point(3, 4); this.chrtAcc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chrtAcc.Name = "chrtAcc"; this.chrtAcc.PaletteName = "Palette 1"; this.chrtAcc.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red) })); series7.LegendPointOptions = pointOptions7; series7.LegendText = "No Alarm"; series7.Name = "Series 1"; series7.SynchronizePointOptions = false; stackedBarSeriesView9.BarWidth = 1D; stackedBarSeriesView9.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; series7.View = stackedBarSeriesView9; pointOptions8.PointView = DevExpress.XtraCharts.PointView.SeriesName; stackedBarSeriesLabel3.PointOptions = pointOptions8; series8.Label = stackedBarSeriesLabel3; series8.LegendPointOptions = pointOptions9; series8.LegendText = "Low Alarm"; series8.Name = "Series 2"; series8.SynchronizePointOptions = false; stackedBarSeriesView10.BarWidth = 1D; series8.View = stackedBarSeriesView10; series9.LegendText = "High Alarm"; series9.Name = "Series 3"; stackedBarSeriesView11.BarWidth = 1D; series9.View = stackedBarSeriesView11; this.chrtAcc.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series7, series8, series9 }; this.chrtAcc.SeriesTemplate.View = stackedBarSeriesView12; this.chrtAcc.SideBySideBarDistanceFixed = 0; this.chrtAcc.Size = new System.Drawing.Size(434, 387); this.chrtAcc.TabIndex = 10; // // grdDashboard // this.grdDashboard.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDashboard.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDashboard.Location = new System.Drawing.Point(443, 399); this.grdDashboard.MainView = this.gridView1; this.grdDashboard.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDashboard.Name = "grdDashboard"; this.grdDashboard.Size = new System.Drawing.Size(434, 387); this.grdDashboard.TabIndex = 5; this.grdDashboard.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); // // gridView1 // this.gridView1.GridControl = this.grdDashboard; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsView.ShowGroupPanel = false; // // chartTrending // xyDiagram4.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero; xyDiagram4.AxisX.AutoScaleBreaks.Enabled = true; xyDiagram4.AxisX.Color = System.Drawing.Color.Transparent; xyDiagram4.AxisX.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram4.AxisX.GridLines.MinorVisible = true; xyDiagram4.AxisX.GridLines.Visible = true; xyDiagram4.AxisX.InterlacedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); xyDiagram4.AxisX.InterlacedFillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; xyDiagram4.AxisX.Label.Angle = 315; xyDiagram4.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; xyDiagram4.AxisX.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); xyDiagram4.AxisX.Title.Text = "Trending"; xyDiagram4.AxisX.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); xyDiagram4.AxisX.Title.Visible = true; xyDiagram4.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram4.AxisX.WholeRange.AutoSideMargins = true; xyDiagram4.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram4.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True; xyDiagram4.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True; xyDiagram4.DefaultPane.Weight = 2D; this.chartTrending.Diagram = xyDiagram4; this.chartTrending.Dock = System.Windows.Forms.DockStyle.Fill; this.chartTrending.IndicatorsPaletteName = "Palette 1"; this.chartTrending.IndicatorsPaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))))) })); this.chartTrending.Legend.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; this.chartTrending.Legend.MarkerSize = new System.Drawing.Size(30, 16); this.chartTrending.Location = new System.Drawing.Point(3, 399); this.chartTrending.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.chartTrending.Name = "chartTrending"; this.chartTrending.PaletteName = "Palette 2"; this.chartTrending.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Green, System.Drawing.Color.Green), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Yellow, System.Drawing.Color.Yellow), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.Red, System.Drawing.Color.Red) })); this.chartTrending.PaletteRepository.Add("Palette 2", new DevExpress.XtraCharts.Palette("Palette 2", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] { new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(64))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(64)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(192)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))), System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))))), new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(192)))))) })); series10.Name = "Series 1"; lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); lineSeriesView1.LineMarkerOptions.BorderVisible = false; lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid; lineSeriesView1.LineMarkerOptions.Size = 8; lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series10.View = lineSeriesView1; series11.Name = "Series 2"; lineSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); lineSeriesView2.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series11.View = lineSeriesView2; series12.Name = "Series 3"; lineSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); lineSeriesView3.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series12.View = lineSeriesView3; series13.Name = "Series 4"; lineSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); lineSeriesView4.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series13.View = lineSeriesView4; this.chartTrending.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series10, series11, series12, series13 }; this.chartTrending.SeriesTemplate.View = lineSeriesView5; this.chartTrending.SideBySideBarDistanceFixed = 0; this.chartTrending.Size = new System.Drawing.Size(434, 387); this.chartTrending.TabIndex = 12; // // splitterControl1 // this.splitterControl1.Location = new System.Drawing.Point(273, 0); this.splitterControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.splitterControl1.Name = "splitterControl1"; this.splitterControl1.Size = new System.Drawing.Size(5, 794); this.splitterControl1.TabIndex = 2; this.splitterControl1.TabStop = false; // // gdvData // this.gdvData.Name = "gdvData"; this.gdvData.OptionsBehavior.Editable = false; this.gdvData.OptionsView.ShowFooter = true; this.gdvData.OptionsView.ShowGroupPanel = false; // // chartTrend // this.chartTrend.Location = new System.Drawing.Point(0, 0); this.chartTrend.Name = "chartTrend"; this.chartTrend.SeriesSerializable = new DevExpress.XtraCharts.Series[0]; this.chartTrend.Size = new System.Drawing.Size(300, 200); this.chartTrend.TabIndex = 0; // // frmPointDashboard // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1598, 794); this.Controls.Add(this.splitterControl1); this.Controls.Add(this.pnlDetail); this.Controls.Add(this.pnlPointList); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "frmPointDashboard"; this.Text = "frmPointDashboard"; this.Load += new System.EventHandler(this.frmPointDashboard_Load); ((System.ComponentModel.ISupportInitialize)(this.pnlPointList)).EndInit(); this.pnlPointList.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trlDashboard)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlDetail)).EndInit(); this.pnlDetail.ResumeLayout(false); this.tblPoint.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chrtVel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chrtDispl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chrtAcc)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDashboard)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series12)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series13)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartTrending)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gdvData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartTrend)).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() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); this.SuspendLayout(); // // chartControl1 // xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisXZooming = true; xyDiagramPane1.Name = "Pane 1"; xyDiagramPane1.PaneID = 0; xyDiagramPane1.Weight = 0.6D; xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] { xyDiagramPane1}); secondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near; secondaryAxisY1.AxisID = 0; secondaryAxisY1.Name = "Secondary AxisY 1"; secondaryAxisY1.Range.ScrollingRange.SideMarginsEnabled = true; secondaryAxisY1.Range.SideMarginsEnabled = true; secondaryAxisY1.VisibleInPanesSerializable = "0"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1}); this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Visible = false; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; pointSeriesLabel1.LineVisible = true; series1.Label = pointSeriesLabel1; series1.Name = "Series 1"; series1.View = lineSeriesView1; pointSeriesLabel2.LineVisible = true; series2.Label = pointSeriesLabel2; series2.Name = "Series 2"; pointSeriesView1.AxisYName = "Secondary AxisY 1"; pointSeriesView1.PaneName = "Pane 1"; series2.View = pointSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; pointSeriesLabel3.LineVisible = true; this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3; this.chartControl1.SeriesTemplate.View = lineSeriesView2; this.chartControl1.Size = new System.Drawing.Size(672, 464); this.chartControl1.TabIndex = 0; // // SPCDetermineDrawBoard // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Name = "SPCDetermineDrawBoard"; this.Size = new System.Drawing.Size(672, 464); ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); this.expandablePanel1 = new Mozart.Studio.UIComponents.ExpandablePanel(); this.shiftComboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit(); this.dayShiftRangeLabel = new System.Windows.Forms.Label(); this.dayShiftSpinEdit = new DevExpress.XtraEditors.SpinEdit(); this.ProductLabel = new System.Windows.Forms.Label(); this.prodIdCheckedComboBoxEdit = new DevExpress.XtraEditors.CheckedComboBoxEdit(); this.ShopIdLabel = new System.Windows.Forms.Label(); this.shopIdComboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit(); this.queryBtn = new System.Windows.Forms.Button(); this.fromDateEdit = new DevExpress.XtraEditors.DateEdit(); this.DateLabel = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); this.pivotGridControl1 = new DevExpress.XtraPivotGrid.PivotGridControl(); this.expandablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.shiftComboBoxEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dayShiftSpinEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.prodIdCheckedComboBoxEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.shopIdComboBoxEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fromDateEdit.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fromDateEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit(); this.dockPanel1.SuspendLayout(); this.dockPanel1_Container.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit(); this.SuspendLayout(); // // expandablePanel1 // this.expandablePanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239))))); this.expandablePanel1.Controls.Add(this.shiftComboBoxEdit); this.expandablePanel1.Controls.Add(this.dayShiftRangeLabel); this.expandablePanel1.Controls.Add(this.dayShiftSpinEdit); this.expandablePanel1.Controls.Add(this.ProductLabel); this.expandablePanel1.Controls.Add(this.prodIdCheckedComboBoxEdit); this.expandablePanel1.Controls.Add(this.ShopIdLabel); this.expandablePanel1.Controls.Add(this.shopIdComboBoxEdit); this.expandablePanel1.Controls.Add(this.queryBtn); this.expandablePanel1.Controls.Add(this.fromDateEdit); this.expandablePanel1.Controls.Add(this.DateLabel); this.expandablePanel1.Controls.Add(this.label3); this.expandablePanel1.Dock = System.Windows.Forms.DockStyle.Top; this.expandablePanel1.ForeColor = System.Drawing.Color.SteelBlue; this.expandablePanel1.Location = new System.Drawing.Point(0, 0); this.expandablePanel1.Name = "expandablePanel1"; this.expandablePanel1.Size = new System.Drawing.Size(1143, 101); this.expandablePanel1.TabIndex = 3; this.expandablePanel1.Text = "Progress Rate"; this.expandablePanel1.UseAnimation = true; // // shiftComboBoxEdit // this.shiftComboBoxEdit.Location = new System.Drawing.Point(349, 58); this.shiftComboBoxEdit.Name = "shiftComboBoxEdit"; this.shiftComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.shiftComboBoxEdit.Size = new System.Drawing.Size(40, 20); this.shiftComboBoxEdit.TabIndex = 90; // // dayShiftRangeLabel // this.dayShiftRangeLabel.AutoSize = true; this.dayShiftRangeLabel.Location = new System.Drawing.Point(450, 63); this.dayShiftRangeLabel.Name = "dayShiftRangeLabel"; this.dayShiftRangeLabel.Size = new System.Drawing.Size(37, 14); this.dayShiftRangeLabel.TabIndex = 89; this.dayShiftRangeLabel.Text = "Shifts"; // // dayShiftSpinEdit // this.dayShiftSpinEdit.EditValue = new decimal(new int[] { 6, 0, 0, 0 }); this.dayShiftSpinEdit.Location = new System.Drawing.Point(408, 58); this.dayShiftSpinEdit.MaximumSize = new System.Drawing.Size(40, 20); this.dayShiftSpinEdit.MinimumSize = new System.Drawing.Size(40, 20); this.dayShiftSpinEdit.Name = "dayShiftSpinEdit"; this.dayShiftSpinEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dayShiftSpinEdit.Size = new System.Drawing.Size(40, 20); this.dayShiftSpinEdit.TabIndex = 88; // // ProductLabel // this.ProductLabel.AutoSize = true; this.ProductLabel.Location = new System.Drawing.Point(500, 63); this.ProductLabel.Name = "ProductLabel"; this.ProductLabel.Size = new System.Drawing.Size(62, 14); this.ProductLabel.TabIndex = 86; this.ProductLabel.Text = "ProductID"; // // prodIdCheckedComboBoxEdit // this.prodIdCheckedComboBoxEdit.Location = new System.Drawing.Point(564, 58); this.prodIdCheckedComboBoxEdit.Name = "prodIdCheckedComboBoxEdit"; this.prodIdCheckedComboBoxEdit.Properties.AllowMultiSelect = true; this.prodIdCheckedComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.prodIdCheckedComboBoxEdit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.prodIdCheckedComboBoxEdit.Size = new System.Drawing.Size(163, 20); this.prodIdCheckedComboBoxEdit.TabIndex = 85; // // ShopIdLabel // this.ShopIdLabel.AutoSize = true; this.ShopIdLabel.Location = new System.Drawing.Point(34, 63); this.ShopIdLabel.Name = "ShopIdLabel"; this.ShopIdLabel.Size = new System.Drawing.Size(47, 14); this.ShopIdLabel.TabIndex = 84; this.ShopIdLabel.Text = "ShopID"; // // shopIdComboBoxEdit // this.shopIdComboBoxEdit.Location = new System.Drawing.Point(82, 58); this.shopIdComboBoxEdit.Name = "shopIdComboBoxEdit"; this.shopIdComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.shopIdComboBoxEdit.Size = new System.Drawing.Size(77, 20); this.shopIdComboBoxEdit.TabIndex = 83; // // queryBtn // this.queryBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.queryBtn.Location = new System.Drawing.Point(1047, 48); this.queryBtn.Name = "queryBtn"; this.queryBtn.Size = new System.Drawing.Size(75, 42); this.queryBtn.TabIndex = 65; this.queryBtn.Text = "Query"; this.queryBtn.UseVisualStyleBackColor = true; this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click); // // fromDateEdit // this.fromDateEdit.EditValue = null; this.fromDateEdit.Location = new System.Drawing.Point(247, 58); this.fromDateEdit.MaximumSize = new System.Drawing.Size(200, 20); this.fromDateEdit.MinimumSize = new System.Drawing.Size(100, 20); this.fromDateEdit.Name = "fromDateEdit"; this.fromDateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.fromDateEdit.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); this.fromDateEdit.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.fromDateEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.fromDateEdit.Size = new System.Drawing.Size(100, 20); this.fromDateEdit.TabIndex = 75; // // DateLabel // this.DateLabel.AutoSize = true; this.DateLabel.Location = new System.Drawing.Point(174, 63); this.DateLabel.Name = "DateLabel"; this.DateLabel.Size = new System.Drawing.Size(71, 14); this.DateLabel.TabIndex = 76; this.DateLabel.Text = "Date Range"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(391, 63); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(16, 14); this.label3.TabIndex = 74; this.label3.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"; this.chartControl1.Location = new System.Drawing.Point(0, 101); this.chartControl1.Name = "chartControl1"; series1.Name = "Series 1"; series2.Name = "Series 2"; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartControl1.Size = new System.Drawing.Size(1143, 224); this.chartControl1.SmallChartText.Text = "Increase the chart\'s size,\r\nto view its layout.\r\n "; this.chartControl1.TabIndex = 4; // // dockManager1 // this.dockManager1.Form = this; this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { this.dockPanel1 }); this.dockManager1.TopZIndexControls.AddRange(new string[] { "DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane" }); // // dockPanel1 // this.dockPanel1.Controls.Add(this.dockPanel1_Container); this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom; this.dockPanel1.ID = new System.Guid("7e387841-2e6b-43a9-86f3-e14787a431cc"); this.dockPanel1.Location = new System.Drawing.Point(0, 325); this.dockPanel1.Name = "dockPanel1"; this.dockPanel1.Options.ShowCloseButton = false; this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200); this.dockPanel1.Size = new System.Drawing.Size(1143, 200); this.dockPanel1.Text = "StepWip Data"; // // dockPanel1_Container // this.dockPanel1_Container.Controls.Add(this.pivotGridControl1); this.dockPanel1_Container.Location = new System.Drawing.Point(4, 24); this.dockPanel1_Container.Name = "dockPanel1_Container"; this.dockPanel1_Container.Size = new System.Drawing.Size(1135, 172); this.dockPanel1_Container.TabIndex = 0; // // pivotGridControl1 // this.pivotGridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.pivotGridControl1.Location = new System.Drawing.Point(0, 0); this.pivotGridControl1.Name = "pivotGridControl1"; this.pivotGridControl1.Size = new System.Drawing.Size(1135, 172); this.pivotGridControl1.TabIndex = 0; // // SimulationWipView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControl1); this.Controls.Add(this.expandablePanel1); this.Controls.Add(this.dockPanel1); this.Name = "SimulationWipView"; this.Size = new System.Drawing.Size(1143, 525); this.expandablePanel1.ResumeLayout(false); this.expandablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.shiftComboBoxEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dayShiftSpinEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.prodIdCheckedComboBoxEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.shopIdComboBoxEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fromDateEdit.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fromDateEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit(); this.dockPanel1.ResumeLayout(false); this.dockPanel1_Container.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).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.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView3 = new DevExpress.XtraCharts.SplineSeriesView(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit(); this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit(); this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit(); this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // xtraTabControl1 // this.xtraTabControl1.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.xtraTabControl1.Location = new System.Drawing.Point(8, 8); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(799, 378); this.xtraTabControl1.TabIndex = 2; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.gridControl1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(797, 353); this.xtraTabPage1.Text = "Table view"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode1.RelationName = "Level1"; this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(797, 353); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 35; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsCustomization.AllowColumnMoving = false; this.gridView1.OptionsCustomization.AllowColumnResizing = false; this.gridView1.OptionsCustomization.AllowFilter = false; this.gridView1.OptionsCustomization.AllowGroup = false; this.gridView1.OptionsCustomization.AllowQuickHideColumns = false; this.gridView1.OptionsCustomization.AllowSort = false; this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false; this.gridView1.OptionsSelection.EnableAppearanceHideSelection = false; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell); // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.checkEdit9); this.xtraTabPage2.Controls.Add(this.checkEdit8); this.xtraTabPage2.Controls.Add(this.chartControl1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(793, 350); this.xtraTabPage2.Text = "Dyno graph view"; // // checkEdit9 // this.checkEdit9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit9.EditValue = true; this.checkEdit9.Location = new System.Drawing.Point(133, 324); this.checkEdit9.Name = "checkEdit9"; this.checkEdit9.Properties.Caption = "Show torque curve"; this.checkEdit9.Size = new System.Drawing.Size(124, 19); this.checkEdit9.TabIndex = 2; this.checkEdit9.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // checkEdit8 // this.checkEdit8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkEdit8.EditValue = true; this.checkEdit8.Location = new System.Drawing.Point(3, 324); this.checkEdit8.Name = "checkEdit8"; this.checkEdit8.Properties.Caption = "Show power curve"; this.checkEdit8.Size = new System.Drawing.Size(124, 19); this.checkEdit8.TabIndex = 1; this.checkEdit8.CheckedChanged += new System.EventHandler(this.checkEdit8_CheckedChanged); // // 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.ContextMenuStrip = this.contextMenuStrip1; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(0, 0); this.chartControl1.Name = "chartControl1"; pointSeriesLabel1.LineVisible = true; series1.Label = pointSeriesLabel1; series1.Name = "Series 1"; series1.View = splineSeriesView1; pointSeriesLabel2.LineVisible = true; series2.Label = pointSeriesLabel2; series2.Name = "Series 2"; series2.View = splineSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; pointSeriesLabel3.LineVisible = true; this.chartControl1.SeriesTemplate.Label = pointSeriesLabel3; this.chartControl1.SeriesTemplate.View = splineSeriesView3; this.chartControl1.Size = new System.Drawing.Size(789, 318); this.chartControl1.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveAsToolStripMenuItem, this.printToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(139, 48); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.saveAsToolStripMenuItem.Text = "Save as ..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // printToolStripMenuItem // this.printToolStripMenuItem.Name = "printToolStripMenuItem"; this.printToolStripMenuItem.Size = new System.Drawing.Size(138, 22); this.printToolStripMenuItem.Text = "Print"; this.printToolStripMenuItem.Click += new System.EventHandler(this.printToolStripMenuItem_Click); // // groupControl2 // this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl2.Controls.Add(this.comboBoxEdit1); this.groupControl2.Controls.Add(this.checkEdit6); this.groupControl2.Controls.Add(this.checkEdit5); this.groupControl2.Controls.Add(this.labelControl13); this.groupControl2.Controls.Add(this.labelControl14); this.groupControl2.Controls.Add(this.labelControl10); this.groupControl2.Controls.Add(this.labelControl9); this.groupControl2.Controls.Add(this.spinEdit1); this.groupControl2.Controls.Add(this.labelControl7); this.groupControl2.Controls.Add(this.labelControl8); this.groupControl2.Controls.Add(this.labelControl4); this.groupControl2.Controls.Add(this.labelControl6); this.groupControl2.Controls.Add(this.labelControl3); this.groupControl2.Controls.Add(this.labelControl1); this.groupControl2.Controls.Add(this.comboBoxEdit2); this.groupControl2.Controls.Add(this.checkEdit1); this.groupControl2.Location = new System.Drawing.Point(8, 390); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(799, 156); this.groupControl2.TabIndex = 3; this.groupControl2.Text = "Options"; // // comboBoxEdit1 // this.comboBoxEdit1.EditValue = "Automatic bank selection"; this.comboBoxEdit1.Location = new System.Drawing.Point(16, 113); this.comboBoxEdit1.Name = "comboBoxEdit1"; this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit1.Properties.Items.AddRange(new object[] { "Automatic banks selection"}); this.comboBoxEdit1.Size = new System.Drawing.Size(195, 20); this.comboBoxEdit1.TabIndex = 26; this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged_1); // // checkEdit6 // this.checkEdit6.Location = new System.Drawing.Point(125, 88); this.checkEdit6.Name = "checkEdit6"; this.checkEdit6.Properties.Caption = "torque in lbft"; this.checkEdit6.Size = new System.Drawing.Size(86, 19); this.checkEdit6.TabIndex = 25; this.checkEdit6.CheckedChanged += new System.EventHandler(this.checkEdit6_CheckedChanged); // // checkEdit5 // this.checkEdit5.Location = new System.Drawing.Point(14, 88); this.checkEdit5.Name = "checkEdit5"; this.checkEdit5.Properties.Caption = "power in kW"; this.checkEdit5.Size = new System.Drawing.Size(86, 19); this.checkEdit5.TabIndex = 24; this.checkEdit5.CheckedChanged += new System.EventHandler(this.checkEdit5_CheckedChanged); // // labelControl13 // this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl13.Appearance.BackColor = System.Drawing.Color.DarkGray; this.labelControl13.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl13.Location = new System.Drawing.Point(775, 79); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(15, 13); this.labelControl13.TabIndex = 19; this.labelControl13.Text = " "; this.labelControl13.Visible = false; this.labelControl13.Click += new System.EventHandler(this.labelControl13_Click); // // labelControl14 // this.labelControl14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl14.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl14.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl14.Location = new System.Drawing.Point(703, 80); this.labelControl14.Name = "labelControl14"; this.labelControl14.Size = new System.Drawing.Size(66, 13); this.labelControl14.TabIndex = 18; this.labelControl14.Text = "Fuelcut limiter"; this.labelControl14.Visible = false; this.labelControl14.DoubleClick += new System.EventHandler(this.labelControl14_DoubleClick); this.labelControl14.Click += new System.EventHandler(this.labelControl14_Click); // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(217, 41); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(17, 13); this.labelControl10.TabIndex = 15; this.labelControl10.Text = "kPa"; // // labelControl9 // this.labelControl9.Location = new System.Drawing.Point(16, 41); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(84, 13); this.labelControl9.TabIndex = 14; this.labelControl9.Text = "Ambient pressure"; // // spinEdit1 // this.spinEdit1.EditValue = new decimal(new int[] { 100, 0, 0, 0}); this.spinEdit1.Location = new System.Drawing.Point(146, 36); this.spinEdit1.Name = "spinEdit1"; this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.spinEdit1.Properties.IsFloatValue = false; this.spinEdit1.Properties.Mask.EditMask = "N00"; this.spinEdit1.Properties.MaxValue = new decimal(new int[] { 150, 0, 0, 0}); this.spinEdit1.Properties.MinValue = new decimal(new int[] { 50, 0, 0, 0}); this.spinEdit1.Size = new System.Drawing.Size(65, 20); this.spinEdit1.TabIndex = 13; this.spinEdit1.EditValueChanged += new System.EventHandler(this.spinEdit1_EditValueChanged); // // labelControl7 // this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl7.Appearance.BackColor = System.Drawing.Color.Black; this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl7.Location = new System.Drawing.Point(775, 22); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(15, 13); this.labelControl7.TabIndex = 12; this.labelControl7.Text = " "; this.labelControl7.Visible = false; // // labelControl8 // this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl8.Location = new System.Drawing.Point(681, 23); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(88, 13); this.labelControl8.TabIndex = 11; this.labelControl8.Text = "Turbospeed limiter"; this.labelControl8.Visible = false; this.labelControl8.DoubleClick += new System.EventHandler(this.labelControl8_DoubleClick); // // labelControl4 // this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl4.Appearance.BackColor = System.Drawing.Color.Yellow; this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl4.Location = new System.Drawing.Point(775, 60); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(15, 13); this.labelControl4.TabIndex = 10; this.labelControl4.Text = " "; // // labelControl6 // this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl6.Appearance.BackColor = System.Drawing.Color.Blue; this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl6.Location = new System.Drawing.Point(775, 41); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(15, 13); this.labelControl6.TabIndex = 8; this.labelControl6.Text = " "; this.labelControl6.Visible = false; // // labelControl3 // this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl3.Location = new System.Drawing.Point(704, 61); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(65, 13); this.labelControl3.TabIndex = 7; this.labelControl3.Text = "Torque limiter"; this.labelControl3.DoubleClick += new System.EventHandler(this.labelControl3_DoubleClick); // // labelControl1 // this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl1.Location = new System.Drawing.Point(701, 42); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(68, 13); this.labelControl1.TabIndex = 5; this.labelControl1.Text = "Airmass limiter"; this.labelControl1.Visible = false; this.labelControl1.DoubleClick += new System.EventHandler(this.labelControl1_DoubleClick); // // comboBoxEdit2 // this.comboBoxEdit2.EditValue = "Show IQ"; this.comboBoxEdit2.Location = new System.Drawing.Point(16, 62); this.comboBoxEdit2.Name = "comboBoxEdit2"; this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxEdit2.Properties.Items.AddRange(new object[] { "Show IQ", "Show estimated torque", "Show estimated horsepower"}); this.comboBoxEdit2.Size = new System.Drawing.Size(195, 20); this.comboBoxEdit2.TabIndex = 4; this.comboBoxEdit2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit2_SelectedIndexChanged); // // checkEdit1 // this.checkEdit1.Location = new System.Drawing.Point(425, 87); this.checkEdit1.Name = "checkEdit1"; this.checkEdit1.Properties.Caption = "Car has automatic gearbox"; this.checkEdit1.Size = new System.Drawing.Size(177, 19); this.checkEdit1.TabIndex = 0; this.checkEdit1.Visible = false; this.checkEdit1.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged); // // simpleButton3 // this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.simpleButton3.Enabled = false; this.simpleButton3.Location = new System.Drawing.Point(8, 552); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(147, 23); this.simpleButton3.TabIndex = 7; this.simpleButton3.Text = "Compare to another file"; this.simpleButton3.Visible = false; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton2.Location = new System.Drawing.Point(651, 552); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 6; this.simpleButton2.Text = "Refresh"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Location = new System.Drawing.Point(732, 552); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 5; this.simpleButton1.Text = "Close"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // ctrlAirmassResult // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.simpleButton3); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.groupControl2); this.Controls.Add(this.xtraTabControl1); this.Name = "ctrlAirmassResult"; this.Size = new System.Drawing.Size(815, 582); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.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.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY(); 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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.splitmain = new System.Windows.Forms.SplitContainer(); this.chartSlabtest = new DevExpress.XtraCharts.ChartControl(); this.grdView = new DevExpress.XtraGrid.GridControl(); this.gvwView = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView(); this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.DIV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.bandYear = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.band01 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL01 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band02 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL02 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band03 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL03 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band04 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL04 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band05 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL05 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band06 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL06 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band07 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL07 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band08 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL08 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band09 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL09 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL10 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL11 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.band12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COL12 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.bandAVG = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.COLAVG = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.pnHeader = new System.Windows.Forms.Panel(); this.pnYMD = new System.Windows.Forms.Panel(); this.lblDateTime = new System.Windows.Forms.Label(); this.lblTitle2 = new System.Windows.Forms.Label(); this.lblTitle1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.splitmain)).BeginInit(); this.splitmain.Panel1.SuspendLayout(); this.splitmain.Panel2.SuspendLayout(); this.splitmain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvwView)).BeginInit(); this.pnHeader.SuspendLayout(); this.SuspendLayout(); // // splitmain // this.splitmain.Dock = System.Windows.Forms.DockStyle.Fill; this.splitmain.Location = new System.Drawing.Point(0, 100); this.splitmain.Name = "splitmain"; this.splitmain.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitmain.Panel1 // this.splitmain.Panel1.Controls.Add(this.chartSlabtest); // // splitmain.Panel2 // this.splitmain.Panel2.Controls.Add(this.grdView); this.splitmain.Size = new System.Drawing.Size(1920, 980); this.splitmain.SplitterDistance = 675; this.splitmain.TabIndex = 16; // // chartSlabtest // this.chartSlabtest.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartSlabtest.DataBindings = null; xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 14.25F); xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold); xyDiagram1.AxisX.Title.Text = "Date"; xyDiagram1.AxisX.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisY.Label.TextPattern = "{V:#,#}"; xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold); xyDiagram1.AxisY.Title.Text = "Quanlity (Prs)"; xyDiagram1.AxisY.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; secondaryAxisY1.AxisID = 0; secondaryAxisY1.Label.Font = new System.Drawing.Font("Tahoma", 14.25F); secondaryAxisY1.Label.TextPattern = "{V:#,#}"; secondaryAxisY1.Name = "Secondary AxisY 1"; secondaryAxisY1.Title.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); secondaryAxisY1.Title.Text = "PMD"; secondaryAxisY1.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY1.Visibility = DevExpress.Utils.DefaultBoolean.True; secondaryAxisY1.VisibleInPanesSerializable = "-1"; xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisY1 }); this.chartSlabtest.Diagram = xyDiagram1; this.chartSlabtest.Dock = System.Windows.Forms.DockStyle.Fill; this.chartSlabtest.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.chartSlabtest.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside; this.chartSlabtest.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartSlabtest.Legend.Font = new System.Drawing.Font("Calibri", 20F, System.Drawing.FontStyle.Bold); this.chartSlabtest.Legend.Name = "Default Legend"; this.chartSlabtest.Legend.Title.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chartSlabtest.Legend.Title.Text = "Slab Test"; this.chartSlabtest.Legend.Title.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.chartSlabtest.Location = new System.Drawing.Point(0, 0); this.chartSlabtest.Name = "chartSlabtest"; sideBySideBarSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 12F); sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center; sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; sideBySideBarSeriesLabel1.TextOrientation = DevExpress.XtraCharts.TextOrientation.BottomToTop; sideBySideBarSeriesLabel1.TextPattern = "{V:#,#}"; series1.Label = sideBySideBarSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "Plan"; sideBySideBarSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240))))); series1.View = sideBySideBarSeriesView1; sideBySideBarSeriesLabel2.Font = new System.Drawing.Font("Tahoma", 12F); sideBySideBarSeriesLabel2.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.Center; sideBySideBarSeriesLabel2.TextOrientation = DevExpress.XtraCharts.TextOrientation.BottomToTop; sideBySideBarSeriesLabel2.TextPattern = "{V:#,#}"; series2.Label = sideBySideBarSeriesLabel2; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Name = "Production"; sideBySideBarSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); series2.View = sideBySideBarSeriesView2; pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 12F); pointSeriesLabel1.TextPattern = "{V:#,0.0}"; series3.Label = pointSeriesLabel1; series3.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series3.Name = "PMD"; lineSeriesView1.AxisYName = "Secondary AxisY 1"; lineSeriesView1.Color = System.Drawing.Color.OrangeRed; lineSeriesView1.LineMarkerOptions.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240))))); lineSeriesView1.LineMarkerOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))); lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True; series3.View = lineSeriesView1; this.chartSlabtest.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3 }; this.chartSlabtest.Size = new System.Drawing.Size(1920, 675); this.chartSlabtest.TabIndex = 8; chartTitle1.Alignment = System.Drawing.StringAlignment.Near; chartTitle1.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Bold); chartTitle1.Indent = 0; chartTitle1.Text = "Stitching 1"; chartTitle1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); chartTitle1.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartSlabtest.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // grdView // this.grdView.Dock = System.Windows.Forms.DockStyle.Fill; this.grdView.Location = new System.Drawing.Point(0, 0); this.grdView.MainView = this.gvwView; this.grdView.Name = "grdView"; this.grdView.Size = new System.Drawing.Size(1920, 301); this.grdView.TabIndex = 0; this.grdView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvwView }); // // gvwView // this.gvwView.Appearance.BandPanel.BackColor = System.Drawing.Color.Gray; this.gvwView.Appearance.BandPanel.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gvwView.Appearance.BandPanel.ForeColor = System.Drawing.Color.White; this.gvwView.Appearance.BandPanel.Options.UseBackColor = true; this.gvwView.Appearance.BandPanel.Options.UseFont = true; this.gvwView.Appearance.BandPanel.Options.UseForeColor = true; this.gvwView.Appearance.BandPanel.Options.UseTextOptions = true; this.gvwView.Appearance.BandPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gvwView.Appearance.BandPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gvwView.Appearance.Row.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gvwView.Appearance.Row.Options.UseFont = true; this.gvwView.Appearance.Row.Options.UseTextOptions = true; this.gvwView.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gvwView.Appearance.Row.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gvwView.BandPanelRowHeight = 40; this.gvwView.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand1, this.bandYear, this.bandAVG }); this.gvwView.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { this.DIV, this.COL01, this.COL02, this.COL03, this.COL04, this.COL05, this.COL06, this.COL07, this.COL08, this.COL09, this.COL10, this.COL11, this.COL12, this.COLAVG }); this.gvwView.GridControl = this.grdView; this.gvwView.Name = "gvwView"; this.gvwView.OptionsSelection.EnableAppearanceFocusedCell = false; this.gvwView.OptionsSelection.EnableAppearanceFocusedRow = false; this.gvwView.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gvwView.OptionsView.ShowColumnHeaders = false; this.gvwView.OptionsView.ShowGroupPanel = false; this.gvwView.OptionsView.ShowIndicator = false; this.gvwView.PaintStyleName = "UltraFlat"; this.gvwView.RowHeight = 35; this.gvwView.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gvwView_RowCellStyle); // // gridBand1 // this.gridBand1.Caption = "Year"; this.gridBand1.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.gridBand2 }); this.gridBand1.Name = "gridBand1"; this.gridBand1.VisibleIndex = 0; this.gridBand1.Width = 200; // // gridBand2 // this.gridBand2.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.gridBand2.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.gridBand2.AppearanceHeader.Options.UseBackColor = true; this.gridBand2.AppearanceHeader.Options.UseForeColor = true; this.gridBand2.Caption = "Month"; this.gridBand2.Columns.Add(this.DIV); this.gridBand2.Name = "gridBand2"; this.gridBand2.VisibleIndex = 0; this.gridBand2.Width = 200; // // DIV // this.DIV.Caption = "DIV"; this.DIV.FieldName = "DIV"; this.DIV.Name = "DIV"; this.DIV.Visible = true; this.DIV.Width = 200; // // bandYear // this.bandYear.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { this.band01, this.band02, this.band03, this.band04, this.band05, this.band06, this.band07, this.band08, this.band09, this.band10, this.band11, this.band12 }); this.bandYear.Name = "bandYear"; this.bandYear.VisibleIndex = 1; this.bandYear.Width = 1560; // // band01 // this.band01.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band01.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band01.AppearanceHeader.Options.UseBackColor = true; this.band01.AppearanceHeader.Options.UseForeColor = true; this.band01.Caption = "Jan"; this.band01.Columns.Add(this.COL01); this.band01.Name = "band01"; this.band01.VisibleIndex = 0; this.band01.Width = 130; // // COL01 // this.COL01.Caption = "COL01"; this.COL01.FieldName = "COL01"; this.COL01.Name = "COL01"; this.COL01.Visible = true; this.COL01.Width = 130; // // band02 // this.band02.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band02.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band02.AppearanceHeader.Options.UseBackColor = true; this.band02.AppearanceHeader.Options.UseForeColor = true; this.band02.Caption = "Feb"; this.band02.Columns.Add(this.COL02); this.band02.Name = "band02"; this.band02.VisibleIndex = 1; this.band02.Width = 130; // // COL02 // this.COL02.Caption = "COL02"; this.COL02.FieldName = "COL02"; this.COL02.Name = "COL02"; this.COL02.Visible = true; this.COL02.Width = 130; // // band03 // this.band03.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band03.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band03.AppearanceHeader.Options.UseBackColor = true; this.band03.AppearanceHeader.Options.UseForeColor = true; this.band03.Caption = "Mar"; this.band03.Columns.Add(this.COL03); this.band03.Name = "band03"; this.band03.VisibleIndex = 2; this.band03.Width = 130; // // COL03 // this.COL03.Caption = "COL03"; this.COL03.FieldName = "COL03"; this.COL03.Name = "COL03"; this.COL03.Visible = true; this.COL03.Width = 130; // // band04 // this.band04.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band04.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band04.AppearanceHeader.Options.UseBackColor = true; this.band04.AppearanceHeader.Options.UseForeColor = true; this.band04.Caption = "Apr"; this.band04.Columns.Add(this.COL04); this.band04.Name = "band04"; this.band04.VisibleIndex = 3; this.band04.Width = 130; // // COL04 // this.COL04.Caption = "COL04"; this.COL04.FieldName = "COL04"; this.COL04.Name = "COL04"; this.COL04.Visible = true; this.COL04.Width = 130; // // band05 // this.band05.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band05.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band05.AppearanceHeader.Options.UseBackColor = true; this.band05.AppearanceHeader.Options.UseForeColor = true; this.band05.Caption = "May"; this.band05.Columns.Add(this.COL05); this.band05.Name = "band05"; this.band05.VisibleIndex = 4; this.band05.Width = 130; // // COL05 // this.COL05.Caption = "COL05"; this.COL05.FieldName = "COL05"; this.COL05.Name = "COL05"; this.COL05.Visible = true; this.COL05.Width = 130; // // band06 // this.band06.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band06.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band06.AppearanceHeader.Options.UseBackColor = true; this.band06.AppearanceHeader.Options.UseForeColor = true; this.band06.Caption = "Jun"; this.band06.Columns.Add(this.COL06); this.band06.Name = "band06"; this.band06.VisibleIndex = 5; this.band06.Width = 130; // // COL06 // this.COL06.Caption = "COL06"; this.COL06.FieldName = "COL06"; this.COL06.Name = "COL06"; this.COL06.Visible = true; this.COL06.Width = 130; // // band07 // this.band07.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band07.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band07.AppearanceHeader.Options.UseBackColor = true; this.band07.AppearanceHeader.Options.UseForeColor = true; this.band07.Caption = "Jul"; this.band07.Columns.Add(this.COL07); this.band07.Name = "band07"; this.band07.VisibleIndex = 6; this.band07.Width = 130; // // COL07 // this.COL07.Caption = "COL07"; this.COL07.FieldName = "COL07"; this.COL07.Name = "COL07"; this.COL07.Visible = true; this.COL07.Width = 130; // // band08 // this.band08.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band08.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band08.AppearanceHeader.Options.UseBackColor = true; this.band08.AppearanceHeader.Options.UseForeColor = true; this.band08.Caption = "Aug"; this.band08.Columns.Add(this.COL08); this.band08.Name = "band08"; this.band08.VisibleIndex = 7; this.band08.Width = 130; // // COL08 // this.COL08.Caption = "COL08"; this.COL08.FieldName = "COL08"; this.COL08.Name = "COL08"; this.COL08.Visible = true; this.COL08.Width = 130; // // band09 // this.band09.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band09.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band09.AppearanceHeader.Options.UseBackColor = true; this.band09.AppearanceHeader.Options.UseForeColor = true; this.band09.Caption = "Sep"; this.band09.Columns.Add(this.COL09); this.band09.Name = "band09"; this.band09.VisibleIndex = 8; this.band09.Width = 130; // // COL09 // this.COL09.Caption = "COL09"; this.COL09.FieldName = "COL09"; this.COL09.Name = "COL09"; this.COL09.Visible = true; this.COL09.Width = 130; // // band10 // this.band10.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band10.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band10.AppearanceHeader.Options.UseBackColor = true; this.band10.AppearanceHeader.Options.UseForeColor = true; this.band10.Caption = "Oct"; this.band10.Columns.Add(this.COL10); this.band10.Name = "band10"; this.band10.VisibleIndex = 9; this.band10.Width = 130; // // COL10 // this.COL10.Caption = "COL10"; this.COL10.FieldName = "COL10"; this.COL10.Name = "COL10"; this.COL10.Visible = true; this.COL10.Width = 130; // // band11 // this.band11.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band11.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band11.AppearanceHeader.Options.UseBackColor = true; this.band11.AppearanceHeader.Options.UseForeColor = true; this.band11.Caption = "Nov"; this.band11.Columns.Add(this.COL11); this.band11.Name = "band11"; this.band11.VisibleIndex = 10; this.band11.Width = 130; // // COL11 // this.COL11.Caption = "COL11"; this.COL11.FieldName = "COL11"; this.COL11.Name = "COL11"; this.COL11.Visible = true; this.COL11.Width = 130; // // band12 // this.band12.AppearanceHeader.BackColor = System.Drawing.Color.LightGray; this.band12.AppearanceHeader.ForeColor = System.Drawing.Color.Black; this.band12.AppearanceHeader.Options.UseBackColor = true; this.band12.AppearanceHeader.Options.UseForeColor = true; this.band12.Caption = "Dec"; this.band12.Columns.Add(this.COL12); this.band12.Name = "band12"; this.band12.VisibleIndex = 11; this.band12.Width = 130; // // COL12 // this.COL12.Caption = "COL12"; this.COL12.FieldName = "COL12"; this.COL12.Name = "COL12"; this.COL12.Visible = true; this.COL12.Width = 130; // // bandAVG // this.bandAVG.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.bandAVG.AppearanceHeader.Options.UseBackColor = true; this.bandAVG.Caption = "AVG"; this.bandAVG.Columns.Add(this.COLAVG); this.bandAVG.Name = "bandAVG"; this.bandAVG.VisibleIndex = 2; this.bandAVG.Width = 158; // // COLAVG // this.COLAVG.Caption = "COLAVG"; this.COLAVG.FieldName = "COLAVG"; this.COLAVG.Name = "COLAVG"; this.COLAVG.Visible = true; this.COLAVG.Width = 158; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // pnHeader // this.pnHeader.BackColor = System.Drawing.Color.Turquoise; this.pnHeader.Controls.Add(this.pnYMD); this.pnHeader.Controls.Add(this.lblDateTime); this.pnHeader.Controls.Add(this.lblTitle2); this.pnHeader.Controls.Add(this.lblTitle1); this.pnHeader.Dock = System.Windows.Forms.DockStyle.Top; this.pnHeader.Location = new System.Drawing.Point(0, 0); this.pnHeader.Name = "pnHeader"; this.pnHeader.Size = new System.Drawing.Size(1920, 100); this.pnHeader.TabIndex = 18; // // pnYMD // this.pnYMD.Location = new System.Drawing.Point(1176, 2); this.pnYMD.Name = "pnYMD"; this.pnYMD.Size = new System.Drawing.Size(450, 96); this.pnYMD.TabIndex = 1; // // lblDateTime // this.lblDateTime.BackColor = System.Drawing.Color.Transparent; this.lblDateTime.Font = new System.Drawing.Font("Calibri", 30F, System.Drawing.FontStyle.Bold); this.lblDateTime.ForeColor = System.Drawing.Color.White; this.lblDateTime.Location = new System.Drawing.Point(1679, 0); this.lblDateTime.Name = "lblDateTime"; this.lblDateTime.Size = new System.Drawing.Size(225, 100); this.lblDateTime.TabIndex = 0; this.lblDateTime.Text = "20-10-2018\r\n00:00:00"; this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblTitle2 // this.lblTitle2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lblTitle2.BackColor = System.Drawing.Color.Transparent; this.lblTitle2.Font = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle2.ForeColor = System.Drawing.Color.White; this.lblTitle2.Location = new System.Drawing.Point(226, 0); this.lblTitle2.Name = "lblTitle2"; this.lblTitle2.Size = new System.Drawing.Size(775, 100); this.lblTitle2.TabIndex = 0; this.lblTitle2.Text = "- Production Status by Year"; this.lblTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblTitle1 // this.lblTitle1.BackColor = System.Drawing.Color.Transparent; this.lblTitle1.Dock = System.Windows.Forms.DockStyle.Left; this.lblTitle1.Font = new System.Drawing.Font("Calibri", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle1.ForeColor = System.Drawing.Color.White; this.lblTitle1.Location = new System.Drawing.Point(0, 0); this.lblTitle1.Name = "lblTitle1"; this.lblTitle1.Size = new System.Drawing.Size(240, 100); this.lblTitle1.TabIndex = 0; this.lblTitle1.Text = "Outsole"; this.lblTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FRM_SMT_OS_PROD_YEAR // 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.splitmain); this.Controls.Add(this.pnHeader); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FRM_SMT_OS_PROD_YEAR"; this.Text = "Form1"; this.Load += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_Load); this.VisibleChanged += new System.EventHandler(this.FRM_ROLL_SLABTEST_MON_VisibleChanged); this.splitmain.Panel1.ResumeLayout(false); this.splitmain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitmain)).EndInit(); this.splitmain.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartSlabtest)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvwView)).EndInit(); this.pnHeader.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions2 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions3 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.chartMain = new DevExpress.XtraCharts.ChartControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dateFrom = new System.Windows.Forms.DateTimePicker(); this.datTo = new System.Windows.Forms.DateTimePicker(); this.cbbTime = new System.Windows.Forms.ComboBox(); this.cbbType = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnClose = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.SuspendLayout(); // // groupControl1 // this.groupControl1.Controls.Add(this.panelControl2); this.groupControl1.Controls.Add(this.panelControl1); this.groupControl1.Controls.Add(this.panelControl3); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(900, 560); this.groupControl1.TabIndex = 1; this.groupControl1.Text = "Biểu đồ quá trình hoạt động"; // // panelControl2 // this.panelControl2.Controls.Add(this.chartMain); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(2, 77); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(896, 435); this.panelControl2.TabIndex = 1; // // chartMain // this.chartMain.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205))))); this.chartMain.CrosshairOptions.ValueLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(57)))), ((int)(((byte)(205))))); xyDiagram1.AxisX.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.NumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartMain.Diagram = xyDiagram1; this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill; this.chartMain.Legend.Antialiasing = true; this.chartMain.Location = new System.Drawing.Point(2, 2); this.chartMain.Name = "chartMain"; this.chartMain.PaletteName = "Metro"; pointSeriesLabel1.LineVisible = true; pointOptions1.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; pointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; pointSeriesLabel1.PointOptions = pointOptions1; series1.Label = pointSeriesLabel1; series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Name = "Series 1"; series1.View = lineSeriesView1; pointSeriesLabel2.LineVisible = true; pointOptions2.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; pointOptions2.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; pointSeriesLabel2.PointOptions = pointOptions2; series2.Label = pointSeriesLabel2; series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Name = "Series 2"; series2.View = lineSeriesView2; this.chartMain.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2}; pointSeriesLabel3.LineVisible = true; pointOptions3.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; pointOptions3.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General; pointSeriesLabel3.PointOptions = pointOptions3; this.chartMain.SeriesTemplate.Label = pointSeriesLabel3; this.chartMain.SeriesTemplate.View = lineSeriesView3; this.chartMain.Size = new System.Drawing.Size(892, 431); this.chartMain.TabIndex = 0; chartTitle1.Text = "THỐNG KÊ QUÁ TRÌNH HOẠT ĐỘNG"; this.chartMain.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // panelControl1 // this.panelControl1.Controls.Add(this.label2); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Controls.Add(this.dateFrom); this.panelControl1.Controls.Add(this.datTo); this.panelControl1.Controls.Add(this.cbbTime); this.panelControl1.Controls.Add(this.cbbType); this.panelControl1.Controls.Add(this.button1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(2, 21); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(896, 56); this.panelControl1.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(485, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 13); this.label2.TabIndex = 6; this.label2.Text = "Đến ngày"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(280, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 13); this.label1.TabIndex = 5; this.label1.Text = "Từ ngày"; // // dateFrom // this.dateFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateFrom.Location = new System.Drawing.Point(332, 15); this.dateFrom.Name = "dateFrom"; this.dateFrom.Size = new System.Drawing.Size(149, 22); this.dateFrom.TabIndex = 4; // // datTo // this.datTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.datTo.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.datTo.Location = new System.Drawing.Point(539, 15); this.datTo.Name = "datTo"; this.datTo.Size = new System.Drawing.Size(129, 22); this.datTo.TabIndex = 3; // // cbbTime // this.cbbTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbbTime.FormattingEnabled = true; this.cbbTime.Items.AddRange(new object[] { "Theo Ngày", "Theo Tháng"}); this.cbbTime.Location = new System.Drawing.Point(686, 14); this.cbbTime.Name = "cbbTime"; this.cbbTime.Size = new System.Drawing.Size(110, 24); this.cbbTime.TabIndex = 2; // // cbbType // this.cbbType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cbbType.FormattingEnabled = true; this.cbbType.Items.AddRange(new object[] { "Số lượt tư vấn / Trạm"}); this.cbbType.Location = new System.Drawing.Point(5, 14); this.cbbType.Name = "cbbType"; this.cbbType.Size = new System.Drawing.Size(253, 24); this.cbbType.TabIndex = 1; // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(805, 10); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 31); this.button1.TabIndex = 0; this.button1.Text = "XEM"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // panelControl3 // this.panelControl3.Controls.Add(this.button2); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl3.Location = new System.Drawing.Point(2, 512); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(896, 46); this.panelControl3.TabIndex = 2; // // btnClose // this.btnClose.Location = new System.Drawing.Point(811, 9); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 32); this.btnClose.TabIndex = 0; this.btnClose.Text = "Đóng"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // button2 // this.button2.Location = new System.Drawing.Point(10, 9); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 32); this.button2.TabIndex = 1; this.button2.Text = "Lưu biểu đồ"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // FrmThongKe_TheoThoiGian // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(900, 560); this.Controls.Add(this.groupControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FrmThongKe_TheoThoiGian"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Biểu Đồ"; this.Load += new System.EventHandler(this.FrmThongKe_TheoThoiGian_Load); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); 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.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.barChart = new DevExpress.XtraReports.UI.XRChart(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.barChart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.barChart }); this.Detail.Height = 217; this.Detail.Name = "Detail"; // // barChart // xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; this.barChart.Diagram = xyDiagram1; this.barChart.Location = new System.Drawing.Point(0, 8); this.barChart.Name = "barChart"; this.barChart.ParentStyleUsing.UseBackColor = false; this.barChart.ParentStyleUsing.UseBorderColor = false; this.barChart.ParentStyleUsing.UseBorders = false; series1.Name = "Series 1"; series1.PointOptionsTypeName = "PointOptions"; series2.Name = "Series 2"; series2.PointOptionsTypeName = "PointOptions"; this.barChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.barChart.SeriesTemplate.PointOptionsTypeName = "PointOptions"; this.barChart.Size = new System.Drawing.Size(1142, 209); this.barChart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // XrCars // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.Margins = new System.Drawing.Printing.Margins(10, 10, 100, 100); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4Rotated; ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barChart)).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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] { ((object)(0D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] { ((object)(2D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] { ((object)(4D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] { ((object)(6D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] { ((object)(8D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] { ((object)(10D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] { ((object)(12D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] { ((object)(14D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] { ((object)(16D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] { ((object)(18D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] { ((object)(20D))}); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] { ((object)(4D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] { ((object)(8D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] { ((object)(12D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] { ((object)(16D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] { ((object)(20D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] { ((object)(18D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] { ((object)(16D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] { ((object)(14D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] { ((object)(12D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] { ((object)(10D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] { ((object)(8D))}); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel3 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("A", new object[] { ((object)(18D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("B", new object[] { ((object)(14D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("C", new object[] { ((object)(10D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("D", new object[] { ((object)(6D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("E", new object[] { ((object)(2D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("F", new object[] { ((object)(15D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("G", new object[] { ((object)(15D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint("H", new object[] { ((object)(5D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint("I", new object[] { ((object)(18D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint("J", new object[] { ((object)(13D))}); DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint("K", new object[] { ((object)(0D))}); DevExpress.XtraCharts.LineSeriesView lineSeriesView3 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel4 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView4 = new DevExpress.XtraCharts.LineSeriesView(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.stylesContainerControl1 = new DevExpress.XtraCharts.Design.StylesContainerControl(); this.STR_SELECTPAL = new DevExpress.XtraEditors.LabelControl(); this.STR_SELECTAPP = new DevExpress.XtraEditors.LabelControl(); this.paletteEditControl1 = new ChartAppearanceSample.PaletteEditControl(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).BeginInit(); this.SuspendLayout(); // // 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))); xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisualRange.AutoSideMargins = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Location = new System.Drawing.Point(3, 3); this.chartControl1.Name = "chartControl1"; pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True; series1.Label = pointSeriesLabel1; series1.Name = "Series 1"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1, seriesPoint2, seriesPoint3, seriesPoint4, seriesPoint5, seriesPoint6, seriesPoint7, seriesPoint8, seriesPoint9, seriesPoint10, seriesPoint11}); series1.View = lineSeriesView1; pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.True; series2.Label = pointSeriesLabel2; series2.Name = "Series 2"; series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint12, seriesPoint13, seriesPoint14, seriesPoint15, seriesPoint16, seriesPoint17, seriesPoint18, seriesPoint19, seriesPoint20, seriesPoint21, seriesPoint22}); series2.View = lineSeriesView2; pointSeriesLabel3.LineVisibility = DevExpress.Utils.DefaultBoolean.True; series3.Label = pointSeriesLabel3; series3.Name = "Series 3"; series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint23, seriesPoint24, seriesPoint25, seriesPoint26, seriesPoint27, seriesPoint28, seriesPoint29, seriesPoint30, seriesPoint31, seriesPoint32, seriesPoint33}); series3.View = lineSeriesView3; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2, series3}; pointSeriesLabel4.LineVisibility = DevExpress.Utils.DefaultBoolean.True; this.chartControl1.SeriesTemplate.Label = pointSeriesLabel4; this.chartControl1.SeriesTemplate.View = lineSeriesView4; this.chartControl1.Size = new System.Drawing.Size(522, 187); this.chartControl1.TabIndex = 0; // // stylesContainerControl1 // this.stylesContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stylesContainerControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.stylesContainerControl1.Appearance.Options.UseBackColor = true; this.stylesContainerControl1.Location = new System.Drawing.Point(3, 371); this.stylesContainerControl1.Name = "stylesContainerControl1"; this.stylesContainerControl1.Size = new System.Drawing.Size(522, 131); this.stylesContainerControl1.TabIndex = 2; // // STR_SELECTPAL // this.STR_SELECTPAL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.STR_SELECTPAL.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.STR_SELECTPAL.Location = new System.Drawing.Point(3, 197); this.STR_SELECTPAL.Name = "STR_SELECTPAL"; this.STR_SELECTPAL.Size = new System.Drawing.Size(88, 15); this.STR_SELECTPAL.TabIndex = 6; this.STR_SELECTPAL.Text = "Select a Palette:"; // // STR_SELECTAPP // this.STR_SELECTAPP.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.STR_SELECTAPP.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.STR_SELECTAPP.Location = new System.Drawing.Point(3, 350); this.STR_SELECTAPP.Name = "STR_SELECTAPP"; this.STR_SELECTAPP.Size = new System.Drawing.Size(123, 15); this.STR_SELECTAPP.TabIndex = 7; this.STR_SELECTAPP.Text = "Select an Appearance:"; // // paletteEditControl1 // this.paletteEditControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.paletteEditControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.paletteEditControl1.Appearance.Options.UseBackColor = true; this.paletteEditControl1.Location = new System.Drawing.Point(3, 218); this.paletteEditControl1.Name = "paletteEditControl1"; this.paletteEditControl1.Size = new System.Drawing.Size(522, 126); this.paletteEditControl1.TabIndex = 1; this.paletteEditControl1.OnPaletteChanged += new System.EventHandler(this.paletteEditControl1_OnPaletteChanged); // // ctxChartColors // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.STR_SELECTAPP); this.Controls.Add(this.STR_SELECTPAL); this.Controls.Add(this.stylesContainerControl1); this.Controls.Add(this.paletteEditControl1); this.Controls.Add(this.chartControl1); this.Name = "ctxChartColors"; this.Size = new System.Drawing.Size(532, 505); this.Load += new System.EventHandler(this.ctxChartColors_Load); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle(); this.tblMain = new System.Windows.Forms.TableLayoutPanel(); this.gothamMapControl = new GothamSubway.WinForm.GothamMapControl1(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.footTrafficDurationAverageModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.chartControl2 = new DevExpress.XtraCharts.ChartControl(); this.footTrafficDurationSumModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.dtoEndDate = new DevExpress.XtraEditors.DateTimeOffsetEdit(); this.dtoStartDate = new DevExpress.XtraEditors.DateTimeOffsetEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.tblMain.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.footTrafficDurationAverageModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.footTrafficDurationSumModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtoEndDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dtoStartDate.Properties)).BeginInit(); this.SuspendLayout(); // // tblMain // this.tblMain.BackColor = System.Drawing.Color.Transparent; this.tblMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.tblMain.ColumnCount = 2; this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 57.53425F)); this.tblMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.46575F)); this.tblMain.Controls.Add(this.gothamMapControl, 1, 1); this.tblMain.Controls.Add(this.chartControl1, 0, 1); this.tblMain.Controls.Add(this.chartControl2, 0, 2); this.tblMain.Controls.Add(this.panelControl1, 1, 0); this.tblMain.Controls.Add(this.labelControl2, 0, 0); this.tblMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tblMain.ForeColor = System.Drawing.Color.Transparent; this.tblMain.Location = new System.Drawing.Point(0, 0); this.tblMain.Name = "tblMain"; this.tblMain.RowCount = 3; this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F)); this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38.62521F)); this.tblMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 51.39116F)); this.tblMain.Size = new System.Drawing.Size(1022, 611); this.tblMain.TabIndex = 4; // // gothamMapControl // this.gothamMapControl.Anchor = System.Windows.Forms.AnchorStyles.None; this.gothamMapControl.Appearance.BackColor = System.Drawing.Color.Transparent; this.gothamMapControl.Appearance.Options.UseBackColor = true; this.gothamMapControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.gothamMapControl.Location = new System.Drawing.Point(595, 149); this.gothamMapControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.gothamMapControl.MaximumSize = new System.Drawing.Size(420, 374); this.gothamMapControl.MinimumSize = new System.Drawing.Size(420, 374); this.gothamMapControl.Name = "gothamMapControl"; this.tblMain.SetRowSpan(this.gothamMapControl, 2); this.gothamMapControl.Size = new System.Drawing.Size(420, 374); this.gothamMapControl.TabIndex = 2; // // chartControl1 // this.chartControl1.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl1.DataSource = this.footTrafficDurationAverageModelBindingSource; xyDiagram1.AxisX.Title.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisX.Title.Text = "시간대"; xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Label.TextPattern = "{V:#,#}"; xyDiagram1.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisY.Title.Text = "인원수(명)"; xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Location = new System.Drawing.Point(3, 64); this.chartControl1.Name = "chartControl1"; this.chartControl1.PaletteName = "Aspect"; series1.ArgumentDataMember = "Time"; series1.CrosshairLabelPattern = "{S} : {V:0.00}"; series1.FilterString = "[StationId] = 1 And [TransferId] = 1"; series1.Name = "승차"; series1.ValueDataMembersSerializable = "Average"; sideBySideBarSeriesView1.Transparency = ((byte)(80)); series1.View = sideBySideBarSeriesView1; series2.ArgumentDataMember = "Time"; series2.CrosshairLabelPattern = "{S} : {V:0.00}"; series2.FilterString = "[StationId] = 1 And [TransferId] = 2"; series2.Name = "하차"; series2.ValueDataMembersSerializable = "Average"; sideBySideBarSeriesView2.Transparency = ((byte)(80)); series2.View = sideBySideBarSeriesView2; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; this.chartControl1.Size = new System.Drawing.Size(582, 229); this.chartControl1.TabIndex = 3; chartTitle1.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); chartTitle1.Text = "시간대별 승하차 승객수 평균"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // footTrafficDurationAverageModelBindingSource // this.footTrafficDurationAverageModelBindingSource.DataSource = typeof(GothamSubway.Data.FootTrafficDurationAverageModel); // // chartControl2 // this.chartControl2.AnimationStartMode = DevExpress.XtraCharts.ChartAnimationMode.OnDataChanged; this.chartControl2.DataSource = this.footTrafficDurationSumModelBindingSource; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Label.TextPattern = "{V:#,#}"; xyDiagram2.AxisY.Title.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram2.AxisY.Title.Text = "인원수(명)"; xyDiagram2.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl2.Diagram = xyDiagram2; this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.chartControl2.Legend.Name = "Default Legend"; this.chartControl2.Location = new System.Drawing.Point(3, 299); this.chartControl2.Name = "chartControl2"; this.chartControl2.PaletteName = "Aspect"; series3.ArgumentDataMember = "Date"; series3.FilterString = "[StationId] = 1 And [TransferId] = 1"; series3.Name = "승차"; series3.ValueDataMembersSerializable = "Sum"; series3.View = splineSeriesView1; series4.ArgumentDataMember = "Date"; series4.FilterString = "[StationId] = 1 And [TransferId] = 2"; series4.Name = "하차"; series4.ValueDataMembersSerializable = "Sum"; series4.View = splineSeriesView2; this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3, series4 }; this.chartControl2.Size = new System.Drawing.Size(582, 309); this.chartControl2.TabIndex = 4; chartTitle2.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle2.Text = "날짜별 승하차 승객수"; this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle2 }); // // footTrafficDurationSumModelBindingSource // this.footTrafficDurationSumModelBindingSource.DataSource = typeof(GothamSubway.Data.FootTrafficDurationSumModel); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl1.Appearance.BackColor2 = System.Drawing.Color.Transparent; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Controls.Add(this.simpleButton1); this.panelControl1.Controls.Add(this.dtoEndDate); this.panelControl1.Controls.Add(this.dtoStartDate); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(591, 3); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(428, 55); this.panelControl1.TabIndex = 5; // // labelControl1 // this.labelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.labelControl1.Appearance.Options.UseBackColor = true; this.labelControl1.Location = new System.Drawing.Point(167, 20); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(9, 14); this.labelControl1.TabIndex = 3; this.labelControl1.Text = "~"; // // simpleButton1 // this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.Black; this.simpleButton1.Appearance.Options.UseForeColor = true; this.simpleButton1.Location = new System.Drawing.Point(290, 18); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 2; this.simpleButton1.Text = "검색"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // dtoEndDate // this.dtoEndDate.EditValue = new System.DateTime(2019, 1, 31, 20, 44, 32, 0); this.dtoEndDate.Location = new System.Drawing.Point(184, 19); this.dtoEndDate.Name = "dtoEndDate"; this.dtoEndDate.Properties.BeepOnError = false; this.dtoEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtoEndDate.Properties.DisplayFormat.FormatString = "d"; this.dtoEndDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtoEndDate.Properties.MaskSettings.Set("mask", "d"); this.dtoEndDate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.dtoEndDate.Size = new System.Drawing.Size(100, 20); this.dtoEndDate.TabIndex = 1; // // dtoStartDate // this.dtoStartDate.EditValue = new System.DateTime(2019, 1, 1, 20, 44, 9, 0); this.dtoStartDate.Location = new System.Drawing.Point(63, 19); this.dtoStartDate.Name = "dtoStartDate"; this.dtoStartDate.Properties.BeepOnError = false; this.dtoStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dtoStartDate.Properties.DisplayFormat.FormatString = "d"; this.dtoStartDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.dtoStartDate.Properties.MaskSettings.Set("mask", "d"); this.dtoStartDate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.dtoStartDate.Size = new System.Drawing.Size(100, 20); this.dtoStartDate.TabIndex = 0; // // labelControl2 // this.labelControl2.Appearance.BackColor = System.Drawing.Color.Transparent; this.labelControl2.Appearance.Font = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl2.Appearance.Options.UseBackColor = true; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseTextOptions = true; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl2.Location = new System.Drawing.Point(3, 3); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(582, 55); this.labelControl2.TabIndex = 6; this.labelControl2.Text = "기간별 승하차 인원"; // // TransferByDurationForm // this.Appearance.BackColor = System.Drawing.Color.White; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1022, 611); this.Controls.Add(this.tblMain); this.Name = "TransferByDurationForm"; this.Text = "TransferByDurationForm"; this.tblMain.ResumeLayout(false); this.tblMain.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.footTrafficDurationAverageModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.footTrafficDurationSumModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtoEndDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dtoStartDate.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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MapViewer)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint(0); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PolygonGradientFillOptions polygonGradientFillOptions1 = new DevExpress.XtraCharts.PolygonGradientFillOptions(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.PointOptions pointOptions1 = new DevExpress.XtraCharts.PointOptions(); DevExpress.XtraCharts.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip(); DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); this.lblZaxis = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.lblYaxis = new DevExpress.XtraEditors.LabelControl(); this.lblXaxis = new DevExpress.XtraEditors.LabelControl(); this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lblCategory = new DevExpress.XtraEditors.LabelControl(); this.lblDescription = new DevExpress.XtraEditors.LabelControl(); this.lblName = new DevExpress.XtraEditors.LabelControl(); this.lblLengthValues = new DevExpress.XtraEditors.LabelControl(); this.lblLengthBytes = new DevExpress.XtraEditors.LabelControl(); this.lblSRAMAddress = new DevExpress.XtraEditors.LabelControl(); this.lblFlashAddress = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.copySelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pasteSelectedCellsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.inOrgininalPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.atCurrentlySelectedLocationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editXaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editYaxisSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.smoothSelectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton(); this.surfaceGraphViewer1 = new SurfaceGraphViewer(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.trackBarControl1 = new DevExpress.XtraEditors.TrackBarControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton5 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton6 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton7 = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel(); this.toolStripComboBox3 = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.toolStripComboBox2 = new System.Windows.Forms.ToolStripComboBox(); this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel(); this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.timer3 = new System.Windows.Forms.Timer(this.components); this.timer4 = new System.Windows.Forms.Timer(this.components); this.popupContainerEdit1 = new DevExpress.XtraEditors.PopupContainerEdit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).BeginInit(); this.popupContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButton3 // this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.simpleButton3.Enabled = false; this.simpleButton3.Location = new System.Drawing.Point(14, 628); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(92, 23); this.simpleButton3.TabIndex = 9; this.simpleButton3.Text = "Undo changes"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // simpleButton2 // this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton2.Enabled = false; this.simpleButton2.Location = new System.Drawing.Point(715, 628); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(75, 23); this.simpleButton2.TabIndex = 8; this.simpleButton2.Text = "Save"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // simpleButton1 // this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton1.Location = new System.Drawing.Point(796, 628); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(75, 23); this.simpleButton1.TabIndex = 7; this.simpleButton1.Text = "Close"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // groupControl2 // this.toolTipController1.SetAllowHtmlText(this.groupControl2, DevExpress.Utils.DefaultBoolean.False); this.groupControl2.Controls.Add(this.lblZaxis); this.groupControl2.Controls.Add(this.labelControl13); this.groupControl2.Controls.Add(this.lblYaxis); this.groupControl2.Controls.Add(this.lblXaxis); this.groupControl2.Controls.Add(this.labelControl10); this.groupControl2.Controls.Add(this.labelControl11); this.groupControl2.Controls.Add(this.lblCategory); this.groupControl2.Controls.Add(this.lblDescription); this.groupControl2.Controls.Add(this.lblName); this.groupControl2.Controls.Add(this.lblLengthValues); this.groupControl2.Controls.Add(this.lblLengthBytes); this.groupControl2.Controls.Add(this.lblSRAMAddress); this.groupControl2.Controls.Add(this.lblFlashAddress); this.groupControl2.Controls.Add(this.labelControl7); this.groupControl2.Controls.Add(this.labelControl6); this.groupControl2.Controls.Add(this.labelControl5); this.groupControl2.Controls.Add(this.labelControl4); this.groupControl2.Controls.Add(this.labelControl3); this.groupControl2.Controls.Add(this.labelControl2); this.groupControl2.Controls.Add(this.labelControl1); this.groupControl2.Location = new System.Drawing.Point(3, 3); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(870, 90); this.toolTipController1.SetSuperTip(this.groupControl2, null); this.groupControl2.TabIndex = 6; this.groupControl2.Text = "Symbol details"; this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint); // // lblZaxis // this.lblZaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblZaxis.Appearance.Options.UseForeColor = true; this.lblZaxis.Location = new System.Drawing.Point(488, 30); this.lblZaxis.Name = "lblZaxis"; this.lblZaxis.Size = new System.Drawing.Size(12, 13); this.lblZaxis.TabIndex = 19; this.lblZaxis.Text = "..."; // // labelControl13 // this.labelControl13.Location = new System.Drawing.Point(430, 30); this.labelControl13.Name = "labelControl13"; this.labelControl13.Size = new System.Drawing.Size(29, 13); this.labelControl13.TabIndex = 18; this.labelControl13.Text = "Z-axis"; // // lblYaxis // this.lblYaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblYaxis.Appearance.Options.UseForeColor = true; this.lblYaxis.Location = new System.Drawing.Point(350, 62); this.lblYaxis.Name = "lblYaxis"; this.lblYaxis.Size = new System.Drawing.Size(12, 13); this.lblYaxis.TabIndex = 17; this.lblYaxis.Text = "..."; // // lblXaxis // this.lblXaxis.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblXaxis.Appearance.Options.UseForeColor = true; this.lblXaxis.Location = new System.Drawing.Point(350, 30); this.lblXaxis.Name = "lblXaxis"; this.lblXaxis.Size = new System.Drawing.Size(12, 13); this.lblXaxis.TabIndex = 16; this.lblXaxis.Text = "..."; // // labelControl10 // this.labelControl10.Location = new System.Drawing.Point(305, 62); this.labelControl10.Name = "labelControl10"; this.labelControl10.Size = new System.Drawing.Size(29, 13); this.labelControl10.TabIndex = 15; this.labelControl10.Text = "Y-axis"; // // labelControl11 // this.labelControl11.Location = new System.Drawing.Point(305, 30); this.labelControl11.Name = "labelControl11"; this.labelControl11.Size = new System.Drawing.Size(29, 13); this.labelControl11.TabIndex = 14; this.labelControl11.Text = "X-axis"; // // lblCategory // this.lblCategory.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblCategory.Appearance.Options.UseForeColor = true; this.lblCategory.Location = new System.Drawing.Point(488, 62); this.lblCategory.Name = "lblCategory"; this.lblCategory.Size = new System.Drawing.Size(12, 13); this.lblCategory.TabIndex = 13; this.lblCategory.Text = "..."; // // lblDescription // this.lblDescription.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblDescription.Appearance.Options.UseForeColor = true; this.lblDescription.Location = new System.Drawing.Point(671, 62); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(12, 13); this.lblDescription.TabIndex = 12; this.lblDescription.Text = "..."; // // lblName // this.lblName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblName.Appearance.Options.UseForeColor = true; this.lblName.Location = new System.Drawing.Point(671, 30); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(12, 13); this.lblName.TabIndex = 11; this.lblName.Text = "..."; // // lblLengthValues // this.lblLengthValues.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblLengthValues.Appearance.Options.UseForeColor = true; this.lblLengthValues.Location = new System.Drawing.Point(251, 62); this.lblLengthValues.Name = "lblLengthValues"; this.lblLengthValues.Size = new System.Drawing.Size(36, 13); this.lblLengthValues.TabIndex = 10; this.lblLengthValues.Text = "0x0000"; // // lblLengthBytes // this.lblLengthBytes.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblLengthBytes.Appearance.Options.UseForeColor = true; this.lblLengthBytes.Location = new System.Drawing.Point(251, 30); this.lblLengthBytes.Name = "lblLengthBytes"; this.lblLengthBytes.Size = new System.Drawing.Size(36, 13); this.lblLengthBytes.TabIndex = 9; this.lblLengthBytes.Text = "0x0000"; // // lblSRAMAddress // this.lblSRAMAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblSRAMAddress.Appearance.Options.UseForeColor = true; this.lblSRAMAddress.Location = new System.Drawing.Point(100, 62); this.lblSRAMAddress.Name = "lblSRAMAddress"; this.lblSRAMAddress.Size = new System.Drawing.Size(36, 13); this.lblSRAMAddress.TabIndex = 8; this.lblSRAMAddress.Text = "0x0000"; // // lblFlashAddress // this.lblFlashAddress.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblFlashAddress.Appearance.Options.UseForeColor = true; this.lblFlashAddress.Location = new System.Drawing.Point(100, 30); this.lblFlashAddress.Name = "lblFlashAddress"; this.lblFlashAddress.Size = new System.Drawing.Size(48, 13); this.lblFlashAddress.TabIndex = 7; this.lblFlashAddress.Text = "0x000000"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(430, 62); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(45, 13); this.labelControl7.TabIndex = 6; this.labelControl7.Text = "Category"; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(598, 62); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(53, 13); this.labelControl6.TabIndex = 5; this.labelControl6.Text = "Description"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(598, 30); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(27, 13); this.labelControl5.TabIndex = 4; this.labelControl5.Text = "Name"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(164, 62); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(75, 13); this.labelControl4.TabIndex = 3; this.labelControl4.Text = "Length (values)"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(164, 30); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(71, 13); this.labelControl3.TabIndex = 2; this.labelControl3.Text = "Length (bytes)"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(18, 62); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(69, 13); this.labelControl2.TabIndex = 1; this.labelControl2.Text = "SRAM address"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(18, 30); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(66, 13); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "Flash address"; // // groupControl1 // this.toolTipController1.SetAllowHtmlText(this.groupControl1, DevExpress.Utils.DefaultBoolean.False); this.groupControl1.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.groupControl1.Controls.Add(this.splitContainer1); this.groupControl1.Location = new System.Drawing.Point(3, 28); this.groupControl1.LookAndFeel.SkinName = "Black"; this.groupControl1.LookAndFeel.UseDefaultLookAndFeel = false; this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(870, 594); this.toolTipController1.SetSuperTip(this.groupControl1, null); this.groupControl1.TabIndex = 5; this.groupControl1.Text = "Symbol data"; this.groupControl1.DoubleClick += new System.EventHandler(this.groupControl1_DoubleClick); this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint); // // splitContainer1 // this.toolTipController1.SetAllowHtmlText(this.splitContainer1, DevExpress.Utils.DefaultBoolean.False); this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(2, 20); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel1, DevExpress.Utils.DefaultBoolean.False); this.splitContainer1.Panel1.Controls.Add(this.panel1); this.toolTipController1.SetSuperTip(this.splitContainer1.Panel1, null); // // splitContainer1.Panel2 // this.toolTipController1.SetAllowHtmlText(this.splitContainer1.Panel2, DevExpress.Utils.DefaultBoolean.False); this.splitContainer1.Panel2.Controls.Add(this.xtraTabControl1); this.toolTipController1.SetSuperTip(this.splitContainer1.Panel2, null); this.splitContainer1.Size = new System.Drawing.Size(866, 572); this.splitContainer1.SplitterDistance = 284; this.toolTipController1.SetSuperTip(this.splitContainer1, null); this.splitContainer1.TabIndex = 1; this.splitContainer1.MouseLeave += new System.EventHandler(this.splitContainer1_MouseLeave); this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved); this.splitContainer1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseDown); this.splitContainer1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainer1_MouseUp); // // panel1 // this.toolTipController1.SetAllowHtmlText(this.panel1, DevExpress.Utils.DefaultBoolean.False); this.panel1.Controls.Add(this.popupContainerControl1); this.panel1.Controls.Add(this.gridControl1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(866, 284); this.toolTipController1.SetSuperTip(this.panel1, null); this.panel1.TabIndex = 2; // // popupContainerControl1 // this.toolTipController1.SetAllowHtmlText(this.popupContainerControl1, DevExpress.Utils.DefaultBoolean.False); this.popupContainerControl1.Controls.Add(this.groupControl2); this.popupContainerControl1.Location = new System.Drawing.Point(3, 72); this.popupContainerControl1.Name = "popupContainerControl1"; this.popupContainerControl1.Size = new System.Drawing.Size(878, 97); this.toolTipController1.SetSuperTip(this.popupContainerControl1, null); this.popupContainerControl1.TabIndex = 1; // // gridControl1 // this.gridControl1.ContextMenuStrip = this.contextMenuStrip1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.LookAndFeel.SkinName = "Black"; this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(866, 284); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // contextMenuStrip1 // this.toolTipController1.SetAllowHtmlText(this.contextMenuStrip1, DevExpress.Utils.DefaultBoolean.False); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.copySelectedCellsToolStripMenuItem, this.pasteSelectedCellsToolStripMenuItem, this.editXaxisSymbolToolStripMenuItem, this.editYaxisSymbolToolStripMenuItem, this.smoothSelectionToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(179, 114); this.toolTipController1.SetSuperTip(this.contextMenuStrip1, null); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // copySelectedCellsToolStripMenuItem // this.copySelectedCellsToolStripMenuItem.Name = "copySelectedCellsToolStripMenuItem"; this.copySelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.copySelectedCellsToolStripMenuItem.Text = "Copy selected cells"; this.copySelectedCellsToolStripMenuItem.Click += new System.EventHandler(this.copySelectedCellsToolStripMenuItem_Click); // // pasteSelectedCellsToolStripMenuItem // this.pasteSelectedCellsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.inOrgininalPositionToolStripMenuItem, this.atCurrentlySelectedLocationToolStripMenuItem}); this.pasteSelectedCellsToolStripMenuItem.Name = "pasteSelectedCellsToolStripMenuItem"; this.pasteSelectedCellsToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.pasteSelectedCellsToolStripMenuItem.Text = "Paste selected cells"; // // inOrgininalPositionToolStripMenuItem // this.inOrgininalPositionToolStripMenuItem.Name = "inOrgininalPositionToolStripMenuItem"; this.inOrgininalPositionToolStripMenuItem.Size = new System.Drawing.Size(225, 22); this.inOrgininalPositionToolStripMenuItem.Text = "At original position"; this.inOrgininalPositionToolStripMenuItem.Click += new System.EventHandler(this.inOrgininalPositionToolStripMenuItem_Click); // // atCurrentlySelectedLocationToolStripMenuItem // this.atCurrentlySelectedLocationToolStripMenuItem.Name = "atCurrentlySelectedLocationToolStripMenuItem"; this.atCurrentlySelectedLocationToolStripMenuItem.Size = new System.Drawing.Size(225, 22); this.atCurrentlySelectedLocationToolStripMenuItem.Text = "At currently selected location"; this.atCurrentlySelectedLocationToolStripMenuItem.Click += new System.EventHandler(this.atCurrentlySelectedLocationToolStripMenuItem_Click); // // editXaxisSymbolToolStripMenuItem // this.editXaxisSymbolToolStripMenuItem.Name = "editXaxisSymbolToolStripMenuItem"; this.editXaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.editXaxisSymbolToolStripMenuItem.Text = "Edit x-axis"; this.editXaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editXaxisSymbolToolStripMenuItem_Click); // // editYaxisSymbolToolStripMenuItem // this.editYaxisSymbolToolStripMenuItem.Name = "editYaxisSymbolToolStripMenuItem"; this.editYaxisSymbolToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.editYaxisSymbolToolStripMenuItem.Text = "Edit y-axis"; this.editYaxisSymbolToolStripMenuItem.Click += new System.EventHandler(this.editYaxisSymbolToolStripMenuItem_Click); // // smoothSelectionToolStripMenuItem // this.smoothSelectionToolStripMenuItem.Name = "smoothSelectionToolStripMenuItem"; this.smoothSelectionToolStripMenuItem.Size = new System.Drawing.Size(178, 22); this.smoothSelectionToolStripMenuItem.Text = "Smooth selection"; this.smoothSelectionToolStripMenuItem.Click += new System.EventHandler(this.smoothSelectionToolStripMenuItem_Click); // // gridView1 // this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsCustomization.AllowColumnMoving = false; this.gridView1.OptionsCustomization.AllowFilter = false; this.gridView1.OptionsCustomization.AllowGroup = false; this.gridView1.OptionsCustomization.AllowSort = false; this.gridView1.OptionsNavigation.EnterMoveNextColumn = true; this.gridView1.OptionsSelection.EnableAppearanceFocusedRow = false; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged_1); this.gridView1.ValidatingEditor += new DevExpress.XtraEditors.Controls.BaseContainerValidateEditorEventHandler(this.gridView1_ValidatingEditor); this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged); this.gridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridView1_KeyDown); this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging); this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell); this.gridView1.ShownEditor += new System.EventHandler(this.gridView1_ShownEditor); this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated); this.gridView1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.gridView1_ShowingEditor); this.gridView1.HiddenEditor += new System.EventHandler(this.gridView1_HiddenEditor); this.gridView1.CustomDrawColumnHeader += new DevExpress.XtraGrid.Views.Grid.ColumnHeaderCustomDrawEventHandler(this.gridView1_CustomDrawColumnHeader); // // xtraTabControl1 // this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left; this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical; this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); this.xtraTabControl1.Name = "xtraTabControl1"; this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; this.xtraTabControl1.Size = new System.Drawing.Size(866, 284); this.xtraTabControl1.TabIndex = 2; this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.xtraTabPage1, this.xtraTabPage2}); this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged); // // xtraTabPage1 // this.xtraTabPage1.Controls.Add(this.simpleButton4); this.xtraTabPage1.Controls.Add(this.simpleButton5); this.xtraTabPage1.Controls.Add(this.simpleButton6); this.xtraTabPage1.Controls.Add(this.simpleButton7); this.xtraTabPage1.Controls.Add(this.surfaceGraphViewer1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(836, 275); this.xtraTabPage1.Text = "3D Graph"; // // simpleButton4 // this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image"))); this.simpleButton4.Location = new System.Drawing.Point(814, 60); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(23, 23); this.simpleButton4.TabIndex = 12; this.simpleButton4.ToolTip = "Turn graph counter clockwise"; this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click); // // simpleButton5 // this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image"))); this.simpleButton5.Location = new System.Drawing.Point(814, 89); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(23, 23); this.simpleButton5.TabIndex = 11; this.simpleButton5.ToolTip = "Turn graph clockwise"; this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click); // // simpleButton6 // this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image"))); this.simpleButton6.Location = new System.Drawing.Point(814, 32); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(23, 23); this.simpleButton6.TabIndex = 10; this.simpleButton6.ToolTip = "Zoom out"; this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click); // // simpleButton7 // this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton7.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton7.Image"))); this.simpleButton7.Location = new System.Drawing.Point(814, 3); this.simpleButton7.Name = "simpleButton7"; this.simpleButton7.Size = new System.Drawing.Size(23, 23); this.simpleButton7.TabIndex = 9; this.simpleButton7.ToolTip = "Zoom in"; this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click); // // surfaceGraphViewer1 // this.toolTipController1.SetAllowHtmlText(this.surfaceGraphViewer1, DevExpress.Utils.DefaultBoolean.False); this.surfaceGraphViewer1.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.surfaceGraphViewer1.IsRedWhite = false; this.surfaceGraphViewer1.IsSixteenbit = false; this.surfaceGraphViewer1.IsUpsideDown = false; this.surfaceGraphViewer1.Location = new System.Drawing.Point(0, 0); this.surfaceGraphViewer1.Map_compare_content = null; this.surfaceGraphViewer1.Map_content = null; this.surfaceGraphViewer1.Map_length = 0; this.surfaceGraphViewer1.Map_name = ""; this.surfaceGraphViewer1.Map_original_content = null; this.surfaceGraphViewer1.Name = "surfaceGraphViewer1"; this.surfaceGraphViewer1.NumberOfColumns = 8; this.surfaceGraphViewer1.Pan_x = 45; this.surfaceGraphViewer1.Pan_y = 77; this.surfaceGraphViewer1.Pov_d = 0.6; this.surfaceGraphViewer1.Pov_x = 30; this.surfaceGraphViewer1.Pov_y = 56; this.surfaceGraphViewer1.Pov_z = 21; this.surfaceGraphViewer1.Size = new System.Drawing.Size(808, 275); this.toolTipController1.SetSuperTip(this.surfaceGraphViewer1, null); this.surfaceGraphViewer1.TabIndex = 0; this.surfaceGraphViewer1.X_axis = null; this.surfaceGraphViewer1.X_axis_descr = ""; this.surfaceGraphViewer1.Y_axis = null; this.surfaceGraphViewer1.Y_axis_descr = ""; this.surfaceGraphViewer1.Z_axis = null; this.surfaceGraphViewer1.Z_axis_descr = ""; // // xtraTabPage2 // this.xtraTabPage2.Controls.Add(this.labelControl9); this.xtraTabPage2.Controls.Add(this.labelControl8); this.xtraTabPage2.Controls.Add(this.trackBarControl1); this.xtraTabPage2.Controls.Add(this.chartControl1); this.xtraTabPage2.Name = "xtraTabPage2"; this.xtraTabPage2.Size = new System.Drawing.Size(836, 275); this.xtraTabPage2.Text = "2D Graph"; // // labelControl9 // this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.labelControl9.AutoEllipsis = true; this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl9.Location = new System.Drawing.Point(645, 201); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(188, 34); this.labelControl9.TabIndex = 4; this.labelControl9.Text = "MAP"; // // labelControl8 // this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelControl8.AutoEllipsis = true; this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl8.Location = new System.Drawing.Point(6, 201); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(104, 34); this.labelControl8.TabIndex = 3; this.labelControl8.Text = "MAP values"; // // trackBarControl1 // this.trackBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.trackBarControl1.EditValue = null; this.trackBarControl1.Location = new System.Drawing.Point(125, 201); this.trackBarControl1.Name = "trackBarControl1"; this.trackBarControl1.Size = new System.Drawing.Size(500, 45); this.trackBarControl1.TabIndex = 2; this.trackBarControl1.ValueChanged += new System.EventHandler(this.trackBarControl1_ValueChanged); // // chartControl1 // this.toolTipController1.SetAllowHtmlText(this.chartControl1, DevExpress.Utils.DefaultBoolean.False); 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.CacheToMemory = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisX.Range.SideMarginsEnabled = false; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.SideMarginsEnabled = false; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Legend.Border.Visible = false; this.chartControl1.Location = new System.Drawing.Point(3, 3); this.chartControl1.Name = "chartControl1"; this.chartControl1.RefreshDataOnRepaint = false; this.chartControl1.RuntimeHitTesting = false; this.chartControl1.RuntimeSeriesSelectionMode = DevExpress.XtraCharts.SeriesSelectionMode.Point; series1.Name = "Values"; series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint1}); lineSeriesView1.LineMarkerOptions.Size = 8; lineSeriesView1.LineMarkerOptions.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient; polygonGradientFillOptions1.Color2 = System.Drawing.Color.Gold; lineSeriesView1.LineMarkerOptions.FillStyle.Options = polygonGradientFillOptions1; lineSeriesView1.Color = System.Drawing.Color.DarkGoldenrod; series1.View = lineSeriesView1; series1.ArgumentDataMember = "X"; series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical; pointSeriesLabel1.Angle = 90; pointSeriesLabel1.TextColor = System.Drawing.Color.MidnightBlue; pointSeriesLabel1.Font = new System.Drawing.Font("Tahoma", 6F, System.Drawing.FontStyle.Bold); pointSeriesLabel1.Border.Visible = false; pointSeriesLabel1.Antialiasing = true; pointSeriesLabel1.LineVisible = true; series1.Label = pointSeriesLabel1; pointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues; series1.PointOptions = pointOptions1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControl1.SeriesTemplate.View = lineSeriesView2; pointSeriesLabel2.LineVisible = true; this.chartControl1.SeriesTemplate.Label = pointSeriesLabel2; this.chartControl1.Size = new System.Drawing.Size(830, 185); this.toolTipController1.SetSuperTip(this.chartControl1, null); this.chartControl1.TabIndex = 1; this.chartControl1.Visible = false; this.chartControl1.CustomDrawSeriesPoint += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chartControl1_CustomDrawSeriesPoint); this.chartControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp); this.chartControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDoubleClick); this.chartControl1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove); this.chartControl1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown); this.chartControl1.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.chartControl1_ObjectHotTracked); this.chartControl1.CustomDrawSeries += new DevExpress.XtraCharts.CustomDrawSeriesEventHandler(this.chartControl1_CustomDrawSeries); this.chartControl1.Click += new System.EventHandler(this.chartControl1_Click); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // toolTipController1 // this.toolTipController1.Rounded = true; // // toolStrip1 // this.toolTipController1.SetAllowHtmlText(this.toolStrip1, DevExpress.Utils.DefaultBoolean.False); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripSeparator3, this.toolStripButton4, this.toolStripButton5, this.toolStripButton6, this.toolStripButton7, this.toolStripSeparator1, this.toolStripLabel3, this.toolStripComboBox3, this.toolStripSeparator2, this.toolStripLabel1, this.toolStripComboBox2, this.toolStripLabel2, this.toolStripComboBox1, this.toolStripTextBox1, this.toolStripButton3}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(876, 25); this.toolTipController1.SetSuperTip(this.toolStrip1, null); this.toolStrip1.TabIndex = 10; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "Toggle graph section"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(23, 22); this.toolStripButton2.Text = "Toggle hexview"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(23, 22); this.toolStripButton4.Text = "Maximize graph"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // toolStripButton5 // this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image"))); this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton5.Name = "toolStripButton5"; this.toolStripButton5.Size = new System.Drawing.Size(23, 22); this.toolStripButton5.Text = "Maximize table"; this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click); // // toolStripButton6 // this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image"))); this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton6.Name = "toolStripButton6"; this.toolStripButton6.Size = new System.Drawing.Size(23, 22); this.toolStripButton6.Text = "Maximize window"; this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click); // // toolStripButton7 // this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton7.Name = "toolStripButton7"; this.toolStripButton7.Size = new System.Drawing.Size(23, 22); this.toolStripButton7.Text = "Toggle graph/map"; this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripLabel3 // this.toolStripLabel3.Name = "toolStripLabel3"; this.toolStripLabel3.Size = new System.Drawing.Size(51, 22); this.toolStripLabel3.Text = "Viewtype"; // // toolStripComboBox3 // this.toolStripComboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.toolStripComboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.toolStripComboBox3.Items.AddRange(new object[] { "Hex view ", "Decimal view ", "Easy view"}); this.toolStripComboBox3.Name = "toolStripComboBox3"; this.toolStripComboBox3.Size = new System.Drawing.Size(160, 25); this.toolStripComboBox3.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox3_SelectedIndexChanged); this.toolStripComboBox3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox3_KeyDown); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(77, 22); this.toolStripLabel1.Text = "Axis lock mode"; // // toolStripComboBox2 // this.toolStripComboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.toolStripComboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.toolStripComboBox2.Items.AddRange(new object[] { "Autoscale", "Lock to peak in maps", "Lock to map limit"}); this.toolStripComboBox2.Name = "toolStripComboBox2"; this.toolStripComboBox2.Size = new System.Drawing.Size(121, 25); this.toolStripComboBox2.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox2_SelectedIndexChanged); // // toolStripLabel2 // this.toolStripLabel2.Name = "toolStripLabel2"; this.toolStripLabel2.Size = new System.Drawing.Size(67, 22); this.toolStripLabel2.Text = "Mathematics"; // // toolStripComboBox1 // this.toolStripComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.toolStripComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.toolStripComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.toolStripComboBox1.Items.AddRange(new object[] { "Addition", "Multiply", "Divide", "Fill"}); this.toolStripComboBox1.Name = "toolStripComboBox1"; this.toolStripComboBox1.Size = new System.Drawing.Size(121, 25); // // toolStripTextBox1 // this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.Size = new System.Drawing.Size(60, 25); this.toolStripTextBox1.Text = "2"; this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(23, 22); this.toolStripButton3.Text = "Execute"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // timer3 // this.timer3.Tick += new System.EventHandler(this.timer3_Tick); // // timer4 // this.timer4.Enabled = true; this.timer4.Interval = 500; this.timer4.Tick += new System.EventHandler(this.timer4_Tick); // // popupContainerEdit1 // this.popupContainerEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.popupContainerEdit1.Location = new System.Drawing.Point(125, 631); this.popupContainerEdit1.Name = "popupContainerEdit1"; this.popupContainerEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.popupContainerEdit1.Properties.PopupControl = this.popupContainerControl1; this.popupContainerEdit1.Size = new System.Drawing.Size(161, 20); toolTipTitleItem1.Text = "Click here for table details"; superToolTip1.Items.Add(toolTipTitleItem1); superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.False; this.popupContainerEdit1.SuperTip = superToolTip1; this.popupContainerEdit1.TabIndex = 11; this.popupContainerEdit1.CustomDisplayText += new DevExpress.XtraEditors.Controls.CustomDisplayTextEventHandler(this.popupContainerEdit1_CustomDisplayText); // // MapViewer // this.toolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.False); this.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.simpleButton1); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.groupControl1); this.Controls.Add(this.popupContainerEdit1); this.LookAndFeel.SkinName = "Black"; this.Name = "MapViewer"; this.Size = new System.Drawing.Size(876, 664); this.toolTipController1.SetSuperTip(this, null); this.VisibleChanged += new System.EventHandler(this.MapViewer_VisibleChanged); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); this.groupControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.popupContainerControl1)).EndInit(); this.popupContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackBarControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.popupContainerEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent( ) { DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.PRG001 = new DevExpress.XtraGrid.Columns.GridColumn(); this.DEA002 = new DevExpress.XtraGrid.Columns.GridColumn(); this.DEA057 = new DevExpress.XtraGrid.Columns.GridColumn(); this.PRF3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.PRF003 = new DevExpress.XtraGrid.Columns.GridColumn(); this.PRG003 = new DevExpress.XtraGrid.Columns.GridColumn(); this.ANW9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.ANW009 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar(); this.ANW09 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemProgressBar2 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar(); this.PRF = new DevExpress.XtraGrid.Columns.GridColumn(); this.LEH = new DevExpress.XtraGrid.Columns.GridColumn(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.chartControl1 = new DevExpress.XtraCharts.ChartControl(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; this.splitContainerControl1.Horizontal = false; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1240, 477); this.splitContainerControl1.SplitterPosition = 241; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemProgressBar1, this.repositoryItemProgressBar2 }); this.gridControl1.Size = new System.Drawing.Size(1240, 224); this.gridControl1.TabIndex = 2; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1 }); // // gridView1 // this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.gridView1.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.gridView1.Appearance.FocusedRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))); this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true; this.gridView1.Appearance.FocusedRow.Options.UseBorderColor = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.PRG001, this.DEA002, this.DEA057, this.PRF3, this.PRF003, this.PRG003, this.ANW9, this.ANW009, this.ANW09, this.PRF, this.LEH }); this.gridView1.GridControl = this.gridControl1; this.gridView1.IndicatorWidth = 35; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.Editable = false; this.gridView1.OptionsClipboard.ClipboardMode = DevExpress.Export.ClipboardMode.Formatted; this.gridView1.OptionsCustomization.CustomizationFormSnapMode = DevExpress.Utils.Controls.SnapMode.OwnerControl; this.gridView1.OptionsDetail.EnableMasterViewMode = false; this.gridView1.OptionsFilter.ColumnFilterPopupMode = DevExpress.XtraGrid.Columns.ColumnFilterPopupMode.Excel; this.gridView1.OptionsView.AllowHtmlDrawHeaders = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator); this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle); this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle); // // PRG001 // this.PRG001.Caption = "品号"; this.PRG001.FieldName = "PRG001"; this.PRG001.Name = "PRG001"; this.PRG001.Visible = true; this.PRG001.VisibleIndex = 0; this.PRG001.Width = 98; // // DEA002 // this.DEA002.Caption = "品名"; this.DEA002.FieldName = "DEA002"; this.DEA002.Name = "DEA002"; this.DEA002.Visible = true; this.DEA002.VisibleIndex = 1; this.DEA002.Width = 98; // // DEA057 // this.DEA057.Caption = "规格"; this.DEA057.FieldName = "DEA057"; this.DEA057.Name = "DEA057"; this.DEA057.Visible = true; this.DEA057.VisibleIndex = 2; this.DEA057.Width = 98; // // PRF3 // this.PRF3.Caption = "计划余量"; this.PRF3.FieldName = "PRF3"; this.PRF3.Name = "PRF3"; this.PRF3.Visible = true; this.PRF3.VisibleIndex = 3; // // PRF003 // this.PRF003.Caption = "总计划量"; this.PRF003.FieldName = "PRF003"; this.PRF003.Name = "PRF003"; this.PRF003.Visible = true; this.PRF003.VisibleIndex = 4; this.PRF003.Width = 98; // // PRG003 // this.PRG003.Caption = "当日计划量"; this.PRG003.DisplayFormat.FormatString = "0.######"; this.PRG003.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.PRG003.FieldName = "PRG003"; this.PRG003.Name = "PRG003"; this.PRG003.Visible = true; this.PRG003.VisibleIndex = 6; this.PRG003.Width = 98; // // ANW9 // this.ANW9.Caption = "当日完成量"; this.ANW9.FieldName = "ANW9"; this.ANW9.Name = "ANW9"; this.ANW9.Visible = true; this.ANW9.VisibleIndex = 7; this.ANW9.Width = 98; // // ANW009 // this.ANW009.Caption = "当日完成率"; this.ANW009.ColumnEdit = this.repositoryItemProgressBar1; this.ANW009.FieldName = "ANW009"; this.ANW009.Name = "ANW009"; this.ANW009.Visible = true; this.ANW009.VisibleIndex = 8; this.ANW009.Width = 98; // // repositoryItemProgressBar1 // this.repositoryItemProgressBar1.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1"; this.repositoryItemProgressBar1.ShowTitle = true; this.repositoryItemProgressBar1.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.repositoryItemProgressBar1.Step = 1; // // ANW09 // this.ANW09.Caption = "总完成率"; this.ANW09.ColumnEdit = this.repositoryItemProgressBar2; this.ANW09.FieldName = "ANW09"; this.ANW09.Name = "ANW09"; this.ANW09.Visible = true; this.ANW09.VisibleIndex = 9; this.ANW09.Width = 98; // // repositoryItemProgressBar2 // this.repositoryItemProgressBar2.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.repositoryItemProgressBar2.Name = "repositoryItemProgressBar2"; this.repositoryItemProgressBar2.ShowTitle = true; this.repositoryItemProgressBar2.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.repositoryItemProgressBar2.Step = 1; // // PRF // this.PRF.Caption = "总欠产量"; this.PRF.FieldName = "PRF"; this.PRF.Name = "PRF"; this.PRF.Visible = true; this.PRF.VisibleIndex = 10; this.PRF.Width = 98; // // LEH // this.LEH.Caption = "总完成量"; this.LEH.FieldName = "LEH"; this.LEH.Name = "LEH"; this.LEH.Visible = true; this.LEH.VisibleIndex = 5; // // layoutControl1 // this.layoutControl1.Controls.Add(this.chartControl1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(1240, 241); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // chartControl1 // this.chartControl1.DataBindings = null; xyDiagram1.AxisX.GridLines.MinorVisible = true; xyDiagram1.AxisX.GridLines.Visible = true; xyDiagram1.AxisX.Interlaced = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.GridLines.MinorVisible = true; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; this.chartControl1.Diagram = xyDiagram1; this.chartControl1.Legend.Name = "Default Legend"; this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.chartControl1.Location = new System.Drawing.Point(12, 12); this.chartControl1.Name = "chartControl1"; series1.Name = "SeriesOne"; sideBySideBarSeriesView1.ColorEach = true; series1.View = sideBySideBarSeriesView1; this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControl1.Size = new System.Drawing.Size(1216, 217); this.chartControl1.TabIndex = 4; chartTitle1.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chartTitle1.Text = "产品欠产"; this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1 }); // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1 }); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Size = new System.Drawing.Size(1240, 241); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.chartControl1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(1220, 221); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // FormInjectionBoard // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1240, 477); this.Controls.Add(this.splitContainerControl1); this.Name = "FormInjectionBoard"; this.Text = "注塑车间看板"; this.Load += new System.EventHandler(this.FormInjectionBoard_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).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.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel(); DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle(); this.chartControlAnalizeSum = new DevExpress.XtraCharts.ChartControl(); this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl(); this.uslugiSumBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeSum)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit(); this.xtraScrollableControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uslugiSumBindingSource)).BeginInit(); this.SuspendLayout(); // // chartControlAnalizeSum // this.chartControlAnalizeSum.DataSource = this.uslugiSumBindingSource; xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisX.Range.SideMarginsEnabled = true; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram1.AxisY.Range.SideMarginsEnabled = true; xyDiagram1.AxisY.Visible = false; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.True; xyDiagram1.EnableAxisXScrolling = true; xyDiagram1.EnableAxisXZooming = true; xyDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal; xyDiagram1.Rotated = true; this.chartControlAnalizeSum.Diagram = xyDiagram1; this.chartControlAnalizeSum.Dock = System.Windows.Forms.DockStyle.Top; this.chartControlAnalizeSum.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.chartControlAnalizeSum.Location = new System.Drawing.Point(0, 0); this.chartControlAnalizeSum.Name = "chartControlAnalizeSum"; this.chartControlAnalizeSum.OptionsPrint.ImageFormat = DevExpress.XtraCharts.Printing.PrintImageFormat.Metafile; this.chartControlAnalizeSum.Padding.Bottom = 1; this.chartControlAnalizeSum.Padding.Left = 1; this.chartControlAnalizeSum.Padding.Right = 1; this.chartControlAnalizeSum.Padding.Top = 1; series1.ArgumentDataMember = "NameUslugi"; sideBySideBarSeriesLabel1.Indent = 34; sideBySideBarSeriesLabel1.LineVisible = true; sideBySideBarSeriesLabel1.Position = DevExpress.XtraCharts.BarSeriesLabelPosition.BottomInside; sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default; series1.Label = sideBySideBarSeriesLabel1; series1.LegendText = "Анализы"; series1.Name = "Анализы"; series1.SeriesPointsSorting = DevExpress.XtraCharts.SortingMode.Ascending; series1.SeriesPointsSortingKey = DevExpress.XtraCharts.SeriesPointKey.Value_1; series1.ValueDataMembersSerializable = "Sum"; this.chartControlAnalizeSum.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1}; this.chartControlAnalizeSum.SeriesSorting = DevExpress.XtraCharts.SortingMode.Ascending; sideBySideBarSeriesLabel2.LineVisible = true; this.chartControlAnalizeSum.SeriesTemplate.Label = sideBySideBarSeriesLabel2; this.chartControlAnalizeSum.SideBySideBarDistanceFixed = 2; this.chartControlAnalizeSum.SideBySideBarDistanceVariable = 2D; this.chartControlAnalizeSum.Size = new System.Drawing.Size(828, 700); this.chartControlAnalizeSum.TabIndex = 28; chartTitle1.Text = "Анализы и сумма"; this.chartControlAnalizeSum.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] { chartTitle1}); // // xtraScrollableControl1 // this.xtraScrollableControl1.Controls.Add(this.chartControlAnalizeSum); this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0); this.xtraScrollableControl1.Name = "xtraScrollableControl1"; this.xtraScrollableControl1.Size = new System.Drawing.Size(845, 477); this.xtraScrollableControl1.TabIndex = 29; // // uslugiSumBindingSource // this.uslugiSumBindingSource.DataSource = typeof(EntityRegistry.UslugiSum); // // StatisticBarAnalizePricePanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.xtraScrollableControl1); this.Name = "StatisticBarAnalizePricePanel"; this.Size = new System.Drawing.Size(845, 477); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlAnalizeSum)).EndInit(); this.xtraScrollableControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uslugiSumBindingSource)).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(r_productivity)); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); 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.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView2 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery1 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery2 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery3 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery4 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView3 = new DevExpress.XtraCharts.SideBySideBarSeriesView(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel2 = new DevExpress.XtraCharts.PointSeriesLabel(); DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrChart3 = new DevExpress.XtraReports.UI.XRChart(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrColumn1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrColumn2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrColumn3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrColumn4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrColumn5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrColumn6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrChart1 = new DevExpress.XtraReports.UI.XRChart(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).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)(pointSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // TopMargin // this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel4, this.xrLine1, this.xrPictureBox1 }); this.TopMargin.HeightF = 65F; this.TopMargin.Name = "TopMargin"; // // xrLabel4 // this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 25.33332F); this.xrLabel4.Multiline = true; this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(391.0416F, 23F); this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "Utilization"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLine1 // this.xrLine1.BorderColor = System.Drawing.Color.Empty; this.xrLine1.ForeColor = System.Drawing.Color.Gray; this.xrLine1.LineWidth = 5F; this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.33333F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(996.875F, 16.66667F); this.xrLine1.StylePriority.UseBorderColor = false; this.xrLine1.StylePriority.UseForeColor = false; // // xrPictureBox1 // this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 8.75F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(153.125F, 39.58333F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1, this.xrLine2 }); this.BottomMargin.HeightF = 54F; this.BottomMargin.Name = "BottomMargin"; // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 16.66667F); this.xrLabel1.Multiline = true; this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(401.0417F, 23F); this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "xrLabel1"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLine2 // this.xrLine2.BorderColor = System.Drawing.Color.Empty; this.xrLine2.ForeColor = System.Drawing.Color.Gray; this.xrLine2.LineWidth = 5F; this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLine2.Name = "xrLine2"; this.xrLine2.SizeF = new System.Drawing.SizeF(996.875F, 16.66667F); this.xrLine2.StylePriority.UseBorderColor = false; this.xrLine2.StylePriority.UseForeColor = false; // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel6, this.xrChart3, this.xrLabel3, this.xrLabel5, this.xrTable2, this.xrChart1 }); this.Detail.HeightF = 582.7084F; this.Detail.Name = "Detail"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 524.2917F); this.xrLabel6.Multiline = true; this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(153.125F, 23F); this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UseTextAlignment = false; this.xrLabel6.Text = "ACTIONS RAIL"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrChart3 // this.xrChart3.AutoLayout = true; this.xrChart3.BackColor = System.Drawing.Color.White; this.xrChart3.BorderColor = System.Drawing.Color.Black; this.xrChart3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrChart3.DataSource = this.sqlDataSource1; xyDiagram1.AxisX.Label.Angle = 270; xyDiagram1.AxisX.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; xyDiagram1.AxisX.Label.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); xyDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 1; xyDiagram1.AxisX.MinorCount = 1; xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; 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.xrChart3.Diagram = xyDiagram1; this.xrChart3.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.xrChart3.Legend.BackColor = System.Drawing.Color.Transparent; this.xrChart3.Legend.Border.Color = System.Drawing.SystemColors.ActiveBorder; this.xrChart3.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.True; this.xrChart3.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.xrChart3.Legend.MarkerSize = new System.Drawing.Size(20, 10); this.xrChart3.Legend.Name = "Default Legend"; this.xrChart3.Legend.Title.Text = "Actual"; this.xrChart3.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False; this.xrChart3.LocationFloat = new DevExpress.Utils.PointFloat(605.1041F, 23.00002F); this.xrChart3.Name = "xrChart3"; this.xrChart3.PaletteBaseColorNumber = 2; this.xrChart3.PaletteName = "Grayscale"; series1.ArgumentDataMember = "Query_4.scause"; sideBySideBarSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True; sideBySideBarSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False; sideBySideBarSeriesLabel1.TextColor = System.Drawing.Color.Black; sideBySideBarSeriesLabel1.TextOrientation = DevExpress.XtraCharts.TextOrientation.BottomToTop; series1.Label = sideBySideBarSeriesLabel1; series1.LegendName = "Default Legend"; series1.Name = "Actual"; series1.ValueDataMembersSerializable = "Query_4.factual"; sideBySideBarSeriesView1.Color = System.Drawing.Color.SteelBlue; sideBySideBarSeriesView1.Transparency = ((byte)(135)); series1.View = sideBySideBarSeriesView1; series2.ArgumentDataMember = "Query_4.scause"; pointSeriesLabel1.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; pointSeriesLabel1.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; pointSeriesLabel1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty; pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False; pointSeriesLabel1.TextColor = System.Drawing.Color.Black; series2.Label = pointSeriesLabel1; series2.Name = "Goal"; series2.ShowInLegend = false; series2.ValueDataMembersSerializable = "Query_4.fsum"; splineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(89)))), ((int)(((byte)(89))))); series2.View = splineSeriesView1; this.xrChart3.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1, series2 }; sideBySideBarSeriesView2.Transparency = ((byte)(135)); this.xrChart3.SeriesTemplate.View = sideBySideBarSeriesView2; this.xrChart3.SizeF = new System.Drawing.SizeF(384.8958F, 476.5417F); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "DB_1033_DashboardConnectionString"; this.sqlDataSource1.Name = "sqlDataSource1"; customSqlQuery1.Name = "Query_1"; customSqlQuery1.Sql = resources.GetString("customSqlQuery1.Sql"); customSqlQuery2.Name = "Query_2"; customSqlQuery2.Sql = "SELECT top 5 [factual],[fsum],[scause] \r\n FROM [DB_1033_Dashboard].[dbo].[sta_niv" + "el2p]\r\n where smetric = \'labor productivity\'\r\n"; customSqlQuery3.Name = "Query_3"; customSqlQuery3.Sql = "select top 5 * from [tbl_actions]\r\nwhere report = \'labor productivity\'"; customSqlQuery4.Name = "Query_4"; customSqlQuery4.Sql = resources.GetString("customSqlQuery4.Sql"); this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { customSqlQuery1, customSqlQuery2, customSqlQuery3, customSqlQuery4 }); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(748.9583F, 0F); this.xrLabel3.Multiline = true; this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "FORECAST"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(259.9998F, 0F); this.xrLabel5.Multiline = true; this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "TREND"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTable2 // this.xrTable2.BackColor = System.Drawing.Color.IndianRed; this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.BorderWidth = 1F; this.xrTable2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable2.ForeColor = System.Drawing.Color.White; this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 557.7084F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(996.875F, 25F); this.xrTable2.StylePriority.UseBackColor = false; this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseBorderWidth = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseForeColor = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrColumn1, this.xrColumn2, this.xrColumn3, this.xrColumn4, this.xrColumn5, this.xrColumn6 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrColumn1 // this.xrColumn1.Multiline = true; this.xrColumn1.Name = "xrColumn1"; this.xrColumn1.Text = "RESPONSIBLE"; this.xrColumn1.Weight = 0.92163030833659876D; // // xrColumn2 // this.xrColumn2.Multiline = true; this.xrColumn2.Name = "xrColumn2"; this.xrColumn2.Text = "ISSUE"; this.xrColumn2.Weight = 1.4858934475411441D; // // xrColumn3 // this.xrColumn3.Multiline = true; this.xrColumn3.Name = "xrColumn3"; this.xrColumn3.Text = "ACTION"; this.xrColumn3.Weight = 1.8025078982170846D; // // xrColumn4 // this.xrColumn4.Multiline = true; this.xrColumn4.Name = "xrColumn4"; this.xrColumn4.Text = "STATUS"; this.xrColumn4.Weight = 0.60501558214145756D; // // xrColumn5 // this.xrColumn5.Multiline = true; this.xrColumn5.Name = "xrColumn5"; this.xrColumn5.Text = "START_DATE"; this.xrColumn5.Weight = 0.5987462345709248D; // // xrColumn6 // this.xrColumn6.Multiline = true; this.xrColumn6.Name = "xrColumn6"; this.xrColumn6.Text = "DUE_DATE"; this.xrColumn6.Weight = 0.58620652919279D; // // xrChart1 // this.xrChart1.BorderColor = System.Drawing.Color.Black; this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrChart1.DataSource = this.sqlDataSource1; xyDiagram2.AxisX.AutoScaleBreaks.MaxCount = 1; xyDiagram2.AxisX.InterlacedColor = System.Drawing.Color.DimGray; xyDiagram2.AxisX.MinorCount = 1; xyDiagram2.AxisX.Tickmarks.MinorVisible = false; xyDiagram2.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; xyDiagram2.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram2.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False; xyDiagram2.RuntimePaneCollapse = false; this.xrChart1.Diagram = xyDiagram2; this.xrChart1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center; this.xrChart1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside; this.xrChart1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight; this.xrChart1.Legend.MarkerSize = new System.Drawing.Size(10, 10); this.xrChart1.Legend.Name = "Default Legend"; this.xrChart1.Legend.Title.Text = "ESCAPES"; this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.00002F); this.xrChart1.Name = "xrChart1"; this.xrChart1.PaletteName = "Grayscale"; series3.ArgumentDataMember = "Query_1.sdesc"; series3.Name = "Actual"; series3.ValueDataMembersSerializable = "Query_1.factual"; sideBySideBarSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); series3.View = sideBySideBarSeriesView3; series4.ArgumentDataMember = "Query_1.sdesc"; pointSeriesLabel2.Border.Visibility = DevExpress.Utils.DefaultBoolean.False; pointSeriesLabel2.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; pointSeriesLabel2.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Empty; pointSeriesLabel2.LineVisibility = DevExpress.Utils.DefaultBoolean.False; pointSeriesLabel2.TextColor = System.Drawing.Color.Black; series4.Label = pointSeriesLabel2; series4.Name = "Goal"; series4.ValueDataMembersSerializable = "Query_1.fgoal"; lineSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); series4.View = lineSeriesView1; this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series3, series4 }; this.xrChart1.SizeF = new System.Drawing.SizeF(601.0417F, 476.5417F); // // xrTable1 // this.xrTable1.BackColor = System.Drawing.Color.WhiteSmoke; this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(996.875F, 25F); this.xrTable1.StylePriority.UseBackColor = false; this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3, this.xrTableCell4, this.xrTableCell5, this.xrTableCell6 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[responsible]") }); this.xrTableCell1.Multiline = true; this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "xrTableCell1"; this.xrTableCell1.Weight = 0.92163007873726477D; // // xrTableCell2 // this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[issue]") }); this.xrTableCell2.Multiline = true; this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "xrTableCell2"; this.xrTableCell2.Weight = 1.4858935393808777D; // // xrTableCell3 // this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[action]") }); this.xrTableCell3.Multiline = true; this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "xrTableCell3"; this.xrTableCell3.Weight = 1.8025080359766852D; // // xrTableCell4 // this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[open_close]") }); this.xrTableCell4.Multiline = true; this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "xrTableCell4"; this.xrTableCell4.Weight = 0.60501558214145756D; // // xrTableCell5 // this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[creation_date]") }); this.xrTableCell5.Multiline = true; this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "xrTableCell5"; this.xrTableCell5.TextFormatString = "{0:MM/dd/yyyy}"; this.xrTableCell5.Weight = 0.5987462345709248D; // // xrTableCell6 // this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Query_3].[due_date]") }); this.xrTableCell6.Multiline = true; this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "xrTableCell6"; this.xrTableCell6.TextFormatString = "{0:MM/dd/yyyy}"; this.xrTableCell6.Weight = 0.58620652919279D; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1, this.ReportFooter }); this.DetailReport.DataMember = "Query_3"; this.DetailReport.DataSource = this.sqlDataSource1; this.DetailReport.Level = 0; this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.Detail1.HeightF = 29.37495F; this.Detail1.Name = "Detail1"; // // ReportFooter // this.ReportFooter.HeightF = 2.708689F; this.ReportFooter.Name = "ReportFooter"; // // r_productivity // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.TopMargin, this.BottomMargin, this.Detail, this.DetailReport }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1 }); this.DataSource = this.sqlDataSource1; this.Font = new System.Drawing.Font("Arial", 9.75F); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(48, 50, 65, 54); this.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.PageHeight = 850; this.PageWidth = 1100; this.RequestParameters = false; this.Version = "20.1"; ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrChart3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGestionarMetas)); DevExpress.XtraCharts.XYDiagram xyDiagram2 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel5 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint22 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(18))}); DevExpress.XtraCharts.SeriesPoint seriesPoint23 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(12))}); DevExpress.XtraCharts.SeriesPoint seriesPoint24 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(9))}); DevExpress.XtraCharts.SeriesPoint seriesPoint25 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(15))}); DevExpress.XtraCharts.SeriesPoint seriesPoint26 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(21))}); DevExpress.XtraCharts.SeriesPoint seriesPoint27 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint28 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(13))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView5 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel6 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint29 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint30 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(5))}); DevExpress.XtraCharts.SeriesPoint seriesPoint31 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(8))}); DevExpress.XtraCharts.SeriesPoint seriesPoint32 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(12))}); DevExpress.XtraCharts.SeriesPoint seriesPoint33 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(23))}); DevExpress.XtraCharts.SeriesPoint seriesPoint34 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(6))}); DevExpress.XtraCharts.SeriesPoint seriesPoint35 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(9))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView6 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel7 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.SeriesPoint seriesPoint36 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] { ((object)(4))}); DevExpress.XtraCharts.SeriesPoint seriesPoint37 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] { ((object)(1))}); DevExpress.XtraCharts.SeriesPoint seriesPoint38 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] { ((object)(2))}); DevExpress.XtraCharts.SeriesPoint seriesPoint39 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] { ((object)(3))}); DevExpress.XtraCharts.SeriesPoint seriesPoint40 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] { ((object)(4))}); DevExpress.XtraCharts.SeriesPoint seriesPoint41 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] { ((object)(2))}); DevExpress.XtraCharts.SeriesPoint seriesPoint42 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] { ((object)(3))}); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView7 = new DevExpress.XtraCharts.StackedBarSeriesView(); DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel8 = new DevExpress.XtraCharts.StackedBarSeriesLabel(); DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView8 = new DevExpress.XtraCharts.StackedBarSeriesView(); this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip(); this.MenuNuevo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.MenuAsignar = new System.Windows.Forms.ToolStripButton(); this.MenuReasignar = new System.Windows.Forms.ToolStripButton(); this.MenuCancelar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.MenuTodasAsignaciones = new System.Windows.Forms.ToolStripButton(); this.MenuActividades = new System.Windows.Forms.ToolStripButton(); this.MenuLlamadas = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.MenuFichaTarget = new System.Windows.Forms.ToolStripButton(); this.MenuFollowUp = new System.Windows.Forms.ToolStripButton(); this.MenuCuenta = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.MenuExcel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.MenuSalir = new System.Windows.Forms.ToolStripButton(); this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); this.gridProspectos = new DevExpress.XtraGrid.GridControl(); this.gridViewProspectos = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColNumMeta = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColTipoOportunidad = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColCuentaTarget = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColCuenta = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColVendedor = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColEstado = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColFAsignacion = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColFHoy = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColFUp = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColFActualizacion = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColTipoActualizacion = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components); this.gridColIcono = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); this.ImageCollection = new DevExpress.Utils.ImageCollection(this.components); this.sButtonGrabarObs = new DevExpress.XtraEditors.SimpleButton(); this.gridObservaciones = new DevExpress.XtraGrid.GridControl(); this.gridViewObs = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColUsuario = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColObservacion = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit(); this.gridFechaHora = new DevExpress.XtraGrid.Columns.GridColumn(); this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.ChartProspectos = new DevExpress.XtraCharts.ChartControl(); this.sButtonEliminarObservacion = new DevExpress.XtraEditors.SimpleButton(); this.sButtonAgregarObservacion = new DevExpress.XtraEditors.SimpleButton(); this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); this.DateHasta = new DevExpress.XtraEditors.DateEdit(); this.DateDesde = new DevExpress.XtraEditors.DateEdit(); this.sBActualizar = new DevExpress.XtraEditors.SimpleButton(); this.toolStripBarraLlamada.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView8)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit(); this.SuspendLayout(); // // toolStripBarraLlamada // this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuNuevo, this.toolStripSeparator2, this.MenuAsignar, this.MenuReasignar, this.MenuCancelar, this.toolStripSeparator1, this.MenuTodasAsignaciones, this.MenuActividades, this.MenuLlamadas, this.toolStripSeparator5, this.MenuFichaTarget, this.MenuFollowUp, this.MenuCuenta, this.toolStripSeparator4, this.MenuExcel, this.toolStripSeparator3, this.MenuSalir}); this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0); this.toolStripBarraLlamada.Name = "toolStripBarraLlamada"; this.toolStripBarraLlamada.Size = new System.Drawing.Size(980, 36); this.toolStripBarraLlamada.TabIndex = 7; this.toolStripBarraLlamada.Text = "toolStrip1"; // // MenuNuevo // this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image"))); this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuNuevo.Name = "MenuNuevo"; this.MenuNuevo.Size = new System.Drawing.Size(58, 33); this.MenuNuevo.Text = "Actualizar"; this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuNuevo.ToolTipText = "Nueva Llamada"; this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevo_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 36); // // MenuAsignar // this.MenuAsignar.Image = ((System.Drawing.Image)(resources.GetObject("MenuAsignar.Image"))); this.MenuAsignar.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuAsignar.Name = "MenuAsignar"; this.MenuAsignar.Size = new System.Drawing.Size(47, 33); this.MenuAsignar.Text = "Asignar"; this.MenuAsignar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuAsignar.Click += new System.EventHandler(this.MenuAsignar_Click); // // MenuReasignar // this.MenuReasignar.Image = ((System.Drawing.Image)(resources.GetObject("MenuReasignar.Image"))); this.MenuReasignar.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuReasignar.Name = "MenuReasignar"; this.MenuReasignar.Size = new System.Drawing.Size(60, 33); this.MenuReasignar.Text = "ReAsignar"; this.MenuReasignar.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuReasignar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuReasignar.Click += new System.EventHandler(this.MenuReasignar_Click); // // MenuCancelar // this.MenuCancelar.Image = ((System.Drawing.Image)(resources.GetObject("MenuCancelar.Image"))); this.MenuCancelar.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuCancelar.Name = "MenuCancelar"; this.MenuCancelar.Size = new System.Drawing.Size(53, 33); this.MenuCancelar.Text = "Cancelar"; this.MenuCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuCancelar.Click += new System.EventHandler(this.MenuCancelar_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 36); // // MenuTodasAsignaciones // this.MenuTodasAsignaciones.Enabled = false; this.MenuTodasAsignaciones.Image = ((System.Drawing.Image)(resources.GetObject("MenuTodasAsignaciones.Image"))); this.MenuTodasAsignaciones.ImageAlign = System.Drawing.ContentAlignment.TopCenter; this.MenuTodasAsignaciones.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuTodasAsignaciones.Name = "MenuTodasAsignaciones"; this.MenuTodasAsignaciones.Size = new System.Drawing.Size(59, 33); this.MenuTodasAsignaciones.Text = "Ver Todas"; this.MenuTodasAsignaciones.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.MenuTodasAsignaciones.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // MenuActividades // this.MenuActividades.Enabled = false; this.MenuActividades.Image = ((System.Drawing.Image)(resources.GetObject("MenuActividades.Image"))); this.MenuActividades.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuActividades.Name = "MenuActividades"; this.MenuActividades.Size = new System.Drawing.Size(60, 33); this.MenuActividades.Text = "Ver Visitas"; this.MenuActividades.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // MenuLlamadas // this.MenuLlamadas.Enabled = false; this.MenuLlamadas.Image = ((System.Drawing.Image)(resources.GetObject("MenuLlamadas.Image"))); this.MenuLlamadas.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuLlamadas.Name = "MenuLlamadas"; this.MenuLlamadas.Size = new System.Drawing.Size(74, 33); this.MenuLlamadas.Text = "Ver Llamadas"; this.MenuLlamadas.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 36); // // MenuFichaTarget // this.MenuFichaTarget.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaTarget.Image"))); this.MenuFichaTarget.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuFichaTarget.Name = "MenuFichaTarget"; this.MenuFichaTarget.Size = new System.Drawing.Size(71, 33); this.MenuFichaTarget.Text = "Ficha Target"; this.MenuFichaTarget.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuFichaTarget.Click += new System.EventHandler(this.MenuFichaTarget_Click); // // MenuFollowUp // this.MenuFollowUp.Enabled = false; this.MenuFollowUp.Image = ((System.Drawing.Image)(resources.GetObject("MenuFollowUp.Image"))); this.MenuFollowUp.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuFollowUp.Name = "MenuFollowUp"; this.MenuFollowUp.Size = new System.Drawing.Size(54, 33); this.MenuFollowUp.Text = "FollowUp"; this.MenuFollowUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuFollowUp.Click += new System.EventHandler(this.MenuFollowUp_Click); // // MenuCuenta // this.MenuCuenta.Enabled = false; this.MenuCuenta.Image = ((System.Drawing.Image)(resources.GetObject("MenuCuenta.Image"))); this.MenuCuenta.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuCuenta.Name = "MenuCuenta"; this.MenuCuenta.Size = new System.Drawing.Size(74, 33); this.MenuCuenta.Text = "Ficha Cuenta"; this.MenuCuenta.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 36); // // MenuExcel // this.MenuExcel.Image = ((System.Drawing.Image)(resources.GetObject("MenuExcel.Image"))); this.MenuExcel.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuExcel.Name = "MenuExcel"; this.MenuExcel.Size = new System.Drawing.Size(36, 33); this.MenuExcel.Text = "Excel"; this.MenuExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuExcel.Click += new System.EventHandler(this.MenuExcel_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 36); // // MenuSalir // this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image"))); this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta; this.MenuSalir.Name = "MenuSalir"; this.MenuSalir.Size = new System.Drawing.Size(31, 33); this.MenuSalir.Text = "Salir"; this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click); // // groupControl3 // this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.groupControl3.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue; this.groupControl3.AppearanceCaption.Options.UseFont = true; this.groupControl3.AppearanceCaption.Options.UseForeColor = true; this.groupControl3.Controls.Add(this.gridProspectos); this.groupControl3.Location = new System.Drawing.Point(0, 39); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(980, 369); this.groupControl3.TabIndex = 8; this.groupControl3.Text = "Prospectos Abiertos"; // // gridProspectos // this.gridProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridProspectos.Location = new System.Drawing.Point(5, 23); this.gridProspectos.MainView = this.gridViewProspectos; this.gridProspectos.Name = "gridProspectos"; this.gridProspectos.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemImageComboBox1, this.repositoryItemImageComboBox2}); this.gridProspectos.Size = new System.Drawing.Size(970, 341); this.gridProspectos.TabIndex = 1; this.gridProspectos.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewProspectos}); this.gridProspectos.Leave += new System.EventHandler(this.gridProspectos_Leave); this.gridProspectos.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridProspectos_KeyPress); this.gridProspectos.Click += new System.EventHandler(this.gridProspectos_Click); // // gridViewProspectos // this.gridViewProspectos.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColNumMeta, this.gridColTipoOportunidad, this.gridColCuentaTarget, this.gridColCuenta, this.gridColVendedor, this.gridColEstado, this.gridColFAsignacion, this.gridColFHoy, this.gridColFUp, this.gridColFActualizacion, this.gridColTipoActualizacion, this.gridColIcono}); this.gridViewProspectos.GridControl = this.gridProspectos; this.gridViewProspectos.Name = "gridViewProspectos"; this.gridViewProspectos.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewProspectos_FocusedRowChanged); this.gridViewProspectos.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridViewProspectos_CustomDrawCell); this.gridViewProspectos.ColumnFilterChanged += new System.EventHandler(this.gridViewProspectos_ColumnFilterChanged); this.gridViewProspectos.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewProspectos_RowStyle); // // gridColNumMeta // this.gridColNumMeta.AppearanceCell.Options.UseTextOptions = true; this.gridColNumMeta.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColNumMeta.AppearanceHeader.Options.UseTextOptions = true; this.gridColNumMeta.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColNumMeta.Caption = "N# Target"; this.gridColNumMeta.FieldName = "IdNumMeta"; this.gridColNumMeta.Name = "gridColNumMeta"; this.gridColNumMeta.OptionsColumn.AllowEdit = false; this.gridColNumMeta.OptionsColumn.ReadOnly = true; this.gridColNumMeta.Visible = true; this.gridColNumMeta.VisibleIndex = 0; this.gridColNumMeta.Width = 50; // // gridColTipoOportunidad // this.gridColTipoOportunidad.AppearanceCell.Options.UseTextOptions = true; this.gridColTipoOportunidad.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColTipoOportunidad.AppearanceHeader.Options.UseTextOptions = true; this.gridColTipoOportunidad.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColTipoOportunidad.Caption = "Tipo Target"; this.gridColTipoOportunidad.FieldName = "TipoOportunidad"; this.gridColTipoOportunidad.Name = "gridColTipoOportunidad"; this.gridColTipoOportunidad.OptionsColumn.AllowEdit = false; this.gridColTipoOportunidad.OptionsColumn.ReadOnly = true; this.gridColTipoOportunidad.Width = 71; // // gridColCuentaTarget // this.gridColCuentaTarget.AppearanceCell.Options.UseTextOptions = true; this.gridColCuentaTarget.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColCuentaTarget.AppearanceHeader.Options.UseTextOptions = true; this.gridColCuentaTarget.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColCuentaTarget.Caption = "Target"; this.gridColCuentaTarget.FieldName = "GlosaClienteTarget"; this.gridColCuentaTarget.Name = "gridColCuentaTarget"; this.gridColCuentaTarget.OptionsColumn.AllowEdit = false; this.gridColCuentaTarget.OptionsColumn.ReadOnly = true; this.gridColCuentaTarget.Visible = true; this.gridColCuentaTarget.VisibleIndex = 1; this.gridColCuentaTarget.Width = 163; // // gridColCuenta // this.gridColCuenta.AppearanceHeader.Options.UseTextOptions = true; this.gridColCuenta.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColCuenta.Caption = "Cuenta"; this.gridColCuenta.FieldName = "ObjClienteMaster.NombreFantasia"; this.gridColCuenta.Name = "gridColCuenta"; this.gridColCuenta.Visible = true; this.gridColCuenta.VisibleIndex = 2; this.gridColCuenta.Width = 78; // // gridColVendedor // this.gridColVendedor.AppearanceCell.Options.UseTextOptions = true; this.gridColVendedor.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColVendedor.AppearanceHeader.Options.UseTextOptions = true; this.gridColVendedor.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColVendedor.Caption = "Vendedor"; this.gridColVendedor.FieldName = "ObjMetaAsignacion.ObjVendedorAsignado.NombreUsuario"; this.gridColVendedor.Name = "gridColVendedor"; this.gridColVendedor.OptionsColumn.AllowEdit = false; this.gridColVendedor.OptionsColumn.ReadOnly = true; this.gridColVendedor.Visible = true; this.gridColVendedor.VisibleIndex = 3; this.gridColVendedor.Width = 92; // // gridColEstado // this.gridColEstado.AppearanceCell.Options.UseTextOptions = true; this.gridColEstado.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColEstado.AppearanceHeader.Options.UseTextOptions = true; this.gridColEstado.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColEstado.Caption = "Estado"; this.gridColEstado.FieldName = "EstadoMeta"; this.gridColEstado.Name = "gridColEstado"; this.gridColEstado.OptionsColumn.AllowEdit = false; this.gridColEstado.OptionsColumn.ReadOnly = true; this.gridColEstado.Visible = true; this.gridColEstado.VisibleIndex = 4; this.gridColEstado.Width = 71; // // gridColFAsignacion // this.gridColFAsignacion.AppearanceCell.Options.UseTextOptions = true; this.gridColFAsignacion.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColFAsignacion.AppearanceHeader.Options.UseTextOptions = true; this.gridColFAsignacion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColFAsignacion.Caption = "Asignación"; this.gridColFAsignacion.FieldName = "FechaApertura"; this.gridColFAsignacion.Name = "gridColFAsignacion"; this.gridColFAsignacion.OptionsColumn.AllowEdit = false; this.gridColFAsignacion.OptionsColumn.ReadOnly = true; this.gridColFAsignacion.Visible = true; this.gridColFAsignacion.VisibleIndex = 5; this.gridColFAsignacion.Width = 91; // // gridColFHoy // this.gridColFHoy.Caption = "Hoy"; this.gridColFHoy.FieldName = "FechaHoy"; this.gridColFHoy.Name = "gridColFHoy"; this.gridColFHoy.Visible = true; this.gridColFHoy.VisibleIndex = 9; this.gridColFHoy.Width = 73; // // gridColFUp // this.gridColFUp.AppearanceCell.Options.UseTextOptions = true; this.gridColFUp.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColFUp.AppearanceHeader.Options.UseTextOptions = true; this.gridColFUp.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.gridColFUp.Caption = "Follow Up"; this.gridColFUp.FieldName = "FechaRevision"; this.gridColFUp.Name = "gridColFUp"; this.gridColFUp.OptionsColumn.AllowEdit = false; this.gridColFUp.OptionsColumn.ReadOnly = true; this.gridColFUp.Visible = true; this.gridColFUp.VisibleIndex = 6; this.gridColFUp.Width = 76; // // gridColFActualizacion // this.gridColFActualizacion.Caption = " Actualización"; this.gridColFActualizacion.FieldName = "FechaUltActulizacion"; this.gridColFActualizacion.Name = "gridColFActualizacion"; this.gridColFActualizacion.Visible = true; this.gridColFActualizacion.VisibleIndex = 7; this.gridColFActualizacion.Width = 87; // // gridColTipoActualizacion // this.gridColTipoActualizacion.Caption = "Tipo Actualización"; this.gridColTipoActualizacion.ColumnEdit = this.repositoryItemImageComboBox2; this.gridColTipoActualizacion.FieldName = "IdTipoActualizacion"; this.gridColTipoActualizacion.Name = "gridColTipoActualizacion"; this.gridColTipoActualizacion.OptionsColumn.AllowEdit = false; this.gridColTipoActualizacion.Visible = true; this.gridColTipoActualizacion.VisibleIndex = 8; this.gridColTipoActualizacion.Width = 40; // // repositoryItemImageComboBox2 // this.repositoryItemImageComboBox2.AutoHeight = false; this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox2.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("New", 1, 0)}); this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2"; this.repositoryItemImageComboBox2.SmallImages = this.imageCollection1; // // imageCollection1 // this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream"))); this.imageCollection1.Images.SetKeyName(0, "mail_get.png"); // // gridColIcono // this.gridColIcono.AppearanceHeader.Options.UseTextOptions = true; this.gridColIcono.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.gridColIcono.Caption = "Prioridad"; this.gridColIcono.ColumnEdit = this.repositoryItemImageComboBox1; this.gridColIcono.FieldName = "Prioridad.Codigo"; this.gridColIcono.Name = "gridColIcono"; this.gridColIcono.OptionsColumn.AllowEdit = false; this.gridColIcono.Visible = true; this.gridColIcono.VisibleIndex = 10; this.gridColIcono.Width = 128; // // repositoryItemImageComboBox1 // this.repositoryItemImageComboBox1.AutoHeight = false; this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Alta", "0", 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Baja", "2", 1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Media", "1", 2)}); this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1"; this.repositoryItemImageComboBox1.SmallImages = this.ImageCollection; // // ImageCollection // this.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImageCollection.ImageStream"))); this.ImageCollection.Images.SetKeyName(0, "Alta Prioridad.png"); this.ImageCollection.Images.SetKeyName(1, "Baja Prioridad.png"); this.ImageCollection.Images.SetKeyName(2, "Media Prioridad.png"); // // sButtonGrabarObs // this.sButtonGrabarObs.Image = ((System.Drawing.Image)(resources.GetObject("sButtonGrabarObs.Image"))); this.sButtonGrabarObs.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sButtonGrabarObs.Location = new System.Drawing.Point(499, 435); this.sButtonGrabarObs.Name = "sButtonGrabarObs"; this.sButtonGrabarObs.Size = new System.Drawing.Size(32, 29); this.sButtonGrabarObs.TabIndex = 67; this.sButtonGrabarObs.Click += new System.EventHandler(this.sButtonGrabarObs_Click); // // gridObservaciones // this.gridObservaciones.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.gridObservaciones.Location = new System.Drawing.Point(537, 414); this.gridObservaciones.MainView = this.gridViewObs; this.gridObservaciones.Name = "gridObservaciones"; this.gridObservaciones.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repSel, this.repositoryItemCheckEdit1, this.repositoryItemCheckEdit2, this.repositoryItemMemoEdit1, this.repositoryItemMemoEdit2, this.repositoryItemMemoExEdit1}); this.gridObservaciones.Size = new System.Drawing.Size(438, 156); this.gridObservaciones.TabIndex = 65; this.gridObservaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewObs, this.gridView3}); // // gridViewObs // this.gridViewObs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColUsuario, this.gridColObservacion, this.gridFechaHora}); this.gridViewObs.CustomizationFormBounds = new System.Drawing.Rectangle(592, 334, 208, 170); this.gridViewObs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None; this.gridViewObs.GridControl = this.gridObservaciones; this.gridViewObs.Name = "gridViewObs"; this.gridViewObs.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled; this.gridViewObs.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridViewObs.OptionsSelection.EnableAppearanceFocusedRow = false; this.gridViewObs.OptionsView.ShowGroupPanel = false; this.gridViewObs.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewObs_RowStyle); // // gridColUsuario // this.gridColUsuario.Caption = "Usuario"; this.gridColUsuario.FieldName = "ObjUsuario.NombreUsuario"; this.gridColUsuario.Name = "gridColUsuario"; this.gridColUsuario.OptionsColumn.AllowEdit = false; this.gridColUsuario.OptionsColumn.ReadOnly = true; this.gridColUsuario.Visible = true; this.gridColUsuario.VisibleIndex = 0; this.gridColUsuario.Width = 63; // // gridColObservacion // this.gridColObservacion.AppearanceHeader.Options.UseTextOptions = true; this.gridColObservacion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColObservacion.Caption = "Comentario"; this.gridColObservacion.ColumnEdit = this.repositoryItemMemoExEdit1; this.gridColObservacion.FieldName = "Observacion"; this.gridColObservacion.Name = "gridColObservacion"; this.gridColObservacion.Visible = true; this.gridColObservacion.VisibleIndex = 1; this.gridColObservacion.Width = 276; // // repositoryItemMemoExEdit1 // this.repositoryItemMemoExEdit1.AutoHeight = false; this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1"; this.repositoryItemMemoExEdit1.ShowIcon = false; // // gridFechaHora // this.gridFechaHora.AppearanceHeader.Options.UseTextOptions = true; this.gridFechaHora.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridFechaHora.Caption = "Fecha"; this.gridFechaHora.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.gridFechaHora.FieldName = "FechaHora"; this.gridFechaHora.Name = "gridFechaHora"; this.gridFechaHora.OptionsColumn.ReadOnly = true; this.gridFechaHora.Visible = true; this.gridFechaHora.VisibleIndex = 2; this.gridFechaHora.Width = 76; // // repSel // this.repSel.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repSel.Appearance.Image"))); this.repSel.Appearance.Options.UseImage = true; this.repSel.AutoHeight = false; this.repSel.Name = "repSel"; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // repositoryItemCheckEdit2 // this.repositoryItemCheckEdit2.AutoHeight = false; this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2"; // // repositoryItemMemoEdit1 // this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; // // repositoryItemMemoEdit2 // this.repositoryItemMemoEdit2.Appearance.Options.UseTextOptions = true; this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2"; // // gridView3 // this.gridView3.GridControl = this.gridObservaciones; this.gridView3.Name = "gridView3"; // // ChartProspectos // this.ChartProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); xyDiagram2.AxisX.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisX.Range.SideMarginsEnabled = true; xyDiagram2.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram2.AxisY.Range.ScrollingRange.SideMarginsEnabled = true; xyDiagram2.AxisY.Range.SideMarginsEnabled = true; xyDiagram2.AxisY.VisibleInPanesSerializable = "-1"; this.ChartProspectos.Diagram = xyDiagram2; this.ChartProspectos.Location = new System.Drawing.Point(5, 435); this.ChartProspectos.Name = "ChartProspectos"; stackedBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions"; series4.Label = stackedBarSeriesLabel5; series4.Name = "Propuesta"; series4.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint22, seriesPoint23, seriesPoint24, seriesPoint25, seriesPoint26, seriesPoint27, seriesPoint28}); series4.View = stackedBarSeriesView5; stackedBarSeriesLabel6.OverlappingOptionsTypeName = "OverlappingOptions"; series5.Label = stackedBarSeriesLabel6; series5.Name = "Asignada"; series5.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint29, seriesPoint30, seriesPoint31, seriesPoint32, seriesPoint33, seriesPoint34, seriesPoint35}); series5.View = stackedBarSeriesView6; stackedBarSeriesLabel7.OverlappingOptionsTypeName = "OverlappingOptions"; series6.Label = stackedBarSeriesLabel7; series6.Name = "Revisión"; series6.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] { seriesPoint36, seriesPoint37, seriesPoint38, seriesPoint39, seriesPoint40, seriesPoint41, seriesPoint42}); series6.View = stackedBarSeriesView7; this.ChartProspectos.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series4, series5, series6}; stackedBarSeriesLabel8.OverlappingOptionsTypeName = "OverlappingOptions"; this.ChartProspectos.SeriesTemplate.Label = stackedBarSeriesLabel8; this.ChartProspectos.SeriesTemplate.View = stackedBarSeriesView8; this.ChartProspectos.Size = new System.Drawing.Size(479, 135); this.ChartProspectos.TabIndex = 69; // // sButtonEliminarObservacion // this.sButtonEliminarObservacion.AutoSizeInLayoutControl = true; this.sButtonEliminarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarObservacion.Image"))); this.sButtonEliminarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sButtonEliminarObservacion.Location = new System.Drawing.Point(499, 516); this.sButtonEliminarObservacion.Name = "sButtonEliminarObservacion"; this.sButtonEliminarObservacion.Size = new System.Drawing.Size(32, 24); this.sButtonEliminarObservacion.TabIndex = 70; this.sButtonEliminarObservacion.Click += new System.EventHandler(this.sButtonEliminarObservacion_Click_1); // // sButtonAgregarObservacion // this.sButtonAgregarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarObservacion.Image"))); this.sButtonAgregarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sButtonAgregarObservacion.Location = new System.Drawing.Point(499, 546); this.sButtonAgregarObservacion.Name = "sButtonAgregarObservacion"; this.sButtonAgregarObservacion.Size = new System.Drawing.Size(32, 24); this.sButtonAgregarObservacion.TabIndex = 71; this.sButtonAgregarObservacion.Click += new System.EventHandler(this.sButtonAgregarObservacion_Click); // // ctrldxError // this.ctrldxError.ContainerControl = this; // // DateHasta // this.DateHasta.EditValue = null; this.DateHasta.Location = new System.Drawing.Point(102, 411); this.DateHasta.Name = "DateHasta"; this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateHasta.Size = new System.Drawing.Size(91, 20); this.DateHasta.TabIndex = 73; this.DateHasta.EditValueChanged += new System.EventHandler(this.DateHasta_EditValueChanged); // // DateDesde // this.DateDesde.EditValue = null; this.DateDesde.Location = new System.Drawing.Point(5, 411); this.DateDesde.Name = "DateDesde"; this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.DateDesde.Size = new System.Drawing.Size(91, 20); this.DateDesde.TabIndex = 72; this.DateDesde.EditValueChanged += new System.EventHandler(this.DateDesde_EditValueChanged); // // sBActualizar // this.sBActualizar.Image = ((System.Drawing.Image)(resources.GetObject("sBActualizar.Image"))); this.sBActualizar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.sBActualizar.Location = new System.Drawing.Point(199, 411); this.sBActualizar.Name = "sBActualizar"; this.sBActualizar.Size = new System.Drawing.Size(41, 20); this.sBActualizar.TabIndex = 74; this.sBActualizar.ToolTip = "Actualizar Gráfico"; this.sBActualizar.Click += new System.EventHandler(this.sBActualizar_Click); // // frmGestionarMetas // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(980, 574); this.Controls.Add(this.sBActualizar); this.Controls.Add(this.DateHasta); this.Controls.Add(this.DateDesde); this.Controls.Add(this.sButtonAgregarObservacion); this.Controls.Add(this.sButtonEliminarObservacion); this.Controls.Add(this.ChartProspectos); this.Controls.Add(this.sButtonGrabarObs); this.Controls.Add(this.gridObservaciones); this.Controls.Add(this.groupControl3); this.Controls.Add(this.toolStripBarraLlamada); this.Name = "frmGestionarMetas"; this.Text = "Gestión de TARGETS"; this.Load += new System.EventHandler(this.frmGestionarMetas_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGestionarMetas_FormClosed); this.toolStripBarraLlamada.ResumeLayout(false); this.toolStripBarraLlamada.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridObservaciones)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewObs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView8)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ChartProspectos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series(); DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel(); DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(); this.dataTKTTNV = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colum2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.dateFromNV = new DevExpress.XtraEditors.DateEdit(); this.dateToNV = new DevExpress.XtraEditors.DateEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutTKTTNV = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.btnTKNV = new DevExpress.XtraEditors.SimpleButton(); this.btnXuatTKNV = new DevExpress.XtraEditors.SimpleButton(); this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl(); this.searchLookUpTTNV = new DevExpress.XtraEditors.SearchLookUpEdit(); this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.btnBieuDoNV = new DevExpress.XtraEditors.SimpleButton(); this.labelNV = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.chartControlNV = new DevExpress.XtraCharts.ChartControl(); this.tiLeThanhTichNVTableAdapter = new QLTiemChung.TiemChungDataSet4TableAdapters.TiLeThanhTichNVTableAdapter(); this.thanhTichNVBindingSource = new System.Windows.Forms.BindingSource(this.components); this.tiemChungDataSet5 = new QLTiemChung.TiemChungDataSet5(); this.chartControlTLNV = new DevExpress.XtraCharts.ChartControl(); this.tiLeThanhTichNVBindingSource = new System.Windows.Forms.BindingSource(this.components); this.tiemChungDataSet4 = new QLTiemChung.TiemChungDataSet4(); this.thanhTichNVTableAdapter = new QLTiemChung.TiemChungDataSet5TableAdapters.ThanhTichNVTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dataTKTTNV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dateFromNV.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateFromNV.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateToNV.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dateToNV.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutTKTTNV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit(); this.layoutControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpTTNV.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlNV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.thanhTichNVBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tiemChungDataSet5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlTLNV)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tiLeThanhTichNVBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tiemChungDataSet4)).BeginInit(); this.SuspendLayout(); // // dataTKTTNV // this.dataTKTTNV.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.dataTKTTNV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataTKTTNV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.colum2, this.Column2, this.Column3, this.Column4, this.Column5, this.Column6 }); this.dataTKTTNV.Location = new System.Drawing.Point(46, 186); this.dataTKTTNV.Name = "dataTKTTNV"; this.dataTKTTNV.RowHeadersWidth = 51; this.dataTKTTNV.RowTemplate.Height = 24; this.dataTKTTNV.Size = new System.Drawing.Size(906, 611); this.dataTKTTNV.TabIndex = 0; // // Column1 // this.Column1.HeaderText = "STT"; this.Column1.MinimumWidth = 6; this.Column1.Name = "Column1"; this.Column1.Width = 55; // // colum2 // this.colum2.DataPropertyName = "MaNV"; this.colum2.HeaderText = "Mã nhân viên"; this.colum2.MinimumWidth = 6; this.colum2.Name = "colum2"; this.colum2.Width = 85; // // Column2 // this.Column2.DataPropertyName = "HoTenNV"; this.Column2.HeaderText = "Họ tên nhân viên"; this.Column2.MinimumWidth = 6; this.Column2.Name = "Column2"; this.Column2.Width = 185; // // Column3 // this.Column3.DataPropertyName = "NgaySinh"; this.Column3.HeaderText = "Ngày sinh"; this.Column3.MinimumWidth = 6; this.Column3.Name = "Column3"; this.Column3.Width = 115; // // Column4 // this.Column4.DataPropertyName = "GioiTinh"; this.Column4.HeaderText = "Giới tính"; this.Column4.MinimumWidth = 6; this.Column4.Name = "Column4"; this.Column4.Width = 70; // // Column5 // this.Column5.DataPropertyName = "SDT"; this.Column5.HeaderText = "SĐT"; this.Column5.MinimumWidth = 6; this.Column5.Name = "Column5"; this.Column5.Width = 105; // // Column6 // this.Column6.DataPropertyName = "TongSoHoaDon"; this.Column6.HeaderText = "Tống số hóa đơn"; this.Column6.MinimumWidth = 6; this.Column6.Name = "Column6"; this.Column6.Width = 105; // // layoutControl1 // this.layoutControl1.Controls.Add(this.dateFromNV); this.layoutControl1.Controls.Add(this.dateToNV); this.layoutControl1.Location = new System.Drawing.Point(119, 30); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(722, 120); this.layoutControl1.TabIndex = 1; this.layoutControl1.Text = "layoutControl1"; // // dateFromNV // this.dateFromNV.EditValue = null; this.dateFromNV.Location = new System.Drawing.Point(59, 50); this.dateFromNV.Name = "dateFromNV"; this.dateFromNV.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateFromNV.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateFromNV.Size = new System.Drawing.Size(299, 22); this.dateFromNV.StyleController = this.layoutControl1; this.dateFromNV.TabIndex = 4; // // dateToNV // this.dateToNV.EditValue = null; this.dateToNV.Location = new System.Drawing.Point(397, 50); this.dateToNV.Name = "dateToNV"; this.dateToNV.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateToNV.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.dateToNV.Size = new System.Drawing.Size(301, 22); this.dateToNV.StyleController = this.layoutControl1; this.dateToNV.TabIndex = 5; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutTKTTNV }); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(722, 120); this.Root.TextVisible = false; // // layoutTKTTNV // this.layoutTKTTNV.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2 }); this.layoutTKTTNV.Location = new System.Drawing.Point(0, 0); this.layoutTKTTNV.Name = "layoutTKTTNV"; this.layoutTKTTNV.Size = new System.Drawing.Size(702, 100); this.layoutTKTTNV.Text = "Thành tích lập hóa đơn của nhân viên trong khoản gian"; // // layoutControlItem1 // this.layoutControlItem1.Control = this.dateFromNV; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(338, 50); this.layoutControlItem1.Text = "Từ"; this.layoutControlItem1.TextSize = new System.Drawing.Size(23, 17); // // layoutControlItem2 // this.layoutControlItem2.Control = this.dateToNV; this.layoutControlItem2.Location = new System.Drawing.Point(338, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(340, 50); this.layoutControlItem2.Text = "đến"; this.layoutControlItem2.TextSize = new System.Drawing.Size(23, 17); // // btnTKNV // this.btnTKNV.Location = new System.Drawing.Point(848, 76); this.btnTKNV.Name = "btnTKNV"; this.btnTKNV.Size = new System.Drawing.Size(94, 29); this.btnTKNV.TabIndex = 2; this.btnTKNV.Text = "Thống kê"; this.btnTKNV.Click += new System.EventHandler(this.btnTKNV_Click); // // btnXuatTKNV // this.btnXuatTKNV.Location = new System.Drawing.Point(446, 803); this.btnXuatTKNV.Name = "btnXuatTKNV"; this.btnXuatTKNV.Size = new System.Drawing.Size(94, 29); this.btnXuatTKNV.TabIndex = 3; this.btnXuatTKNV.Text = "Xuất excel"; this.btnXuatTKNV.Click += new System.EventHandler(this.btnXuatTKNV_Click); // // layoutControl2 // this.layoutControl2.Controls.Add(this.searchLookUpTTNV); this.layoutControl2.Location = new System.Drawing.Point(1096, 50); this.layoutControl2.Name = "layoutControl2"; this.layoutControl2.Root = this.layoutControlGroup1; this.layoutControl2.Size = new System.Drawing.Size(768, 55); this.layoutControl2.TabIndex = 4; this.layoutControl2.Text = "layoutControl2"; // // searchLookUpTTNV // this.searchLookUpTTNV.Location = new System.Drawing.Point(78, 12); this.searchLookUpTTNV.Name = "searchLookUpTTNV"; this.searchLookUpTTNV.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); this.searchLookUpTTNV.Properties.PopupView = this.searchLookUpEdit1View; this.searchLookUpTTNV.Size = new System.Drawing.Size(657, 22); this.searchLookUpTTNV.StyleController = this.layoutControl2; this.searchLookUpTTNV.TabIndex = 4; // // searchLookUpEdit1View // this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.searchLookUpEdit1View.Name = "searchLookUpEdit1View"; this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.emptySpaceItem1 }); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Size = new System.Drawing.Size(747, 56); this.layoutControlGroup1.TextVisible = false; // // layoutControlItem3 // this.layoutControlItem3.Control = this.searchLookUpTTNV; this.layoutControlItem3.Location = new System.Drawing.Point(0, 0); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(727, 26); this.layoutControlItem3.Text = "Tìm kiếm"; this.layoutControlItem3.TextSize = new System.Drawing.Size(54, 17); // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 26); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(727, 10); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // btnBieuDoNV // this.btnBieuDoNV.Location = new System.Drawing.Point(1563, 803); this.btnBieuDoNV.Name = "btnBieuDoNV"; this.btnBieuDoNV.Size = new System.Drawing.Size(94, 29); this.btnBieuDoNV.TabIndex = 6; this.btnBieuDoNV.Text = "Xem biểu đồ"; this.btnBieuDoNV.Click += new System.EventHandler(this.btnBieuDoNV_Click); // // labelNV // this.labelNV.Location = new System.Drawing.Point(1081, 157); this.labelNV.Name = "labelNV"; this.labelNV.Size = new System.Drawing.Size(43, 16); this.labelNV.TabIndex = 7; this.labelNV.Text = "labelNV"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(46, 156); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(297, 17); this.labelControl2.TabIndex = 9; this.labelControl2.Text = "Danh sách thành tích lập hóa đơn của nhân viên"; // // chartControlNV // this.chartControlNV.AppearanceNameSerializable = "Light"; this.chartControlNV.DataAdapter = this.tiLeThanhTichNVTableAdapter; this.chartControlNV.DataSource = this.thanhTichNVBindingSource; xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False; this.chartControlNV.Diagram = xyDiagram1; this.chartControlNV.Location = new System.Drawing.Point(964, 188); this.chartControlNV.Name = "chartControlNV"; this.chartControlNV.PaletteName = "Blue II"; series1.ArgumentDataMember = "MaNV"; series1.Name = "Số hóa đơn"; series1.ValueDataMembersSerializable = "TongSoHoaDon"; this.chartControlNV.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series1 }; this.chartControlNV.SeriesTemplate.ArgumentDataMember = "MaNV"; this.chartControlNV.SeriesTemplate.ValueDataMembersSerializable = "TongSoHoaDon"; this.chartControlNV.Size = new System.Drawing.Size(1167, 301); this.chartControlNV.TabIndex = 10; // // tiLeThanhTichNVTableAdapter // this.tiLeThanhTichNVTableAdapter.ClearBeforeFill = true; // // thanhTichNVBindingSource // this.thanhTichNVBindingSource.DataMember = "ThanhTichNV"; this.thanhTichNVBindingSource.DataSource = this.tiemChungDataSet5; // // tiemChungDataSet5 // this.tiemChungDataSet5.DataSetName = "TiemChungDataSet5"; this.tiemChungDataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // chartControlTLNV // this.chartControlTLNV.AppearanceNameSerializable = "Nature Colors"; this.chartControlTLNV.DataAdapter = this.tiLeThanhTichNVTableAdapter; this.chartControlTLNV.DataSource = this.tiLeThanhTichNVBindingSource; this.chartControlTLNV.IndicatorsPaletteName = "Metro"; this.chartControlTLNV.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.Center; this.chartControlTLNV.Legend.Title.Text = "Tỉ lệ phần trăm số hóa đơn"; this.chartControlTLNV.Legend.Title.Visible = true; this.chartControlTLNV.Legend.Title.WordWrap = true; this.chartControlTLNV.Location = new System.Drawing.Point(966, 492); this.chartControlTLNV.Name = "chartControlTLNV"; this.chartControlTLNV.PaletteName = "Metro"; series2.ArgumentDataMember = "MaNV"; pieSeriesLabel1.TextAlignment = System.Drawing.StringAlignment.Far; series2.Label = pieSeriesLabel1; series2.LegendTextPattern = "{A}: {VP:P}"; series2.Name = "Series 1"; series2.ValueDataMembersSerializable = "TiLeSoHoaDon"; series2.View = pieSeriesView1; this.chartControlTLNV.SeriesSerializable = new DevExpress.XtraCharts.Series[] { series2 }; this.chartControlTLNV.Size = new System.Drawing.Size(1167, 304); this.chartControlTLNV.TabIndex = 11; // // tiLeThanhTichNVBindingSource // this.tiLeThanhTichNVBindingSource.DataMember = "TiLeThanhTichNV"; this.tiLeThanhTichNVBindingSource.DataSource = this.tiemChungDataSet4; // // tiemChungDataSet4 // this.tiemChungDataSet4.DataSetName = "TiemChungDataSet4"; this.tiemChungDataSet4.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // thanhTichNVTableAdapter // this.thanhTichNVTableAdapter.ClearBeforeFill = true; // // FormTK_ThanhTichNV // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.chartControlTLNV); this.Controls.Add(this.chartControlNV); this.Controls.Add(this.labelControl2); this.Controls.Add(this.labelNV); this.Controls.Add(this.btnBieuDoNV); this.Controls.Add(this.layoutControl2); this.Controls.Add(this.btnXuatTKNV); this.Controls.Add(this.btnTKNV); this.Controls.Add(this.layoutControl1); this.Controls.Add(this.dataTKTTNV); this.Name = "FormTK_ThanhTichNV"; this.Size = new System.Drawing.Size(2248, 844); ((System.ComponentModel.ISupportInitialize)(this.dataTKTTNV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dateFromNV.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateFromNV.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateToNV.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dateToNV.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutTKTTNV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit(); this.layoutControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpTTNV.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlNV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.thanhTichNVBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tiemChungDataSet5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(series2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chartControlTLNV)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tiLeThanhTichNVBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tiemChungDataSet4)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }