namespace DDUtilityApp.LOGPARSER
{
partial class FrmMessageReplyTime1
{
///
/// 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()
{
Telerik.WinControls.UI.CartesianArea cartesianArea1 = new Telerik.WinControls.UI.CartesianArea();
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = 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.chart = new Telerik.WinControls.UI.RadChartView();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.grid = new JWH.CONTROL.GridViewEx();
this.gridAnalysis = new JWH.CONTROL.GridViewEx();
this.panel2 = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.numTrimmedBegin = new System.Windows.Forms.NumericUpDown();
this.numTrimmedEnd = new System.Windows.Forms.NumericUpDown();
this.chkShowLabel = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.cboxMessageName = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.chkTrimmed = new System.Windows.Forms.CheckBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid.MasterTemplate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridAnalysis)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridAnalysis.MasterTemplate)).BeginInit();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numTrimmedBegin)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numTrimmedEnd)).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 = "Generate";
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, 76);
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.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(800, 374);
this.splitContainer1.SplitterDistance = 190;
this.splitContainer1.TabIndex = 2;
//
// chart
//
cartesianArea1.ShowGrid = true;
this.chart.AreaDesign = cartesianArea1;
this.chart.Dock = System.Windows.Forms.DockStyle.Fill;
this.chart.Location = new System.Drawing.Point(2, 2);
this.chart.Name = "chart";
this.chart.SelectionMode = Telerik.WinControls.UI.ChartSelectionMode.SingleDataPoint;
this.chart.ShowLegend = true;
this.chart.ShowPanZoom = true;
this.chart.ShowToolTip = true;
this.chart.ShowTrackBall = true;
this.chart.Size = new System.Drawing.Size(796, 186);
this.chart.TabIndex = 0;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.grid);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.gridAnalysis);
this.splitContainer2.Size = new System.Drawing.Size(800, 180);
this.splitContainer2.SplitterDistance = 411;
this.splitContainer2.TabIndex = 1;
//
// 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(411, 180);
this.grid.TabIndex = 0;
//
// gridAnalysis
//
this.gridAnalysis.ColumnResizeKey = System.Windows.Forms.Keys.F6;
this.gridAnalysis.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridAnalysis.Location = new System.Drawing.Point(0, 0);
//
//
//
this.gridAnalysis.MasterTemplate.ViewDefinition = tableViewDefinition2;
this.gridAnalysis.Name = "gridAnalysis";
this.gridAnalysis.Size = new System.Drawing.Size(385, 180);
this.gridAnalysis.TabIndex = 1;
//
// panel2
//
this.panel2.Controls.Add(this.chkTrimmed);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.numTrimmedBegin);
this.panel2.Controls.Add(this.numTrimmedEnd);
this.panel2.Controls.Add(this.chkShowLabel);
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, 76);
this.panel2.TabIndex = 0;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(316, 18);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(14, 12);
this.label3.TabIndex = 8;
this.label3.Text = "~";
//
// numTrimmedBegin
//
this.numTrimmedBegin.Location = new System.Drawing.Point(255, 14);
this.numTrimmedBegin.Name = "numTrimmedBegin";
this.numTrimmedBegin.Size = new System.Drawing.Size(55, 21);
this.numTrimmedBegin.TabIndex = 7;
this.numTrimmedBegin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// numTrimmedEnd
//
this.numTrimmedEnd.Location = new System.Drawing.Point(336, 14);
this.numTrimmedEnd.Name = "numTrimmedEnd";
this.numTrimmedEnd.Size = new System.Drawing.Size(55, 21);
this.numTrimmedEnd.TabIndex = 5;
this.numTrimmedEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numTrimmedEnd.Value = new decimal(new int[] {
80,
0,
0,
0});
//
// chkShowLabel
//
this.chkShowLabel.AutoSize = true;
this.chkShowLabel.Location = new System.Drawing.Point(451, 42);
this.chkShowLabel.Name = "chkShowLabel";
this.chkShowLabel.Size = new System.Drawing.Size(91, 16);
this.chkShowLabel.TabIndex = 1;
this.chkShowLabel.Text = "Show Label";
this.chkShowLabel.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(397, 13);
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(145, 40);
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(12, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 23);
this.label1.TabIndex = 2;
this.label1.Text = "Message Name :";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// chkTrimmed
//
this.chkTrimmed.AutoSize = true;
this.chkTrimmed.Location = new System.Drawing.Point(145, 16);
this.chkTrimmed.Name = "chkTrimmed";
this.chkTrimmed.Size = new System.Drawing.Size(104, 16);
this.chkTrimmed.TabIndex = 9;
this.chkTrimmed.Text = "절사평균(%) : ";
this.chkTrimmed.UseVisualStyleBackColor = true;
//
// FrmMessageReplyTime1
//
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 = "FrmMessageReplyTime1";
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);
((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grid.MasterTemplate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridAnalysis.MasterTemplate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridAnalysis)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numTrimmedBegin)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numTrimmedEnd)).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 Telerik.WinControls.UI.RadChartView chart;
private System.Windows.Forms.CheckBox chkShowLabel;
private System.Windows.Forms.SplitContainer splitContainer2;
private JWH.CONTROL.GridViewEx gridAnalysis;
private System.Windows.Forms.NumericUpDown numTrimmedEnd;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numTrimmedBegin;
private System.Windows.Forms.CheckBox chkTrimmed;
}
}