private void InitializeComponent() { this.components = new Container(); this.gpgChart = new GPGChartControl(this.components); this.btnExecute = new SkinButton(); ((ISupportInitialize) base.pbBottom).BeginInit(); ((ISupportInitialize) this.gpgChart).BeginInit(); base.SuspendLayout(); base.ttDefault.SetSuperTip(base.pbBottom, null); base.ttDefault.DefaultController.AutoPopDelay = 0x3e8; base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop; this.gpgChart.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.gpgChart.AppearanceName = "Northern Lights"; this.gpgChart.Location = new Point(12, 0x4b); this.gpgChart.Name = "gpgChart"; this.gpgChart.SeriesTemplate.PointOptionsTypeName = "PointOptions"; this.gpgChart.Size = new Size(0x269, 0x134); base.ttDefault.SetSuperTip(this.gpgChart, null); this.gpgChart.TabIndex = 0x19; this.btnExecute.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnExecute.AutoStyle = true; this.btnExecute.BackColor = Color.Black; this.btnExecute.ButtonState = 0; this.btnExecute.DialogResult = DialogResult.OK; this.btnExecute.DisabledForecolor = Color.Gray; this.btnExecute.DrawColor = Color.White; this.btnExecute.DrawEdges = true; this.btnExecute.FocusColor = Color.Yellow; this.btnExecute.Font = new Font("Verdana", 8f, FontStyle.Bold); this.btnExecute.ForeColor = Color.White; this.btnExecute.HorizontalScalingMode = ScalingModes.Tile; this.btnExecute.IsStyled = true; this.btnExecute.Location = new Point(0x218, 0x185); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new Size(0x5d, 0x1c); this.btnExecute.SkinBasePath = @"Controls\Button\Round Edge"; base.ttDefault.SetSuperTip(this.btnExecute, null); this.btnExecute.TabIndex = 0x1a; this.btnExecute.TabStop = true; this.btnExecute.Text = "<LOC>Execute"; this.btnExecute.TextAlign = ContentAlignment.MiddleCenter; this.btnExecute.TextPadding = new Padding(0); base.AutoScaleDimensions = new SizeF(7f, 13f); base.AutoScaleMode = AutoScaleMode.Font; base.ClientSize = new Size(640, 480); base.Controls.Add(this.btnExecute); base.Controls.Add(this.gpgChart); this.Font = new Font("Verdana", 8f); base.Location = new Point(0, 0); base.Name = "DlgViewGraph"; base.ttDefault.SetSuperTip(this, null); this.Text = "DlgViewGraph"; base.Controls.SetChildIndex(this.gpgChart, 0); base.Controls.SetChildIndex(this.btnExecute, 0); ((ISupportInitialize) base.pbBottom).EndInit(); ((ISupportInitialize) this.gpgChart).EndInit(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.components = new Container(); XYDiagram diagram = new XYDiagram(); RectangleGradientFillOptions options = new RectangleGradientFillOptions(); Series series = new Series(); LineSeriesView view = new LineSeriesView(); this.btnExecute = new SkinButton(); this.gpgChart = new GPGChartControl(this.components); this.tbQuery = new GPGTextArea(); this.btnSave = new SkinButton(); this.cbViewType = new GPGDropDownList(); this.cbLabels = new GPGCheckBox(); ((ISupportInitialize) base.pbBottom).BeginInit(); ((ISupportInitialize) this.gpgChart).BeginInit(); ((ISupportInitialize) diagram).BeginInit(); ((ISupportInitialize) series).BeginInit(); ((ISupportInitialize) view).BeginInit(); this.tbQuery.Properties.BeginInit(); base.SuspendLayout(); base.ttDefault.SetSuperTip(base.pbBottom, null); base.ttDefault.DefaultController.AutoPopDelay = 0x3e8; base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop; this.btnExecute.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnExecute.AutoStyle = true; this.btnExecute.BackColor = Color.Black; this.btnExecute.ButtonState = 0; this.btnExecute.DialogResult = DialogResult.OK; this.btnExecute.DisabledForecolor = Color.Gray; this.btnExecute.DrawColor = Color.White; this.btnExecute.DrawEdges = true; this.btnExecute.FocusColor = Color.Yellow; this.btnExecute.Font = new Font("Verdana", 8f, FontStyle.Bold); this.btnExecute.ForeColor = Color.White; this.btnExecute.HorizontalScalingMode = ScalingModes.Tile; this.btnExecute.IsStyled = true; this.btnExecute.Location = new Point(0x217, 0x185); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new Size(0x5d, 0x1c); this.btnExecute.SkinBasePath = @"Controls\Button\Round Edge"; base.ttDefault.SetSuperTip(this.btnExecute, null); this.btnExecute.TabIndex = 0x17; this.btnExecute.TabStop = true; this.btnExecute.Text = "<LOC>Execute"; this.btnExecute.TextAlign = ContentAlignment.MiddleCenter; this.btnExecute.TextPadding = new System.Windows.Forms.Padding(0); this.btnExecute.Click += new EventHandler(this.btnExecute_Click); this.gpgChart.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.gpgChart.AppearanceName = "Pastel Kit"; this.gpgChart.BackColor = Color.Black; this.gpgChart.Border.Color = Color.White; diagram.BackColor = Color.Black; diagram.AxisY.Color = Color.White; diagram.AxisY.InterlacedColor = Color.White; diagram.AxisY.Label.TextColor = Color.White; diagram.AxisY.Title.TextColor = Color.White; diagram.AxisX.Color = Color.White; diagram.AxisX.GridLines.Color = Color.White; diagram.AxisX.InterlacedColor = Color.White; diagram.AxisX.Label.TextColor = Color.White; diagram.AxisX.Title.TextColor = Color.White; diagram.BorderColor = Color.White; diagram.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient; options.Color2 = Color.FromArgb(0x40, 0x40, 0x40); options.GradientMode = RectangleGradientMode.BottomRightToTopLeft; diagram.FillStyle.Options = options; diagram.Shadow.Color = Color.White; this.gpgChart.Diagram = diagram; this.gpgChart.Legend.BackColor = Color.Black; this.gpgChart.Legend.Border.Color = Color.Black; this.gpgChart.Legend.TextColor = Color.White; this.gpgChart.Location = new Point(12, 0x53); this.gpgChart.Name = "gpgChart"; this.gpgChart.RuntimeRotation = true; this.gpgChart.RuntimeSelection = true; series.PointOptionsTypeName = "PointOptions"; view.LineMarkerOptions.Size = 5; series.View = view; series.Name = "Series 1"; this.gpgChart.Series.AddRange(new Series[] { series }); this.gpgChart.SeriesTemplate.PointOptionsTypeName = "PointOptions"; this.gpgChart.Size = new Size(0x269, 0xca); base.ttDefault.SetSuperTip(this.gpgChart, null); this.gpgChart.TabIndex = 0x18; this.tbQuery.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; this.tbQuery.BorderColor = Color.White; this.tbQuery.Location = new Point(12, 0x123); this.tbQuery.Name = "tbQuery"; this.tbQuery.Properties.Appearance.BackColor = Color.Black; this.tbQuery.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190); this.tbQuery.Properties.Appearance.ForeColor = Color.White; this.tbQuery.Properties.Appearance.Options.UseBackColor = true; this.tbQuery.Properties.Appearance.Options.UseBorderColor = true; this.tbQuery.Properties.Appearance.Options.UseForeColor = true; this.tbQuery.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f); this.tbQuery.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0); this.tbQuery.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2); this.tbQuery.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal; this.tbQuery.Properties.AppearanceFocused.Options.UseBackColor = true; this.tbQuery.Properties.AppearanceFocused.Options.UseBorderColor = true; this.tbQuery.Properties.BorderStyle = BorderStyles.Simple; this.tbQuery.Properties.LookAndFeel.SkinName = "London Liquid Sky"; this.tbQuery.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.tbQuery.Size = new Size(0x269, 0x60); this.tbQuery.TabIndex = 0x19; this.btnSave.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnSave.AutoStyle = true; this.btnSave.BackColor = Color.Black; this.btnSave.ButtonState = 0; this.btnSave.DialogResult = DialogResult.OK; this.btnSave.DisabledForecolor = Color.Gray; this.btnSave.DrawColor = Color.White; this.btnSave.DrawEdges = true; this.btnSave.FocusColor = Color.Yellow; this.btnSave.Font = new Font("Verdana", 8f, FontStyle.Bold); this.btnSave.ForeColor = Color.White; this.btnSave.HorizontalScalingMode = ScalingModes.Tile; this.btnSave.IsStyled = true; this.btnSave.Location = new Point(0x1b4, 0x185); this.btnSave.Name = "btnSave"; this.btnSave.Size = new Size(0x5d, 0x1c); this.btnSave.SkinBasePath = @"Controls\Button\Round Edge"; base.ttDefault.SetSuperTip(this.btnSave, null); this.btnSave.TabIndex = 0x1a; this.btnSave.TabStop = true; this.btnSave.Text = "<LOC>Save"; this.btnSave.TextAlign = ContentAlignment.MiddleCenter; this.btnSave.TextPadding = new System.Windows.Forms.Padding(0); this.btnSave.Click += new EventHandler(this.btnSave_Click); this.cbViewType.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.cbViewType.BackColor = Color.Black; this.cbViewType.BorderColor = Color.Black; this.cbViewType.DoValidate = true; this.cbViewType.FlatStyle = FlatStyle.Flat; this.cbViewType.FocusBackColor = Color.White; this.cbViewType.FocusBorderColor = Color.White; this.cbViewType.ForeColor = Color.White; this.cbViewType.FormattingEnabled = true; this.cbViewType.Items.AddRange(new object[] { "Beta Server", "GPG Test Server 1", "GPG Test Server 2", "Test Staging Server" }); this.cbViewType.Location = new Point(12, 0x185); this.cbViewType.Name = "cbViewType"; this.cbViewType.Size = new Size(0xe3, 0x15); base.ttDefault.SetSuperTip(this.cbViewType, null); this.cbViewType.TabIndex = 0x1b; this.cbViewType.SelectedValueChanged += new EventHandler(this.cbViewType_SelectedValueChanged); this.cbLabels.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.cbLabels.AutoSize = true; this.cbLabels.Location = new Point(0xf5, 0x189); this.cbLabels.Name = "cbLabels"; this.cbLabels.Size = new Size(0x89, 0x11); base.ttDefault.SetSuperTip(this.cbLabels, null); this.cbLabels.TabIndex = 0x1c; this.cbLabels.Text = "Show Series Labels"; this.cbLabels.UsesBG = false; this.cbLabels.UseVisualStyleBackColor = true; this.cbLabels.CheckStateChanged += new EventHandler(this.cbLabels_CheckStateChanged); base.AutoScaleDimensions = new SizeF(7f, 13f); base.AutoScaleMode = AutoScaleMode.Font; base.ClientSize = new Size(640, 480); base.Controls.Add(this.cbLabels); base.Controls.Add(this.cbViewType); base.Controls.Add(this.btnSave); base.Controls.Add(this.tbQuery); base.Controls.Add(this.gpgChart); base.Controls.Add(this.btnExecute); this.Font = new Font("Verdana", 8f); base.Location = new Point(0, 0); base.Name = "DlgAdhocGraph"; base.ttDefault.SetSuperTip(this, null); this.Text = "DlgAdhocGraph"; base.Controls.SetChildIndex(this.btnExecute, 0); base.Controls.SetChildIndex(this.gpgChart, 0); base.Controls.SetChildIndex(this.tbQuery, 0); base.Controls.SetChildIndex(this.btnSave, 0); base.Controls.SetChildIndex(this.cbViewType, 0); base.Controls.SetChildIndex(this.cbLabels, 0); ((ISupportInitialize) base.pbBottom).EndInit(); ((ISupportInitialize) diagram).EndInit(); ((ISupportInitialize) view).EndInit(); ((ISupportInitialize) series).EndInit(); ((ISupportInitialize) this.gpgChart).EndInit(); this.tbQuery.Properties.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.components = new Container(); LineSeriesView view = new LineSeriesView(); this.btnGetStats = new GPGButton(); this.gpgChartControl = new GPGChartControl(this.components); this.gpgTreeList = new GPGTreeList(this.components); this.colVisible = new TreeListColumn(); this.riVisible = new RepositoryItemCheckEdit(); this.colFilterName = new TreeListColumn(); ((ISupportInitialize) this.gpgChartControl).BeginInit(); ((ISupportInitialize) view).BeginInit(); this.gpgTreeList.BeginInit(); this.riVisible.BeginInit(); base.SuspendLayout(); base.ttDefault.DefaultController.AutoPopDelay = 0x3e8; this.btnGetStats.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnGetStats.Location = new Point(0x1f3, 0x18c); this.btnGetStats.LookAndFeel.SkinName = "London Liquid Sky"; this.btnGetStats.LookAndFeel.UseDefaultLookAndFeel = false; this.btnGetStats.Name = "btnGetStats"; this.btnGetStats.Size = new Size(130, 0x17); this.btnGetStats.TabIndex = 8; this.btnGetStats.Text = "<LOC>Get Stats"; this.btnGetStats.UseVisualStyleBackColor = false; this.btnGetStats.Click += new EventHandler(this.btnGetStats_Click); this.gpgChartControl.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.gpgChartControl.AppearanceName = "Pastel Kit"; this.gpgChartControl.Location = new Point(240, 0x73); this.gpgChartControl.Name = "gpgChartControl"; this.gpgChartControl.SeriesTemplate.PointOptionsTypeName = "PointOptions"; this.gpgChartControl.SeriesTemplate.View = view; this.gpgChartControl.Size = new Size(0x184, 0x113); this.gpgChartControl.TabIndex = 9; this.gpgTreeList.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.gpgTreeList.Columns.AddRange(new TreeListColumn[] { this.colVisible, this.colFilterName }); this.gpgTreeList.Location = new Point(12, 0x73); this.gpgTreeList.Name = "gpgTreeList"; this.gpgTreeList.BeginUnboundLoad(); this.gpgTreeList.AppendNode(new object[] { false, "Unit Stats" }, -1); this.gpgTreeList.AppendNode(new object[] { false, "Summary Stats" }, -1); this.gpgTreeList.AppendNode(new object[] { false, "Economy Stats" }, -1); this.gpgTreeList.AppendNode(new object[] { true, "Totals Stats" }, -1); this.gpgTreeList.EndUnboundLoad(); this.gpgTreeList.RepositoryItems.AddRange(new RepositoryItem[] { this.riVisible }); this.gpgTreeList.Size = new Size(0xde, 0x113); this.gpgTreeList.TabIndex = 10; this.colVisible.Caption = "Visible"; this.colVisible.ColumnEdit = this.riVisible; this.colVisible.FieldName = "Visible"; this.colVisible.MinWidth = 0x1c; this.colVisible.Name = "colVisible"; this.colVisible.VisibleIndex = 0; this.colVisible.Width = 50; this.riVisible.AutoHeight = false; this.riVisible.Name = "riVisible"; this.riVisible.CheckedChanged += new EventHandler(this.riVisible_CheckedChanged); this.colFilterName.Caption = "Filter Name"; this.colFilterName.FieldName = "FilterName"; this.colFilterName.Name = "colFilterName"; this.colFilterName.VisibleIndex = 1; this.colFilterName.Width = 0x97; base.AutoScaleDimensions = new SizeF(7f, 16f); base.AutoScaleMode = AutoScaleMode.Font; base.ClientSize = new Size(640, 480); base.Controls.Add(this.gpgTreeList); base.Controls.Add(this.gpgChartControl); base.Controls.Add(this.btnGetStats); base.Location = new Point(0, 0); base.Name = "DlgSupcomStatsWatcher"; this.Text = "DlgSupcomStatsWatcher"; base.Controls.SetChildIndex(this.btnGetStats, 0); base.Controls.SetChildIndex(this.gpgChartControl, 0); base.Controls.SetChildIndex(this.gpgTreeList, 0); ((ISupportInitialize) view).EndInit(); ((ISupportInitialize) this.gpgChartControl).EndInit(); this.gpgTreeList.EndInit(); this.riVisible.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.components = new Container(); XYDiagram diagram = new XYDiagram(); Series series = new Series(); LineSeriesView view = new LineSeriesView(); LineSeriesView view2 = new LineSeriesView(); this.gpgChart = new GPGChartControl(this.components); this.btnCalculate = new GPGButton(); this.tbMinutes = new GPGTextBox(); this.gpgLabel2 = new GPGLabel(); this.lStatus = new GPGLabel(); this.deDate = new DateEdit(); ((ISupportInitialize) this.gpgChart).BeginInit(); ((ISupportInitialize) diagram).BeginInit(); ((ISupportInitialize) series).BeginInit(); ((ISupportInitialize) view).BeginInit(); ((ISupportInitialize) view2).BeginInit(); this.tbMinutes.Properties.BeginInit(); this.deDate.Properties.BeginInit(); base.SuspendLayout(); base.ttDefault.DefaultController.AutoPopDelay = 0x3e8; this.gpgChart.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.gpgChart.AppearanceName = "Northern Lights"; diagram.AxisX.Tickmarks.MinorVisible = false; diagram.AxisX.GridLines.Visible = true; diagram.AxisX.GridSpacingAuto = false; diagram.AxisX.Label.Angle = 90; diagram.AxisX.Label.Visible = false; diagram.AxisX.Title.Visible = true; diagram.AxisX.Title.Text = "User Connections"; diagram.AxisX.GridSpacing = 0.01; diagram.AxisX.MinorCount = 1; diagram.AxisX.Interlaced = true; this.gpgChart.Diagram = diagram; this.gpgChart.Legend.Visible = false; this.gpgChart.Location = new Point(0x13, 0x65); this.gpgChart.Name = "gpgChart"; series.PointOptionsTypeName = "PointOptions"; series.View = view; series.Name = "Logins"; this.gpgChart.Series.AddRange(new Series[] { series }); this.gpgChart.SeriesTemplate.PointOptionsTypeName = "PointOptions"; this.gpgChart.SeriesTemplate.View = view2; this.gpgChart.Size = new Size(0x256, 0x120); this.gpgChart.TabIndex = 7; this.btnCalculate.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCalculate.Location = new Point(0x1ee, 0x18b); this.btnCalculate.LookAndFeel.SkinName = "London Liquid Sky"; this.btnCalculate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.Size = new Size(0x7f, 0x17); this.btnCalculate.TabIndex = 8; this.btnCalculate.Text = "<LOC>Calculate Stats"; this.btnCalculate.UseVisualStyleBackColor = false; this.btnCalculate.Click += new EventHandler(this.btnCalculate_Click); this.tbMinutes.EditValue = "60"; this.tbMinutes.Location = new Point(0x6c, 0x4b); this.tbMinutes.Name = "tbMinutes"; this.tbMinutes.Properties.Appearance.BackColor = Color.Black; this.tbMinutes.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190); this.tbMinutes.Properties.Appearance.ForeColor = Color.White; this.tbMinutes.Properties.Appearance.Options.UseBackColor = true; this.tbMinutes.Properties.Appearance.Options.UseBorderColor = true; this.tbMinutes.Properties.Appearance.Options.UseForeColor = true; this.tbMinutes.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f); this.tbMinutes.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0); this.tbMinutes.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2); this.tbMinutes.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal; this.tbMinutes.Properties.AppearanceFocused.Options.UseBackColor = true; this.tbMinutes.Properties.AppearanceFocused.Options.UseBorderColor = true; this.tbMinutes.Properties.BorderStyle = BorderStyles.Simple; this.tbMinutes.Properties.DisplayFormat.FormatType = FormatType.Numeric; this.tbMinutes.Properties.EditFormat.FormatType = FormatType.Numeric; this.tbMinutes.Properties.LookAndFeel.SkinName = "London Liquid Sky"; this.tbMinutes.Properties.LookAndFeel.UseDefaultLookAndFeel = false; this.tbMinutes.Size = new Size(100, 20); this.tbMinutes.TabIndex = 10; this.gpgLabel2.AutoSize = true; this.gpgLabel2.AutoStyle = true; this.gpgLabel2.Font = new Font("Arial", 9.75f); this.gpgLabel2.ForeColor = Color.White; this.gpgLabel2.IgnoreMouseWheel = false; this.gpgLabel2.IsStyled = false; this.gpgLabel2.Location = new Point(20, 0x4c); this.gpgLabel2.Name = "gpgLabel2"; this.gpgLabel2.Size = new Size(0x52, 0x10); this.gpgLabel2.TabIndex = 12; this.gpgLabel2.Text = "Minute Ticks"; this.gpgLabel2.TextStyle = TextStyles.Default; this.lStatus.AutoSize = true; this.lStatus.AutoStyle = true; this.lStatus.Font = new Font("Arial", 9.75f); this.lStatus.ForeColor = Color.White; this.lStatus.IgnoreMouseWheel = false; this.lStatus.IsStyled = false; this.lStatus.Location = new Point(0x16b, 0x4f); this.lStatus.Name = "lStatus"; this.lStatus.Size = new Size(0x43, 0x10); this.lStatus.TabIndex = 13; this.lStatus.Text = "gpgLabel1"; this.lStatus.TextStyle = TextStyles.Default; this.lStatus.Visible = false; this.deDate.EditValue = null; this.deDate.Location = new Point(0xd6, 0x4b); this.deDate.Name = "deDate"; this.deDate.Properties.Appearance.BackColor = Color.Black; this.deDate.Properties.Appearance.ForeColor = Color.White; this.deDate.Properties.Appearance.Options.UseBackColor = true; this.deDate.Properties.Appearance.Options.UseForeColor = true; this.deDate.Properties.BorderStyle = BorderStyles.Simple; this.deDate.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); this.deDate.Size = new Size(0x8f, 20); this.deDate.TabIndex = 14; base.AutoScaleDimensions = new SizeF(7f, 13f); base.AutoScaleMode = AutoScaleMode.Font; base.ClientSize = new Size(640, 480); base.Controls.Add(this.deDate); base.Controls.Add(this.lStatus); base.Controls.Add(this.gpgLabel2); base.Controls.Add(this.tbMinutes); base.Controls.Add(this.btnCalculate); base.Controls.Add(this.gpgChart); base.Location = new Point(0, 0); base.Name = "DlgConnectionsGraph"; this.Text = "DlgConnectionsGraph"; base.Controls.SetChildIndex(this.gpgChart, 0); base.Controls.SetChildIndex(this.btnCalculate, 0); base.Controls.SetChildIndex(this.tbMinutes, 0); base.Controls.SetChildIndex(this.gpgLabel2, 0); base.Controls.SetChildIndex(this.lStatus, 0); base.Controls.SetChildIndex(this.deDate, 0); ((ISupportInitialize) diagram).EndInit(); ((ISupportInitialize) view).EndInit(); ((ISupportInitialize) series).EndInit(); ((ISupportInitialize) view2).EndInit(); ((ISupportInitialize) this.gpgChart).EndInit(); this.tbMinutes.Properties.EndInit(); this.deDate.Properties.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }