namespace DDUtilityApp.LOGPARSER { partial class FrmMessageReplyTime { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition(); this.btnGenerate = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.panel2 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.cboxMessageName = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.chart = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.grid = new JWH.CONTROL.GridViewEx(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grid.MasterTemplate)).BeginInit(); this.SuspendLayout(); // // btnGenerate // this.btnGenerate.Location = new System.Drawing.Point(12, 12); this.btnGenerate.Name = "btnGenerate"; this.btnGenerate.Size = new System.Drawing.Size(113, 23); this.btnGenerate.TabIndex = 0; this.btnGenerate.Text = "DataGenerate"; this.btnGenerate.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Controls.Add(this.splitContainer1); this.panel1.Controls.Add(this.panel2); 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(800, 450); this.panel1.TabIndex = 1; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 47); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.splitContainer1.Panel1.Controls.Add(this.chart); this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.grid); this.splitContainer1.Size = new System.Drawing.Size(800, 403); this.splitContainer1.SplitterDistance = 190; this.splitContainer1.TabIndex = 2; // // panel2 // this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.cboxMessageName); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.btnGenerate); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(800, 47); this.panel2.TabIndex = 1; // // button1 // this.button1.Location = new System.Drawing.Point(605, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 4; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; // // cboxMessageName // this.cboxMessageName.FormattingEnabled = true; this.cboxMessageName.Location = new System.Drawing.Point(299, 14); this.cboxMessageName.Name = "cboxMessageName"; this.cboxMessageName.Size = new System.Drawing.Size(300, 20); this.cboxMessageName.TabIndex = 3; // // label1 // this.label1.Location = new System.Drawing.Point(166, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(126, 23); this.label1.TabIndex = 2; this.label1.Text = "Message Name :"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // chart // chartArea1.Name = "ChartArea1"; this.chart.ChartAreas.Add(chartArea1); this.chart.Dock = System.Windows.Forms.DockStyle.Fill; legend1.Name = "Legend1"; this.chart.Legends.Add(legend1); this.chart.Location = new System.Drawing.Point(2, 2); this.chart.Name = "chart"; series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; series1.Legend = "Legend1"; series1.Name = "Series1"; series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.DateTime; this.chart.Series.Add(series1); this.chart.Size = new System.Drawing.Size(796, 186); this.chart.TabIndex = 0; this.chart.Text = "chart1"; // // grid // this.grid.ColumnResizeKey = System.Windows.Forms.Keys.F6; this.grid.Dock = System.Windows.Forms.DockStyle.Fill; this.grid.Location = new System.Drawing.Point(0, 0); // // // this.grid.MasterTemplate.ViewDefinition = tableViewDefinition1; this.grid.Name = "grid"; this.grid.Size = new System.Drawing.Size(800, 209); this.grid.TabIndex = 0; // // FrmMessageReplyTime // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.panel1); this.Name = "FrmMessageReplyTime"; this.Text = "FrmMessageReplyTime"; this.panel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grid.MasterTemplate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnGenerate; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.SplitContainer splitContainer1; private JWH.CONTROL.GridViewEx grid; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboxMessageName; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataVisualization.Charting.Chart chart; } }